The next big breakthrough will be AIs learning on the job

The next big breakthrough will be AIs learning on the job

By 2027, AI models may improve faster from real-world deployment experience than from any pre-training run — and that shift will be both scary and transformative.

Jun 26, 2026 19:53 Difficulty: Intermediate Played

TL;DR

Dwarkesh Patel argues that the next frontier in AI isn't just scaling RLVR training on verifiable tasks, but enabling AIs to learn continuously on the job from real-world deployment. He identifies "grindability" — the ability to run parallel rollouts in deterministic simulators — as an underrated bottleneck, explaining why computer use lags behind coding. Two speculative solutions emerge: on-policy self-distillation (OPSD) to compress session learnings back into model weights, and "dreaming," where AIs build their own simulated environments to rehearse skills. The key takeaway: by 2027–28, AI improvement may come primarily from deployment experience, not pre-training.

#continual learning #RLVR generalization #on-policy self-distillation #AI sample efficiency #grindability #computer use AI #test-time training #AI scaling #on-the-job learning #EfficientZero #inference compute waste #AI 2027 forecast #RLVR #dreaming #sample efficiency #AGI #computer use #inference compute #context window #online learning #RL generalization #AI deployment

Dwarkesh Patel argues that the next frontier in AI is enabling models to learn continuously from real-world deployment — and explores grindability, on-policy self-distillation, and 'dreaming' as the keys to getting there.

Chapter list
  • Dwarkesh outlines the core labs' bet: scale verifiable RL training across millions of tasks to produce a general problem-solving agent. He also raises the counterargument that AI is 1/1,000,000th as sample efficient as humans.

  • Dwarkesh introduces 'grindability' — the ability to run parallel rollouts in deterministic simulators — as the underrated reason computer use AI lags far behind coding, despite being equally verifiable.

  • Dwarkesh questions whether RLVR generalizes from containerized tasks to complex real-world domains like politics or business, citing Dario Amodei's context-length degradation comment as a key data point.

  • Dwarkesh explores on-policy self-distillation (OPSD) as the leading technique for continual learning, contrasting it with naive SFT and explaining why RL's sparse parameter updates are a feature, not a bug.

  • Dwarkesh introduces 'dreaming' — AI building its own RL environments to rehearse skills — using EfficientZero as an analogy, and positions it as a potential fourth scaling axis alongside pre-training, RL, and inference compute.

  • Dwarkesh sketches a concrete 2027–28 scenario where RLVR-primed agents get week-long context windows, do real work, and distill session learnings back into weights — enabling AI to improve primarily from deployment experience.

RLVR
Reinforcement Learning from Verifiable Rewards — a training paradigm where AI agents receive reward signals only from tasks with objectively checkable correct answers, like coding or math.
Grindability
Dwarkesh Patel's coined term for a domain's suitability for massive parallel RL training — requiring deterministic, replayable simulations that can be run from identical starting points thousands of times simultaneously.
On-policy self-distillation (OPSD)
A training technique where a base model is trained to match the predictions of a 'teacher' version of itself that has accumulated a full session's context, distilling session learnings back into the base weights.
Dreaming
A speculative AI capability where a model generates its own simulated RL training environments and trains against them, rehearsing real-world skills without requiring external data.
Continual learning
The ability of a model to update its weights — and thus permanently improve — from experience accumulated during deployment, rather than only from a discrete pre-training or fine-tuning run.
KV-cache
Key-Value cache — a memory structure in transformer models that stores intermediate attention computations to speed up inference, sometimes used as a proxy for short-term in-context memory.
In-context learning
A model's ability to adapt its behavior based on examples or information provided within a single input context window, without updating its underlying weights.
Test-time training
Updating a model's weights at inference time, using information encountered during a specific deployment session, rather than only during a fixed pre-training phase.
Non-stationary environment
In RL, an environment whose dynamics or reward structure change over time, making it harder to learn from fixed replay because past experience may not reflect current conditions.
EfficientZero
A model trained to be highly data-efficient in game-playing by internally simulating many hypothetical game steps for each real interaction, achieving human-competitive performance with far fewer real samples.
Sparse attention
A transformer architecture modification that attends to only a subset of tokens rather than all tokens in the context, improving memory efficiency for very long sequences.
Grokking
A phenomenon in ML where a model suddenly achieves strong generalization after extended training, long after it has memorized the training data — associated with deep representational compression.
Rollout
In RL, a single trajectory of an agent acting in an environment from a starting state through a sequence of actions and observations to a terminal state or reward.
Amortized
Spreading a fixed cost across many instances of use; here used to argue that the high one-time compute cost of pre-training is justified because it is reused across billions of inference sessions.
Tacit knowledge
Knowledge that is difficult to articulate or transfer explicitly — practical know-how embedded in experience, such as organizational norms or craft intuitions — as opposed to codified, explicit knowledge.

Chapter 1 · 00:00

The big research bet the labs are making

Dwarkesh outlines the core labs' bet: scale verifiable RL training across millions of tasks to produce a general problem-solving agent. He also raises the counterargument that AI is 1/1,000,000th as sample efficient as humans.

Claims made here

AI models are approximately 1/1,000,000th as sample efficient as humans during training.

Dwarkesh Patel no source cited

People often report that employees are not net productive until 6 months or more into a job, indicating that on-the-job learning is necessary for competence.

Dwarkesh Patel no source cited

Chapter 2 · 02:12

Grindability is just as important as verifiability

Dwarkesh introduces 'grindability' — the ability to run parallel rollouts in deterministic simulators — as the underrated reason computer use AI lags far behind coding, despite being equally verifiable.

Chapter 3 · 06:10

Will RLVR alone generalize?

Dwarkesh questions whether RLVR generalizes from containerized tasks to complex real-world domains like politics or business, citing Dario Amodei's context-length degradation comment as a key data point.

Claims made here

Training AI at a short context length and then serving at a longer context length can lead to performance degradation.

Dario Amodei no source cited

Short-horizon RL training does not necessarily generalize to long-horizon RL performance, as suggested by context-length degradation in deployed models.

Dwarkesh Patel Dario Amodei in a conversation with Dwarkesh Patel

Around 30 to 50% of an AI lab's compute budget goes to inference, currently without producing any model improvement.

Dwarkesh Patel no source cited

Chapter 4 · 08:41

Getting the learning back to the weights

Dwarkesh explores on-policy self-distillation (OPSD) as the leading technique for continual learning, contrasting it with naive SFT and explaining why RL's sparse parameter updates are a feature, not a bug.

Claims made here

Some autistic savant individuals can recall random tables of numbers or nonsense syllables years later with extremely high fidelity, but this volume of recall impairs their ability to understand abstractions and metaphors.

Dwarkesh Patel no source cited

The CursorTab model online-learns by predicting which code edits get accepted by users, processing over 400 million requests per day.

Dwarkesh Patel no source cited

OPSD provides a denser supervision signal than naive RL by training on per-token probability discrepancies between a teacher and student model, rather than projecting a single reward through the whole trajectory.

Dwarkesh Patel no source cited

Very few model parameters are actually changed during a single RL training step, concentrating the update only on what is relevant to achieving the outcome.

Dwarkesh Patel no source cited

In a previous post, Dwarkesh argued that RL learns much less information per sample than supervised learning.

Dwarkesh Patel Previous Dwarkesh Patel blog post

EfficientZero, a data-efficient game-playing model developed after AlphaZero, could beat a novice human at an unseen Atari game given only 2 hours of play, by internally simulating dozens of games per real step.

Dwarkesh Patel EfficientZero research (DeepMind follow-up to AlphaZero)

Technology
On-Policy Self-Distillation (OPSD): Compressing Sessions Into Weights

The next big breakthrough will be AIs learning on the job · Jun 26, 2026 Technology

OPSD trains the base model to match what a veteran 'teacher' model — loaded with a full session's context — would predict. It needs no outer-loop reward, provides denser per-token supervision than RL, and avoids overwriting existing knowledge. It's the most credible path to continual learning today.

Technology
Dreaming: AI Builds Its Own Training Simulations

The next big breakthrough will be AIs learning on the job · Jun 26, 2026 Technology

Dreaming means the model spends compute generating its own simulated RL environments, then trains against them — rehearsing skills relevant to the actual user's real-world context. Like EfficientZero playing dozens of internal games per real step, this could make AI far more sample-efficient without requiring external data.

Chapter 5 · 15:23

Dreaming

Dwarkesh introduces 'dreaming' — AI building its own RL environments to rehearse skills — using EfficientZero as an analogy, and positions it as a potential fourth scaling axis alongside pre-training, RL, and inference compute.

Claims made here

Dreaming — where AI models generate and train against self-created simulated environments — could become a fourth axis of scaling alongside pre-training, RL, and inference-time compute.

Dwarkesh Patel no source cited

Technology
What 2027 Looks Like: AI Learning on the Job

The next big breakthrough will be AIs learning on the job · Jun 26, 2026 Technology

RLVR produces an agent competent enough to deploy. That agent gets a week-long context window and does real work. At the end of the week, a thumbs up triggers OPSD or dreaming to distill everything it learned back into the base weights. Repeat. The AI's skills start expanding beyond its original training domains — with each cycle.

Chapter 6 · 17:23

What 2027 looks like

Dwarkesh sketches a concrete 2027–28 scenario where RLVR-primed agents get week-long context windows, do real work, and distill session learnings back into weights — enabling AI to improve primarily from deployment experience.

No indexed bits in this chapter.

Show stoppers

Snapshots ()

Key Quotes ()

This episode

Cast

  • Track

Stats

Episode stats

Insight Overview

insights
chapters

Insight distribution

Sub-Categories

Speaker breakdown

Talk Time

This episode

Claims & Sources

2 / 12 cited (17%)

Factual claims made this episode, and whether a source was named.

AI models are approximately 1/1,000,000th as sample efficient as humans during training.

Dwarkesh Patel no source cited

Around 30 to 50% of an AI lab's compute budget goes to inference, currently without producing any model improvement.

Dwarkesh Patel no source cited

The CursorTab model online-learns by predicting which code edits get accepted by users, processing over 400 million requests per day.

Dwarkesh Patel no source cited

Short-horizon RL training does not necessarily generalize to long-horizon RL performance, as suggested by context-length degradation in deployed models.

Dwarkesh Patel Dario Amodei in a conversation with Dwarkesh Patel

People often report that employees are not net productive until 6 months or more into a job, indicating that on-the-job learning is necessary for competence.

Dwarkesh Patel no source cited

Very few model parameters are actually changed during a single RL training step, concentrating the update only on what is relevant to achieving the outcome.

Dwarkesh Patel no source cited

EfficientZero, a data-efficient game-playing model developed after AlphaZero, could beat a novice human at an unseen Atari game given only 2 hours of play, by internally simulating dozens of games per real step.

Dwarkesh Patel EfficientZero research (DeepMind follow-up to AlphaZero)

Training AI at a short context length and then serving at a longer context length can lead to performance degradation.

Dario Amodei no source cited

Some autistic savant individuals can recall random tables of numbers or nonsense syllables years later with extremely high fidelity, but this volume of recall impairs their ability to understand abstractions and metaphors.

Dwarkesh Patel no source cited

OPSD provides a denser supervision signal than naive RL by training on per-token probability discrepancies between a teacher and student model, rather than projecting a single reward through the whole trajectory.

Dwarkesh Patel no source cited

In a previous post, Dwarkesh argued that RL learns much less information per sample than supervised learning.

Dwarkesh Patel Previous Dwarkesh Patel blog post

Dreaming — where AI models generate and train against self-created simulated environments — could become a fourth axis of scaling alongside pre-training, RL, and inference-time compute.

Dwarkesh Patel no source cited