06-reference

dwarkesh next training paradigm

2026-06-26·reference·source: Dwarkesh Patel (YouTube)·by Dwarkesh Patel
AI-trainingLLMsRLVRcontinual-learningsample-efficiencyscalingAGI

"What does the next training paradigm look like?" — Dwarkesh Patel

Why this is in the vault

Dwarkesh argues that RLVR (RL with verifiable rewards) is the current training paradigm but has a hard ceiling: it only works in "grindable" domains where you can run thousands of parallel rollouts from a deterministic starting state. Everything beyond that — politics, markets, company-building — requires sample efficiency and continual learning that RLVR alone cannot deliver. He then maps two credible near-term techniques (OPSD and "dreaming") that could unlock weight-level learning from deployment data. This is required background for anyone advising on AI strategy or sitting for the Anthropic Claude Certified Architect exam — it frames exactly where the current generation of models hits its ceiling and what research bets the labs are making to break through it.

Episode summary

This is a solo video essay (no guest). Dwarkesh walks through three nested questions: (1) Why is the current RLVR training paradigm probably not sufficient for general AGI? (2) Why has computer use lagged other domains, and what does that reveal about RL's structural constraints? (3) What training techniques might fill the gap — specifically on-policy self-distillation (OPSD) and "dreaming" (model-generated synthetic RL environments)? He closes with a 2027-2028 scenario where deployment experience becomes the primary driver of model improvement, replacing pre-training and RL as the dominant signal.

Key arguments / segments

Notable claims

Guests

None. This is a solo video essay by Dwarkesh Patel, presented as a narrated version of a blog post also published at dwarkesh.com.

Sponsorship

Sponsored by Mercury (fintech banking platform). Mercury is presented as automating Dwarkesh's contractor bill-pay via an invoice-scanning email inbox feature. Standard disclosure: Mercury is a fintech company, not an FDIC-insured bank; banking services via Choice Financial Group and Column NA.

Mapping against Ray Data Co

Strong relevance. Three direct connections:

  1. Anthropic cert prep (Claude Certified Architect — Foundations, target 2026-11-22). The cert covers model training paradigms and agent architecture. This essay is a compact mental model of where RLVR sits in the scaling stack, what its limits are, and what the next paradigm (OPSD + dreaming) looks like. That framing will appear in architecture questions about when to trust model capability vs. fine-tune vs. rely on in-context learning.

  2. phData AI advisory work. When scoping AI solutions for clients, the grindability constraint is a practical ceiling: enterprise use cases (sales forecasting, org-specific knowledge) often fall outside verifiable/grindable domains. This essay gives language for explaining why RAG + fine-tuning is the practical path for those domains today, while continual learning is the 2027+ horizon.

  3. RDCO agent infrastructure. The "deployment compute is wasted" argument maps directly to the always-on COO agent design: the agent accumulates session-specific context but currently cannot distill it to weights. OPSD would be the mechanism that makes session learning durable. Worth flagging when evaluating whether to persist structured memory vs. wait for native continual learning.

Related