The Bitter Lesson
This page is meant to sit in a second tab beside the original — it explains and orients, but it is deliberately useless as a substitute. Collapsed sections open where you want more.
Open the original ↗Before you read
This is a five-minute read, but it is arguing with seventy years of research history, most of which it assumes you know. The essay walks through four fields — chess, Go, speech recognition, computer vision — and claims the same thing happened in each: approaches built on human expertise lost, eventually and decisively, to approaches that simply applied more computation.
Two words carry most of the essay's weight, and Sutton uses them in a specific sense. Search means having the computer try huge numbers of possibilities and keep the promising ones — not searching the web. Learning means having the computer adjust itself from data or self-played experience rather than being programmed with rules. What these share is that both turn raw computing power into capability — so as computers get cheaper, they get better, automatically.
Notice, as you read, that this is also an essay about researchers, not just methods — about how it feels to have your life's expertise made irrelevant. That is what the "bitter" in the title means. Open the original alongside this guide; the sections below follow the essay in order.
While you read
Chess: the researchers who were not good losers
"these human-knowledge-based chess researchers were not good losers"
In 1997, IBM's Deep Blue beat the world chess champion, Garry Kasparov, mostly by examining hundreds of millions of positions per second — "massive, deep search," in Sutton's phrase. The detail worth savoring is the reaction: the researchers who had spent careers encoding human chess understanding dismissed the win as "brute force," as if that were a criticism. Sutton's point is that their objection was aesthetic, not scientific. The brute-force program won. What "should" have won is not a scientific category — and the essay's whole argument is that this aesthetic preference for human-like methods keeps misleading the field.
Open this passage in the original →Go, and the two methods that scale
"Search and learning are the two most important classes of techniques for utilizing massive amounts of computation"
Go is a board game so vast that chess-style search alone cannot crack it, and for twenty years researchers again tried to build in human knowledge. What finally beat the world's best humans (AlphaGo, in 2016 — Sutton does not name it, writing for readers who know) combined search with learning by self play: the program played millions of games against itself, learning to judge positions with no human examples needed. This paragraph is where the essay names its two heroes. Search and learning are special because they are open-ended: give them ten times the computation and they produce better play, better judgment, better everything — no researcher required.
Open this passage in the original →Speech and vision: the same story, twice more
"researchers always tried to make systems that worked the way the researchers thought their own minds worked"
Two more fields, same plot. In speech recognition, systems built on knowledge of words, phonemes, and the vocal tract lost — starting in the 1970s — to statistical methods that just computed more (the "hidden Markov models" here are a statistical technique; the details do not matter for the argument). In computer vision, decades of hand-designed features for finding edges and shapes were, in Sutton's blunt summary, "discarded" once deep learning arrived. Note the phrase "through Moore's law": computation kept getting exponentially cheaper, so any method that could use more computation had an exponential wind at its back. Methods built from fixed human insight did not.
Open this passage in the original →The lesson itself
"building in how we think we think does not work in the long run"
Here is the essay's core, stated as a four-step historical pattern: build in human knowledge; enjoy short-term gains that feel scientifically satisfying; plateau; get overtaken by scaled search and learning. Read this paragraph twice, because it is the one everyone quotes and many overstate. Sutton is not saying knowledge never helps (he concedes it "always helps in the short term"), and he is not saying size alone is destiny. He is making a claim about the long run and about where breakthrough progress comes from. The bitterness is precise: the victories keep coming as defeats for the approach researchers loved, which is why the lesson stays "incompletely digested."
Open this passage in the original →What minds contain
"We want AI agents that can discover like we can, not which contain what we have discovered."
The final paragraphs are the most philosophical and the easiest to misread. Sutton's claim is that the contents of minds — how we actually represent space, objects, other people — are "tremendously, irredeemably complex," so any simple theory of thinking we build into a machine will be wrong. What we should build in instead are meta-methods: machinery that can find complexity on its own. The last sentence is the essay in miniature — and it quietly explains the entire strategy of the modern AI industry, which builds systems that learn from data rather than systems programmed with what we know.
Open this passage in the original →Counterpoints
- Rodney Brooks, A Better Lesson — the robotics pioneer's direct reply, published days later: massive computation has real costs, and the "general" methods quietly smuggle in plenty of human design (the very structure of a vision network is built-in human knowledge).
- The overreading problem — much subsequent debate treats the essay as claiming "scale is all you need," a stronger thesis than Sutton wrote. The wiki's deep-dive tracks how the essay became a Rorschach test, and which criticisms survive.
- Sutton vs. today's AI — Sutton himself has argued that current language models only partly embody his lesson: they learn from a fixed pile of human text rather than from open-ended experience. The strongest reading of the essay may cut against the systems most people associate with it.
Questions to carry
- Sutton's evidence comes from games, speech, and vision — domains with clear scores and endless data. Does the pattern transfer to domains where success is hard to measure and data is scarce?
- Is "human knowledge doesn't scale" a law of nature or an artifact of Moore's law? If computation stopped getting cheaper, would the lesson reverse?
- The essay says our discoveries should not be built in — yet every training dataset is a mountain of human discoveries in text form. Is a model trained on human writing an exception to the lesson, or its fulfillment?
- Where in your own field do people insist on methods that feel right rather than methods that scale?
Go deeper
- The Bitter Lesson — thesis, reception, and counter-arguments — the essay's argument reconstructed with the strongest case for it, then the reception history and the counter-arguments through 2026.
- AlphaGo and AlphaGo Zero — the Go systems behind the essay's second section; Zero is the purest bitter-lesson system ever built, learning entirely from self-play.
- Scaling laws — the quantitative form the lesson later took: capability as a predictable function of compute and data.
- Test-time compute — the modern return of "search": models that get smarter by thinking longer.