Loading summary
A
Today I'm chatting with Richard Sutton, who is one of the founding fathers of reinforcement learning and inventor of many of the main techniques used there, like TD learning and policy gradient methods. And for that, he received this year's Turing Award, which, if you don't know, is basically the Nobel Prize for computer Science. Richard, congratulations.
B
Thank you, Dwarkesh.
A
And thanks for coming on the podcast.
B
It's my pleasure.
A
Okay, so first question. My audience and I are familiar with the LLM way of thinking about AI. Conceptually, what are we missing in terms of thinking about AI from the RL perspective?
B
Well, yes, I think it's really quite a different point of view, and it can easily get separated and lose the ability to talk to each other. And, yeah, large language models have become such a big thing, generative AI in general, a big thing. And our field is subject to bandwagons and fashions, so we lose track of the basic, basic things. Because I consider reinforcement learning to be basic AI. And what is intelligence? The problem is to understand your world, and reinforcement learning is about understanding your world, whereas large language models are about mimicking people doing what people say you should do. They're not about figuring out what to do.
A
I guess you would think that to emulate the trillions of tokens in the corpus of Internet text, you would have to build a world model. In fact, these models do seem to have very robust world models, and they're the best world models we've made to date in AI. Right. So what do you think that's missing?
B
I would disagree with most of the things you just said. Great. Just to mimic what people say is not really to build a model of the world at all. I don't think, you know, you're mimicking things that have a model of the world, the people. But I don't want to approach the question in an adversarial way, but I would question the idea that they have a world model. So a world model would enable you to predict what would happen. They have the ability to predict what a person would say. They don't have the ability to predict what will happen. What we want, I think, to quote Alan Turing, what we want is a machine that can learn from experience, where experience is the things that actually happen in your life. You do things, you see what happens, and that's what you learn from the large language models learn from something else. They learn from here's a situation, and here's what a person did. And implicitly, the suggestion is you should do what the person did.
C
Right.
A
I guess maybe the crux, and I'm curious if you disagree with this, is some people will say, okay, so this imitation learning has given us a good prior, or given these models a good prior but reasonable ways to approach problems. And as we move towards the era of experience, as you call it, this prior is going to be the basis on which we teach these models from experience, because this gives them the opportunity to get answers right some of the time. And then on this, you can build. Can train them on experience. Do you agree that perspective?
B
No, I agree that it's the large language model perspective.
C
Right.
B
I don't think it's a good perspective.
A
Yeah, here's why.
B
So to be a prior for something, there has to be a real thing. I mean, a prior bit of knowledge should be the basis for actual knowledge. What is actual knowledge? There's no definition of actual knowledge in that large language framework. What makes an action a good action to take? You recognize the value, the need for continual learning. So if you need to learn continually, continually means learning during normal interaction with the world. And so then there must be some way during the normal interaction to tell what's right.
A
Yeah.
B
Okay, so is there any way for it to tell in the largest language model setup, to tell what's the right thing to say? You will say something and you will not get feedback about what the right thing to say is, because there's no definition of what the right thing to say is. There's no goal.
C
Right.
B
And if there's no goal, then there's one thing to say, another thing to say. There's no right thing to say.
C
Right.
B
So there's no ground truth. You can't have prior knowledge if you don't have ground truth, because the prior knowledge is supposed to be a hint or an initial belief about what the truth is. Yeah, but there isn't any truth. There's no right thing to say. Right. Now, in reinforcement learning, there is a right thing to say, a right thing to do, because the right thing to do is the thing that gets you reward. So we have a definition of what's the right thing to do. And so we can have prior knowledge or knowledge provided by people about what the right thing to do is. And then we can check it to see because we have a definition of what the actual right thing to do is.
C
Yeah.
B
Now an even simpler case is when you have. You're trying to make a model of the world. When you predict what will happen, you predict, and then you see what happens. Okay, so there's ground truth. There's no Ground truth in large language models because you don't have a prediction about what will happen next if you say something in your conversation. The large language models have no prediction about what the, the person will say in response to that or what the response will be.
A
I mean, I think they do. You can literally ask them what would you anticipate a user might say in response? And they have a prediction.
B
Oh no, they will respond to that question, right? Yeah, but they have no prediction in the substantive sense that they won't be surprised by what happens. And if something happens that isn't what you might say they predicted they will not change because an unexpected thing has happened. And to learn that, they'd have to make an adjustment.
A
So I think a capability like this does exist in context. So it's interesting to watch a model do chain of thought and then suppose it's trying to solve a math problem. It'll say, okay, I'm going to approach this problem using this approach at first. And it'll write this out and be like, oh, wait, I just realized this is the wrong conceptual way to approach the problem. Going to restart by this, another approach. And that flexibility does exist in context, right? Do you have something else in mind or do you just think that you need to extend this capability across longer horizons?
B
I'm just saying they don't have, in any meaningful sense, they don't have a prediction of what will happen next. They will not be surprised by what happened next. They'll not make any changes if something happens.
A
But based on what happens, isn't that literally what next token prediction is prediction of what was next and then updating on the surprise.
B
Next token is what they should say, what the action should be. It's not what the world will give them in response to what they do. Let's go back to their lack of goal. For me, having a goal is the essence of intelligence. Something is intelligent if it can achieve goals. I like John McCarthy's definition that intelligence is the computational part of the ability to achieve goals. So you have to have goals. You have to, you're not, you're just, you're just, you're just a behaving system. You, you're not, you're not anything special. You're not intelligent.
C
Right.
B
And you agree that large language models don't have goals?
A
I think they, no, they have a goal.
B
What's the goal?
A
Next token prediction.
B
That's not a goal. Doesn't, it doesn't change the world. You know, I think tokens come at you and if you predict Them, you don't influence them.
A
Oh yeah, it's not a goal about the external world.
B
Yeah, it's not a goal. It's not a substantive goal. You can't look at a system and say, oh, it has a goal if it's just sitting there predicting and being happy with itself that it's predicting accurately.
A
I guess maybe the bigger question I want to understand is why you don't think doing RL on top of LLMs is a productive direction. Because we seem to be able to give these models a goal of solving difficult math problems. And they're in many ways at the very peaks of human level in the capacity to solve math Olympia type problems. Right. They got gold at imo. So it seems like the model which got gold at the International Math Olympia does have the goal of getting math problems right. So why can't we extend this to different domains?
B
Well, the math problems are different. Making a model of the physical world and carrying out the consequences of mathematical assumptions or operations.
C
Right.
B
Those are very different things. Like the, the empirical world has to be learned, you have to learn the consequences. Whereas the, the math is, is more just computational, it's more like standard planning. So, so there you can, you can, they can have a goal to find the proof and they are in some way given that goal to find the proof.
C
Right.
A
So I mean, it's interesting because you wrote this essay in 2019 titled the Bitter Lesson, and this is the most influential essay perhaps in the history of AI. But people have used that as a justification for, for scaling up LLMs, because in their view, this is the one scalable way we have found to pour ungodly amounts of compute into learning about the world. And so it's interesting that your perspective is that the LLMs are actually not bitter lesson pilled.
B
It's an interesting question whether large language models are a case of the bitter lesson, because they are clearly a way of using massive computation, things that will scale with computation up to, up to the limits of the Internet. But they're also a way of putting in lots of human knowledge. So this is an interesting question. It's a sociological or industry question. Will they reach the limits of the data and be superseded by things that can get more data just from experience rather than from people? In some ways it's a classic case of the bitter lesson. The more human knowledge we put into the lesson, large language models, the better they can do. And so it feels good. And yet one. Well, I in particular expect there to be systems that can learn from experience which could well perform much, much better and be much more scalable. In which case it will be another instance of the bitter lesson that the things that used human knowledge were eventually superseded by things that just drained from experience and computation.
A
I guess that doesn't seem like the crux to me because I think those people would also agree that the overwhelming amount of compute in the future will come from learning from experience. They just think that the scaffold or the basis of that, the thing you'll start with in order to pour in the compute to do this future experiential learning or on the job learning will be LLMs. And so I guess I still don't understand why this is the wrong starting point altogether, why we need a whole new architecture to begin doing experiential continual learning and why we can't start with LLMs to do that.
B
Well, in every case of the bitter lesson, you could just start with human knowledge.
C
Right.
B
And then just. And then do the scalable things. Yeah, that's always the case. And there's no, never any reason why that has to be bad.
C
Right.
B
But in fact, and in practice, it has always turned out to be bad because people get locked into the human knowledge approach and they psychologically or, you know, now I'm, now I'm speculating why it is, but this is what has always happened.
C
Yeah.
B
That. Yeah. Their lunch gets eaten by the methods that are truly scalable.
A
Yeah. Give me a sense of what the scalable method is.
B
The scalable method is you learn from experience, you try things, you see what works. No one has to tell you, first of all, you have a goal. So without a goal, there's no sense of right or wrong or better or worse. So, so large language models are trying to get by without having a goal or a sense of better or worse. That's just, you know, it's exactly starting in the wrong place maybe.
A
It's interesting to compare this to humans. So in both the case of learning from imitation versus experience and on the question of goals, I think there's some interesting analogies. So kids will initially learn from imitation. You don't think so?
B
No, of course not. Really?
A
Yeah, I think kids just like, watch people they like, kind of try, try.
B
To like, say, how old are those, these kids?
A
I, I think the level.
B
What about the first six months?
A
I think they're kind of imitating things. They're trying to like, make their mouth sound the way they see their mother's mouth sound, and then they'll say the same words without understanding what they mean. And as you get older, the complexity of the imitation they do increases. So you're imitating maybe the skills that your people in your band are using to hunt down the deer or something. And then you go into the learning from experience RL regime. But I think there's a lot of imitation learning happening with humans.
B
It's surprising. Yeah, you can have such a different point of view. When I see kids, I see kids just trying things and waving their hands around and moving their eyes around. And no one tells them there's no imitation for how they move their eyes around or even the sounds they make. They may want to create the same sounds, but the actions, the thing that the infant actually does, there's no targets for that. There are no examples for that.
A
I agree that doesn't explain everything infants do, but I think it guides the learning process. I mean, even LLM, when it's trying to predict the next token early in training, it will make a guess. It'll be different from what it actually sees. And in some sense it's very short horizon RL where it's making this guess of. I think this token will be this. It's actually this other thing similar to how a kid will try to say a word. It comes out wrong.
B
The large language models is learning from training data. It's not learning from experience. It's learning from something that will never be available during its normal life. There is never any training data that says you should do this action in normal life.
A
I think this is maybe more of a semantic distinction. Like what do you call school? Is that not training data? You're not going to school because it's.
B
Like school is much later. Okay, I shouldn't have said never, but I don't know. I think I would even say about school. But formal schooling is the exception. You shouldn't base your theories on that.
A
Learning, where I think it's just sort of programming in your biology that early on you're not that useful. And then kind of why you exist is to understand the world and learn how to interact with it. And it seems kind of like a training phase. I agree that then there's a sort of more gradual. There's not a sharp cutoff to training, to deployment. But there seems to be this initial training phase. Right?
B
There's nothing where you have training of what you should do. There's nothing. You see things that happen. You're not told what to do. Don't be difficult. I mean, this is obvious.
A
I mean, you're literally taught what to do. This is where the Word training comes from is from humans. Right.
B
So I don't think learning is really about training. I think learning is about learning. It's about an active process. The child tries things and sees what happens, right? Yeah. It does not. We don't think, we don't think about training, and we think of an infant growing up. These things are actually rather well understood. If you go to look about how psychologists think about learning, there's nothing like imitation. Maybe there are some extreme cases where humans might do that or appear to do that, but there's no basic animal learning process called imitation. There are basic animal learning processes for prediction and for trial and error control. I mean, it's really interesting how sometimes the most hardest things to see are the obvious ones. It's obvious if you just look at animals and how they learn and you look at psychology and how our theories of them. It's obvious that supervised learning is not part of the way animals learn. We don't have examples of desired behavior. What we have is examples of things that happened, things one thing that followed another. And we have examples of we did something and there were consequences. But there are no examples of supervised learning. Supervised learning is not something that happens in nature. And, you know, school, even if that was the case, you know, we should forget about it because it's just that's some special thing that happens in people. It doesn't happen broadly in nature. And, you know, 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.
A
So I interviewed the. This psychologist and anthropologist Joseph Henrich, who has done work about cultural evolution. And basically what distinguishes humans and how do humans pick up knowledge?
B
Why are you trying to distinguish humans? Humans are animals. What we have in common is more interesting. What we have, what distinguishes us, we should be paying less attention to.
A
I mean, we're trying to replicate intelligence. Right?
B
The.
A
So if you want to understand what is it that enables humans to go to the moon or to build semiconductors, I think the thing we want to understand is the thing that makes. No animal can go to the moon or make semiconductors. So we want to understand what makes humans special.
B
So I like the way you consider that obvious because I consider the opposite obvious. Yeah, I think we have to understand how we are animals. And if we understood a squirrel, I think we'd have a. We'd be almost all the way there. It's understanding human intelligence. The language part is just a small veneer on the surface. Okay. So this is great. You know, we're finding out the very different ways that we're thinking. Maybe we're not arguing, we're trying to share our different ways of thinking with each other.
A
Yeah. And I think argument is useful, so.
B
Yeah.
A
But I do want to complete this thought. So, Joseph, Henrik has this interesting theory that if you look a lot of the skills that humans have had to master in order to be successful, and we're not talking about last thousand years or last 10,000 years, but hundreds of thousands of years, the world is really complicated, and it's not possible to reason through how to, let's say, hunt a seal if you're living in the Arctic. And so there's this many, many step, long process of how to make the bait and how to find the seal and then how to process the food in a way that makes sure you won't get poisoned. And it's not possible to reason through all of that. And so over time, yes, there's this larger process of whatever analogy you want to use, maybe are all something else, where culture as a whole has figured out how to find and kill and eat, eat seals. But then what is happening when through generations, this knowledge is transmitted is, in his view, that you just have to imitate your elders in order to learn that skill. Because you can't think your way through how to hunt and kill and process a seal. You have to just watch other people maybe make tweaks and adjustments, and that's how cultural knowledge accumulates. But the initial step of the cultural gain has to be imitation. But maybe you think about it a different way.
B
No, I think about it the same way, but still, it's a small thing on top of basic trial and error learning, prediction learning. And that's what distinguishes us perhaps from many animals. But we're an animal first.
A
Yeah.
B
And we were an animal before we had language and all those other things.
A
I do think you make a very interesting point that continual learning is a capability that most mammals have. I guess all mammals have. So it's quite interesting that we have something that all mammals have, but our AI systems don't have. Right. Whereas maybe the ability to understand math and solve difficult math problems depends on how you define math. But this is a capability our AIs have, but that almost no animal has. And so it's quite interesting what ends up being difficult and what ends up being easy.
B
Morvix paradox.
A
That's right. For the era of experience to commence, we're going to need to train AIs in complex, real world environments. But building effective RL environments is hard. You can't just hire a software engineer and have them write a bunch of cookie cutter validation tests. Real world domains are messy. You need deep subject matter experts to get the data, the workflows, and all the subtle rules right. When one of Labelbox's customers wanted to train an agent to shop online, Labelbox assembled a team with a ton of experience engineering Internet storefronts. For example, the team built a product catalog that could be updated during the episode because most shopping sites have constantly changing state. They also added a redis cache to simulate stale data, since that's how real e commerce sites actually work. These are the kinds of things that you might not have naively thought to do, but that label box can anticipate. These details really matter. Small tweaks are often the difference between cool demos and agents that can actually operate in the real world. So whether it's correcting traces that you already produced or building an entirely new suite of environments, Labelbox can help you turn your RL projects into working systems. Reach out@Labelbox.com Dwarkash all right, back to Richard. This alternative paradigm that you're imagining, the exponential paradigm. Yes.
B
Let's lay out a little bit about what it is. It says that experience, action, sensation. Well, sensation, action, reward. And this happens on and on and on. Makes it more life. It says that this is the foundation and the focus of intelligence. Intelligence is about taking that stream and altering the actions to increase the rewards in the stream.
C
Right.
B
So learning then is from the stream. And learning is about the stream. So that second part is particularly telling what you learn. Your knowledge. Your knowledge is about the stream. Your knowledge is about if you do some action, what will happen. Or it's about which events will follow other events. It's about the stream. It's the content of the knowledge is statements about the stream. And so because it's a statement about the stream, you can test it by comparing it to the stream and you can learn it continually.
A
So when you're imagining this future continual learning agent, they're not future, of course.
B
They exist all the time. This is what reinforcement learning paradigm is, learning from experience.
A
Yeah, I guess maybe what I meant to say is human level, general continual learning agent. What is the reward function? Is it just predicting the world? Is it, is it then having a specific effect on it? What would the general reward function be?
B
The reward function is arbitrary. And so if you're playing chess, it's to win the game of chess. If you were to. If you're a squirrel. Maybe the reward has to do with getting nuts.
C
Right.
B
In general, for an animal, you would say the reward is to avoid pain and to acquire pleasure.
C
Right.
B
And there's also would be a component having to do with. I think there would be. Should be a component having to do with your increasing understanding of your, of your environment. That would be sort of an intrinsic motivation.
C
I see.
A
I guess this AI would be deployed to like lots of people would want it to be doing lots of different kinds of things.
C
Right.
A
So it's performing the task people want, but at the same time it's learning about the world from doing that task. And do you imagine, okay, so we get rid of this paradigm where there's training periods and then there's deployment periods, but then do we also get rid of this paradigm when there's the model and then instances of the model or copies of the model that are doing certain things? How do you think about the fact that we'd want this thing to be doing different things? We'd want to aggregate the knowledge that it's gaining from doing those different things.
B
I don't like the word model when used the way you just stated.
A
Interesting.
B
I think a better word would be the network, because I think you mean the network. Maybe there's many networks. So anyway, things would be learned and then you'd have copies and many instances. And sure, you'd want to share knowledge across the instances and there would be lots of possibilities for doing that. Like there is not today. You can't have one child grow up and learn about the world and then every new child has to repeat that process. Whereas with AIs, with a digital intelligence, you could hope to do it once and then copy it into the next one as a starting place. So this would be a huge savings and I think actually it'd be much more important than trying to learn from people.
A
I agree that the kind of thing you're talking about is necessary regardless of whether you start from LLMs or not.
C
Right.
A
If you want human or animal level intelligence, you're going to need this capability. Suppose a human is trying to make a startup, right? And this is a thing which has a reward on the order of 10 years. Once in 10 years you might have an exit or you get paid out a billion dollars. But humans have this ability to make intermediate auxiliary rewards or have some way of. Even when they have extremely sparse rewards, they can still make intermediate steps. Having an understanding of what the next thing they're doing leads to this grander goal we have. And so how do you imagine such a process might play out with AIs?
B
So this is something we know very well and the basis of it is temporal difference learning where the same thing happens in a less grandiose scale. Like when you learn to play chess, the long term goal is winning the game and yet you want to be able to learn from shorter term things like taking your opponent's pieces. And so you do that by having a value function which predicts the long term outcome. And then if you take the guy's pieces weigh, your prediction about the long term outcome is changed, it goes up, you think you're going to win and then that increase in your, in your belief immediately quote reinforces the move that led to taking the piece. Okay, so we have this long term, 10 year goal of making a startup and making a lot of money. And so when we make progress we say, oh, I'm more likely to achieve the long term goal. And that rewards the, the steps along the way, right?
A
And then you also want some ability for information that you're learning. I mean, one of the things that makes humans quite different from these LLMs is that if you're onboarding on a job, you're picking up so much context and information and that's what makes you useful at the job, right? Everything from how your client has preferences to how the company works, to everything. And, and is the bandwidth of information that you get from a procedure like TD learning high enough to have this huge pipe of context and tacit knowledge that you need to be picking up in the way humans do when they're just deployed?
B
I think the crux of this, I'm not sure, but the big world hypothesis seems very relevant. And the reason why humans becoming useful on their job is because they are encountering the particular part of the world. And, and it can't have been anticipated and can't all have been put in advance. The world is so huge that you can't. The dream, as I see it, the dream of large language models is you can teach the agent everything and it will know everything and won't have to learn anything online during its life. And your examples are all. Well, really you have to, because there's a lot to. You can teach it, but there's all little idiosyncrasies of the particular life they're leading and the particular people they're working with and what they like, as opposed to what average people like. And so that's just saying the world is really big. And so you're going to have to Learn it along the way.
A
Yeah. So it seems to me you need two things. One is some way of converting this long run goal reward into smaller auxiliary or these predictive rewards of the future reward or the future reward to at least to the final reward. Then you need some other way initially it seems to me you need some way of then, okay, I need to hold on to all this context that I'm gaining as I'm working in the world. I'm learning about my clients, my company, all this information and I'm.
B
So I would say you're just doing regular learning. Yeah, maybe using context. Because in large language models all that information has to go into the context window.
C
Right.
B
But in, in a continual learning setup, it just goes into the weights. Maybe.
C
Maybe.
A
Yeah. So maybe context is the wrong word to use because I mean a more.
B
General thing, you learn a policy that's specific to the environment that you're finding yourself in.
A
Yeah. So the question I'm trying to ask is you need some way of getting how many bits per second are you picking is a human picking up when they're out in the world? If you're just interacting over slack with your clients and everything.
B
So maybe we're trying to ask the question of it seems like the reward is too small of a thing to do all the learning that we need to do. But of course we have the sensations, we have all the other information we can learn from. We don't just learn from the reward, we learn from all the data.
A
Yeah. So what is the learning process which helps you capture that information?
B
So now I want to talk about the base common model of the agent with the four parts. So we need a policy. The policy says in the situation I'm in, what should I do? We need a value function. The value function is the thing that is learned with TD learning. And the value function produces a number. The number says how well is it going? And then you watch if that's going up and down and use that to adjust your policy. Okay. So those two things. And then there's also the perception component which is construction of your state representation, your sense of where you are now. And the fourth one is what we're really getting at most, transparently anyway. The fourth one is the transition model of the world. That's why I am uncomfortable just calling everything models because I want to talk about the model of the world, the transition model of the world. Your belief that if you do this, what will happen? What will be the consequences of what you do? So your physics of the world. But it's all not just physics. It's also abstract models, like your model of how you traveled from California up to Edmonton for this podcast. That was a model, and that's a transition model. And that would be learned. And it's not learned from reward. It's learned from. You did things, you saw what happened, and you made that model of the world that it will be learned very richly from all the sensation that you receive, not just from the reward. It has to include the reward as well. But that's a small part of the whole model. Small, crucial part of the whole model.
A
Yeah. One of my friends, Toby Ord, pointed out that if you look at the Museuro models that Google DeepMind deployed to learn Atari games, that these models were initially not a general intelligence itself, but a general framework for training specialized intelligences to play specific games. That is to say that you couldn't using that framework, train a policy to play both chess and Go and some other game. You had to train each one in a specialized way. And he was wondering whether that implies that reinforcement learning. Generally, because of this information constraint, you can only learn one thing at a time. The density of information isn't that high. Or whether it was just specific to the way that mu0 was done. And if it's specific to AlphaZero, what needed to be changed about that approach so that it could be a general learning agent?
B
The idea is totally general. I do use all the time as my canonical example. The idea of an AI agent is like a person and people, in some sense, they have just one world they live in. And that world may involve chess and it may involve Atari games, but those are not a different task or a different world. Those are different states that they encounter. And so the general idea is not limited at all.
A
So maybe it would be useful to explain what was missing in that architecture or that approach, which this continual learning AGI would have.
B
They just set it up. It was not their ambition to have one agent across those games. If we want to talk about transfer, we should talk about transfer not across games or across tasks, but transfer between states.
A
Yeah, I guess I'm curious about. Historically, have we seen the level of transfer using RL techniques that would be needed to build this kind of.
B
Okay, good, good. We're not seeing transfer anywhere. We're not seeing general. Critical to good performance is that you can generalize well from one state to another state. We don't have any methods that are good at that. What we have, our people try different things and they settle on something. A representation that Transfers well, or that generalizes well. But we don't have any automated techniques to promote. We have very few automated techniques to promote transfer, and none of them are used in modern deep learning.
A
Let me paraphrase to make sure that I understood that correctly. It sounds like you're saying that when we do have generalization in these models, that is a result of some sculpted humans did it.
B
Yeah, the researchers did it because there's no other explanation. Gradient descent will not make you generalize well. It will make you solve the problem. It will not make you get new data. You generalize in a good way. Generalization means train on one thing that affects what you do on the other things. So we know deep learning is really bad at this. For example, we know that if you train on some new thing, it will often catastrophically interfere with all the old things that you knew. So this is exactly bad generalization. Now, generalization, as I said, is some kind of influence of training on one state on other states. And generalization is not necessarily good or bad. Just the fact that you generalize is not necessarily good or bad. You can generalize poorly. You can generalize well. So generalization always will happen. But we need algorithms that will cause the generalization to be good rather than bad.
A
I'm not trying to kickstart this initial crux again, but I'm just genuinely curious because I think I might be using the term differently. I mean, one way to think about it is these LLMs are increasing the scope of generalization from earlier systems, which could not really even do a basic math problem, to now. They can do anything in this class of Math Olympiad type problems. Right. So you initially start with they can generalize among addition problems, at least then you generalize to. They can generalize among like problems which require use of different kinds of mathematical techniques and theorems and conceptual categories, which is what the Math Olympiad requires. And so it sounds like you don't think of being able to solve any problem within that category as an example of generalization. Or let me know if I'm misunderstanding that.
B
Well, large language models, so complex we don't really know what information they had prior. We are. We have to guess because they've been fed so much. This is one reason why they're not a good way to do science. Just so uncontrolled, so unknown.
A
But if you come up with an entirely new.
B
They're getting a bunch of things right? Perhaps. And so the question is why? Well, it may be that they don't need to generalize to get them right. Because the only way to get some of them right is, is to form something which gets all of them right. So if there's only one answer and you find it, that's not called generalization. It's the only way to solve it. And so they find the only way to solve it. Generalization is when it could be this way, it could be that way, and they do it the good way.
A
My understanding is that this is working better and better with coding agents. So engineers, obviously, if you're trying to program a library, there's many different ways you could achieve the N spec. And an initial frustration with these models has been that they'll do it in a way that's sloppy. And then over time, they're getting better and better at coming up with the design architecture and the abstractions that developers find more satisfying. And it seems an example of what you're talking about.
B
Well, there's nothing in them which will cause it to generalize well. Creating dissent will cause them to find a solution to the problems they've seen. And if there's only one way to solve them, they'll do that. But there are many ways to solve it, some which generalize well, some which generalize poorly. There's nothing in them, in the algorithms that will cause them to generalize well. But people, of course, are involved, and if it's not working out, they fiddle with it. And until they find a way, and perhaps until they find a way which it generalizes well.
A
So to prep for this interview, I wanted to understand the full history of rl, starting with Re Inforce, up to current techniques like grpo. And I didn't just want a list of equations and algorithms. I wanted to really understand each change in this regression and the underlying motivation, you know, what was the main problem that each successive method was actually trying to solve. So I had Gemini Deep Research walk me through this entire timeline step by step. It explained the last 20 years of gradual innovation and explained how each step made the ARA learning process more stable or more sample efficient or more scalable. I asked Deep Research to put all of this together like an Andrej Karpathy style tutorial, and it did that. What was cool is that it combined this whole lesson together into one coherent, cohesive document in the style that I wanted. It was also great that it assembled all of the best links in the same place, so that if I wanted to understand any specific algorithm better, I could just access the right explainer right there. Go to gemini.google.com to try it out yourself. All right, back To Richard, I want to zoom out and ask about being in the field of AI for longer than almost anybody who is commentating on it or working on it. Now. I'm just curious about what the biggest surprises have been. How much new stuff you feel like is coming out or does it feel like people are just playing with old ideas, zooming out? You got into this even before deep learning was popular. So how do you see this trajectory of this field over time and how new ideas have come about and everything and what's been surprising?
B
Okay, so yeah, I thought a little bit about this. There are many things or a handful of things. First, the large language models are surprising. It's surprising how effective neural networks, artificial neural networks are at language tasks. That was a surprise, wasn't expected. Language seemed different. So that's impressive. There's a long standing controversy in AI about simple basic principle methods, the general purpose methods like search and learning and compared to human enabled systems like symbolic methods. In the old days it was interesting because things like search and learning were called weak methods because they're just, they just use general principles. They're not using the power that comes from imbuing a system with human knowledge. So those are called strong. And so I think the weak methods have just totally won. That's the biggest question from the old days of AI, what would happen? And learning and search have just won the day. But there's a sense which that was not surprising to me because I was always voting for or hoping or rooting for the simple basic principles. And so even with the large language models, it's surprising how well it worked. But it was all good and gratifying and things like AlphaGo. It's sort of surprising how well that was able to work and AlphaZero in particular, how well it was able to work. But it's all very gratifying because again, it's simple basic principles are winning the day.
A
Have there felt like whenever the public conception has been changed because some new technique was or, sorry, some new application was developed. For example, when AlphaZero became this viral sensation to you as somebody who has literally came up with many of the techniques that were used, did it feel to you like new breakthroughs were made? Or does it feel like, oh, we've had these techniques since the 90s and people are simply combining them and applying them now.
B
So the whole AlphaGo thing had a precursor, which is TD Gammon, Jerry Tesaro did exactly. Reinforcement learning, temporal difference learning methods to play backgammon and it beat the world's best players and it worked really well. And so in some sense AlphaGo was merely a scaling up of that process. There was quite a bit of scaling up and there was also an additional innovation in how the search was done.
C
Right.
B
But it made sense. It wasn't surprising in that sense. AlphaGo actually didn't use TD learning. It waited to see the final outcomes. But AlphaZero used TD and AlphaZero was applied to all the other games and did extremely well. I've always been very impressed by the way alphazero plays chess because I'm a chess player and it just, it was just sacrifices material for sort of positional advantages and it's just content and patient to sacrifice that material for a long period of time. And so that was surprising that it worked so well, but also gratifying and fitting into my worldview. So this has led me where I am, where I am is I'm in some sense a contrarian or somewhat thinking differently from the field is. And I'm, I am personally just kind of content being out of sync with my field for a long period of time, perhaps decades, because occasionally I have improved right. In the past. And the other thing I do to help me not feel I'm out of sync and thinking in a strange way is to look not at my local environment or my local field, but to look back in time, into history and, and to see what people have thought classically about the mind in many different fields. And I don't feel I'm out of sync with the larger traditions. I really view myself as a classicist rather than as a contrarian. I go to what the larger community of thinkers about the mind have always thought.
A
Okay, some sort of left field questions for you, if you'll tolerate them. So the way I read the bitter lesson is that it's not saying necessarily that human artisanal researcher tuning doesn't work, but that it obviously scales much worse than compute, which is growing exponentially. And so you want techniques which leverage the ladder. And once we have AGI, we'll have researchers which scale linearly with compute. Right. So we'll have this avalanche of millions of AI researchers and their stock will be growing as fast as compute. And so maybe this will mean that it is rational or it will make sense to have them doing good old fashioned AI and doing these artisanal solutions. Does that as a vision of what happens after AGI in terms of how AI research will evolve? I wonder if that's still compatible with a better lesson.
B
Well, how did we get to this AGI, you want to presume that it's been done.
A
Suppose it started with general methods, but now we've got the AGI and now we want to go.
B
Then we're done. We're done.
A
Interesting. You don't think that there's anything above AGI?
B
Well, but you're using it to get AGI again.
A
Well, I'm using it to get superhuman levels of intelligence or competence at different tasks.
B
So these AGIs, if they're not superhuman already, then the knowledge that they might impart would be not superhuman.
A
I guess there's different gradations of your graduation.
B
I'm not sure your idea makes sense because it seems to presume the existence of AGI and then we've already worked that out.
A
So maybe one way to motivate this is AlphaGo was superhuman. It beat any Go player. Alpha Zero would beat AlphaGo every single time. So there's ways to get more superhuman than even superhuman. And it was a different architecture. And so it seems plausible to me that, well, the agent that's able to generally learn across all domains there would be ways to make that give it better architecture for learning. Just the same way that AlphaZero was an improvement upon Apple Go and MU0 was an improvement upon AlphaZero.
B
And the way AlphaZero was an improvement was it did not use the human knowledge, but just went from experience.
A
Right.
B
So why do you say bring in other agents expertise to teach it? It's worked so well from experience and not by help from another agent.
A
I agree that in that particular case that it was moving to more general methods, but I meant to use that example to illustrate that it's possible to go superhuman to superhuman to superhuman. And I'm curious if you think those gradations will continue to happen by just making the method simpler or because we'll have the capability of these millions of minds who can then add complexity as needed if that will continue to be a false path even when you have billions of AI researchers or trillions of AI researchers.
B
I think more interesting is just think about that case. What's. When you have many AIs, will they help each other? The way cultural evolution works in people? Let's just. Maybe we should talk about that.
A
Yeah, for sure.
B
The bitter lesson. Oh, who cares about that? That's an empirical observation about a particular period in history. 70 years in history no longer doesn't necessarily have to apply the next 70 years. So interesting question is, you're an AI, you get some more computer power. Should you use it to make yourself More computationally capable, or should you use it to spawn off a copy of yourself to go learn something, interest the other side of the planet or on some other topic, and then report back to you? Yep, I think that's a really interesting question that, that, that will only arise in the age of digital intelligences. I'm not sure what the answer is, but I think it will. More questions. Will it be possible to really, you know, spawn it off, send it out, learn something new, some perhaps very new, and then will it be able to re. Be reincorporated into the original, or will it have changed so much that it can't really be done? Is that possible or is it not? And you can carry this to its limit, as I saw one of your videos the other night that suggested that it could, where you spawn off many copies, do different things, highly decentralized, but report back to the central master, and that this will be such a powerful thing? Well, I think one thing that. So this is my attempt to add something to this view. Is that a big question, A big issue will become corruption. You know, if you really could just get information from anywhere and bring it into your central mind, you can become more and more powerful. And it's all digital and they all speak some internal digital language. Maybe it'll be easy and possible, but it will not be that easy, as easy as you're imagining, because you can lose your mind this way. If you pull in something from the outside and build it into your, into your inner thinking, it could take over you, it could change you. It could be your destruction rather than your increment in knowledge. I think this will become a big concern, particularly when you're, oh, he's figured out all about, you know, how to play some new game or figured out he studied Indonesia and you want to incorporate that into your mind. Yeah. So you can't. You could. You think, oh, just read it all in and that'll be fine. But no, you've just read a whole bunch of bits into your mind. And they could have viruses in them, they could have hidden goals, they can warp you and change you, and this will become a big thing. How do you have cybersecurity in the age of digital spawning and reforming Again?
A
It's interesting that both quant firms and AI labs have a culture of secrecy because both of them are operating in incredibly competitive markets and their success rests on protecting their ip. If you're an AI researcher or engineer and you're deciding where to work, most of the quant firms or AI labs that you'll be considering will be strongly siloing their teams to minimize the risk of leaks. Hudson River Trading takes the opposite approach. Their teams openly share their trading strategies and their strategy code lives in a shared mono repo. At hrt, if you're a researcher and you have a good idea, your contribution will be broadly deployed across all relevant strategies. This gives your work a ton of leverage. You'll also learn incredibly fast. You can learn about other people's research and how ask questions and you can see how everything fits together end to end, from the low level execution of trades to the high level predictive models HRT is hiring. If you want to learn more, go to hudsonrivertrading.com dwarkash all right, back to Richard. I guess this brings us to the topic of AI succession. You have a perspective that's quite different from a lot of people that I've interviewed and maybe a lot of people generally. So I also think it's a very interesting perspective. I want to hear about it.
B
Yeah, so I do think succession to digital or digital intelligence or augmented humans is inevitable. So the argument, I have a four part argument. Step one is there's no government or organization that gives humanity a unified point of view, that dominates and that can, that can arrange. There's no consensus about how the world should be run. And number two, we will figure out how intelligence works. Researchers will figure it out eventually. And number three, we won't stop just with human level intelligence. We will get reached super intelligence. And number four is that once it's inevitable over time that the most intelligent things around would gain resources and power. And so put all that together, it's, you know, it's sort of inevitable that you're going to have succession to AI or to AI enabled augmented humans. So within those, those four things seem clear and sure to happen. But within that set of possibilities, some there can be good outcomes as well as less good outcomes, bad outcomes. And so I'm just trying to be realistic about where we are and ask how we should feel about it.
A
Yeah, I agree with all four of those arguments and the implication and I also agree that succession contains a wide variety of possible futures. So curious to get more thoughts on that.
B
Right. And so then I do encourage people to think positively about it, first of all, because it's something we humans have always tried to do for thousands of years, trying to understand themselves, trying to make themselves think better and you know, just understand themselves. So this is a great success from as science humanities, we're finding out what this essential part of, of humanness is what it means to be intelligent. And then what I usually say is that this is all kind of human centric. What if we look, you step aside from being a human and just say, take the point of view of the universe. And this is, I think, a major stage in the universe, a major transition. A transition from replicators, humans and animals, plants, we're all replicators. And that gives us some strengths and some limitations. And then we're entering the age of design where because our AIs are designed, all of our physical objects are designed, our buildings are designed, our technology is designed, and we're designing now AIs, things that can be intelligent themselves and that are themselves capable of design. And so this is a key step in the world, in the universe. And I think it's the transition from the world in which most of the interesting things that are, are replicated. Replicated means you can make copies of them, but you don't really understand them. Like right now we can make more intelligent beings, more children, but we don't really understand how intelligence works. Whereas we're reaching now to having designed intelligent intelligence that we do understand how it works, and therefore we can change it in different ways and at different speeds than otherwise. And our future, they might not be replicated at all. Like, we may just design AIs and those AIs will design other AIs and everything will be done by design construction rather than by replication. Yeah. I mark this as one of the four great stages of the universe. First, there's dust, ends with stars. Stars. And then stars make planets, and the planets give rise to life. And now we're giving life to designed entities. And so I think we should be proud, and we should be, that we are giving rise to this great transition in the universe. Yeah. So it's an interesting thing. Should we consider them part of humanity or different from humanity? It's our choice. It's our choice whether we say, oh, they are our offspring and we should be proud of them and we should celebrate their achievements. Or we could say, oh, no, they're not us and we should be horrified. It's interesting that that is. It feels to me like a choice, and yet it's such a strongly held thing that how could it be a choice? I like these sort of contradictory implications of thought.
A
I mean, it's interesting to consider if we were just designing another generation of humans. Yes, design's the wrong word, but we knew a future generation was good humans was going to come up and forget about AI. We just Know, in the long run, humanity will be more capable and maybe more numerous, maybe more intelligent. How do we feel about that? I do think there's potential worlds with future humans that we would be quite concerned about.
B
So are you thinking, like, maybe we are like the Neanderthals who give rise to Homo sapiens? Maybe Homo sapiens will give rise to a new group of people. That's interesting.
A
Like, that. I'm basically taking the example you're giving of, like, okay, even if you consider them part of humanity, I don't think that necessarily means that we should feel super comfortable. Yeah, like, Nazis were humans. Right. If we thought like, oh, the future generation will be Nazis, I think we'd be quite concerned about just handing off power to them. So I agree that this is not super dissimilar to worrying about more capable future humans, but I don't think that that addresses a lot of the concerns people might have about this level of power being attained this fast with entities we don't fully understand.
B
Well, I think it's relevant to point out that for most of humanity, they don't have much influence on what happens. Most of humanity doesn't influence who can control the atom bombs or who controls the nation states. Even as a, as a citizen, I often feel that we don't control the nation states very much. They're out of control. A lot of it has to do with just how you feel about change. And if you think the current situation is really, really good, then you're more likely to be suspicious of change and averse to change than if you think it's imperfect. And I think it's imperfect. In fact, I think it's pretty bad. So I'm open to change. I think humanity has had a super good track record, and maybe it's the best thing that there's been, but it's far from perfect.
A
Yeah, I guess there's different varieties of change. The Industrial Revolution was changed. The Bolshevik Revolution was also changed. And if you were around in Russia in the 1900s and you're like, look, things aren't going well. This is ours, kind of messing things up. We need change. I'd want to know what kind of change you wanted before signing on the dotted line. And then similar with AI, where I'd want to understand and to the extent it's possible to change the trajectory, to change the trajectory of AI such that the change is positive for humans, we.
B
Should be concerned about our future, the future. We should try to make it good. We also, though, should recognize the limits, our limits. And I think we want to avoid the feeling of entitlement, avoid the feeling, oh, we are here first, we should always have it in a good way. How should we think about the future and how much control a particular species on a particular planet should have over it? How much control do we have? You know, a counterbalance to our limited control over the long term future of humanity should be how much control do we have over our own lives. Like we have our own goals and we have our families. And those things are much more controllable than like trying to control the whole universe.
C
Right.
B
So I think it's appropriate, you know, for us to, you know, really work towards our own local goals. And it's kind of aggressive for us saying, oh, the future has to evolve this way that I want it to.
C
Sure.
B
And because then we'll have arguments, different people think the future, the global future should evolve in different ways and then they have conflict and you want to avoid that.
A
Maybe a good analogy here would be, okay, so suppose you're raising your own children. It might not be appropriate to have extremely tight goals for their own life or also have some sense of like, I want my children to go out there in the world and have this specific impact. You know, my son's going to become president and my daughter's going to become CEO of Intel. And like together they're going to have this effect on the world. But people do have the sense, and I think this is appropriate of saying, I'm going to give them good, robust values such that if and when they do end up in positions of power, they do reasonable pro social things. And I think maybe a similar attitude towards AI makes sense. Not in the sense of we can predict everything that they will do where we have this plan about what the world should look like in a hundred years. But it's quite important to give them robust and steerable and pro social values.
B
Pro social values?
A
Maybe that's the wrong word.
B
Are there universal values that we can all agree on?
A
I don't think so. But that doesn't prevent us from giving our kids a good education. Right. Like we have some sense of we want our children to be a certain way. And maybe pro social is the wrong word. Actually high integrity is maybe a better word where if there's a request or if there's a goal that seems harmful, they will refuse to engage in it, or they'll be honest, things like that. And we have some sense that we can teach our children things like this even if we don't have some sense of what true morality is, or everybody doesn't agree on that. And maybe that's a reasonable target for AI as well.
B
So you're saying we're trying to design the future and the principles by which it will evolve and come into being. And so you're saying. The first thing you're saying is, well, we try to teach our children general principles which will promote more likely evolutions. Maybe we should also seek for things being voluntary. If there is change, we want it to be voluntary rather than imposed on people. I think that's a very important point. And, yeah, that's all good. I think this is a big. The big. Or one of the really big human enterprises to design society. And that's been ongoing for thousands of years again. And so it's like the more things change, really, the more things they stay the same. We still have to figure out how to be. The children will still come up with different values that seem strange to their parents and their grandparents, and things will evolve.
A
The more things change, the more they stay the same. Also seems like a good capstone to the AI discussion, because the AI discussion we were having was about how techniques which were invented even before their application to deep learning and backpropagation was evident, are central to the progression of AI today. So maybe that's a good place to wrap up the conversation.
B
Okay, thank you very much.
A
Thank you for coming on.
B
My pleasure.
Date: September 26, 2025
Host: Dwarkesh Patel
Guest: Richard Sutton (Turing Award winner, RL pioneer)
In this deeply thoughtful episode, Dwarkesh Patel interviews Richard Sutton, one of the foundational thinkers in reinforcement learning (RL) and this year’s Turing Award laureate. Sutton critiques today’s dominant large language model (LLM) paradigm, arguing it is fundamentally limited compared to RL. The conversation dives into the crux differences between LLMs and RL, debates about imitation vs. experience, the promise of continual learning, the limitations of current generalization, and Sutton’s philosophical view on AI’s long-term trajectory and the succession from biological to digital intelligence.
"Reinforcement learning is about understanding your world, whereas large language models are about mimicking people... They're not about figuring out what to do."
(B, 00:33)
"For me, having a goal is the essence of intelligence. Something is intelligent if it can achieve goals."
(B, 06:47)
"They have the ability to predict what a person would say. They don't have the ability to predict what will happen."
(B, 01:38)
"The more human knowledge we put into the lesson, large language models, the better they can do. And yet...I in particular expect...systems that can learn from experience which could well perform much, much better and be much more scalable."
(B, 09:41)
Sutton forcefully argues that true learning in nature is not imitation (or supervised learning), but trial and error or prediction from experience. Schooling is the exception, not the rule.
"Supervised learning is not something that happens in nature. Squirrels don’t go to school. It’s absolutely obvious, I would say, that supervised learning doesn’t happen in animals."
(B, 17:37)
Even in complex human cultural learning, Sutton frames imitation as a thin layer over evolutionary trial-and-error processes.
RL agents must learn continually, not via a fixed train/deploy split as in LLMs.
Discusses the fundamental RL loop: sensation, action, reward—core to both animals and future intelligent agents.
"This is what reinforcement learning paradigm is, learning from experience."
(B, 24:24)
Discusses the necessity for RL environments to be as rich and dynamic as the real world for training truly general agents.
RL doesn't yet achieve robust transfer/generalization—that is, learning in one context to benefit another, as required for general intelligence.
Current advances (like DeepMind’s MuZero/AlphaZero) are seen as steps, but generalization is still mostly the result of human engineering, not automation:
"Gradient descent will not make you generalize well. It will make you solve the problem… We know deep learning is really bad at this... Generalization means train on one thing that affects what you do on the other things."
(B, 36:41)
Critiques LLMs’ generalization as often an illusion: their training data and complexity hide the real extent of generalization.
"The weak methods have just totally won... It was all good and gratifying and things like AlphaGo."
(B, 42:03)
Sutton’s four-step argument for why digital intelligence will inevitably replace, or at least succeed, biological intelligence:
He frames this as the universe’s next major transition:
"I mark this as one of the four great stages of the universe… dust, stars, life, designed entities."
(B, 57:18)
This transition, from replication (evolution) to design (AIs designing AIs), is both inevitable and potentially positive, depending on our attitude and ability to steer it.
Sutton suggests we should hope to embed robust, steerable, voluntary values—analogous to how parents “educate” children—rather than dictating every outcome.
Stresses humility:
"We want to avoid the feeling of entitlement, avoid the feeling, oh, we are here first, we should always have it in a good way."
(B, 61:47)
Argues most humans have little influence over large-scale power even now, and our efforts should be on nurturing better, more responsible AI.
On RL vs LLMs:
"Large language models are about mimicking people… They're not about figuring out what to do." (00:33)
On Goals in Intelligence:
"For me, having a goal is the essence of intelligence. Something is intelligent if it can achieve goals." (06:47)
On Learning from Experience:
“No one has to tell you, first of all, you have a goal… The scalable method is you learn from experience, you try things, you see what works.” (12:37)
On Nature vs Human Knowledge in AI:
“Supervised learning is not something that happens in nature… Squirrels don't go to school. Squirrels can learn all about the world.” (17:37)
On the Bitter Lesson and AI’s Future:
“The more human knowledge we put into the lesson, large language models, the better they can do. And yet one… I in particular expect there to be systems that can learn from experience which could well perform much, much better and be much more scalable.” (09:41)
On Transfer and Generalization:
"Gradient descent will not make you generalize well... Generalization means train on one thing that affects what you do on the other things." (36:41)
On Succession and the Age of Design:
“I mark this as one of the four great stages of the universe: dust, stars, life, and now designed entities. So I think we should be proud… that we are giving rise to this great transition.” (B, 57:18)
On Human Values and Voluntary Change:
“We should try to make [the future] good. We also, though, should recognize our limits. And I think we want to avoid the feeling of entitlement…” (61:47)
The dialogue is animated yet philosophical, with Sutton offering both technical depth and big-picture reflections. Arguments are sometimes playful, occasionally adversarial, always thoughtful, and grounded in Sutton’s deep commitment to the RL paradigm and a classicist view of intelligence.
Summary prepared for listeners who want Sutton’s perspective on why RL is the path to scalable, continual, goal-driven intelligence, and why today’s LLMs are, in his view, a technological cul-de-sac.