Dwarkesh Podcast · · 12 min
Some thoughts on the Sutton interview
TL;DR
- Dwarkesh's headline expectation: LLMs get to AGI first — "which is what I expect to happen" — but if they do, the successor systems they build "will almost certainly be based on Richard's vision."
- The steelman of Sutton he now understands: the Bitter Lesson isn't "burn compute," it's use compute scalably — and LLMs fail that test because most compute is spent on deployment where the model learns nothing, training burns "10s of 1000s of years of human experience," and human data is "an inelastic and hard-to-scale resource." Learning only from it is not a scalable way to use compute.
- His core rebuttal: imitation learning and RL aren't dichotomous — Ilya Sutskever's fossil-fuels analogy "has remarkable reach": pretraining data is non-renewable but civilization wasn't on a dead-end track for using it; "you simply couldn't have transitioned from the water wheels of 1800 to solar panels" without the cheap intermediary.
- AlphaGo/AlphaZero is the tradeable precedent: both superhuman, AlphaZero better — human data "isn't necessarily actively detrimental. It's just that at enough scale it just isn't significantly helpful." Bootstrapped-from-scratch learning probably does eventually win, but that doesn't bar imitation from producing the first AGI or even the first ASI.
- The "no true world model" critique proves less than claimed: post-RL models won IMO Gold and build working applications — ground-truth exams you "couldn't have RLed a model to accomplish from scratch." Whether the human prior counts as a "world model" is "a semantic debate."
- Continual learning is the genuine gap — outcome-reward RL extracts "on the order of 1 bit per episode" over tens of thousands of tokens — but he wouldn't be surprised if shoehorns like SFT as a tool call replicate it, given in-context learning already emerged spontaneously.
Digest · the substance, structured for research
1. The Sutton steelman: LLMs waste compute and drink from a finite well
- Dwarkesh's post-interview reconstruction: the Bitter Lesson demands techniques that "most effectively and scalably leverage compute" — yet most LLM compute goes to deployment where nothing is learned, and training itself burns "the equivalent of 10s of 1000s of years of human experience."
- Even RLVR still partly reflects the human-data trap: environments are "human furnished playgrounds" teaching prescribed skills — "the agent is in no substantial way learning from organic and self-directed engagement with the world."
- The world-model objection, as told: LLMs model "what a human would say next," not how the environment responds to actions — an LLM trained on data up to 1900 "probably wouldn't be able to come up with relativity from scratch."
2. Fossil fuels and AlphaGo: imitation is the intermediary, not the dead end
- Dwarkesh's main difference with Rich: the distinctions "aren't actually that mutually exclusive or dichotomous." Ilya's pretraining-as-fossil-fuels analogy carries the argument — non-renewable, yet "absolutely crucial" to get from the water wheels of 1800 to solar and fusion.
- AlphaGo (human-conditioned) and AlphaZero (bootstrapped) were both superhuman; AlphaZero was better and used more compute. Human data at enough scale "just isn't significantly helpful" — but that's different from detrimental. He answers "probably yes" to whether a no-initialization learning technique eventually outperforms — without that excluding imitation from the first AGI or even the first ASI.
- Humanity's own track record is the tell: language, law, phone technology — accumulated over tens of thousands of years, "more analogous to imitation learning than it is to RL from scratch." His metaphor: "what planes are to birds, supervised learning might end up being to human cultural learning." No machine-learning regime perfectly describes human learning.
3. Imitation is short-horizon RL — and the prior unlocks ground truth
- The categorical distinction dissolves: imitation learning is "just short horizon RL. The episode is a token long," with reward proportional to prediction quality.
- To the "that's not ground truth!" objection — "I agree," but the relevant question is whether imitation helps models learn from ground truth. Post-RL models win Gold in IMO and code entire applications; "you couldn't have RLed a model to accomplish these tasks from scratch. Or at least we don't know how to do that yet."
- On the world-model objection, Dwarkesh says LLMs are clearly developing a deep representation of the world, though they aren't specifically trained to model how their actions affect it. He calls whether to label that a "world model" "a semantic debate," skewering the fight with his pasteurization line: it's like telling someone boiling milk "hey stop boiling that milk because we eventually want to serve it cold!" Refusing the term means "defining 'world model' by the process we think is necessary to build one, rather than by the obvious capabilities the concept implies."
4. Continual learning: the real gap, possibly shoehorn-able
- His self-aware hobby horse — "I'm like a comedian who's only come up with one good bit" — but the numbers bite: outcome-reward RL learns "on the order of 1 bit per episode" across tens of thousands of tokens, while animals extract far more than the end-of-episode reward; he says animals learn to model the world through observations, with outer-loop RL incentivizing another learning system to extract maximum signal. In Sutton's OaK architecture, he calls this the transition model.
- "From what I hear from my researcher friends," the most naive approach—fine-tuning on all observed tokens—"actually doesn't work well." His candidate: SFT as a tool call, with outer-loop RL incentivizing the model to teach itself beyond the context window.
- His hedge, exactly as hedged: "genuinely agnostic... I'm not an AI researcher" about whether these techniques will work—he "wouldn't be surprised" if they basically replicate continual learning. Because in-context learning emerged spontaneously from the training incentive to process long sequences, he thinks that if information could flow across windows longer than the current context limit, models could meta-learn the same flexibility.
5. Running evolution in reverse — and the closing prediction
- The inversion framing: evolution does meta-RL to make an RL agent that selectively imitates; LLMs go the opposite way — pure imitation first, "hoping that we do enough RL on it to make a coherent agent with goals and self-awareness. Maybe this won't work!"
- Sutton's decades-long vantage spots gaps invisible inside the paradigm: no continual learning, "abysmal sample efficiency," dependence on exhaustible human data. Even so, the first-principles arguments aren't "strictly accurate for the models we have today," which are undergoing a lot of RL on "ground truth."
- The through-line: even if Sutton's "Platonic ideal" doesn't end up being the path to the first AGI, if LLMs get to AGI first, the successor systems they build will almost certainly be based on Richard's vision.