Explore the Karpathy vs Sutton debate on whether large language models create illusory outputs or genuine intelligence in AI development.
Andrej Karpathy has a new line that’s making the rounds: large language model (LLM) research isn’t about “building animals” that learn from the world – it’s about “summoning ghosts”, distilled from human text and engineering. The phrase comes from his commentary on Rich Sutton’s long-standing “Bitter Lesson”, and a recent podcast exchange where Sutton sketched an alternative path to intelligence.
Below is a plain-English walkthrough of the argument, why it matters, and what it means for teams in the UK deciding where to place their bets.
Rich Sutton’s Bitter Lesson is often taken as a north star in AI: methods that scale with compute and data ultimately beat hand-designed systems. Many in the LLM world consider transformers and scaling laws to be the poster child of that idea.
Karpathy highlights that Sutton himself is sceptical that current LLMs are truly “bitter-lesson-pilled”. The core critique: today’s LLMs are trained on a finite, human-generated corpus and then further shaped by human-curated fine-tuning and reinforcement learning choices. That human dependency limits purity of the “just add compute” paradigm.
“LLM research is not about building animals. It is about summoning ghosts.”
In Sutton’s framing, we should build a “child machine” that learns from experience, not from internet-scale imitation. No giant pretraining step, no supervised fine-tuning that “teleoperates” behaviour. The focus is reinforcement learning (RL) – agents act in an environment, receive rewards, and continually update.
Sutton argues LLM pipelines inject human bias at multiple stages. AlphaZero beating AlphaGo is used as an analogy: systems that learn directly from interaction can surpass those initialised from human data.
“If we understood a squirrel, we’d be almost done.”
Karpathy agrees that frontier LLMs are not a “clean” bitter-lesson algorithm. But he makes a pragmatic case for pretraining as a practical answer to the cold-start problem. We don’t have evolutionary timescales or safe, open-ended worlds to learn from scratch; we do have the internet.
“Pretraining is our crappy evolution.”
Pretraining on human text gives billions of parameters a useful starting point, after which more “animal-like” learning (e.g. RL) can refine behaviour. He suggests LLMs might evolve towards Sutton’s agents – or they may remain a distinct species of intelligence: still world-changing, but fundamentally different.
LLMs’ reliance on human text raises questions under UK data protection. If your use case involves personal data or sensitive content, you’ll need to know where data came from, what lawful basis applies, and how outputs might encode bias. Data provenance, DPIAs, and robust prompt/output logging are not optional if you’re in regulated sectors.
Karpathy relays Sutton’s concern: human text is finite. If progress depends on scale, what happens when we hit the ceiling? One path is richer interaction data (simulations, enterprise workflows, user feedback). Another is to push RL-style continual learning – but that raises safety, privacy, and governance challenges, especially in public services.
The “ghost” approach is compute-heavy. For UK teams, cloud costs, latency, and energy considerations are not trivial. A more “animal” approach – learning by doing within your own environment – may reduce dependence on ever-larger base models, but requires careful environment design, reward shaping, and safety controls.
Sutton is a useful corrective to LLM hubris: intelligence that learns from the world, with intrinsic motivation and continual adaptation, remains the long game. Karpathy’s counter is equally pragmatic: in industry reality, “ghosts” give us leverage now, and we can steer them towards more agentic behaviour where it makes sense.
If you’re building today, start with the tools that work, then iterate towards more interactive learning where it clearly adds value and you can manage the risks. For practical workflow wins, see my guide to connecting ChatGPT to Google Sheets – the kind of “ghost” that quietly pays for itself.
Related
Software engineers and AI: more output, not more value? A recent Reddit thread from a distinguished engineer in an AWS vertical struck a nerve. The claim is simple: AI has clearly increased visible activity – more documents, more code commits, more test harnesses – but not the value that users actually feel. “I see a [...]
JoshuaJuly 5, 2026
The AI adoption gap is real: what a blunt Reddit post gets right A recent Reddit thread tells a familiar story. A marketing-tech founder demos “AI agents” to a senior stakeholder at a big brand. The exec is sceptical, calls them “wrappers”, then asks for help setting up a WhatsApp broadcast channel. The punchline isn’t [...]
JoshuaJuly 5, 2026
Making a 3D RPG with AI only: what was built and why it matters A Redditor has shared an ambitious “AI-only” game dev experiment: a third-person 3D RPG prototype created without writing code, driven entirely by prompts to the muranyi-3 model from Tesana AI. You can read the full thread here: Making a RPG game [...]
JoshuaJuly 5, 2026
Last updated
Category
aiViews
347 viewsLikes
No ratings yet
No comments yet - start the conversation.