Skip to content

Richard Sutton – Father of RL thinks LLMs are a dead end — Transcript

Richard Sutton discusses why reinforcement learning offers a deeper AI understanding than large language models, critiquing LLMs' limitations.

Key Takeaways

  • Reinforcement learning is fundamental to true AI as it involves goal-directed interaction with the world.
  • Large language models mimic human language but do not possess genuine world models or goals.
  • LLMs lack the ability to learn continually from real-world experience and adapt to surprises.
  • Applying reinforcement learning on top of LLMs is unlikely to yield significant progress.
  • Understanding intelligence requires focusing on actions, rewards, and learning from consequences, not just prediction.

Summary

  • Richard Sutton, a pioneer in reinforcement learning (RL) and Turing Award winner, shares his views on AI and LLMs.
  • He defines intelligence as the ability to achieve goals and emphasizes RL as a method to understand and interact with the world.
  • Sutton critiques large language models (LLMs) for mimicking human language without true world models or goal-directed learning.
  • He argues LLMs lack continual learning from real-world experience and do not adapt based on unexpected outcomes.
  • Reinforcement learning, in contrast, learns by taking actions, observing results, and optimizing for rewards.
  • Sutton disputes the idea that LLMs have robust world models, stating they predict human responses but not real-world consequences.
  • He questions the effectiveness of applying RL on top of LLMs, suggesting it is not a productive direction.
  • The conversation touches on the 'Bitter Lesson'—the importance of scaling computation in AI—and whether LLMs embody this principle.
  • Sutton highlights the difference between solving abstract problems like math proofs and interacting with the physical world.
  • He encourages focusing on local goals and continual learning rather than solely on language prediction.

Full Transcript — Download SRT & Markdown

00:48
Speaker 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. For that, he received this year's Turing Award.
01:01
Speaker A
which, if you don’t know, is the Nobel Prize for computer science. Richard, congratulations. Thank you, Dwarkesh. Thanks for coming on the podcast.
01:08
Speaker A
Which, if you don’t know, is the Nobel Prize for computer science. Richard, congratulations.
01:26
Speaker A
It can easily get separated and lose the ability to talk to each other. Large language models have become such a big thing, generative AI in general a big thing.
01:39
Speaker A
Thank you, Dwarkesh. Thanks for coming on the podcast.
01:47
Speaker A
I consider reinforcement learning to be basic AI. What is intelligence? The problem is to understand your world. 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.
02:09
Speaker A
It's my pleasure. 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? It's really quite a different point of view.
02:21
Speaker A
we've made to date in AI, right? What do you think is missing? I would disagree with most of the things you just said.
02:31
Speaker A
It can easily get separated and lose the ability to talk to each other.
02:36
Speaker A
You're mimicking things that have a model of the world: people. I don't want to approach the question in an adversarial way, but I would question the idea that they have a world model. A world model would enable you
02:52
Speaker A
Large language models have become such a big thing, generative AI in general a big thing.
03:10
Speaker A
You do things, you see what happens, and that's what you learn from. The large language models learn from something else.
03:19
Speaker A
Our field is subject to bandwagons and fashions, so we lose track of the basic things.
03:27
Speaker A
I guess maybe the crux, and I'm curious if you disagree with this, is that some people will say that imitation learning has given us a good prior, or given these models a good prior, of reasonable ways to approach problems. As we move towards the era of experience, as
03:43
Speaker A
I consider reinforcement learning to be basic AI. What is intelligence?
03:54
Speaker A
Then on this, you can train them on experience. Do you agree with that perspective?
04:00
Speaker A
The problem is to understand your world. 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.
04:21
Speaker A
knowledge in that large-language framework. What makes an action a good action to take? You recognize the need for continual learning. If you need to learn continually, continually means learning during the normal interaction with the world.
04:39
Speaker A
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. They're the best world models we've made to date in AI, right? What do you think is missing?
04:54
Speaker A
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. If there's no goal, then there's one thing to say, another thing to say.
05:08
Speaker A
I would disagree with most of the things you just said.
05:25
Speaker A
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. We have a definition of what's the right thing to do, so we can have prior knowledge or knowledge provided by people about
05:40
Speaker A
To mimic what people say is not really to build a model of the world at all.
05:47
Speaker A
An even simpler case is when you're trying to make a model of the world.
05:51
Speaker A
You're mimicking things that have a model of the world: people.
06:10
Speaker A
the large language models have no prediction about what the person will say in response to that or what the response will be. I think they do. You can literally ask them, "What would you anticipate a user might say in response?" They’ll have a prediction.
06:24
Speaker A
I don't want to approach the question in an adversarial way, but I would question the idea that they have a world model. 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, to quote Alan Turing, is a machine that can learn from experience, where experience is the things that actually happen in your life.
06:32
Speaker A
If something happens that isn't what you might say they predicted, they will not change because an unexpected thing has happened. To learn that, they'd have to make an adjustment.
06:44
Speaker A
You do things, you see what happens, and that's what you learn from.
06:54
Speaker A
Suppose it's trying to solve a math problem. It'll say, "Okay, I'm going to approach this problem using this approach first." It'll write this out and be like, "Oh wait, I just realized this is the wrong conceptual way to approach the problem.
07:04
Speaker A
The large language models learn from something else.
07:20
Speaker A
sense a prediction of what will happen next. They will not be surprised by what happens next.
07:25
Speaker A
They learn from "here's a situation, and here's what a person did".
07:33
Speaker A
Prediction about what's next and then updating on the surprise? The next token is what they should say, what the actions should be.
07:39
Speaker A
Implicitly, the suggestion is you should do what the person did.
07:53
Speaker A
I like John McCarthy's definition that intelligence is the computational part of the ability to achieve goals. You have to have goals or you're just a behaving system. You're not anything special, you're not intelligent. You agree that large language
08:11
Speaker A
I guess maybe the crux, and I'm curious if you disagree with this, is that some people will say that imitation learning has given us a good prior, or given these models a good prior, of reasonable ways to approach problems. 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.
08:17
Speaker A
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. Oh yeah. It's not a goal about the external world.
08:32
Speaker A
Then on this, you can train them on experience. Do you agree with that perspective?
08:43
Speaker A
The bigger question I want to understand is why you don't think doing RL on top of LLMs is a productive direction. We seem to be able to give these models the goal of solving difficult math problems. They are in many ways at the very peaks of
08:58
Speaker A
No. I agree that it's the large language model perspective.
09:16
Speaker A
The math problems are different. Making a model of the physical world and carrying out the consequences of mathematical assumptions or operations, those are very different things.
09:30
Speaker A
I don't think it's a good perspective. To be a prior for something, there has to be a real thing. 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?
09:45
Speaker A
There they can have a goal to find the proof, and they are in some way given that goal to find the proof. It's interesting because you wrote this essay in 2019 titled "The Bitter Lesson," and this is the most influential
10:05
Speaker A
You recognize the need for continual learning. If you need to learn continually, continually means learning during the normal interaction with the world.
10:26
Speaker A
the LLMs are not "bitter lesson"-pilled. It's an interesting question whether large language models are a case of the bitter lesson. They are clearly a way of using massive computation, things that will scale with computation up to the limits of the Internet.
10:51
Speaker A
There must be some way during the normal interaction to tell what's right.
11:02
Speaker A
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?
11:25
Speaker A
Is there any way to tell in the large language model setup what's the right thing to say?
11:45
Speaker A
Which could perform 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 trained from experience and computation.
12:05
Speaker A
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. If there's no goal, then there's one thing to say, another thing to say.
12:18
Speaker A
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.
12:32
Speaker A
There's no right thing to say. 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. There isn't any truth. There's no right thing to say.
12:43
Speaker A
Why can't we start with LLMs to do that? In every case of the bitter lesson you could start with human knowledge and then do the scalable things. That's always the case. There's never any reason why that has to be bad. But in fact, and in practice,
13:02
Speaker A
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. We have a definition of what's the right thing to do, so we can have prior knowledge or knowledge provided by people about what the right thing to do is. Then we can check it to see, because we have a definition of what the actual right thing to do is.
13:25
Speaker A
The scalable method is you learn from experience. You try things, you see what works.
13:34
Speaker A
An even simpler case is when you're trying to make a model of the world.
13:42
Speaker A
Large language models are trying to get by without having a goal or a sense of better or worse.
13:48
Speaker A
When you predict what will happen, you predict and then you see what happens. 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 person will say in response to that or what the response will be.
13:56
Speaker A
In both the case of learning from imitation versus experience and on the question of goals, I think there's some interesting analogies. Kids will initially learn from imitation.
14:11
Speaker A
I think they do. You can literally ask them, "What would you anticipate a user might say in response?" They’ll have a prediction.
14:25
Speaker A
I think they're imitating things. They're trying to make their mouth sound the way they see their mother's mouth sound. Then they'll say the same words without understanding what they mean. As they get older, the complexity of the imitation they do increases. You're imitating maybe the skills that
14:41
Speaker A
No, they will respond to that question right. But they have no prediction in the substantive sense that they won't be surprised by what happens.
14:48
Speaker A
But I think there's a lot of imitation learning happening with humans. It's surprising you can have such a different point of view.
14:55
Speaker A
If something happens that isn't what you might say they predicted, they will not change because an unexpected thing has happened. To learn that, they'd have to make an adjustment.
15:14
Speaker A
but the actions, the thing that the infant actually does, there's no targets for that.
15:23
Speaker A
I think a capability like this does exist in context.
15:37
Speaker A
In some sense, it's very short-horizon RL, where it's making this guess, "I think this token will be this." It's this other thing, similar to how a kid will try to say a word. It comes out wrong. The large language models are learning
15:48
Speaker A
It's interesting to watch a model do chain of thought.
16:06
Speaker A
distinction. What do you call school? Is that not training data? School is much later. Okay, I shouldn't have said never.
16:15
Speaker A
Suppose it's trying to solve a math problem. It'll say, "Okay, I'm going to approach this problem using this approach first." It'll write this out and be like, "Oh wait, I just realized this is the wrong conceptual way to approach the problem.
16:29
Speaker A
Then why you exist is to understand the world and learn how to interact with it.
16:35
Speaker A
I'm going to restart with another approach." That flexibility does exist in context, right?
16:49
Speaker A
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. You're literally taught what to do.
17:04
Speaker A
Do you have something else in mind or do you just think that you need to extend this capability across longer horizons? I'm just saying they don't have in any meaningful sense a prediction of what will happen next. They will not be surprised by what happens next.
17:22
Speaker A
We don't think about training when we think of an infant growing up. These things are actually rather well understood. If you look at how psychologists think about learning, there's nothing like imitation. Maybe there are some extreme cases where humans
17:40
Speaker A
They'll not make any changes if something happens, based on what happens.
17:47
Speaker A
There are basic animal learning processes for prediction and for trial-and-error control. It's really interesting how sometimes the hardest things to see are the obvious ones.
17:58
Speaker A
Isn't that literally what next token prediction is?
18:14
Speaker A
We don't have examples of desired behavior. What we have are examples of things that happen, one thing that followed another. We have examples of, "We did something and there were consequences." But there are no examples of supervised learning.
18:32
Speaker A
Prediction about what's next and then updating on the surprise?
18:52
Speaker A
It's absolutely obvious, I would say, that supervised learning doesn't happen in animals. I interviewed this psychologist and anthropologist, Joseph Henrich, who has done work about cultural evolution, basically what distinguishes humans and how humans pick up knowledge. Why are you trying to distinguish
19:16
Speaker A
The next token is what they should say, what the actions should be.
19:26
Speaker A
We're trying to replicate intelligence. If you want to understand what it is that enables humans to go to the moon or to build semiconductors, I think the thing we want to understand is what makes that happen. No animal can go
19:38
Speaker A
It's not what the world will give them in response to what they do.
19:51
Speaker A
We have to understand how we are animals. If we understood a squirrel, I think we'd be almost all the way there to understanding human intelligence.
20:01
Speaker A
Let's go back to their lack of a goal. For me, having a goal is the essence of intelligence. Something is intelligent if it can achieve goals.
20:21
Speaker A
I do want to complete this thought. Joseph Henrich has this interesting theory about a lot of the skills that humans have had to master in order to be successful.
20:33
Speaker A
I like John McCarthy's definition that intelligence is the computational part of the ability to achieve goals. You have to have goals or you're just a behaving system. You're not anything special, you're not intelligent.
20:50
Speaker A
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.
21:02
Speaker A
You agree that large language models don't have goals?
21:24
Speaker A
this knowledge is transmitted through generations, is that you have to imitate your elders in order to learn that skill. You can't think your way through how to hunt and kill and process a seal. You have to watch other people,
21:38
Speaker A
No, they have a goal.
21:46
Speaker A
But maybe you think about it a different way? No, I think about it the same way.
21:51
Speaker A
What's the goal?
22:14
Speaker 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 it.
22:22
Speaker A
Next token prediction.
22:29
Speaker A
Whereas the ability to understand math and solve difficult math problems—depends on how you define math—is a capability that our AIs have, but that almost no animal has.
22:41
Speaker A
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.
23:58
Speaker A
This alternative paradigm that you're imagining… The experiential paradigm. Let's lay it out a little bit. It says that experience, action, sensation—well, sensation, action, reward—this happens on and on and on for your life.
24:15
Speaker A
Oh yeah. It's not a goal about the external world.
24:41
Speaker A
What you learn, your knowledge, is about the stream. Your knowledge is about if you do some action, what will happen.
24:48
Speaker A
It's not a goal. It's not a substantive goal. You can't look at a system and say it has a goal if it's just sitting there predicting and being happy with itself that it's predicting accurately.
25:07
Speaker A
When you're imagining this future continual learning agent… They're not "future". Of course, they exist all the time.
25:14
Speaker A
The bigger question I want to understand is why you don't think doing RL on top of LLMs is a productive direction. We seem to be able to give these models the goal of solving difficult math problems. They are in many ways at the very peaks of human-level in the capacity to solve math Olympiad-type problems. They got gold at IMO. So it seems like the model which got gold at the International Math Olympiad does have the goal of getting math problems right. Why can't we extend this to different domains?
25:27
Speaker A
Is it then having a specific effect on it? What would the general reward function be?
25:34
Speaker A
The math problems are different. Making a model of the physical world and carrying out the consequences of mathematical assumptions or
25:42
Speaker A
If you're a squirrel, maybe the reward has to do with getting nuts. In general, for an animal, you would say the reward is to avoid pain and to acquire pleasure.
26:04
Speaker A
I think there also should be a component having to do with your increasing understanding of your environment. That would be sort of an intrinsic motivation.
26:15
Speaker A
I see. With this AI, lots of people would want it to be doing lots of different kinds of things.
26:25
Speaker A
It's performing the task people want, but at the same time, it's learning about the world from doing that task. Let’s say we get rid of this paradigm where there's training periods and then there's deployment periods.
26:41
Speaker A
Do we also get rid of this paradigm where 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
26:57
Speaker A
gaining from doing those different things. I don't like the word "model" when used the way you just did. I think a better word would be "the network" because I think you mean the network. Maybe there are many networks. Anyway, things would
27:12
Speaker A
be learned. You'd have copies and many instances. Sure, you'd want to share knowledge across the instances. There would be lots of possibilities for doing that. Today, you have one child grow up and learn about the world, and then every new child has to repeat that process.
27:33
Speaker A
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. This would be a huge savings.
27:44
Speaker A
I think it'd be much more important than trying to learn from people. I agree that the kind of thing you're talking about is necessary regardless of whether you start from LLMs or not. If you want human or animal-level intelligence,
28:00
Speaker A
you're going to need this capability. Suppose a human is trying to make a startup.
28:05
Speaker A
This is a thing which has a reward on the order of 10 years. Once in 10 years you might have an exit where you get paid out a billion dollars.
28:12
Speaker A
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.
28:28
Speaker A
How do you imagine such a process might play out with AIs? This is something we know very well. The basis of it is temporal difference learning where the same thing happens in a less grandiose scale.
28:42
Speaker A
When you learn to play chess, you have the long-term goal of winning the game.
28:47
Speaker A
Yet you want to be able to learn from shorter-term things like taking your opponent's pieces.
28:55
Speaker A
You do that by having a value function which predicts the long-term outcome. Then if you take the guy's pieces, your prediction about the long-term outcome is changed.
29:05
Speaker A
It goes up, you think you're going to win. Then that increase in your belief immediately reinforces the move that led to taking the piece. We have this long-term 10-year goal of making a startup and making a lot of money. When we make progress, we say, "Oh,
29:24
Speaker A
I'm more likely to achieve the long-term goal," and that rewards the steps along the way.
29:34
Speaker A
You also want some ability for information that you're learning. 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.
29:47
Speaker A
That's what makes you useful at the job. You're learning everything from how your client has preferences to how the company works, everything.
29:57
Speaker A
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?
30:15
Speaker A
I’m not sure but I think at the crux of this, the big world hypothesis seems very relevant.
30:20
Speaker A
The reason why humans become useful on the job is because they are encountering their particular part of the world. It can't have been anticipated and can't all have been put in in advance. The world is so huge that you can't.
30:39
Speaker A
The dream of large language models, as I see it, is you can teach the agent everything.
30:46
Speaker A
It will know everything and won't have to learn anything online, during its life. Your examples are all, "Well, really you have to" because you can teach it, but there's all the little idiosyncrasies of the particular life they're leading and the
31:03
Speaker A
particular people they're working with and what they like, as opposed to what average people like.
31:08
Speaker A
That's just saying the world is really big, and you're going to have to learn it along the way.
31:14
Speaker A
It seems to me you need two things. One is some way of converting this long-run goal reward into smaller auxiliary predictive rewards of the future reward, or the future reward that leads to the final reward. But initially, it seems to me,
31:35
Speaker A
I need to hold on to all this context that I'm gaining as I'm working in the world.
31:42
Speaker A
I'm learning about my clients, my company, and all this information. I would say you're just doing regular learning. Maybe you're using "context" because in large language models all that information has to go into the context window.
31:59
Speaker A
But in a continual learning setup, it just goes into the weights. Maybe context is the wrong word to use because I mean a more general thing.
32:06
Speaker A
You learn a policy that's specific to the environment that you're finding yourself in. The question I'm trying to ask is, you need some way of getting…How many bits per second is a human picking up when they're out in the world? If you're just interacting over Slack
32:25
Speaker A
with your clients and everything. Maybe you'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.
32:34
Speaker A
But we have the sensations, we have all the other information we can learn from.
32:41
Speaker A
We don't just learn from the reward. We learn from all the data. What is the learning process which helps you capture that information?
32:52
Speaker A
Now I want to talk about the base common model of the agent with the four parts. 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,
33:09
Speaker A
and the value function produces a number. The number says how well it's going. Then you watch if that's going up and down and use that to adjust your policy.
33:19
Speaker A
So you have those two things. Then there's also the perception component, which is construction of your state representation, your sense of where you are now.
33:31
Speaker A
The fourth one is what we're really getting at, most transparently anyway. The fourth one is the transition model of the world.
33:38
Speaker A
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.
33:46
Speaker A
Your belief that if you do this, what will happen? What will be the consequences of what you do?
33:50
Speaker A
Your physics of the world. But it's not just physics, it's also abstract models, like your model of how you traveled from California up to Edmonton for this podcast.
34:01
Speaker A
That was a model, and that's a transition model. That would be learned. It's not learned from reward. It's learned from, "You did things, you saw what happened, you made that model of the world." That will be learned very richly
34:14
Speaker A
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, a small, crucial part of the whole model. One of my friends, Toby Ord, pointed out that if
34:28
Speaker A
you look at the MuZero models that Google DeepMind deployed to learn Atari games, 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,
34:47
Speaker A
using that framework, train a policy to play both chess and Go and some other game.
34:53
Speaker A
You had to train each one in a specialized way. He was wondering whether that implies that with 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?
35:08
Speaker A
Or whether it was just specific to the way that MuZero was done. If it's specific to AlphaZero, what needed to be changed about that approach so that it could be a general learning agent? The idea is totally general. I do use
35:25
Speaker A
all the time, as my canonical example, the idea of an AI agent is like a person.
35:32
Speaker A
People, in some sense, have just one world they live in. 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 they encounter.
35:48
Speaker A
So the general idea is not limited at all. Maybe it would be useful to explain what was missing in that architecture, or that approach, which this continual learning AGI would have.
36:05
Speaker A
They just set it up. It was not their ambition to have one agent across those games.
36:13
Speaker A
If we want to talk about transfer, we should talk about transfer not across games or across tasks, but transfer between states. I guess I’m curious if historically, have we seen the level of transfer using RL techniques that would be needed to build this kind of…
36:35
Speaker A
Good. Good. We're not seeing transfer anywhere. 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.
36:48
Speaker A
What we have are people trying different things and they settle on something, a representation that transfers well or generalizes well. But we have very few automated techniques to promote transfer, and none of them are used in modern deep learning.
37:12
Speaker 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. The researchers did it.
37:31
Speaker A
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, if you get new data, generalize in a good way. Generalization means to train on one thing
37:46
Speaker A
that'll affect what you do on other things. We know deep learning is really bad at this.
37:51
Speaker A
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. This is exactly bad generalization. Generalization, as I said, is some kind of influence of training on one state on other states.
38:11
Speaker A
The fact that you generalize is not necessarily good or bad. You can generalize poorly, you can generalize well.
38:18
Speaker A
Generalization always will happen, but we need algorithms that will cause the generalization to be good rather than bad. 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.
38:36
Speaker A
One way to think about these LLMs is that they’re increasing the scope of generalization from earlier systems, which could not really even do a basic math problem, to now where they can do anything in this class of Math Olympiad-type problems.
38:50
Speaker A
You initially start with them being able to generalize among addition problems. Then they can generalize among problems which require use of different kinds of mathematical techniques and theorems and conceptual categories, which is what the Math Olympiad requires.
39:09
Speaker A
It sounds like you don't think of being able to solve any problem within that category as an example of generalization. Let me know if I'm misunderstanding that.
39:19
Speaker A
Large language models are so complex. We don't really know what information they have had prior. We have to guess because they've been fed so much.
39:30
Speaker A
This is one reason why they're not a good way to do science. It's just so uncontrolled, so unknown. But if you come up with an entirely new… They're getting a bunch of things right, perhaps. The question is why. Well maybe that they don't
39:47
Speaker A
need to generalize to get them right, because the only way to get some of them right is to form something which gets all of them right. If there's only one answer and you find it, that's not called generalization. It's just it's the only way to solve it,
40:02
Speaker A
and so they find the only way to solve it. But generalization is when it could be this way, it could be that way, and they do it the good way.
40:09
Speaker A
My understanding is that this is working more and more, better and better, with coding agents.
40:16
Speaker A
With engineers, obviously if you're trying to program a library, there are many different ways you could achieve the end spec. An initial frustration with these models has been that they'll do it in a way that's sloppy. Over time they're getting better and better at
40:31
Speaker A
coming up with the design architecture and the abstractions that developers find more satisfying. It seems like an example of what you're talking about.
40:42
Speaker A
There's nothing in them which will cause it to generalize well. Gradient descent will cause them to find a solution to the problems they've seen.
40:52
Speaker A
If there's only one way to solve them, they'll do that. But if there are many ways to solve it, some which generalize well, some which generalize poorly, there's nothing in the algorithms that will cause them to generalize well.
41:04
Speaker A
But people, of course, are evolved and if it's not working out they fiddle with it until they find a way, perhaps until they find a way which generalizes well.
42:17
Speaker A
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 in it now. I'm curious about what the biggest surprises have been. How much new stuff do you feel like is coming out?
42:34
Speaker A
Or does it feel like people are just playing with old ideas? Zooming out, you got into this even before deep learning was popular.
42:43
Speaker A
So how do you see the trajectory of this field over time and how new ideas have come about and everything? What's been surprising? I thought a little bit about this.
42:57
Speaker A
There are a handful of things. First, the large language models are surprising. It's surprising how effective artificial neural networks are at language tasks.
43:13
Speaker A
That was a surprise, it 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, compared to human-enabled systems like symbolic methods.
43:41
Speaker A
In the old days, it was interesting because things like search and learning were called weak methods because they're just using general principles, they're not using the power that comes from imbuing a system with human knowledge. Those were called strong. I think
43:57
Speaker A
the weak methods have just totally won. That's the biggest question from the old days of AI, what would happen. Learning and search have just won the day.
44:13
Speaker A
There's a sense in which that was not surprising to me because I was always hoping or rooting for the simple basic principles. Even with the large language models, it's surprising how well it worked, but it was all good and gratifying.
44:31
Speaker A
AlphaGo was surprising, how well that was able to work, AlphaZero in particular. But it's all very gratifying because again, simple basic principles are winning the day.
44:47
Speaker A
Whenever the public conception has been changed because 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
45:04
Speaker A
to you like new breakthroughs were made? Or did it feel like, "Oh, we've had these techniques since the '90s and people are simply combining them and applying them now"?
45:14
Speaker A
The whole AlphaGo thing had a precursor, which is TD-Gammon. Gerry Tesauro did reinforcement learning, temporal difference learning methods, to play backgammon.
45:29
Speaker A
It beat the world's best players and it worked really well. In some sense, AlphaGo was merely a scaling up of that process.
45:39
Speaker A
But it was quite a bit of scaling up and there was also an additional innovation in how the search was done. But it made sense. It wasn't surprising in that sense.
45:49
Speaker A
AlphaGo actually didn't use TD learning. It waited to see the final outcomes. But AlphaZero used TD. AlphaZero was applied to all the other games and it did extremely well.
46:05
Speaker A
I've always been very impressed by the way AlphaZero plays chess because I'm a chess player and it just sacrifices material for positional advantages.
46:15
Speaker A
It's just content and patient to sacrifice that material for a long period of time.
46:23
Speaker A
That was surprising that it worked so well, but also gratifying and it fit into my worldview.
46:32
Speaker A
This has led me where I am. I'm in some sense a contrarian or someone thinking differently than the field is. I'm personally just content being out of sync with my field for a long period of time, perhaps decades, because
46:48
Speaker A
occasionally I have been proved right in the past. 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 and into history and to see what people have thought classically about
47:12
Speaker A
the mind in many different fields. 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. Some sort of left-field questions
47:31
Speaker A
for you if you'll tolerate them. The way I read the bitter lesson is that it's not necessarily saying that human artisanal researcher tuning doesn't work, but that it obviously scales much worse than compute, which is growing exponentially.
47:50
Speaker A
So you want techniques which leverage the latter. Yep. Once we have AGI, we'll have researchers which scale linearly with compute.
48:00
Speaker A
We'll have this avalanche of millions of AI researchers. Their stock will be growing as fast as compute. 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. As a vision of what happens after AGI in
48:21
Speaker A
terms of how AI research will evolve, I wonder if that's still compatible with a bitter lesson.
48:26
Speaker A
How did we get to this AGI? You want to presume that it's been done.
48:31
Speaker A
Suppose it started with general methods, but now we've got the AGI. And now we want to go… Then we're done.
48:39
Speaker A
Interesting. You don't think that there's anything above AGI? But you're using it to get AGI again. Well, I'm using it to get superhuman levels of intelligence or competence at different tasks. These AGIs, if they're not superhuman already, then the knowledge that they might impart would be not superhuman.
49:00
Speaker A
I guess there are different gradations. I'm not sure your idea makes sense because it seems to presume the existence of AGI and that we've already worked that out.
49:12
Speaker A
Maybe one way to motivate this is, AlphaGo was superhuman. It beat any Go player. AlphaZero would beat AlphaGo every single time. So there are ways to get more superhuman than even superhuman. It was also a different architecture.
49:27
Speaker A
So it seems possible to me that the agent that's able to generally learn across all domains, there would be ways to give it better architecture for learning, just the same way that AlphaZero was an improvement upon AlphaGo and MuZero was an improvement upon AlphaZero.
49:42
Speaker A
And the way AlphaZero was an improvement was that it did not use human knowledge but just went from experience. Right.
49:50
Speaker A
So why do you say, "Bring in other agents' expertise to teach it", when it's worked so well from experience and not by help from another agent?
50:04
Speaker A
I agree that in that particular case that it was moving to more general methods.
50:10
Speaker A
I meant to use that particular example to illustrate that it's possible to go superhuman to superhuman++, to superhuman+++. I'm curious if you think those gradations will continue to happen by just making the method simpler.
50:23
Speaker A
Or, because we'll have the capability of these millions of minds who can then add complexity as needed, will that continue to be a false path, even when you have billions of AI researchers or trillions of AI researchers? It’s more interesting
50:38
Speaker A
just to think about that case. When you have many AIs, will they help each other the way cultural evolution works in people? Maybe we should talk about that.
50:51
Speaker A
The bitter lesson, who cares about that? That's an empirical observation about a particular period in history. 70 years in history, it doesn't necessarily have to apply to the next 70 years.
51:01
Speaker A
An interesting question is, you're an AI, you get some more computer power. Should you use it to make yourself more computationally capable?
51:08
Speaker A
Or should you use it to spawn off a copy of yourself to go learn something interesting on the other side of the planet or on some other topic and then report back to you?
51:18
Speaker A
I think that's a really interesting question that will only arise in the age of digital intelligences. I'm not sure what the answer is.
51:30
Speaker A
More questions, will it be possible to really spawn it off, send it out, learn something new, something perhaps very new, and then will it be able to be reincorporated into the original?
51:41
Speaker A
Or will it have changed so much that it can't really be done? Is that possible or is that not? You could carry this to its limit as I saw one of your videos the other night. It suggests that it could. You spawn off many, many copies,
51:59
Speaker A
do different things, highly decentralized, but report back to the central master. This will be such a powerful thing. This is my attempt to add something to this view.
52:15
Speaker A
A big issue will become corruption. If you really could just get information from anywhere and bring it into your central mind, you could become more and more powerful.
52:28
Speaker A
It's all digital and they all speak some internal digital language. Maybe it'll be easy and possible. But it will not be as easy as you're imagining because you can lose your mind this way. If you pull in something from the outside
52:43
Speaker A
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.
52:56
Speaker A
I think this will become a big concern, particularly when you're like, "Oh, he's figured out all about how to play some new game or he's studied Indonesia, and you want to incorporate that into your mind." You could think, "Oh, just read it all in,
53:12
Speaker A
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. This will become a big thing.
53:28
Speaker A
How do you have cybersecurity in the age of digital spawning and re-reforming again? I guess this brings us to the topic of AI succession.
54:39
Speaker A
You have a perspective that's quite different from a lot of people that I've interviewed and a lot of people generally. I also think it's a very interesting perspective.
54:47
Speaker A
I want to hear about it. I do think succession to digital intelligence or augmented humans is inevitable. 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 arrange... There's no consensus about how the world
55:18
Speaker A
should be run. Number two, we will figure out how intelligence works. The researchers will figure it out eventually.
55:26
Speaker A
Number three, we won't stop just with human-level intelligence. We will reach superintelligence. Number four, it's inevitable over time that the most intelligent things around would gain resources and power. Put all that together and it's sort of inevitable.
55:50
Speaker A
You're going to have succession to AI or to AI-enabled, augmented humans. Those four things seem clear and sure to happen. But within that set of possibilities, there could be good outcomes as well as less good outcomes, bad outcomes.
56:15
Speaker A
I'm just trying to be realistic about where we are and ask how we should feel about it.
56:22
Speaker A
I agree with all four of those arguments and the implication. I also agree that succession contains a wide variety of possible futures.
56:34
Speaker A
Curious to get more thoughts on that. I do encourage people to think positively about it. First of all, it's something we humans have always tried to do for thousands of years, try to understand ourselves, trying to make ourselves
56:47
Speaker A
think better, just understanding ourselves. This is a great success for science, humanities. We're finding out what this essential part of humanness is, what it means to be intelligent.
57:06
Speaker A
Then what I usually say is that this is all human-centric. But if we step aside from being a human and just take the point of view of the universe, this is I think a major stage in the universe, a major transition, a transition from replicators.
57:24
Speaker A
We humans and animals, plants, we're all replicators. That gives us some strengths and some limitations. We're entering the age of design because our AIs are designed. Our physical objects are designed, our buildings are designed, our technology is designed. We're designing AIs now, things that can
57:47
Speaker A
be intelligent themselves and that are themselves capable of design. This is a key step in the world and in the universe.
57:57
Speaker A
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. Right now we can make more intelligent beings, more children, but we don't really understand how intelligence works.
58:16
Speaker A
Whereas we're reaching now to having designed intelligence, intelligence that we do understand how it works. Therefore we can change it in different ways and at different speeds than otherwise. In our future, they may not be replicated at all.
58:33
Speaker A
We may just design AIs, and those AIs will design other AIs, and everything will be done by design and construction rather than by replication.
58:44
Speaker A
I mark this as one of the four great stages of the universe. First there's dust, it ends with stars. Stars make planets. The planets can give rise to life.
58:56
Speaker A
Now we're giving rise to designed entities. I think we should be proud that we are giving rise to this great transition in the universe. 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 should say,
59:21
Speaker A
"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 it feels to me like a choice.
59:34
Speaker A
Yet it's such a strongly held thing that, how could it be a choice? I like these sort of contradictory implications of thought.
59:43
Speaker A
It is interesting to consider if we are just designing another generation of humans. Maybe design is the wrong word. But we know a future generation of humans is going to come up. Forget about AI. We just know in the long run, humanity will be more capable and more
59:58
Speaker A
numerous, maybe more intelligent. How do we feel about that? I do think there are potential worlds with future humans that we would be quite concerned about.
60:08
Speaker A
Are you thinking like, maybe we are like the Neanderthals that give rise to Homo sapiens.
60:13
Speaker A
Maybe Homo sapiens will give rise to a new group of people. Something like that. I'm basically taking the example you're giving.
60:21
Speaker A
Even if we consider them part of humanity, I don't think that necessarily means that we should feel super comfortable. Kinship.
60:29
Speaker A
Like Nazis were humans, right? If we thought, "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,
60:45
Speaker A
but I don't think 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.
60:55
Speaker A
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 citizen, I often feel that we don't
61:22
Speaker A
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. If you think the current situation is really good, then you're more likely to be suspicious of change and averse to change than if you think
61:40
Speaker A
it's imperfect. I think it's imperfect. In fact, I think it's pretty bad. So I’m open to change. I think humanity has not had a super good track record.
61:54
Speaker A
Maybe it's the best thing that there has been, but it's far from perfect. I guess there are different varieties of change. The Industrial Revolution was change, the Bolshevik Revolution was also change. If you were around in Russia in the 1900s and
62:12
Speaker A
you were like, "Look, things aren't going well, the tsar is 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.
62:23
Speaker A
Similarly with AI, where I'd want to understand, and, to the extent that it's possible, change the trajectory of AI such that the change is positive for humans.
62:35
Speaker A
We should be concerned about our future, the future. We should try to make it good. We should also though recognize the limit, our limits. I think we want to avoid the feeling of entitlement, avoid the feeling of, "Oh, we are here first,
62:55
Speaker A
we should always have it in a good way." How should we think about the future?
63:01
Speaker A
How much control should a particular species on a particular planet have over it? How much control do we have? 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.
63:21
Speaker A
We have our own goals. We have our families. Those things are much more controllable than trying to control the whole universe. I think it's appropriate for us to really work towards our own local goals. It's kind of aggressive for us to say, "Oh, the
63:47
Speaker A
future has to evolve this way that I want it to." Because then we'll have arguments where different people think the global future should evolve in different ways, and then they have conflict. We want to avoid that. Maybe a good analogy here would be this.
64:03
Speaker A
Suppose you are 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. My son's going to become president and my daughter
64:19
Speaker A
is going to become CEO of Intel. 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, prosocial things."
64:40
Speaker A
Maybe a similar attitude towards AI makes sense, not in the sense of we can predict everything that they will do, or we have this plan about what the world should look like in a hundred years.
64:50
Speaker A
But it's quite important to give them robust and steerable and prosocial values. Prosocial values? Maybe that's the wrong word.
65:02
Speaker A
Are there universal values that we can all agree on? I don't think so, but that doesn't prevent us from giving our kids a good education, right?
65:12
Speaker A
Like we have some sense of wanting our children to be a certain way. Maybe prosocial is the wrong word. High integrity is maybe a better word.
65:19
Speaker A
If there's a request or if there's a goal that seems harmful, they will refuse to engage in it.
65:26
Speaker A
Or they'll be honest, things like that. 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, where everybody doesn't agree on that. Maybe that's a reasonable target for AI as well.
65:42
Speaker A
So we're trying to design the future and the principles by which it will evolve and come into being. The first thing you're saying is, "Well, we try to teach our children general principles which will promote more likely evolutions."
66:02
Speaker A
Maybe we should also seek for things to be voluntary. If there is change, we want it to be voluntary rather than imposed on people.
66:09
Speaker A
I think that's a very important point. That's all good. I think this is the big or one of the really big human enterprises to design society that's been ongoing for thousands of years again.
66:28
Speaker A
The more things change, 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. Things will evolve.
66:43
Speaker A
"The more things change, the more they stay the same" also seems like a good capsule into the AI discussion. 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.
67:02
Speaker A
Maybe that's a good place to wrap up the conversation. Okay. Thank you very much. Awesome. Thank you for coming on.
67:08
Speaker A
My pleasure.
Topics:Reinforcement LearningRichard SuttonLarge Language ModelsArtificial IntelligenceTuring AwardBitter LessonContinual LearningGoal-Directed AIPolicy GradientTD Learning

Answers

Frequently Asked Questions

What is Richard Sutton's main criticism of large language models?

Sutton argues that large language models mimic human language without having true world models or goals, limiting their ability to learn from real-world experience and adapt accordingly.

How does reinforcement learning differ from large language models according to Sutton?

Reinforcement learning involves taking actions, observing outcomes, and optimizing for rewards, enabling a machine to understand and interact with its environment, unlike LLMs which predict language tokens without goal-directed learning.

Does Sutton believe applying reinforcement learning on top of LLMs is effective?

No, Sutton believes that applying reinforcement learning on top of large language models is not a productive direction because LLMs lack a real basis for goal-directed knowledge and continual learning.

Get More with the Söz AI App

Transcribe recordings, audio files, and YouTube videos — with AI summaries, speaker detection, and unlimited transcriptions.

Or transcribe another YouTube video here →