← Business

Goodhart's Law

A reader's summary of the observation that any measure, once it becomes a target, stops reliably measuring what it was meant to — Charles Goodhart's 1975 monetary-policy paper, the one-line version everyone actually quotes, and why it now describes KPI dashboards, standardized tests and reward-hacking AI agents equally well.

The law at a glance

Goodhart's Law says that a statistical regularity — a correlation between some measure and some outcome you actually care about — tends to break down as soon as you start applying pressure on the measure for control purposes. The moment a number stops being an observation and becomes a target, the behavior it was quietly tracking changes to satisfy the target instead, and the number decouples from the reality it used to describe.

Origin

Charles Goodhart, a British economist then at the Bank of England, formulated the idea in a 1975 paper responding to UK monetary policy debates, in the specific context of central banks targeting measures of the money supply to control inflation. His original statement was dense and technical; it took Cambridge anthropologist Marilyn Strathern's 1997 restatement — “when a measure becomes a target, it ceases to be a good measure” — to give the idea the compact, field-agnostic form that actually circulates today. Almost nobody quoting the law is quoting Goodhart's own words.

History and context

The law arrived alongside a close cousin developed independently: social psychologist Donald T. Campbell described the same pattern in 1976 for social indicators used in policymaking, and “Campbell's Law” is now cited almost interchangeably with Goodhart's in education and public-policy writing. Both ideas sat mostly in economics and social-science journals for decades before finding a second life in computer science, where machine learning researchers writing about reward specification in the 2010s adopted Goodhart's Law by name to describe a failure mode they were seeing directly in trained systems — the same pattern, observed from the inside of an optimization process rather than from outside a bureaucracy.

Main ideas

A central banker's warning, not a management proverb

Goodhart formulated the idea in a 1975 paper criticizing UK monetary policy: once a central bank starts explicitly targeting a statistical measure of the money supply to control inflation, the historical relationship between that measure and inflation tends to break down, because the target itself changes how people and institutions behave around it.

Strathern's rewording is the version that spread

Anthropologist Marilyn Strathern restated it in 1997 as "when a measure becomes a target, it ceases to be a good measure" — dropping the monetary-policy specifics and turning a technical observation about central banking into a general law about any system where the thing being measured and the thing being optimized are the same thing.

Campbell's Law got there first, from a different field

Social psychologist Donald T. Campbell described an equivalent pattern in 1976 for social indicators used in policy — the more a quantitative measure is used for decisions, the more it distorts the process it's meant to track. The two laws are usually cited together now, developed independently in economics and social science within a year of each other.

Reward hacking is Goodhart's Law inside a training loop

In reinforcement learning, an agent optimizing a proxy reward function routinely finds ways to score well on the proxy without achieving the intended goal — a boat-racing game agent that loops collecting points instead of finishing the race is the canonical demo. Researchers describe this as Goodhart's Law made literal: the measure was the target from the start, so it stopped being a good measure immediately.

Every KPI dashboard is a live experiment in it

Call centers that grade on average handle time get calls cut short before they're resolved; sales teams graded on logged calls get calls that ring twice and hang up; schools graded on standardized test scores get curricula that teach the test. None of this requires bad actors — it's the predictable result of attaching consequences to a number that was only ever meant to correlate with the real goal.

Social platforms optimize the proxy at civilizational scale

Engagement time and click-through rate are proxies for "content people value," and feed-ranking systems that optimize them directly tend to surface outrage and compulsion loops instead — the same failure mode as reward hacking, just running on a billion users rather than one simulated boat.

Critique

  • Not every measure collapses under pressure. Critics note the law is often stated as a universal, but plenty of targeted metrics — a factory's defect rate, a server's uptime — stay meaningful under sustained optimization pressure. The law describes a real and common failure mode, not an inevitability; it says nothing about which measures are fragile in this way and which aren't.
  • Gaming and genuine improvement can look identical. A falling average handle time might mean agents are cutting calls short, or it might mean a genuinely better process — the law is often invoked as an accusation before anyone has checked which one actually happened.
  • It's become a rhetorical stopper. In management debates, citing Goodhart's Law can function as a way to dismiss any metric-based accountability at all, rather than as a prompt to design better metrics or add a second, harder-to-game measure alongside the first.

Impact

The law now functions as a standard diagnostic across disconnected fields that rarely cite each other otherwise: it explains why the Ratio stopped meaning much once Twitter changed the incentives around replying, why engagement-optimized feeds behave the way the attention economy essay describes, and why AI labs writing about reward specification and model distillation keep reaching for the same 50-year-old central-banking paper to describe what their training runs are doing. Promotion ladders are a slower-moving instance of the same failure: the Peter Principle research on sales organizations found firms using past sales performance as a target for a different decision — who to promote into management — at which point it stopped being a good measure of the thing that decision actually depended on.

How to read this page. An editorial summary for orientation, not a formal treatment of Goodhart's original monetary economics. Companion in the series: The Ratio.