The premise of this post and the one cited near the start ( https://www.tobyord.com/writing/inefficiency-of-reinforcemen... ) is that RL involves just 1 bit of learning for a rollout, rewarding success/failure. However, the way I'm seeing this is that a RL rollout may involve, say, 100 small decisions out of a pool of 1,000 possible decisions. Each training step, will slightly upregulate/downregulate a given training…
Dwarkesh's blogging confuses me, because I am not sure if the message is free-associating, or, relaying information gathered. ex. how this reads if it is free-associating: "shower thought: RL on LLMs is kinda just 'did it work or not?' and the answer is just 'yes or no', yes or no is a boolean, a boolean is 1 bit, then bring in information theory interpretation of that, therefore RL doesn't give nearly as much info a…
The inefficiency of RL, and implications for RLVR progress
31–40 of 50 posts
Re: The inefficiency of RL, and implications for RLVR progress
#32Earlier quoted context omitted.
How do you know the correct direction? Isn’t the point of learning that the right path is unknown to start with?
The correct solutions and the viable paths probably are known to the trainers, just not to the trainee. Training only on problems where the solution is unknown but verifiable sounds like the ultimate hard mode, and pretty hard to justify unless you have a model that's already saturated the space of problems with known solutions. (Actually, "pretty hard to justify" might be understating it. How can we confidently extr…
> How can we confidently extract any signal from a failure to solve a problem if we don't even know if the problem is solvable?)
You rule out all the stuff that doesn’t work.
Yes this is difficult and usually very costly. Credit assignment is a deep problem. But if you didn’t find yourself in a hard mode situation, you wouldn’t be using RL.
Re: The inefficiency of RL, and implications for RLVR progress
#33The premise of this post and the one cited near the start ( https://www.tobyord.com/writing/inefficiency-of-reinforcemen... ) is that RL involves just 1 bit of learning for a rollout, rewarding success/failure. However, the way I'm seeing this is that a RL rollout may involve, say, 100 small decisions out of a pool of 1,000 possible decisions. Each training step, will slightly upregulate/downregulate a given training…
It's a bit like LLM glue. The glue isn't the main material - but it's the one that holds it all together.
Re: The inefficiency of RL, and implications for RLVR progress
#34Earlier quoted context omitted.
Thank god. Was driving me mad.
[flagged]
Re: The inefficiency of RL, and implications for RLVR progress
#35recent results like PEFT-Bench (arxiv.org/abs/2511.21285) found that while SFT is efficient for formatting, it actually degraded Llama-3-8B's reasoning on math and code tasks compared to the base model. So is RL required to preserve those logic circuits? There seems to be a trade-off in compute-efficiency and format vs intelligence
Imagine forcing someone who never used chopsticks to eat with the chopsticks. The results wouldn't be good - the instruction "use chopsticks" has taken effect, but an underlying "chopstick use" capability isn't there.
If your SFT data pushes your LLM too far past its capabilities? It'll teach it to try doing a thing it can't do.
If your SFT traces assume your LLM can do 10 digit multiplication, the LLM wouldn't learn 10 digit multiplication from them. It'll learn to attempt 10 digit multiplication, and it'll fail.
Re: The inefficiency of RL, and implications for RLVR progress
#36Earlier quoted context omitted.
[flagged]
" Please respond to the strongest plausible interpretation of what someone says, not a weaker one that's easier to criticize. Assume good faith. " https://news.ycombinator.com/newsguidelines.html
Re: The inefficiency of RL, and implications for RLVR progress
#37recent results like PEFT-Bench (arxiv.org/abs/2511.21285) found that while SFT is efficient for formatting, it actually degraded Llama-3-8B's reasoning on math and code tasks compared to the base model. So is RL required to preserve those logic circuits? There seems to be a trade-off in compute-efficiency and format vs intelligence
Not necessarily. The reason why SFT can hurt performance is often the gap between the data and the capabilities. Imagine forcing someone who never used chopsticks to eat with the chopsticks. The results wouldn't be good - the instruction "use chopsticks" has taken effect, but an underlying "chopstick use" capability isn't there. If your SFT data pushes your LLM too far past its capabilities? It'll teach it to try doi…
So the "chopstick capability" was already there (at least partially), but the SFT process actively degraded it. It seems less about the data being too hard and more about the parameter-efficient methods (like LoRA) overwriting or interfering with delicate reasoning circuits just to satisfy the formatting loss.
Re: The inefficiency of RL, and implications for RLVR progress
#38Since it is not explicitly stated, "RL" in this article means Reinforcement Learning. https://en.wikipedia.org/wiki/Reinforcement_learning
Re: The inefficiency of RL, and implications for RLVR progress
#39There's some insights there about the base rate of correct responses and pretraining to boost that. Basically searching a suboptimal versus optimal area of the model space at a suboptimal versus optimal rate. I think the framing of the discussion in general is kind of misleading though, because it kind of avoids the question of "information inefficient about what?" In RL, the model is becoming more informative about…
Re: The inefficiency of RL, and implications for RLVR progress
#40Earlier quoted context omitted.
Dwarkesh's blogging confuses me, because I am not sure if the message is free-associating, or, relaying information gathered. ex. how this reads if it is free-associating: "shower thought: RL on LLMs is kinda just 'did it work or not?' and the answer is just 'yes or no', yes or no is a boolean, a boolean is 1 bit, then bring in information theory interpretation of that, therefore RL doesn't give nearly as much info a…
Dwarkesh has a CS degree, but zero academic training or real world experience in deep learning, so all of his blogging is just secondhand bullshitting to further siphon off a veneer of expertise from his podcast guests.