[BidClub_]
Dwarkesh Podcast · · 12 min

Some thoughts on the Sutton interview

Dwarkesh Patel

YouTube
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.
Dwarkesh Patel

Boy, do you guys have a lot of thoughts about the Sutton interview. I’ve been thinking about it myself, and I think I have a much better understanding now of Sutton’s perspective than I did during the interview itself. So I wanted to reflect on how I understand his worldview now. Richard, apologies if there are still any errors or misunderstandings. It’s been very productive to learn from your thoughts.

Here’s my understanding of the steelman of Richard’s position. Obviously, he wrote this famous essay, “The Bitter Lesson.” What is this essay about? It’s not saying that you just want to throw away as much compute as you possibly can. The Bitter Lesson says that you want to come up with techniques which most effectively and scalably leverage compute.

Most of the compute that’s spent on an LLM is used in running it during deployment, and yet it’s not learning anything during this entire period. It’s only learning during this special phase we call training. That is obviously not an effective use of compute. What’s even worse, this training period by itself is highly inefficient. These models are usually trained on the equivalent of tens of thousands of years of human experience.

What’s more, during this training phase, all of their learning is coming straight from human data. This is an obvious point in the case of pretraining data, but it’s even kind of true for the RLVR that we do with these LLMs. These RL environments are human-furnished playgrounds to teach LLMs the specific skills we have prescribed for them. The agent is in no substantial way learning from organic and self-directed engagement with the world.

Having to learn only from human data, which is an inelastic and hard-to-scale resource, is not a scalable way to use compute. Furthermore, what these LLMs learn from training is not a true world model, which would tell you how the environment changes in response to different actions that you take. Rather, they are building a model of what a human would say next, and this leads them to rely on human-derived concepts.

A way to think about this would be: suppose you trained an LLM on all the data up to the year 1900. That LLM probably wouldn’t be able to come up with relativity from scratch. And here’s a more fundamental reason to think this whole paradigm will eventually be superseded: LLMs aren’t capable of learning on the job, so we’ll need some new architecture to enable this kind of continual learning.

Once we do have this architecture, we won’t need a special training phase. The agent will just be able to learn on the fly, like all humans, and, in fact, like all animals are able to do. This new paradigm will render our current approach with LLMs—and their special training phase that’s super sample-inefficient—totally obsolete.

1. TLDR of my current thoughts

That’s my understanding of Richard’s position. My main difference with Rich is just that I don’t think the concepts he’s using to distinguish LLMs from true intelligence are actually that mutually exclusive or dichotomous. For example, I think imitation learning is continuous with and complementary to RL. Relatedly, models of humans can give you a prior which facilitates learning “true” world models. I also wouldn’t be surprised if some future version of test-time fine-tuning could replicate continual learning, given that we’ve already managed to accomplish this somewhat with in-context learning.

2. Imitation learning is continuous with and complementary to RL

Let’s start with my claim that imitation learning is continuous with and complementary to RL. I tried to ask Richard a couple of times whether pretrained LLMs can serve as a good prior on which we can accumulate the experiential learning—that is, do the RL—which will lead to AGI.

Ilya Sutskever gave a talk a couple of months ago that I thought was super interesting, and he compared pretraining data to fossil fuels. I think this analogy has remarkable reach. Just because fossil fuels are not a renewable resource does not mean that our civilization ended up on a dead-end track by using them. In fact, they were absolutely crucial.

You simply couldn’t have transitioned from the water wheels of 1800 to solar panels and fusion power plants. We had to use this cheap, convenient, and plentiful intermediary to get to the next step. AlphaGo, which was conditioned on human games, and AlphaZero, which was bootstrapped from scratch, were both superhuman Go players. Of course, AlphaZero was better.

So you can ask the question: will we, or will the first AGIs, eventually come up with a general learning technique that requires no initialization of knowledge and that just bootstraps itself from the very start? And will it outperform the very best AIs that have been trained to that date? I think the answer to both these questions is probably yes.

But does this mean that imitation learning must not play any role whatsoever in developing the first AGI, or even the first ASI? No. AlphaGo was still superhuman, despite being initially shepherded by human-player data. The human data isn’t necessarily actively detrimental. It’s just that at enough scale, it isn’t significantly helpful. AlphaZero also used much more compute than AlphaGo.

The accumulation of knowledge over tens of thousands of years has clearly been essential to humanity’s success. In any field of knowledge, thousands—and probably millions—of previous people were involved in building up our understanding and passing it on to the next generation. We obviously didn’t invent the language we speak, nor the legal system we use. Also, most of the technologies in our phones were not directly invented by the people who are alive today. This process is more analogous to imitation learning than it is to RL from scratch.

Now, of course, are we literally predicting the next token, like an LLM would, in order to do this cultural learning? No, of course not. Even the imitation learning that humans are doing is not like the supervised learning that we do for pretraining LLMs. But neither are we running around trying to collect some well-defined scalar reward. No machine-learning regime perfectly describes human learning. We’re doing things that are both analogous to RL and to supervised learning.

What planes are to birds, supervised learning might end up being to human cultural learning. I also don’t think these learning techniques are categorically different. Imitation learning is just short-horizon RL. The episode is 1 token long. The LLM is making a conjecture about the next token based on its understanding of the world and how the different pieces of information in the sequence relate to each other. And it receives reward in proportion to how well it predicted the next token.

Now, I already hear people saying, “No, no, that’s not ground truth! It’s just learning what a human was likely to say.” And I agree. But there’s a different question which I think is more relevant to understanding the scalability of these models: can we leverage this imitation learning to help models learn better from ground truth? And I think the answer is obviously yes.

After RL-ing the pretrained base models, we’ve gotten them to win gold in IMO competitions and to code up entire working applications from scratch. These are “ground truth” examinations. Can you solve this unseen math olympiad question? Can you build this application to match a specific feature request?

But you couldn’t have RL-ed a model to accomplish these tasks from scratch. Or at least, we don’t know how to do that yet. You needed a reasonable prior over human data in order to kick-start this RL process. Whether you want to call this prior a proper “world model” or just a model of humans, I don’t think is that important, and honestly seems like a semantic debate. Because what you really care about is whether this model of humans helps you start learning from ground truth—aka become a “true” world model.

It’s a bit like saying to someone pasteurizing milk, “Hey, stop boiling that milk because we eventually want to serve it cold!” Of course. But this is an intermediate step to facilitate the final output.

By the way, LLMs are clearly developing a deep representation of the world, because their training process is incentivizing them to develop one. I use LLMs to teach me about everything from biology to AI to history, and they are able to do so with remarkable flexibility and coherence.

Now, are LLMs specifically trained to model how their actions will affect the world? No, they’re not. But if we’re not allowed to call their representations a “world model,” then we’re defining the term “world model” by the process we think is necessary to build one, rather than by the obvious capabilities the concept implies.

Continual learning.

3. Continual learning

Sorry to bring up my hobby horse again. I'm like a comedian who's only come up with 1 good bit, but I'm going to milk it for all it's worth.

An LLM being RL'd on outcome-based rewards learns on the order of 1 bit per episode, and an episode may be tens of thousands of tokens long. Obviously, animals and humans are clearly extracting more information from interacting with our environment than just the reward signal at the end of each episode. Conceptually, how should we think about what is happening with animals?

I think we're learning to model the world through observations. This outer-loop RL is incentivizing some other learning system to pick up maximum signal from the environment. In Richard's OaK architecture, he calls this the transition model.

If we were trying to pigeonhole this feature spec into modern LLMs, what you'd do is fine-tune on all your observed tokens. From what I hear from my researcher friends, in practice, the most naive way of doing this actually doesn't work well.

Being able to continuously learn from the environment in a high-throughput way is obviously necessary for true AGI. And it clearly doesn't exist with LLMs trained on RLVR. But there might be some relatively straightforward ways to shoehorn continual learning atop LLMs.

For example, one could imagine making SFT a tool call for the model. So the outer-loop RL is incentivizing the model to teach itself, effectively using supervised learning, in order to solve problems that don't fit in the context window. I'm genuinely agnostic about how well techniques like this will work—I'm not an AI researcher. But I wouldn't be surprised if they basically replicate continual learning.

Models are already demonstrating something resembling human continual learning within their context windows. The fact that in-context learning emerged spontaneously from the training incentive to process long sequences makes me think that if information could flow across windows longer than the current context limit, models could meta-learn the same flexibility that they already show in-context.

4. Concluding thoughts

Some concluding thoughts. Evolution does meta-RL to make an RL agent. That agent can selectively do imitation learning. With LLMs, we're going the opposite way: we first made a base model that does pure imitation learning, and we're hoping that we do enough RL on it to make a coherent agent with goals and self-awareness.

Maybe this won't work! But I don't think these super-first-principles arguments—for example, about how these LLMs don't have a true world model—are actually proving much. I also don't think they're strictly accurate for the models we have today, which are undergoing a lot of RL on “ground truth.”

Even if Sutton's Platonic ideal doesn't end up being the path to the first AGI, his first-principles critique is identifying some genuine basic gaps these models have. We don't even notice because they are so pervasive in the current paradigm, but because he has this decades-long perspective, they're obvious to him.

It's the lack of continual learning, it's the abysmal sample efficiency of these models, and it's their dependence on exhaustible human data. If LLMs do get to AGI first, which is what I expect to happen, the successor systems that they build will almost certainly be based on Richard's vision.