Anchoring Effect
A stated number pulls subsequent estimates toward it, regardless of relevance.
The anchoring effect is a cognitive bias in which an initially presented number disproportionately influences later judgements, even when the anchor is arbitrary. It was described in the behavioural-economics literature of the 1970s and has proved durable across domains.
It matters in interface and instruction design because anchors are easy to introduce accidentally. A placeholder value in a form is an anchor. A default in a settings panel is an anchor. An example in documentation is an anchor — readers reproduce the example's shape long after the surrounding prose has told them not to.
The same effect appears when instructing a Large Language Model. A schema field described as "maximum four hundred characters" reliably produces output near four hundred characters, because the only number in the field's description is the ceiling. The mitigation is to state the intended length as the target and keep any hard cap out of the visible description, purely as a backstop. Ceilings that double as guidance become goals — the Goodhart's Law variant.
Anchoring also explains why an early, confident wrong diagnosis is so expensive: subsequent investigation tends to orbit it rather than start over. Deliberately restating the problem from the observations, without the first hypothesis in view, is the cheap counter-move.
See also4
Hand-picked in the note itself — the neighbours worth reading next.
Prompt Engineering
Shaping a model's input to make the desired behaviour reliable rather than occasional.
Agents & Language Models18 connections
Structured Output
Constraining a model to emit data conforming to a declared schema rather than free text.
Agents & Language Models11 connections
Root Cause Analysis
Escalating past the visible symptom until you find the layer that actually produced it.
Method21 connections
Plausible Mechanism
A causal explanation that was inferred rather than tested, and reads as more rigorous for being specific.
Method19 connections
Related3
Nearby in the graph rather than deliberately chosen. Looser, sometimes surprising.
Linked from3
Notes elsewhere in the wiki that reach for this one.
- Goodhart's LawMethod
When a measure becomes a target, it stops being a good measure.
- Prompt EngineeringAgents & Language Models
Shaping a model's input to make the desired behaviour reliable rather than occasional.
- Structured OutputAgents & Language Models
Constraining a model to emit data conforming to a declared schema rather than free text.