Curse of Knowledge
Type: Communication — Perspective Also Known As: Expert blindness, hindsight bias in communication
Definition
Better-informed people find it extremely difficult to think about problems from the perspective of lesser-informed people. Experts forget what it was like to be a beginner. Once you know something, you can’t un-know it to communicate effectively.
“It’s obvious — why don’t they understand?”
Form
- Expert acquires knowledge through prolonged study/experience
- The knowledge becomes automatic and invisible
- Expert attempts to communicate with novice
- Expert assumes shared context that doesn’t exist
- Communication fails because foundations are skipped
Examples
Example 1: Technical Documentation
A programmer writes documentation assuming the user knows what an API endpoint is, what authentication headers look like, and how JSON is structured. A beginner can’t follow it.
Problem: The expert literally cannot remember not knowing these concepts.
Example 2: Teaching
A math teacher says “just factor the polynomial” without explaining what factoring is. They haven’t remembered what it felt like before algebra made sense.
Problem: The knowledge is so automatic that the steps become invisible.
Example 3: Corporate Communication
Executives announce strategic changes using jargon and abstractions that make sense to them. Frontline workers don’t understand how it affects their daily work.
Problem: The curse creates a gap between decision-makers and implementers.
Example 4: Relationship Communication
“I already told you that!” But you said it once, months ago, in passing. The other person doesn’t have the same mental filing system or prioritization.
Problem: Information that feels critical and obvious to you may be noise to others.
Why It Happens
- Knowledge acquisition changes cognitive structure irreversibly
- Expertise involves automaticity — forgetting the steps
- The “tapping” study: Experts can’t predict what novices know
- Cognitive load theory — experts chunk information differently
- Empathy requires effortful perspective-taking
How to Counter
- User testing: Watch actual novices use your product/explanation
- The 5-year-old test: Can you explain it to a child?
- Draft and revise: First drafts always overestimate shared context
- Start from zero: Assume no prior knowledge, build up
- Get feedback: Ask “what was confusing?” not “was that clear?”
Related Concepts
- Hindsight Bias — Similar irreversibility of knowledge
- Illusion of Validity — Expert confidence in communication
- Fundamental Attribution Error — Attributing failure to listener not message
- Status Quo Bias — Assuming shared understanding of current state
References
- Camerer, C. et al. (1989). The curse of knowledge in economic settings
- Birch, S.A. & Bloom, P. (2007). The curse of knowledge in reasoning about false beliefs
- Nickerson, R.S. (1999). How we know—and sometimes misjudge—what others know
Part of the Convergence Protocol — Clear thinking for complex times.