Curse Of Knowledge¶
Holding knowledge systematically degrades an agent's ability to simulate the perspective of an agent who lacks it.
Core Idea¶
An agent who has acquired some knowledge becomes systematically unable to simulate the perspective of an agent who lacks it. The asymmetry is unidirectional: knowing makes not-knowing imaginatively opaque, while not-knowing leaves no trace that distorts simulation of knowing.
Scope of Application¶
- Cognitive psychology: the tappers-and-listeners experiment, where tappers vastly overestimate how recognizable a tapped tune is.
- Pedagogy: expert teachers overestimate student understanding, skip "obvious" steps, and compress acquisition timelines.
- UX design: designers who built a system cannot predict where naive users get stuck, which is much of why usability testing exists.
- Writing: authors who deeply know their material write past their audience; the editor is the curse-of-knowledge corrective.
- Software engineering: code the author finds self-evident is opaque to maintainers — hence documentation, code review, rubber-ducking.
- Negotiation: knowing one's own reservation price contaminates inference about the other party's.
Clarity¶
Separates three things informal talk conflates: ignorance about an audience (repairable by information), inattention or arrogance (a character matter), and the structural asymmetry that operates even in the most attentive expert.
Manages Complexity¶
Collapses a sprawling list of communication and design failures into one diagnosis — the informed agent's introspection about the uninformed agent's state is structurally biased — with one corrective: route the artifact through a naive observer.
Abstract Reasoning¶
Because the bias is automatic and resists awareness, it converts "try harder to imagine the reader" into "do not rely on imagining the reader; measure the reader" — expertise hides its own prerequisites through chunking.
Knowledge Transfer¶
- Psychology → design: prototype with naive users or run heuristic evaluation.
- Pedagogy → onboarding: structured pretesting, shadowing, paired training.
- Software → ML evaluation: held-out blind reviewers and pre-registration of test items.
Example¶
In the tappers-and-listeners study, tappers hearing the full melody in their heads predict listeners will identify the tune about half the time, while actual identification is a small fraction — and awareness of the setup does not dissolve the over-prediction.
Relationships to Other Abstractions¶
Current abstraction Curse Of Knowledge Domain-specific
Parents (1) — more general patterns this builds on
-
Curse Of Knowledge is a kind of Egocentric Bias Domain-specific
Curse of Knowledge is the Egocentric Bias species in which an informed state anchors simulation of an uninformed other.
Hierarchy paths (4) — routes to 3 parentless roots
- Curse Of Knowledge → Egocentric Bias → Theory Of Mind → Mental Model → Representation → Abstraction
- Curse Of Knowledge → Egocentric Bias → Anchoring → Bias
- Curse Of Knowledge → Egocentric Bias → Anchoring → Heuristic → Trade-offs → Constraint
- Curse Of Knowledge → Egocentric Bias → Anchoring → Heuristic → Approximation → Representation → Abstraction
Not to Be Confused With¶
- Curse of Knowledge is not Implicit Knowledge because the curse is the simulation failure that tacit holding produces, whereas implicit knowledge is the tacit content itself.
- Curse of Knowledge is not Theory of Mind because the curse is a specific, directional miscalibration within that faculty, whereas theory of mind is the general capacity to attribute mental states; the faculty works, it is biased.
- Curse of Knowledge is not the Dunning–Kruger Effect because the curse is the skilled overestimating others' comprehension, whereas Dunning–Kruger is the un-skilled overestimating their own ability — both skill and target are opposite.