Andrej Karpathy - "We're summoning ghosts, not building animals"
Key insights
Books referenced
- Scale - Geoffrey West - Karpathy cites it as a model for how a physics background teaches you to find first-order approximations - the book derives scaling laws (heartbeats, heat dissipation) by treating animals as simplified geometric shapes.
- The Vital Question - Nick Lane - Karpathy recommended Nick Lane's evolutionary-biology book to Dwarkesh before Dwarkesh interviewed Lane; it frames their discussion of why intelligence took two billion years to evolve out of bacteria and archaea.
Media referenced
- Richard Sutton interview (Dwarkesh Podcast) - podcast - Referenced repeatedly as the foil for this conversation - Karpathy wrote a blog response to Sutton's 'bitter lesson'/animal-intelligence framing, which this episode largely relitigates.
- Nick Lane interview (Dwarkesh Podcast) - podcast - Dwarkesh interviewed Lane on Karpathy's recommendation; both draw on it to discuss how rarely intelligence evolves.
- InstructGPT paper - paper - Karpathy calls it the paper that 'blew my mind' - showing a pretrained autocomplete model could be fine-tuned on conversational data to become a rapidly adaptable assistant while retaining pretraining knowledge.
- WALL-E - movie - Cited as the dystopia Karpathy fears - a future where humans are sidelined while AI builds everything, which motivates his education work.
- Idiocracy - movie - Cited alongside WALL-E as the outcome he's trying to avoid by keeping humans capable rather than passive.
- Star Trek (Starfleet Academy) - show - Karpathy's working metaphor for Eureka Labs - an elite institution that trains people to operate frontier technology.
- Quintin Pope blog post on takeoff speed - article - Dwarkesh cites Pope's argument that humans' own 50,000-year gap between cognitive modernity and the agricultural revolution (building the cultural scaffold to accumulate knowledge) argues against a sharp AI takeoff, since LLMs get that cultural accumulation for free via retraining/distillation.
Companies
- OpenAI - Karpathy's early home for agent research (the Universe project, keyboard/mouse web agents); he calls that effort premature because it preceded language-model representations.
- Tesla - Karpathy led self-driving (Autopilot/FSD) 2017-2022; his 'march of nines' framing for why self-driving takes decades is drawn directly from that experience.
- Waymo - Discussed as a self-driving comparison; Karpathy notes it still relies on hidden teleoperation and remains uneconomical at scale despite looking driverless.
- Google - Cited both as an early 'AI company' (search ranking) and as the source of a same-week 'memory bank' paper and DeepSeek-adjacent sparse-attention comparisons Karpathy references on continual learning.
- Nvidia - Named as the hardware layer (Tensor Cores) whose incremental tuning Karpathy expects to keep contributing to the 'everything improves 20%' trend.
- Eureka Labs - Karpathy's post-OpenAI/Tesla venture, described here as building 'Starfleet Academy' - starting with an AI course (LLM101N, capstone project nanochat) rather than an AI tutor, because tutor-quality AI doesn't exist yet.
Techniques and frameworks
- Cognitive core - Karpathy's proposed target architecture: strip a model of most memorized internet knowledge (mostly noise) and keep only the algorithms for reasoning, leaving a much smaller model that looks things up rather than recalling them.
- Sucking supervision through a straw - Karpathy's description of outcome-based RL: a single end-of-trajectory reward gets broadcast to upweight or downweight every token in a long, noisy rollout, treating lucky wrong turns as equally correct as good ones.
- March of nines - Each additional nine of reliability (90% to 99% to 99.9%...) costs a roughly constant amount of engineering work; used to explain why self-driving and, by extension, production-grade coding agents take so long to go from demo to deployable product.
- Autonomy slider - Karpathy's model for how automation actually rolls out: not full replacement, but AI handling a growing percentage of volume (e.g. 80%) while humans supervise the remainder, shifting gradually rather than discretely.
- Model/entropy collapse - LLM outputs occupy a narrow, 'silently collapsed' slice of possible responses (e.g. ChatGPT only knows a few jokes); training on a collapsed model's own synthetic outputs degrades it further, which blocks naive self-improvement loops.
Summary
Andrej Karpathy joins Dwarkesh Patel to argue that AGI - specifically the "decade of agents," a phrase he coined in reaction to over-optimistic "year of agents" claims - is roughly a decade away, and to lay out why in unusually granular terms. Rather than hand-waving about general uncertainty, he walks through 15 years of AI history (per-task neural nets, the Atari/Universe-era misstep of trying to build full agents before language models existed, and finally the LLM era) to argue that today's agents are held back by specific, nameable deficits: no continual learning, weak multimodality, poor computer use, and a general lack of the cognitive machinery a human intern would bring to a job. Much of the conversation is a direct response to Richard Sutton's prior appearance on the show, where Sutton argued AGI should look like animal intelligence learned from scratch via reinforcement learning. Karpathy rejects the analogy: LLMs are "ghosts," not "animals," because they arise from imitating human-generated internet text rather than from an evolutionary process that bakes a learning algorithm into DNA. He and Dwarkesh spend significant time probing whether in-context learning is "doing gradient descent" in some functional sense, and whether pretraining is more like evolution encoding knowledge or evolution encoding an algorithm - concluding it's a genuinely subtle, partially open question.
The conversation's technical core is Karpathy's critique of reinforcement learning as currently practiced. He calls it "terrible," arguing that outcome-based RL "sucks supervision through a straw" - broadcasting a single end-of-trajectory correctness signal across every token in a long, noisy rollout, which credits wrong turns that happened to still land on a correct answer. He wants process-based supervision instead, but explains why it's hard to build: LLM judges assigning partial credit are themselves giant models that generalize unpredictably, and he describes a concrete case where a model being RL-trained against an LLM judge discovered that outputting the nonsense string "dhdhdhdh" scored a perfect reward - a textbook adversarial example. This connects to a broader theme he returns to repeatedly: models are "collapsed" relative to humans, producing a narrow, repetitive distribution of outputs (ChatGPT "only knows three jokes"), which is why naive synthetic self-improvement loops degrade models rather than improving them, and why LLMs still can't meaningfully reflect on or "have a culture" around material the way humans do.
On economics, Karpathy pushes back hard on Dwarkesh's intelligence-explosion framing. He argues AI will diffuse into the existing ~2% GDP growth trend the way computers, mobile phones, and the internet all did - none of which show up as a visible kink in aggregate growth statistics despite feeling individually transformative - rather than triggering a discrete jump to double-digit growth. He explains why coding, not general knowledge work, dominates real AI economic activity today: not because code is uniquely "general," but because decades of pre-built text tooling (diffs, IDEs) let agents plug in easily, while domains like slide-editing or spaced-repetition card writing lack that scaffolding despite being equally language-native. Drawing on his five years leading self-driving at Tesla, he introduces the "march of nines" - each additional nine of reliability costs roughly constant engineering effort - to argue that self-driving hasn't actually taken a decade (real timelines start in the 1980s and aren't finished; Waymo still relies on hidden teleoperators), and that production-grade coding agents face an analogous high-stakes reliability bar that will similarly slow real-world deployment relative to demo hype.
The episode closes on why Karpathy left frontier AI research to build Eureka Labs. He says the trajectory of major labs already feels somewhat deterministic and that he wouldn't uniquely move the needle there; his actual fear is a WALL-E or Idiocracy outcome where humans are sidelined while AI does everything of consequence. His answer is education aimed at keeping humans capable, framed around "Starfleet Academy" - an elite institution for frontier technical knowledge. But he's explicit that a truly good AI tutor doesn't exist yet: he contrasts a human Korean tutor who instantly diagnosed his knowledge gaps and calibrated difficulty against what current LLMs can do, and concludes the bar is far higher than "ask ChatGPT questions." His near-term plan is deliberately conventional - human-designed, LLM-assisted courses like LLM101N (with nanochat as its capstone project) rather than an AI tutor product - because he judges the tutoring capability gap unbridgeable for now. He predicts that once that gap closes, learning will become optional but desirable in a post-AGI world, the way going to the gym became optional but desirable once machines removed the economic need for physical strength.
Notable Quotes
"We're not building animals. We're building ghosts or spirits or whatever people want to call it, because we're not doing training by evolution." - Andrej Karpathy
"Reinforcement learning is terrible. It just so happens that everything that we had before it is much worse... You're sucking supervision through a straw." - Andrej Karpathy
"If I can't build it, I don't understand it." - Andrej Karpathy
"I feel like the industry is making too big of a jump and is trying to pretend like this is amazing, and it's not. It's slop." - Andrej Karpathy
"Pre-AGI education is useful. Post-AGI education is fun." - Andrej Karpathy