Curious to hear your thoughts.
I agree that the information in terms of bits that get into the LLM almost all come from pretraining. But certainly, some bits are far more important than others.
This is a simplification. But you could imagine all the facts "Paris is in France", "Baker Brun is known for its skillingsbolle", are put into it by pretraining, along with everything else.
Then you can imagine that RL mostly modifies just the "higher level" things. Like the in-context learning algorithms the model has, its "general reasoning" abilities, its "goals" and "dispositions":
Seems like these higher level things should have very little information content — I can write a PPO+adam+lora+weight_decay+entropy_regularization+kldivergence script in 500 python lines.
But they should be of massively outsided importance. Whether the model knows which pastry Baker Brun is known for would seem to me to be of ~0 relevance to alignment. Its goals, reasoning abilities and in-context learning abilities strike me as where ~100% of the meat is.
This makes me think arguments like
Tell us very little about the impact of RL on the alignment or danger profile of models.
——————————————

This still leaves us with this (very good) picture you've drawn. Its just, I don't think we have any reasonable bound on how quickly SFT+RLHF's niceness gets dilluted away by RL.
In the big picture, I basically agree with all that. But I’ll nitpick a bit anyway :)
Whether the model knows which pastry Baker Brun is known for would seem to me to be of ~0 relevance to alignment. Its goals, reasoning abilities and in-context learning abilities strike me as where ~100% of the meat is.
I agree that “knowledge” of Baker Brun in particular is not related to alignment. But we shouldn’t generalize from that example to saying that pretraining is irrelevant to goals. (Maybe you didn’t mean to insinuate that anyway?)
For example, a base model may well autocomplete “I’m cold” to “I’m cold, so I’m gonna put on my coat now!”, which is pretty goal-like. Granted, it’s still not a true goal yet, but once we bring in tool use, those same autocomplete expectations can turn into bona fide goal-seeking actions. And yet they’re still derived from pretraining, and still reflective of the human distribution.
I don't think we have any reasonable bound on how quickly SFT+RLHF's niceness gets dilluted away by RL
I don’t know how to bound it from first principles, but at least we have some empirical data by now.
I guess just, I don't quite understand what "LLMs are primarily driven by imitation learning" gets us.
If there was a way to show that "99% of LLM goals and capabilities come from pretraining" (however ill-specified that), I'd be somewhat comforted.
But seems to me the statement we can actually be confident in is more like "LLMs get their base ontology mostly from pretraining, and get a bunch of cursed entangled correlations from pretraining, and then RL shapes it to varying degrees."
And it could be we end up with a crisp ruthless sociopath with some residual reflexes/habits from pretraining. Or a really gung-ho human with some ruthless efficiency-maxxing instincts they don't endorse on reflection. Or a p̶̟͓͔̈́͆͋͝a̵̠͕̟̔͑ṕ̵͔̀̉̄̚e̷͕͒̓͐͘ṟ̴̊͒̎͆̚͠c̶͖̮̉̾̊͊̔l̴͙͈͔̣͒̍̈̅͆i̸̠̜̿͂̉͂͋͠p̶̰̤̐̓̈̃̏͐p̵̛̱̟͈̔̾̕ę̶͕̫̤̔̈́̓̚͠ṟ̶̹̩̯͇̲̑̀͗̓͗.
Like, what we care about are a series of qualitative properties the models might and might not have, and they're not at all reducible to qualitative metrics like the ones above.
———
Another intuition I have is just, the pretraining distribution is really wide. There are sociopath notebooks somewhere, people who've translated documents into Ithkuil or Lojban, there's like proof passages that are +3 SD levels of brilliance from the distribution of proof passages generated by humans +5SD of brilliance. And there's stories about aliens deliberately written to be very strange in various ways.
If you kind of dynamically pastiche these together and amp them up and distort them in various ways, in service of pure reward maximization. I can't really tell you what you get. Which makes me less comforted by a pretrianing anchor.
Curated. I've been trying to wrap my head around some Steve Byrnes worldview stuff and I think this gave me two useful sources of intuition. In retrospect these were both pretty obvious, but were new to me.
One was the point "Imitation learning lets you learn information with each token. RL requires orders of magnitude more tokens to learn new information." I can think of ways to improve on the theoretical baseline here, but, it gave me a strong sense of why your starting intuition should expect RLVR to be much less efficient.
The other was the argument that "thing that imitation learning is gets you all the heuristics about already-known reasoning strategies. The thing RLVR does (maybe) is 'improve the LLMs intuitions on when to deploy which heuristic.'"
I feel like this + the previous point helps me make sense of the combination of strengths and weaknesses I see in LLMs in a more gearsy way, as well as a more gearsy understanding of why LLMs currently "seem pretty nice, at least up until recently."
Dumb question but if RL is so much less compute efficient than imitation learning, why are the companies spending 20%+ of their compute on it? Under your model, I'm not surprised they'd use some RL, the first doubling of a new technique is the cheapest etc, but it does seem surprising/something needs to be explained for a 80-20 split.
I'd roughly expect the AI companies to roughly spread their compute usage out until marginal gain from any given method equals any other. So if RL is much less scalable/compute-efficient compared to imitation learning, you should be surprised that the 21st percent of compute used on RL is similarly effective to the 81st percent percent of compute in Imitation Learning, no?
Curious where my model here breaks down.
My quick guess-answer is that "compute efficient" here is abstracting away the fact that pre-training trains capabilities we don't take care about, while RL trains capabilities we care about. For example, if only 1 in 10^3 of the "bits of learning" pretraining does go towards bits we care about, then RL, being much more targeted to stuff we care about, might get a free (up to) 10^3 efficiency increase.
Hmm, I reworded the section heading
FROM “Theoretically, each GPU-hour spent on RL should have orders of magnitude less contribution to LLM capabilities than a GPU-hour spent on imitative learning”
TO “Theoretically, each GPU-hour spent on RL conveys orders of magnitude less information content than a GPU-hour spent on imitative learning”
Sorry about that.
The RLVR is a small change to the model in the grand scheme of things—that’s my point—but of course it’s a small change that makes the model much better at things that the companies care about. If there was a way to get that same small change via imitation learning, then that would require much less compute, and companies would definitely want to do that. But no such alternative is known. …Well, oh actually, there is a way to do that: you can find some other model that can already do good inference-time reasoning and then distill it (via imitation learning). And companies do exactly that whenever they can. But you can’t push the SOTA that way. So they pay the cost.
RL is much less efficient per token but the per-token value is different to the marginal value of each unit of compute invested which is what determines compute allocation. The 80/20 split tells you the two are roughly equal in value at the margin.
What makes them equal at the 80/20 equilibrium is that pretraining has diminishing returns. For pretraining the relationship between loss and compute is a power law (roughly C^-0.05, so 10x compute reduces the remaining reducible loss by ~11%) and given the size of pretraining runs now, the marginal value of pretraining is low enough to justify allocating 20% of compute to RL.
Also it depends on how you measure efficiency. Pretraining wins on efficiency per token but RL is often better at efficiency per unit of human effort. For example, writing a verifier function for a math problem takes much less human effort than writing out all the steps in the solution.
The fraction of total LLM training compute that goes towards RLVR is high (I vaguely recall hearing >50%)
FYI when I was looking into this the AI I was asking about it guessed more like 20% a couple months ago. This was based on public models and some reading between the lines about private frontier models.
I don't strongly believe 20% is more accurate than 50% but curious if you remember more details about where the 50% number came from.
I forget. Definitely not a reliable source. In fact, I’ll edit the guess to 20% now. If anyone knows more, please share.
FYI, two days after I published this, Beren Millidge published How can LLM RL Work Despite Information-Theoretic Inefficiency. I don’t think it contradicts anything I wrote here; rather it complements it by asking and answering different questions. Recommended!
Very nice. That's been my intuition for a while, but I'd considered it somewhat compromised by the NVIDIA paper you mentioned. My counter-intuition was that pre-RLVR LLMs could solve every subproblem in a long problem 10 percent of the time, but for tricky enough problems, they need to do that enough times in succession that, in practice, the success rate was zero.
Yeah, my thoughts exactly (if I understand you correctly).
I mentioned in the OP that the NVIDIA paper (Liu et al. “ProRL”) says “RL can indeed discover genuinely new solution pathways entirely absent in base models, when given sufficient training time and applied to novel reasoning tasks,” but then added that I didn’t the paper had proved it. I didn’t explain in the OP why I was skeptical.
…But what I was thinking was: if solving the problem requires doing the right step 20 times in a row, and the base model has a 10% chance of taking the right step each time, then the base model will never succeed, at least not in the number of attempts that they could afford to try. But then if RLVR gets it from 10% to 95%, it will succeed a lot. But upping the probability from 10% to 95% is not what one would reasonably call a “genuinely new solution pathway entirely absent in the base model”.
(Warning: I skimmed the paper and might be misunderstanding how they were justifying that claim.)
What would a really inscrutable CoT look like? It would look like random tokens
...
the fact that CoTs are still pretty legible is some evidence that RLVR today has not had that much influence on LLMs, as compared to imitative learning
I think there’s more middle ground here than this characterization suggests, and that the target might not be right. CoT that’s legible isn’t good evidence that LLMs are not wielding (or could not wield) novel latent abstractions/reasoning primitives/control heuristics. IMO expecting inscrutable CoT is too narrow a target for cognitive inscrutability. E.g. a trace can remain intelligible while being highly compressed, semantically shifted, incomplete, causally unfaithful, etc.
I agree that current architecture and initialization strongly favors natural language as the persistent serial workspace. My objection is that this tells us less about how much RL has changed the latent evaluations and control policy between token emissions.
This plays out in human contexts: the Go/chess player, mathematician or scientist, say. These people have “out of distribution” insights that, externally, are mediated via legible primitives: concepts and attendant language. Despite that, their internal representations can fall into novel basins of attraction (reframes, new concepts), often ones that a priori don’t have concrete associational nodes, i.e. discrete concepts, words/terms. (I’m talking in terms of “insight” because it’s a decent human analog for novel reasoning trajectories/policies.)
Experts on the edge of their domain (or people learning a new domain with limited exposure to its conceptual tools) often articulate the process of insight as involving non-conceptual gestalts, affectively loaded associations, leaps, and manipulations their mind is doing that can’t be captured in words. None the less, their scratch pad work and communication is in legible form - it compresses the loose gestalts, materializes them into discrete, familiar units connected in known ways.
LLMs too, seem to perform much of their computation through nonlinguistic representations and compress the actionable results into language, mostly because of the structural thing that language is the medium through which they maintain serial state and communicate.
This is an argument against
if you create AI capabilities via imitative learning, you get models that follow the human distribution of outputs
Some thoughts on 1.1 since I see its grammar used fairly often in this setting: I don’t think the capability for novel representation and concept manipulation is “linear” in weight update mass. Another comment thread addresses it well, but I think a bit of intuition/grounding might be helpful, in particular because this piece is largely focusing on how to think about capability gain.
Novelty builds heavily on existing frameworks and often involves a subtle reframe, reconfiguration, or saliencing of a known/slightly modified concept in a new setting. Insight is about discovering relevance, but what’s available to be relevant is often familiar primitives.
Mathematical work is a great example here, since mathematical discoveries very often have a subtle kernel of insight, a small new idea, that reconfigures existing concepts around a problem in a significant way to illuminate something unknown. The reconfiguration is almost all in terms of familiar stuff - the moving pieces don’t change much. In the case of LLMs, that’s the content imitative learning provides.
To the other things you said in 3.3, though, relative to imitative learning and to the extent that learned control heuristics transfer (they seem to), RLVR clearly yields a significant chunk of generalization capability by changing how pretrained reasoning procedures get selected/composed. That said, I don’t think the size of the RLVR weight update is much signal, even just on intuitive grounds.
My personal takeaway here is that 1) the picture remains mixed, 2) the way that imitative learning and RLVR interact probably matters more than an attribution-belongs-here-vs-there analysis suggests, and 3) we need to be careful about choosing our targets when trying to attribute capability gain.
CoT that’s legible isn’t good evidence that LLMs are not wielding (or could not wield) novel latent abstractions/reasoning primitives/control heuristics.
I feel like you’re saying: LLMs can wield more than zero novel latent abstractions/reasoning primitives/control heuristics while CoT remains generally legible.
Whereas what I’m saying is: LLMs cannot be totally transformed by RLVR while CoT remains generally legible.
These aren’t contradictory. I think both are true.
As an example, think about humans learning things, like a teen going from her first number theory class as a teen at time 0, to deeply understanding very advanced math (e.g. the Langlands program) as an adult at time T = many years later. It’s an arduous and time-consuming process. And her notes at time T would be deeply, deeply inscrutable from the perspective of her former teen self at time 0—even the notes that are in the form of words rather than symbols.
This suggests that the delta between pre-RLVR vs post-RLVR LLMs is much less of a wrenching change than the delta between the teen at time 0 vs the now-adult mathematician at time T.
Novelty builds heavily on existing frameworks and often involves a subtle reframe, reconfiguration, or saliencing of a known/slightly modified concept in a new setting. Insight is about discovering relevance, but what’s available to be relevant is often familiar primitives.
Mathematical work is a great example here, since mathematical discoveries very often have a subtle kernel of insight, a small new idea, that reconfigures existing concepts around a problem in a significant way to illuminate something unknown. The reconfiguration is almost all in terms of familiar stuff - the moving pieces don’t change much. In the case of LLMs, that’s the content imitative learning provides.
I think instead of “novelty” here you should have said “a sufficiently small increment of novelty”.
If we instead consider mathematics as a collective human enterprise, it went from “number theory doesn’t exist at all” to the Langlands program, over the course of 200 years.
Maybe it sounds absurd for me to compare what one RLVR training can do, versus the whole edifice of ideas painstakingly built by the mathematics community over the course of 200 years. But it’s not absurd: AlphaZero really did blow past the whole edifice of ideas painstakingly built over the course of centuries by the chess and go communities in its 72-hour training runs. So the idea of building real new knowledge at a massive scale through RL is not absurd on its face. I’m just saying: RLVR-on-LLMs is not doing anything like that, at least not today. Rather, the LLM approach is to use imitative learning to suck in the whole edifice of ideas painstakingly built by humans, and then tweak it a bit at the end via RLVR.
Relatedly, when mathematicians study the recent LLM-generated math results, they’re not “learning something new” in a way that’s analogous to that teen spending years poring over her math textbooks. Rather they’re “learning something new” in a way that’s analogous to some guy telling me what his name is. If the mathematicians already have all the right background knowledge, they can quickly understand the solution within their existing conceptual frameworks. Or if they don’t already have all the right background knowledge, they can read human-created textbooks to get it. (I’m mainly thinking of the unit distance conjecture; in other examples that I looked into like the Jacobian conjecture, IIUC, the CoTs weren’t released, so mathematicians are still be a bit puzzled about how the LLMs came upon the answer.)
…LLMs too, seem to perform much of their computation through nonlinguistic representations and compress the actionable results into language, mostly because of the structural thing that language is the medium through which they maintain serial state and communicate.
This is an argument against
if you create AI capabilities via imitative learning, you get models that follow the human distribution of outputs
I don’t think it’s an argument against that, or sorry if I’m misunderstanding. You’re saying that LLMs may be computing their outputs in a different way from humans. Fine. But their outputs are still following the human distribution of outputs. “Following the human distribution of outputs” is just another way to say “low perplexity”, right?
(I will concede that the phrase “the human distribution of outputs” is a bit misleading on various other grounds, e.g. LLMs may generalize OOD in a different way from humans; not all imitative learning training tokens are created by humans; etc.)
It might be interesting to look at KL divergence or weight changes between randomly-initialized models versus base models, and between base models versus RLVR? I can’t immediately find literature on that.
A colleague (Ekdeep Singh) sent me:
There's quite a bit of work on this: I did a couple of papers in synthetic scenarios (formal languages or synthetic data from LLMs) to see how base + SFT versus learn the data from scratch differ. My friend Andrew extended the analysis for DPO and RLVR. Old BERT era had papers like this, claiming updates are very sparse during SFT; similar work has been done for RLVR in the modern era now (also see this one for token level change analysis). High level, not much changes in a model via post-training methods, and on pretraining data the model has low KL w.r.t. base model.
Also arxiv.org/pdf/2312.04828 (from another colleague).
Caveat: Just as in the previous section, this paper is old (by RLVR standards), and not based on bleeding-edge frontier LLMs with bleeding-edge RLVR best practices. I guess in this case I’m slightly reassured by the fact that one of the coauthors, @Neel Nanda, works with near-SOTA LLMs at his day job at DeepMind. But only slightly.
My guess is that the paper was true of early RLVR models especially distills, remains a useful mental model, but probably is explaining less and less of the picture over time
I think RL gives way fewer bits of information per token, but does give some, and if people are eg spending comparable amounts of compute on RL as on pretraining that's quite a lot
Risks depend on both capabilities (could it do Bad Thing X if it wanted to?) and alignment (does it want to?).
LLM alignment: The §3.3 discussion is my take on that, and it hasn’t changed for a long time (e.g. compare with Foom & Doom §2.3 from June 2025, and the non-RLVR part of that is in turn parroting §4.2 of this post I wrote 2023 …).
LLM capabilities: I didn’t discuss this in the OP, but my opinion is still that there’s a certain kind of “figuring things out” that humans can do (especially over extended periods of time), but that LLMs can’t, not now and not ever. (I’m stating an opinion without defending it.) But it’s tricky for me to translate that hypothesized limitation into concrete predictions of what future LLMs will or won’t be able to do in the real world. Could future LLMs wipe out humans, invent science and tech centuries beyond our wildest imagination, and colonize the galaxy? I’m confident in “no”. Could LLMs wipe out humans, leaving aside the question of whether they’d be able to survive on their own afterwards? I still lean “no”, but less confident. I’m certainly happy for there to be people working on LLM x-risk, and indeed I think there should be way more work going into that. But I also think the non-LLM thing that I’m working on (“brain-like-AGI safety”) is an EVEN scarier, more neglected, and more likely x-risk on the horizon.
I recently wrote Reinforcement learning scaling might incentivise hidden reasoning architectures for AI. It's perhaps taking similar lines of reasoning but (tentatively) interpreting some of the claims and observations differently.
In short: the transformer architecture brought massive scale to AI, and also provided partial guarantees of ‘reasoning out loud’, an unprecedentedly interpretable situation for AI. Reinforcement learning (RL) may be less compatible with the transformer architecture, and RL is being scaled up at the frontier of AI. So we might see the end of the ‘reasoning out loud’ era for AI.
...
This isn’t purely speculative: ‘latent reasoning’ is an active research area in AI, enough so that a 30-author, 40-page survey of the field was published in 2025.
Vika and others (you mentioned Rohin) seem to both be sort of a bit worried that RL or other developments might kill the fragile opportunity afforded by legible CoT.
I take you to be (among other things) suggesting this isn't substantially a concern. I'm quite unsure!
One point I wonder how you'd respond to: it matters here what the compute expense of each stage is, as well as its relative contribution. This is because the compute expense shapes the incentives and constraints on architecture choices. Pretraining-cost-dominated pipelines strongly incentivise recurrence-limited (e.g. transformer) architectures, which almost by (accidental) design enforce a certain amount of externalised reasoning and therefore (fallible, but real) CoT legibility. As that pretraining dominance in cost dwindles, that architectural incentive diminishes. This is independent of the relative contribution of each stage to the actual competences of the resulting model.
You might say: the competences are one thing, but the inclinations/drives are another. That's where the really important questions are, and those are questions of contribution, not cost? Though it seems like (regardless of the information-theoretic or sample-effective questions of contribution) RL often makes them ruthless!
I edited a sentence in OP: It used to say “…Whereas Rohin is saying: LLM capabilities mostly come from imitative learning, therefore CoTs are legible, and this will not change too soon”, but now it says “…this will not change too soon, absent some important future change in LLM training approach.” I agree that this is an important caveat, thanks.
I have no opinion about whether there will be important future changes in LLM training approach. What you said sounds like a plausible consideration, sure, but I dunno.
“CoT monitorability is a fragile opportunity” seems like a fine framing to me. I mean, we can pessimistically emphasize how CoTs are not a certain panacea for safety, or alternatively we can optimistically emphasize how CoTs are not always completely useless for safety. But that’s just a vibes disagreement, because both are true.
Yeah, for what it's worth, it's disappointing to me how heavily interpretability-loaded (CoT included) many leading safety plans are, and I'm cynical about that for other reasons (like "people just won't really bother looking at the CoT much anyway", gestured in the conclusion of that post).
Thanks.
Pretraining-cost-dominated pipelines strongly incentivise recurrence-limited (e.g. transformer) architectures, which almost by (accidental) design enforce a certain amount of externalised reasoning and therefore (fallible, but real) CoT legibility. As that pretraining dominance in cost dwindles, that architectural incentive diminishes. This is independent of the relative contribution of each stage to the actual competences of the resulting model.
This is a reason I remain reasonably optimistic about AI architectures over the next 2-4 years (absent an intelligence explosion) not going towards neuralese recurrence and memory, as I do think that compute is still a limiting factor, rather than data, and pre-training compute still mostly dominates, but over the next 2-4 years, I expect data to be a bottleneck rather than compute (absent an intelligence explosion), as we finally run out of pre-training data and have to start going more towards RL environments/synthetic data, meaning sample efficiency becomes much more of a relevant question than now, and the fact that you have to use way, way more RL environments biases you more towards neuralese recurrence and memory because you can't parallelize RL nearly as much as pre-training (except in a very limited number of environments, which just so happens to be the environments that currently make labs an immense amount of money like coding and easily-grindable mathematics), unlike pre-training.
Right, so you think the weightings won't move sufficiently toward interactive/RL curricula for another few years at least? I agree that would preserve some incentive (not quite a constraint) toward keeping externalised CoT in token space rather than embeddings, at which point there's at least a reasonable chance of that remaining broadly legible.
I'm not sure compute vs data is the way I'd frame this; rather I'd say that the 'fossil fuel' of crudely curated scraped and compiled data still has some runway [1] (which weakly constrains toward unsupervised pretraining and externalised CoT architectures as we've discussed). If data pipelines start getting more synthetic/RL-heavy, creation/processing/learning of that is still compute-constrained.
I honestly don't know what to forecast in terms of reliance on one or other source of data. There's probably still a lot of room for dedicated curation of non-interactive curricula, or a kind of partially-interactive (but not live RL) approach like DAgger. But interactive environments and RL are easier to scale and turn the crank on once set up.
How much runway? Don't know! ↩︎
Right, so you think the weightings won't move sufficiently toward interactive/RL curricula for another few years at least? I agree that would preserve some incentive (not quite a constraint) toward keeping externalised CoT in token space rather than embeddings, at which point there's at least a reasonable chance of that remaining broadly legible.
Yes, absent an intelligence explosion by 2028/2030 ala AI 2027/2040 assumes (and here I'm not going to debate how likely that happens here)
The other point I want to make though is that neuralese recurrence and memory is I think inevitable in the longer run, and by 2030-2032 at the latest, incentives start pushing ever more towards neuralese recurrence and memory, so I think plans that rely on CoT legibility are still basically doomed in the medium to long-term.
I'm not sure compute vs data is the way I'd frame this; rather I'd say that the 'fossil fuel' of crudely curated scraped and compiled data still has some runway(which weakly constrains toward unsupervised pretraining and externalised CoT architectures as we've discussed). If data pipelines start getting more synthetic/RL-heavy, creation/processing/learning of that is still compute-constrained.
Fair point, especially since sample-efficient ML models are likely to require way more compute, at least at inference, and quite plausibly training compute too than current methods, so yeah compute is likely still the bottleneck after a short transition from 'fossil fuel' pre-training data to RL/synthetic-data heavy (and emphasis intentionally placed on the RL part), so data being the primary bottleneck is only true for a short time.
Which incidentally answers your question here about why the AI Futures model takes the key input to be compute/effective compute, because under the assumption of RL dominating post-training eventually, the creation of effective datasets for various tasks becomes bottlenecked on compute, rather than data itself.
I honestly don't know what to forecast in terms of reliance on one or other source of data. There's probably still a lot of room for dedicated curation of non-interactive curricula, or a kind of partially-interactive (but not live RL) approach like DAgger. But interactive environments and RL are easier to scale and turn the crank on once set up.
My current take is that the labs are in fact doing dedicated curation/partially interactive but not live RL approaches for at least some of RLVR, but I'm of the opinion that outside of a few fields where you can trivially parallelize RL environments like easily-grindable math or programming/SWE jobs, this will largely not work because feedback loops are long and the data is essentially non-stationary/always changing, so you cannot forgo online RL.
So it does work in some case, but it doesn't really work nearly as well as the labs need, and this is why I expect them to go for live RL approaches.
Also as you say, interactive environments/RL are easier to scale and turn the crank on, so incentives favor online RL even if it isn't necessary.
We don't really care about predicting the next token though
Ultimately, we care about finishing properly some tasks.
Without SFT and RL, using an LLM would be insufferable
I wonder what would be the capacity of a base model without RL nowadays in 2026. has anyone run pass@1000 or majority-vote sampling on a 2026 frontier base model (pre-RLVR) on something like current SWE-bench or a recent competition-math set?
What predictions does this model make about the kind and degree of alignment successes/failures we'll see over the next 12 months?
Based on those posts, if RLVR is 50% of the training compute, then it might only be 0.01% of the information content imparted by training. And unless the learning rates are drastically different, it would also be 0.01% of changes to the weights.
I think "it would also be 0.01% of changes to the weights" is not in fact entailed? There is a zeroth order baseline that it's more like 1:1, because when you get a successful transcript on a problem in RL, roughly speaking you just as-if-pretrain on that transcript (like, you get a gradient contribution from asking for an increase in the probability of each token of that transcript). That said, I think there are important corrections away from this.
edited to add: oops ok i see i was probably misunderstanding you: i was talking about the per token learn rate in each case; you were talking about the per RL transcript learn rate vs the per pretrain token learn rate. i would guess that my normalization is somewhat more natural as a zeroth order baseline, but not sure and mostly nvm the point above then, sorry. see item 3 of the list below
I will now list some considerations on the general topic of RL vs pretrain thinkoomph contributions off the top of my head, without putting in the work to put these together into some coherent story atm:
1. A model-generated transcript that solves a problem will be close to what the model already does naturally, so there is less for the model to learn from it — like, a human's transcript on the same problem would exhibit "tricks" that are more novel to the model.
2. otoh: A model-generated transcript will be natural for the model, so the tricks in it are easier for the model to learn — like, a human-generated transcript for the same problem would be more alien for the model; each trick exhibited in it is harder for the model to learn/use.
To illustrate the above two points with a hyperbolic example: it's somewhat like a teacher guiding your thinking a bit when you're trying to solve a problem vs telling you a solution in chinese and trying to get you to repeat it back.
3. Fable's guesses are that for frontier models, pretrain token vs RL token weight delta sizes are 3x in favor or pretrain, whereas pretrain token vs RL transcript weight delta sizes are 300x in favor of RL, with wide uncertainties.
4. Under "RL", I think labs have in part been doing some things other than vanilla RL, and I think this could easily contribute a >10x factor to thinkoomph calculations. Some examples in this category (various of these are kinda iterated amplification and distillation):
4.1. Have a model try to solve a problem. Have a human prompt the model with corrections and other hints until it solves the problem correctly. Then train on the transcript with these hints removed. Or maybe train on the transcript with these hints, idk. (I think labs have effectively (indirectly) been employing at least on the order of 100k graduate-student-likes to provide training feedback, including this sort of thing as a significant part.)
4.2. Have the model distill a long solution path to a streamlined one that eg cuts out bad branches, then train on that streamlined one.
4.3. Have the model spend a lot of time solving a problem, then write hints, then prompt a model to solve the problem with these hints, then train on the transcript with the hints removed.
4.4. The previous item but with math textbooks or paper fragments etc in context.
4.5. Give the model the/an answer to the problem, ask it to write a way to get to that answer, then train on this rationalization.
fwiw my own high-level guess is that the understanding/skills of current models are in some sense (that is hard to make precise) more from humans than originally created, but my guess is that at this point it's significantly less extreme than mt everest vs an elephant
I read the elephant line and my attention got stuck on the pink elephant problem (suppression). which sounds like negation https://www.lesswrong.com/posts/kYzcevrxer6SJPEdG/negation-neglect-when-models-fail-to-learn-negations-in
I'd argue an LLM can't reliably tell the difference between netgation or supression. the machine isn't 'confused' its calculating probability.
Its the difference between driving a car and riding in the passenger seat.
Passive observation can teach you everything you need to know. Actively learning (RL) will teach you about your own about the very specific deficits. RL targets specific operational failures, based on the animals existing control system. What you learn from RL depends more on your own actions than anything else. Whereas what you learn from imitation learning is a fixed dataset.
curious. more or less agree to it.
so today's rlvr recipe is something like this: models generate a lot of data in a rl harness that is then rejection sampled against a verifier. then that is distilled (mostly on policy) and then the process continues for different domains. then once you have enough coverage, you do a round of mopd (multi parent opd), where you distill the skills from all different domains into one model. then a small round of rl to smoothen the edges.
pure rl teaches a model breadth first search. when models are distilled here, they only see the successful trajectories and not the failure modes. so its no longer the breadth search, but depth first. distillation is needed for prior initialization, but in most cases, it ends up being hillclimbing faster on the given task, with little change in adjacent tasks. ofc solution to that is to train on all possible real world tasks, so model feels like its smart, when it has already seen the tasks one asks a model to work on.
so the imitation shifted from pretraining / sft (real world data), to imitating the way a model would think and finish a task. the search part that rl helps with is not captured so not imitated, but the depth part of winning trajectories is, which gives the vibes of model being smart.
Reinforcement learning from verifiable rewards (RLVR) is the hot new thing in LLM training. It’s so hot, and people spend so much time talking about it, that they sometimes lose sight of the big picture.
Stepping back, LLMs can do lots of very impressive things. How? Where did those capabilities come from? Fundamentally, they come from a combination of:
If we look at the final trained LLM, we can ask how important each of those two pieces was, in explaining the LLM’s capabilities. And my claim is that it’s way more (1) than (2).
I'll start in §1 with some relevant evidence, and then in §2 I’ll circle back to operationalizing exactly what I’m claiming, and finally in §3, three reasons why we should care—namely, it affects how we should think about chain-of-thought legibility, about LLM capabilities, and about LLM alignment.
Note that I am not arguing that RLVR does not importantly contribute to LLM capabilities. That would be absurd! Of course it does! Companies use RLVR because it works, and I expect them to continue doing so more and more. Again, the things I’m actually claiming are in §2–§3.
1. Some relevant evidence
1.1 Theoretically, each GPU-hour spent on RL conveys orders of magnitude less information content than a GPU-hour spent on imitative learning
The fraction of total LLM training compute that goes towards RLVR is high (one source guessed 20%; for all I know, it could be >50%). But that’s different from how to divvy up the credit that pretraining/SFT versus RLVR can take for LLM capabilities. Why is that different? See:
Based on those posts, if RLVR is 50% of the training compute, then it might only be 0.01% of the information content imparted by training. And unless the learning rates are drastically different, it would also be 0.01% of changes to the weights.
1.2 The chain-of-thought (CoT) is still obviously strongly influenced by imitative learning
People emphasize how frontier model CoTs can be pretty weird, and that’s true and important, but if you step back a bit, in the grand scheme of things, CoTs are still very obviously strongly influenced by imitative learning from human-created (and hence legible) text.
See for example,
I prefer to start from the opposite side. What would a really inscrutable CoT look like? It would look like random tokens: “…
extracurricular(boolean ger застос autism relevance directamenteдвэр QUICKchem…”CoTs sure don’t look like that! So on a spectrum from “totally legible” to “looks like random tokens”, we are way closer to the “totally legible” side, as of today.
What does that imply about how LLMs get their superpowers? Well, imitative learning by itself will necessarily create legible CoTs; whereas in RL, the CoT is generally irrelevant to the reward, so there’s no force keeping it legible, and thus we should expect it to drift into an ever less legible and more “optimized”[2] direction.
Thus, the fact that CoTs are still pretty legible is some evidence that RLVR today has not had that much influence on LLMs, as compared to imitative learning.
1.3 LLM companies still seem to care a lot about imitative learning (pretraining & SFT) data, not just RL environments
See “Most Algorithmic Progress is Data Progress” (Beren Millidge 2025), plus further discussion in my post “The nature of LLM algorithmic progress” §1.4.
And LLM companies today continue to spend money on even more training data for imitative learning (especially expert reasoning traces for SFT, I think).[3]
1.4 Three papers claiming that non-RLVR’d models can get into the same ballpark of capabilities as RLVR’d models, although maybe we shouldn’t trust those papers too much
The authors found that when an RLVR’d model could solve a problem, the equivalent non-RLVR’d model could generally solve the same problem, maybe not on the first try, but in one of the first 1000 tries or whatever.
The authors found that an “iterative sampling algorithm” could boost a non-RLVR’d model to be comparable to the corresponding RLVR’d model.
The authors found that you can take a non-RLVR’d model, randomly perturb the weights, and ensemble the results by majority vote, and you can get results comparable to an RLVR’d model.
Caveat for all of these: I don’t think we should over-anchor on any of these, mainly because they’re all now outdated, and based on open models rather than bleeding-edge LLMs with bleeding-edge RLVR best practices.
Also, there’s another paper “ProRL: Prolonged Reinforcement Learning Expands Reasoning Boundaries in Large Language Models” (Liu et al. 2025, arxiv) which claims “that RL-trained models consistently outperform base models … including scenarios where base models fail entirely regardless of the number of attempts”.[4]
1.5 A paper suggesting that RLVR mostly refines the heuristics controlling which (already-known) reasoning strategy to use in which situation
Using interpretability tools, the authors conclude “RL primarily teaches heuristics for orchestrating pre-existing base mechanisms, whereas SFT-distillation installs new ones”.
I think the basic idea is that, to do well in long-chain-of-thought reasoning, there are a bunch of moves that you can make: press on, backtrack, reexamine assumptions, pivot to Alternative Strategy X, etc. The LLM “knows” all those moves from imitative learning, but doesn’t have refined heuristics on which move to make in which situation. These kinds of heuristics are very important for making progress in a long CoT, and they’re somewhat domain-specific, and you can’t really pick them up well by imitative learning. So that’s the main low-hanging fruit that RLVR picks, and it makes a huge difference in practice.
Caveat: Just as in the previous section, this paper is old (by RLVR standards), and not based on bleeding-edge frontier LLMs with bleeding-edge RLVR best practices. I guess in this case I’m slightly reassured by the fact that one of the coauthors, @Neel Nanda, works with near-SOTA LLMs at his day job at DeepMind. But only slightly.
Anyway, I’m taking this claim as a good default mental picture, not an ironclad eternal truth. In particular, I remain open-minded to the Liu et al. 2025 claim that “RL can indeed discover genuinely new solution pathways entirely absent in base models, when given sufficient training time and applied to novel reasoning tasks.” (But I’m also open-minded to the opposite! Liu et al. make that claim but I don’t think they really prove it.)
(For more discussion and references on this topic, see “Some Interesting Papers on RLVR” by @CarolusRenniusVitellius.)
2. What am I actually claiming here?
What’s my point? I feel most strongly about the following intuitive picture:
OGRмагогласно વિચારDisposable! 끄registr Southeastern follic…”.No question that the RL piece is big. It’s huge. It’s an elephant in the room. But if the RL piece is an elephant in the room, then the imitative learning piece is the friggin’ Mt. Everest in the room, if we’re trying to have a good mental picture of how LLMs can do the things that they can do.
That’s all intuition. How do we move beyond that into a concrete operationalization?
It might be interesting to look at KL divergence or weight changes between randomly-initialized models versus base models, and between base models versus RLVR? I can’t immediately find literature on that.
Or we could talk about “bits of selection”. If something like the Yue et al. 2025 results above are valid, then imitative learning might get us from probability of accomplishing a certain task, to 0.1% probability. And then RL might get us from 0.1% to 90%. It would follow that almost all the “bits of selection” come from imitative learning (322 bits versus 10 bits, in this made-up example). (See: “privileging the hypothesis”.) (Yes I know, the Yue et al. 2025 results shouldn’t be taken at face value, but I think this is still the right bottom line.[6])
(Of course, to reiterate, all this is still compatible with RLVR being very important in a pragmatic sense: the difference between working 0.1% of the time versus 90% is a big deal!)
3. Why does any of this matter?
Here’s three debates where this topic is relevant:
3.1 Thinking about CoT legibility (both today and in the future)
There’s a nice explanation by @Rohin Shah, on the 80,000 hours podcast (recorded December 2025):
This is kinda the mirror image of my §1.2 argument above. I was saying in §1.2: CoTs are legible, therefore LLM capabilities mostly come from imitative learning. Whereas Rohin is saying: LLM capabilities mostly come from imitative learning, therefore CoTs are legible, and this will not change too soon, absent some important future change in LLM training approach.
3.2 Thinking about LLM capabilities (both today and in the future)
Insofar as LLMs are powered by imitative learning, we should expect them to mainly be competent in domains where there is human data and human concepts to learn from.
Insofar as LLMs are powered by RLVR, we should expect them to mainly be competent in domains where there are verifiable (automatically-checkable) rewards.
I think both are relevant. And indeed, LLMs seem to be at their best when we have both. For example, software debugging allows both copying from abundant human concepts and human reasoning traces, and testing results in a controlled environment.
By contrast, I have heard lots of people talk as if verifiable rewards are sufficient by themselves—that as long as we have verifiable rewards for such-and-such domain, LLMs will sooner or later be able to master that domain, even if the domain is arbitrarily far from anything humans have ever thought about. Well, that’s a hypothesis. Is it true? Seems to me that the jury is out; I don’t recall seeing demonstrations of such a thing to date. Anyway, I think my headline claim (“LLMs are (still) mostly powered by imitative learning, not RL”) provides some helpful background intuitions and context as we try to think through what to expect here.
3.3 Thinking about LLM alignment (both today and in the future)
I think a very strong general rule-of-thumb is: if you create AI capabilities via RL,[7] you get ruthless sociopathic behavior. (See my post “Why we should expect ruthless sociopath ASI”.) The logic is basically: whatever the reward function is, reinforcement learning is reinforcing the ruthless and relentless pursuit of a high score on that function, by any available means.
By contrast, if you create AI capabilities via imitative learning, you get models that follow the human distribution of outputs. (Cf. “personas”, “simulators”, etc.) The human distribution has its problems, Lord knows, but it’s not nearly as cursed as the “100% ruthless sociopath all the time” that you normally get from building capabilities via pure RL training.
For example, the Bing-Sidney chatbot from 2023 was trained by pure imitative learning (pretraining + SFT), without any RL at all.[8] Was it misaligned? Hoo boy, was it ever! But it had a very human flavor of craziness, in contrast to the very RL-ish flavor of ruthless-goal-seeking craziness that we often see these days (and this week in particular!).
Anyway, that’s my proposal, and I claim that it’s fully compatible with the alignment-related evidence that we’ve seen from LLMs to date. They are definitely not 100% ruthless sociopaths all the time. But they are somewhat like that sometimes. Correspondingly, RLVR is part of, but not most of, how LLMs get their capabilities today.
If we want to refine that idea, we get into my “Foom & Doom” §2.3.5 picture where LLMs have some niceness from imitative learning, and then the more you do RLVR, the more that niceness gets diluted away.
Copied from “Foom & Doom” §2.3.5
There seem to be ways to mitigate the damage of RLVR (e.g. inoculation prompting), but that’s still directionally what I strongly expect to happen.
How fast does RLVR dilute away the niceness? Unclear. But if LLMs are (still) mostly powered by imitative learning, not RLVR, and yet this (comparatively) small amount of RLVR is already enough to cause obvious RL-style alignment problems, then that’s a bad sign for our ever-more-RLVR LLM future.
There are a couple edge-cases in this breakdown, and the way we should handle those cases depends on what we’re ultimately trying to figure out. My interests are listed in §3, and in those contexts I would say: (1) I agree with Arthur Conmy’s take that Direct Preference Optimization (DPO) usually has more in common with imitative learning than RL, even though it’s sometimes lumped in with RLHF; (2) If Company A uses RLVR, and the CoTs get posted on the internet, and then Company B does SFT on those CoTs, then this should count as RL even though it’s structurally imitative learning. These edge-cases won’t really come up anyway; the central case that I want to talk about is a big AI company doing pretraining on human-created internet text, SFT on their own proprietary data, and RLVR on their own proprietary training environments.
Cf. the Karpathy quote: “You can tell the RL is done properly when the models cease to speak English in their chain of thought”.
How much money? Not sure. The total amount that LLM companies are spending on “data” is huge (e.g. “$10 to $15 billion per [LLM company]” per year), but that claim seems to involve a broad definition of the word “data”, that combines both imitative learning data (pretraining & SFT) and RL training environments. I can’t easily figure out the breakdown in spending between imitative learning versus RL. However, the imitative learning part definitely seems to be more than zero. E.g. a recent blog post by an industry insider mentions “high-quality midtraining tokens”.
The paper says “regardless of the number of attempts”, but that raises the obvious question “well, how many attempts did you try?” The paper does not make that clear, unless I missed it. Their graphs top out at pass@256 (i.e., probability of succeeding at least once, given 256 tries), but they must have done a bunch of pass@256 runs to get a pass@256 probability. Based on the plots, maybe attempts total?
(A town I picked randomly by pointing at a world map.) Gemini 3.1 Pro without internet access suggests Sabbia. I’d go!
As mentioned above, Liu et al. 2025 found tasks where RLVR succeeded but the base model pass rate was below , and perhaps far below. However, those tasks seem to be ones that require long answers with lots of steps; so in those cases we would also need to lower the starting (random policy) success probability, to something way below . So the bottom line would stay the same: imitative learning is responsible for far more of the “bits of selection” than RL.
Note that RLHF is not really a “creating AI capabilities”; rather, conventional wisdom is that RLHF makes models dumber, not smarter, as a side-effect of making them nicer. Again, this post is mostly about RLVR and similar.
Source: see this comment by @gwern.