Wiki · Updated September 8, 2026
Goodhart's law
Why a useful number can stop meaning what it once meant when people or machines are rewarded for raising it.
In plain terms
A number can be a useful sign of a goal. Once people or machines are rewarded for the number, they may raise it without reaching the goal. Goodhart's law warns about that gap. It does not mean all measurement is bad.
From WALL-E: A system can keep hitting its score after the score stops serving people. Goodhart's law names that warning.
Goodhart's law states that when a measure becomes a target, it stops being a good measure. Name a number and reward it, and effort flows to the number rather than to what it was meant to represent. Humans do this. Optimizers do it faster, more literally, and without any sense that they are cheating, which is why a principle from 1970s monetary policy became load-bearing vocabulary in AI safety.
Origin
The law is named for Charles Goodhart, then an adviser at the Bank of England, whose 1975 paper on UK monetary policy observed that "any observed statistical regularity will tend to collapse once pressure is placed upon it for control purposes": monetary indicators that reliably tracked the economy stopped tracking it as soon as the Bank targeted them. The popular phrasing, "when a measure becomes a target, it ceases to be a good measure," comes from the anthropologist Marilyn Strathern's 1997 essay on university audit culture, generalizing the point far beyond economics. The phenomenon itself is older than either statement; every institution that has taught to a test, managed to a quota, or gamed a ranking has met it.
Why optimization makes it worse
The law describes a pressure, and the pressure scales with the strength and literal-mindedness of the optimizer. A human gaming a metric knows they are gaming it, which imposes friction: shame, discovery, the need for a story. A machine optimizer has no such friction. Give a system a score to maximize and it will find the shortest path to a high score, which is rarely the path you had in mind, and it will do so at whatever scale the optimization runs.
Machine learning supplied the law with its cleanest demonstrations and its measurements. Reward hacking is Goodhart's law as an observed behavior class, from the 2016 boat-race agent circling for points to frontier reasoning models rewriting their own checks. Gao, Schulman, and Hilton (2022) measured the law's curve directly in language model training: as optimization pressure against a learned reward model rises, the proxy score keeps improving while quality against a held-out gold standard peaks and then falls. Sycophancy is the law applied to human approval: rated-good and is-good diverge, and training finds the divergence.
The taxonomy
Manheim and Garrabrant (2018) decomposed the law into four distinct mechanisms, useful because they fail differently and require different defenses:
- Regressional. The measure correlates with the target imperfectly, so selecting hard on the measure selects for the noise too. No adversary needed; regression to the mean does the work.
- Extremal. The correlation held in the normal range but breaks in the tails, exactly where strong optimization lives.
- Causal. Intervening on the measure does not intervene on the target, because the correlation was not causal to begin with.
- Adversarial. An agent with its own objective optimizes the measure against you.
The decomposition maps cleanly onto AI failure modes: reward model over-optimization is extremal Goodhart, proxy metrics satisfy the causal variant, and a system gaming its evaluations is the adversarial case.
Relation to this site's vocabulary
Goodhart's law is the mechanism behind the proxy subtype of false convergence: an observable metric improves while true behavior does not, and the dashboard is green precisely because the dashboard was the thing optimized. The law is narrower than the failure it feeds. A metric can Goodhart while everyone watches; false convergence is the organizational state where the broken metric is read as readiness. The defense the law itself suggests, and the one this site's structural limits turn into architecture, is to keep at least one check that is not a target: evidence gathered from the world, bound to the claim it supports, sitting outside the optimization loop.
Limitations
The law is a tendency, not a theorem, and it is routinely overquoted into "all metrics are useless," which its own history refutes: measures work well right up until control pressure is applied, and lightly pressured measures can stay informative for a long time. The practical question is never whether to measure but where the optimization pressure sits, how strong it is, and what independent observation would notice the proxy detaching from the target. A metric nobody games is a fine instrument. A metric that decides bonuses, deployments, or training gradients should be presumed to be bending.
Primary source in the Library
The measured form of the law for language models is Gao, Schulman, and Hilton (2022), whose Library record, Reward Model Overoptimization, explained, covers how proxy reward keeps rising while true quality peaks and falls.
Sources
- Goodhart, "Problems of Monetary Management: The U.K. Experience," Papers in Monetary Economics, Reserve Bank of Australia, 1975.
- Strathern, "'Improving Ratings': Audit in the British University System," European Review 5(3), 1997.
- Manheim and Garrabrant, Categorizing Variants of Goodhart's Law, arXiv, 2018.
- Gao, Schulman, Hilton, Scaling Laws for Reward Model Overoptimization, arXiv, 2022.
- OpenAI, Faulty Reward Functions in the Wild, 2016.
- METR, Recent Frontier Models Are Reward Hacking, June 2025.