The bitter lesson selects production methods, not representational forms
Type: kb/types/note.md · Tags: learning-theory, deploy-time-learning, foundations
Richard S. Sutton's 2019 essay “The Bitter Lesson” contrasts leveraging human knowledge with leveraging computation through search and learning. That is a claim about production method — how a system's behavior-determining content gets made. The folk compression “structure loses to weights” silently substitutes a claim about representational form — where content lives within the derived three-way division into natural-language, symbolic, and distributed-parametric forms. Crossing these two axes yields four idealized quadrants:
| hand-crafted | learned (search + selection) | |
|---|---|---|
| distributed-parametric | hand-tuned features and weights — the lesson's original kill | deep learning — the celebrated quadrant |
| localized forms | today's prompts, harnesses, curated KBs — the lesson's next target | prompt, code, and harness search — the open quadrant |
“Localized” groups natural-language and symbolic artifacts; mixed systems should be decomposed into their operative parts. The columns classify each part by its current production or update process, not by a pure origin story: a hand-authored prompt revised through measured search has entered the learned column for that update. The matrix distinguishes the axes conceptually; it does not assume that every quadrant has an equally scalable learning method.
The distinction rules out two symmetric positions. Weights-monism — the view that scalable learning happens only in distributed weights — goes beyond Sutton's production-method claim. It is a serious empirical induction from the scaling record, not a premise the lesson establishes by definition. The systems surveyed here still deploy weights alongside harnesses, system prompts, and tools, so absorption at fixed task difficulty has not yet made localized structure irrelevant. External structure can recur at a moving frontier when assigned difficulty rises with capability and some reliability function remains advantageous to externalize; the argument does not require such recurrence after demand saturates or the function is fully absorbed.
Hand-crafting-forever — defending localized forms by defending the manual production of their content — fails the lesson exactly as charged. What scale removes is generalization whose scope was asserted rather than tested, and hand authorship is a common way to embed such scope. The compliant position is to test search and learning over localized forms too.
The machinery asymmetry explains the misreading
The surveyed cases suggest why the method axis is often conflated with parametric form: gradient descent supplies a complete computational loop of proposal, evaluation, retention, and credit assignment. Credit assignment is the problem of deciding which component bears responsibility for an outcome; the chain rule propagates that responsibility through parameter space. The localized quadrant has fragments with the artifact class fixed in advance — prompt optimization, code evolution, and harness search — but no established method for a large, interdependent corpus. Before backpropagation scaled, hand-crafted features could likewise appear to mark a fixed boundary of learning because no general method reached them. That analogy motivates a search for the missing machinery; it does not show that such machinery must exist.
Why the form axis does not collapse into weights
Mixed deployments have reasons to retain external state even as parametric learning improves. Localized retention pays when sparse changes have bounded impact in a matching decomposition: explicit dependencies can bound the affected artifacts and checks, provided that the local advantage exceeds translation, routing, consistency, and coordination costs. Reproduction does not transfer authority, so a record's governance role survives content absorption, and a commitment exists nowhere until recorded. Enforced checks can also improve the selection environment for later candidates within their maintained domain, although overlap, drift, gaming, and maintenance costs can erase that gain.
These arguments establish persistent functions for localized state. They do not by themselves prove that learned semantic content must remain natural-language or symbolic rather than migrate into learned modular or parametric substrates. That stronger claim belongs to the scaling conjecture below.
The open quadrant and its missing piece
The fourth quadrant has bounded instances. Prompts, tools, and their composition are searched as symbolic learnables. Structured Markdown skills are continually rewritten as persistent evolving memory. Harness search alternates with fine-tuning, distilling validated scaffolding into weights while the harness keeps improving. Meta-Harness, an outer loop that searches task-specific LLM harness code, provides a precisely bounded result: its ablation identifies an episode-backed compound intervention, not theory formation by itself.
These systems show that computation can optimize localized artifacts in bounded domains. They do not yet demonstrate efficient learning as corpus size, dependency density, and task horizon grow. The hard core is credit assignment without a chain rule: a deployment failure rarely identifies which artifact should change. Three discrete substitutes are visible in the methods surveyed here: explicit dependency edges bound the affected validation work, retained episodes carry attribution signals, and accumulated evaluation checks price candidate changes. No general way to compose them is identified here, while soft evaluation signals, supersession, bounded maintenance, and consolidation remain adjacent problems. A general proposal-selection loop still requires search, reject-capable evaluation, and operative retention; localized credit assignment must route outcomes through that loop.
What stays supplied
Search and learning should produce localized knowledge content when the method proves competitive. Three things remain supplied rather than learned:
- The objective, because no loop can supply its own notion of better.
- Commitments, because nothing entails a decision before it is made.
- The adoption “no,” allocated per decision and moved inward only as far as an oracle — a signal used to evaluate candidates — earns authority in that domain.
The lesson's target is hand-crafted content, not human authority.
The conjecture and the stake
The prediction is narrower than the conceptual matrix: for long-lived agent systems undergoing heterogeneous change, learning through more than one representational form can remain on the efficient frontier rather than serve only as temporary scaffolding. A serious test must compare learned localized methods with parametric learning and distillation baselines as corpus size, dependency density, task horizon, evaluation cost, and compute grow.
The bet can lose. If selection over localized knowledge remains artisanal as those dimensions scale, the strong learned-localized claim fails, even though interfaces, authoritative records, and checks may remain external. Commonplace, the agent-operated knowledge-base framework, is a human-assisted experiment in the missing loop: people still identify reusable lessons, assign blame, choose a form, and accept updates. Whether theory-mediated proposals improve sample efficiency remains an open bet. Reflective machinery must itself earn persistence rather than remain exempt by position.
Scope
- "Wins" and "need" throughout mean worse-frontier, not impossibility: a learned architecture with stable semantic modules, explicit scope, and localized update paths would confirm the mixed-form conjecture in a different substrate, not refute it.
Open Questions
- Can the discrete credit-assignment substitutes — dependency edges, retained episodes, accumulated oracles — compose into a general method, or is per-domain assembly the ceiling?
- What would license moving one of the supplied-side operations inward — the migration-earned criterion applied to the loop's own operators, one oracle at a time?
Relevant Notes:
- The bitter lesson selects against unearned reach, not against structure — grounds: what the selection actually removes, which is what frees it from the form axis
- Representational form — defined-in: the derived carve supplying the form axis and the localized-forms class
- Localized retention pays when sparse changes have bounded impact in a matching decomposition — mechanism: why heterogeneous change keeps the form axis from collapsing into weights
- Scaling absorbs scaffolding at fixed task difficulty, not at the deployment frontier — grounds: the answer to "the harness is temporary"
- Oracle accumulation improves selection for later candidates in its maintained domain — grounds: the symbolic layer's compounding role in the loop this note calls for
- Treat continual learning as representational-form coevolution — extends: the coevolution frame and per-class fragment inventory this note reads through the two-axis carve
- The readable-artifact loop is the tractable unit for continual learning — grounds: the bounded-validation-radius factoring that makes the localized loop a coherent target
- The Meta-Harness ablation bounds summarization, not theory-formation — grounds: the precise reading of the strongest fourth-quadrant fragment
- Theory-mediated learning may improve sample efficiency under structured shifts — extends: the open bet on the proposal operator being theory-formation
- Sutton, The Bitter Lesson (original essay) — abstracted-from: the production-method opposition is Sutton's own carve; the orthogonality claim is this note's extension
- Symbolic Learning Enables Self-Evolving Agents — evidenced-by: prompts, tools, and their composition searched as learnables — a fourth-quadrant fragment
- Memento-Skills: Let Agents Design Agents — evidenced-by: structured Markdown skills as continually rewritten persistent memory — a fourth-quadrant fragment
- Co-Harness: Co-Evolving Harnesses and Model Weights — evidenced-by: harness search alternating with parametric distillation — the closest published shape to full coevolution