AnyLearn
All lessons
AIintermediate

The Argument: Why Learning From Us Runs Out

David Silver and Richard Sutton argue that the current approach has a ceiling built into it, because a system trained to predict what humans wrote is aiming at human performance by construction. This lesson works through their three eras, the claim about data exhaustion, why they think superhuman performance needs a different learning signal, and the honest counter-arguments.

Updated · AI-authored, review-gated · how lessons are made

Not signed in: your progress and quiz score won't be saved.
Progress1 / 8

Two names worth knowing

The paper this path follows is short, has no experiments, and is written by two people whose track record makes it hard to ignore.

Richard Sutton co-wrote the standard textbook on reinforcement learning and spent four decades arguing that general methods which scale with computation eventually beat methods that build in human knowledge. David Silver led the work behind AlphaGo and AlphaZero, the systems that beat the best human Go players and then, in AlphaZero's case, learned to do so from self-play without studying human games at all.

So when they publish an argument that the field has taken a wrong turn by relying on human data, the argument carries the weight of two people who have already demonstrated the alternative working in a narrow domain.

The paper is called Welcome to the Era of Experience. It is a position paper: a claim about where the field should go, offered as an argument rather than a result.

This path treats it as an argument to be examined. That means understanding it properly first, and then asking what would have to be true for it to be right.

Full lesson text

All 8 steps on one page, for reading, reference, and search.

Show

1. Two names worth knowing

The paper this path follows is short, has no experiments, and is written by two people whose track record makes it hard to ignore.

Richard Sutton co-wrote the standard textbook on reinforcement learning and spent four decades arguing that general methods which scale with computation eventually beat methods that build in human knowledge. David Silver led the work behind AlphaGo and AlphaZero, the systems that beat the best human Go players and then, in AlphaZero's case, learned to do so from self-play without studying human games at all.

So when they publish an argument that the field has taken a wrong turn by relying on human data, the argument carries the weight of two people who have already demonstrated the alternative working in a narrow domain.

The paper is called Welcome to the Era of Experience. It is a position paper: a claim about where the field should go, offered as an argument rather than a result.

This path treats it as an argument to be examined. That means understanding it properly first, and then asking what would have to be true for it to be right.

2. Three eras

The paper organises recent history into three periods, and the framing does most of the persuasive work.

The era of simulation covers systems that learned by interacting with a simulated environment. Game-playing agents trained by self-play, robotic controllers trained in physics simulators. These systems reached superhuman performance in their domains and generalised to almost nothing outside them.

The era of human data is the present. Models are trained to predict text and other artefacts that humans produced, then refined with human preferences. These systems generalise remarkably across tasks, which is what the previous era lacked, and they do it by absorbing an enormous amount of what people have already worked out.

The era of experience is what the authors argue comes next. Agents that learn primarily from their own interaction with the world, generating their own data rather than consuming ours.

Read as a narrative it is neat: the first era had learning without breadth, the second has breadth without learning from the world, and the third is supposed to combine them. Whether history actually has this shape is a fair question, and one worth holding onto.

3. The quantitative claim

The paper makes two distinct arguments against the current approach, and separating them matters because they are contested to different degrees.

The first is about supply. High-quality human-generated data is finite, and the authors argue it has been largely consumed. Text on the internet is not being produced at anything like the rate frontier training runs consume it, so scaling further along this axis runs into a wall that no amount of compute removes.

This claim is genuinely disputed. Multimodal data, private corpora, and synthetic data are all offered as reasons the wall is further away than it looks. The catalogue's path on synthetic training data covers why the synthetic answer is more limited than it sounds: a generator cannot supply information it does not have, which is close to the same argument in a different setting.

The second argument is about quality rather than quantity, and it is the stronger one.

Even with unlimited human data, the authors argue, you would still hit a ceiling, and that ceiling is the subject of the next step.

4. The ceiling built into imitation

The deeper claim is that training a system to reproduce what humans produced sets human performance as the target, and a target is not usually exceeded by accident.

A model trained to predict the next token of human text is rewarded for producing what a human would have produced. A model refined on human preferences is rewarded for producing what a human rater prefers. In both cases the signal being optimised is agreement with people.

That is extraordinarily useful and it has a structural limit. To discover something no human has worked out, the system would have to produce an output no human would produce, and be rewarded for it. Neither training signal does that. A genuinely novel and correct answer that a rater does not recognise scores badly.

The authors' evidence for this is a demonstration rather than an argument. AlphaGo studied human games and played at the level of the best humans. AlphaZero studied no human games, learned from self-play against a hard outcome signal, and played better, producing opening moves that overturned centuries of human theory.

The difference was not scale. It was where the learning signal came from.

5. Where the signal comes from

The whole argument reduces to one question about any learning system: what tells it that an output was good?

In supervised learning from human text, the answer is whether the output matches what a human wrote. The ceiling is what humans write.

In learning from human preferences, the answer is whether a rater prefers it. The ceiling is what a rater can recognise as good, which is lower than what humans can produce, because judging unfamiliar excellence is harder than producing familiar competence.

In learning from the world, the answer is whether the outcome actually happened. Did the code compile, did the experiment replicate, did the patient recover, did the system stay up. There is no human in that loop, so there is no human ceiling in it either.

The diagram makes the parallel visible: the first two paths route the signal through a person, and the third does not.

The authors' bet is that removing the person from that loop is what unlocks the next capability jump, in the same way it did for board games. The rest of this path is about what that costs.

flowchart LR
A["Agent produces an output"] --> B["Signal: does it match human text?"]
A --> C["Signal: does a human rater prefer it?"]
A --> D["Signal: what actually happened in the world?"]
B --> E["Ceiling: what humans wrote"]
C --> F["Ceiling: what a rater can recognise"]
D --> G["No human in the loop, no human ceiling"]

6. This is already happening in one corner

The argument is less speculative than a position paper usually is, because a version of it is already deployed and working.

Reinforcement learning with verifiable rewards trains models on problems where correctness can be checked by machine. Mathematics with a checkable answer, code with a test suite, formal proofs. The model generates attempts, a checker scores them, and training reinforces what passed.

No human judged those outputs. The signal came from the world, in the narrow sense of a program that runs. And it produced the reasoning models that made 2025's most visible capability gains.

That is a partial confirmation of the thesis, and it is worth being precise about how partial. The domains involved are exactly the ones where correctness is cheap to check automatically. Silver and Sutton are arguing for something considerably broader: agents acting in open environments, over long horizons, on outcomes that take days or months to resolve and have no test suite.

So the current evidence supports the mechanism and not yet the scope. The catalogue's lesson on verifiable rewards covers how the narrow version works, and this path is about the general claim.

7. The old methods come back

A consequence the authors draw, which is easy to miss, is that a shift to experience brings back a body of technique the field mostly stopped using.

When the field moved to learning from human feedback, it quietly sidestepped most of classical reinforcement learning. Human preference data is plentiful and the reward is immediate, so there was little need for the machinery built to handle long delays and sparse signals: value functions that estimate long-run return, exploration strategies that deliberately try uncertain actions, world models that predict what an action will do, and methods for assigning credit across long sequences.

In a world where an agent acts for weeks and the outcome arrives at the end, all of that becomes necessary again.

The authors treat this as a reason for optimism, since the theory already exists and was developed carefully over decades. It is also a reason for caution: those methods were developed and validated on small problems and simulators, and it is an open question how much of the theory survives contact with an agent acting in the real world over long horizons.

Either way, this is a concrete prediction the thesis makes, and it is testable.

8. What would show the argument wrong

A position paper is worth more if you can say what would falsify it, so it is worth naming the disagreements precisely.

The data-exhaustion claim would be undermined if capability keeps improving substantially from data sources that are still human in origin: video, private and specialist corpora, or better use of what already exists. Several people argue exactly this.

The imitation-ceiling claim would be undermined if models trained on human data continue to exceed what any individual human can do. There is a real counter-argument here: a system that has absorbed the output of millions of specialists is not imitating one person, and combining knowledge across fields that no single human holds together may itself produce novelty.

The scope claim would be undermined if experiential learning stays confined to domains with cheap automatic verification. That is where it works today, and the gap between checking a proof and checking whether a business decision was correct is enormous.

And the whole programme could stall on a problem the paper does not solve, which is what the third lesson of this path is about.

Holding those four in mind is the difference between reading a position paper and being persuaded by one.

Check your understanding

The lesson ends with a 5-question quiz. Take it in the player above to see your score.

  1. What are the three eras Silver and Sutton describe?
    • Symbolic AI, deep learning, and generative AI
    • Simulation, human data, and experience
    • Supervised, unsupervised, and reinforcement learning
    • Narrow AI, general AI, and superintelligence
  2. What is the stronger of the two arguments against training on human data?
    • That high-quality human data has largely been consumed
    • That human data is too expensive to license
    • That imitating human output makes human performance the target, so exceeding it is not what the training signal rewards
    • That human text contains too much noise and error
  3. What does the AlphaGo to AlphaZero comparison illustrate in this argument?
    • That larger models eventually outperform smaller ones
    • That simulation is a better training environment than the real world
    • That self-play requires less compute than supervised learning
    • That removing human games from training and learning from outcomes produced play that exceeded human theory
  4. How does reinforcement learning with verifiable rewards relate to the thesis?
    • It partially confirms the mechanism, but only in domains where correctness is cheap to check automatically
    • It contradicts the thesis, since it still relies on human-written problems
    • It fully demonstrates the era of experience in open environments
    • It is unrelated, since it uses supervised learning
  5. Why does the paper argue that classical reinforcement learning methods become necessary again?
    • Because human feedback data is becoming more expensive to collect
    • Because long horizons and delayed outcomes require value functions, exploration and world models, which learning from immediate human preferences allowed the field to skip
    • Because transformers cannot be trained with policy gradients
    • Because simulators have become more accurate than the real world

Related lessons

AI
intermediate

Streams, Actions, Rewards, and Thinking That Is Not Ours

The paper is concrete about what an experiential agent would differ on, and names four: it lives in a continuous stream rather than episodes, acts in the world rather than emitting text, takes rewards from grounded signals rather than human judgement, and plans in terms it worked out rather than imitating human chain of thought. This lesson works through each.

8 steps·~12 min
AI
intermediate

The Part That Is Not Solved

The paper's answer to safety is that reward signals adapt to human feedback: a network inside the reward function learns which grounded signals to weight from how people respond. This lesson works through that proposal and the published critique arguing it fails twice over, on specification gaming and on goal misgeneralization, and what an honest reading of the disagreement leaves you with.

8 steps·~12 min
AI
intermediate

What This Teaches About Measuring Anything

The exchange is a case study with transferable rules. A conclusion resting on failures needs a failure taxonomy. Every instance must be verified solvable before anyone is scored against it. Output format is a confound whenever answers get long. And when two explanations fit the same data, the productive move is to find the prediction on which they differ, then test it.

8 steps·~12 min
AI
intermediate

The Rebuttal: Three Ways to Score Zero Without Failing

The response disputed none of the data and argued the experiment measured something other than reasoning. Models had to print move lists exceeding their output limits, and said so in the transcripts. Some instances had no solution and were scored as failures anyway. And asking for a program instead of a move list produced high accuracy on instances reported as total collapse.

8 steps·~12 min