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

  1. Expert acquires knowledge through prolonged study/experience
  2. The knowledge becomes automatic and invisible
  3. Expert attempts to communicate with novice
  4. Expert assumes shared context that doesn’t exist
  5. 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

  1. User testing: Watch actual novices use your product/explanation
  2. The 5-year-old test: Can you explain it to a child?
  3. Draft and revise: First drafts always overestimate shared context
  4. Start from zero: Assume no prior knowledge, build up
  5. Get feedback: Ask “what was confusing?” not “was that clear?”


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.