AIAny

The Bitter Lesson

A 2019 essay arguing that over 70 years of AI, general methods that scale with computation — search and learning — consistently beat hand-coded human knowledge. The short text that crystallized the scaling-vs-priors debate.

Introduction

Every few years the same drama replays: a team hand-codes deep domain knowledge, wins the early benchmark, then gets buried by a cruder method that simply scales with compute. Rich Sutton's essay names that pattern and explains why it keeps catching researchers off guard — the win is "bitter" precisely because it beats the human-centric approach we are emotionally invested in.

Core Argument

Sutton reads 70 years of AI as one repeated experiment:

  • Search and learning are the only methods that scale arbitrarily with computation — everything else plateaus once compute grows.
  • Building in human knowledge pays off short-term, then caps progress — it complicates methods in ways that resist general scaling.
  • The engine is Moore's law: researchers optimize as if compute were fixed, but it inevitably explodes, rewarding whoever bet on general methods.
  • The evidence is a string of reversals — deep search over chess heuristics, AlphaGo's self-play over hand-built Go knowledge, statistical HMMs over phonetic models, CNNs over SIFT features.
Why It Still Matters

Great fit if you want the intellectual backbone of the "scaling hypothesis" — this ~700-word note is the root of debates that now shape LLM strategy and compute budgets. Look elsewhere if you want balance or rebuttal: it is a deliberately provocative thesis, and critics (notably Rodney Brooks' "A Better Lesson") argue it understates the data, architecture, and human design still baked into every supposedly "general" method.

Information

More Items

Performs native structural reasoning for proteins, small molecules and inorganic crystals by tokenizing coordinates, topologies and periodic connectivities into a unified structure-aware vocabulary. Treats structural tokens as addressable evidence to produce interpretable prediction traces and improves accuracy across biology, chemistry and materials benchmarks.

Proposes a router redesign for Mixture-of-Experts (MoE) that aligns each router row with its expert's principal singular direction using Manifold Power Iteration (MPI), improving token–expert affinity. MPI applies a 'power‑then‑retract' step to push router rows toward principal singular vectors while enforcing norm constraints; the paper gives convergence theory and pretraining results on 1B–11B MoE models.

Omnimodal world model that jointly processes and generates text, images, video, audio, and action trajectories for physical AI. Uses a mixture-of-transformers to combine autoregressive reasoning and diffusion-based multimodal generation; released open-source with checkpoints, datasets and benchmarks for robotics and simulation.