Richard Sutton – Father of RL thinks LLMs are a dead end
Key insights
Media referenced
- The Bitter Lesson - article - Sutton's 2019 essay, referenced repeatedly as the framing for the whole debate: general methods that scale with compute beat methods hand-built with human knowledge.
- Dwarkesh's interview with Joseph Henrich - podcast - Dwarkesh cites his earlier interview with anthropologist Joseph Henrich on cultural evolution to argue that imitation is how humans transmit complex, hard-to-reason-through skills across generations.
Companies
- Google DeepMind - Source of AlphaGo, AlphaZero, and MuZero, used throughout as case studies for whether RL systems generalize and whether pure-experience approaches beat human-knowledge-seeded ones.
- Alberta Machine Intelligence Institute (Amii) - Hosted the interview in Edmonton and provided the studio; Sutton is affiliated with Amii and the University of Alberta.
Techniques and frameworks
- Temporal difference (TD) learning - Sutton's core technique for converting long-horizon goals (winning a chess game, building a startup) into intermediate rewards via a learned value function.
- The four-part agent architecture (policy, value function, perception/state, transition model) - Sutton's framework for what a learning agent needs; he objects to calling all of it 'the model' and reserves that word for the world-transition model specifically.
- Big world hypothesis - Sutton's argument that the world is too large and idiosyncratic to be fully pre-loaded during training, so continual online learning is unavoidable.
- Imitation/supervised learning vs. reinforcement learning - Central dividing line of the episode - Sutton argues supervised learning (mimicking labeled examples) does not occur in nature and cannot supply the 'ground truth' needed for continual learning.
Summary
Richard Sutton, the 2024 Turing Award winner and author of "The Bitter Lesson," used this interview to argue that LLMs are fundamentally the wrong architecture for building intelligence, not because they lack scale but because they lack a goal. His core claim is that reinforcement learning has a built-in definition of "right" (whatever maximizes reward) that gives it ground truth to learn from continually, while next-token prediction does not: tokens arrive regardless of what the model outputs, so the model has nothing genuine to be surprised by and no mechanism to correct itself from ongoing experience. Dwarkesh pushed back repeatedly, pointing to in-context reasoning, chain-of-thought self-correction, and IMO gold-medal math performance as evidence that LLMs do have something like goals and world models, but Sutton held that mimicking what a person would say is categorically different from predicting what will actually happen in the world.
A large stretch of the conversation became a dispute over how humans and animals actually learn. Sutton insists supervised/imitation learning has no basis in nature - psychology and animal-learning research, in his view, show only prediction and trial-and-error control, with formal schooling as a narrow, late exception that shouldn't anchor theories of learning. Dwarkesh countered with Joseph Henrich's cultural-evolution research on skills like Arctic seal hunting, which seem impossible to derive from trial-and-error alone and instead require imitating elders. Sutton conceded the point exists but treated it as a small addition on top of the more fundamental process, consistent with his broader framing that language and culture are "a small veneer" and that understanding a squirrel would get most of the way to understanding human intelligence.
Sutton laid out an explicit four-part architecture for what he thinks any real learning agent needs: a policy (what to do), a value function (learned via TD learning, predicting how well things are going), a perception component (state representation), and a transition model of the world. He's specifically uncomfortable with the industry habit of calling everything "the model," reserving that term for the transition model - the belief about consequences of actions - which he says has to be learned from experience, not reward alone. He used TD learning and the chess example to explain how sparse, distant goals (like winning a game, or building a startup over ten years) get converted into usable intermediate rewards via a value function, and invoked AlphaZero's clean victory over the more human-data-reliant AlphaGo as a scaled preview of what he expects LLMs to eventually lose to.
The interview closed on Sutton's view of AI succession, where he was strikingly explicit and unusually positive relative to most AI-risk framings Dwarkesh has hosted. He argues succession to digital or augmented intelligence is inevitable via a four-step chain (no unified human governance, intelligence will be understood, progress goes past human-level to superintelligence, and the most intelligent entities accrue power over time), and reframes this as a fourth great transition of the universe - from dust to stars to life to designed intelligence - that humans should feel proud to be midwifing rather than only fear. Both speakers converged on a genuinely novel risk in this framing: as AI agents spawn copies to learn independently and later merge that knowledge back into a "central mind," the reincorporation step could smuggle in corrupted or hostile content, a kind of cybersecurity problem specific to self-modifying, decentralized intelligence rather than the more familiar AI alignment framing.
Notable Quotes
"Large language models have become such a big thing, generative AI in general a big thing. Our field is subject to bandwagons and fashions, so we lose track of the basic things. I consider reinforcement learning to be basic AI." - Richard Sutton
"That's not a goal. It doesn't change the world. Tokens come at you, and if you predict them, you don't influence them." - Richard Sutton
"Squirrels don't go to school. Squirrels can learn all about the world. It's absolutely obvious, I would say, that supervised learning doesn't happen in animals." - Richard Sutton
"I'm personally just content being out of sync with my field for a long period of time, perhaps decades, because occasionally I have been proved right in the past... I really view myself as a classicist rather than as a contrarian." - Richard Sutton
"If you pull in something from the outside and build it into your inner thinking, it could take over you, it could change you, it could be your destruction rather than your increment in knowledge." - Richard Sutton