Information Processing

    Curse of Knowledge

    🇳🇴Kunnskapens forbannelse

    Definition

    The curse of knowledge is the cognitive bias where individuals who possess knowledge on a topic find it extremely difficult to think about that topic from the perspective of someone who lacks that knowledge. Once you know something, you cannot easily simulate the mental state of not knowing it — and you systematically underestimate how difficult it is for others to understand.

    The concept was introduced by economists Camerer, Loewenstein, and Weber (1989) and famously demonstrated by Elizabeth Newton's 1990 Stanford doctoral experiment: 'tappers' tapped the rhythm of well-known songs and estimated that 'listeners' would identify 50% of them. In reality, listeners identified only 2.5%. The tappers couldn't unhear the melody playing in their heads, making them dramatically overestimate its transmission.

    Real-world example

    Software documentation is a notorious victim of the curse of knowledge. A 2019 GitHub survey found that incomplete or confusing documentation was the #1 barrier to developer adoption of open-source projects. The documentation was typically written by the creators — experts who unconsciously skipped steps they considered 'obvious' but which newcomers desperately needed.

    In medicine, doctors frequently overestimate patients' understanding of diagnoses and treatment plans. Studies show that within one hour of a medical consultation, patients forget 40-80% of information provided. Part of this is memory limitation, but a significant portion is attributable to doctors using technical language and assuming baseline knowledge that patients don't possess.

    Supplementary perspective

    The curse of knowledge connects to the false consensus effect (assuming others share your knowledge is a special case of assuming others share your perspective), egocentric bias (difficulty stepping outside your own viewpoint), and the introspection illusion (trusting that your sense of 'this is clear' accurately reflects others' experience). In education, the curse of knowledge is considered one of the primary obstacles to effective teaching — expert teachers must actively work to reconstruct the novice perspective they have long since lost.

    Practical advice

    Recognize

    • When someone says 'I don't understand,' resist the urge to repeat the same explanation louder — the problem is usually your framing, not their intelligence.
    • Ask: 'What did I need to know before I could understand this?' — then check whether your audience has that prerequisite knowledge.
    • Watch for phrases in your communication like 'obviously,' 'of course,' or 'simply' — these often mark knowledge you're assuming rather than conveying.

    Counteract

    • Test your explanations on genuine novices and observe where confusion occurs — their confusion points reveal your blind spots.
    • Use the Feynman Technique: explain the concept as if to a 12-year-old using only simple words and concrete analogies.
    • Create explicit 'beginner checkpoints' in documentation and teaching: step-by-step instructions that assume zero prior knowledge.

    Ethical use

    • In product design, conduct usability testing with real users — not colleagues who share your expertise.
    • In leadership, actively ask 'What questions do you have?' rather than 'Does everyone understand?' — the latter invites courtesy bias.
    • Design onboarding experiences (for products, teams, or courses) that deliberately bridge the knowledge gap rather than assuming it doesn't exist.

    Related biases