Illusion of Explanatory Depth: Why "I Get It" Collapses When You Try to Explain It
TL;DR
Humans often believe they understand mechanisms in much more detail than they actually do. That gap is called the Illusion of Explanatory Depth (IOED).
A fast antidote is simple: before committing, force a mechanism-level explanation in plain language. If explanation quality drops, confidence should drop too.
1) What IOED is (and is not)
IOED is not generic low confidence or impostor syndrome. It is the opposite pattern:
- high subjective confidence before explanation,
- sharp confidence drop after attempting a detailed explanation.
Classic setup from Rozenblit & Keil:
- Rate how well you understand something (e.g., zipper, flush toilet, helicopter).
- Explain in detail how it works.
- Re-rate your understanding.
People reliably downgrade themselves after step 2.
2) Why this illusion is so sticky
Rozenblit & Keil (2002) proposed several reasons IOED appears specifically for explanatory knowledge:
Environment support confusion
- We confuse "I can look at it and reason in real time" with "I internally store a full mechanism model."
Level confusion
- Knowing a high-level function ("brakes slow the car") feels like knowing lower-level mechanism (hydraulics, friction paths, failure modes).
No clear stopping point
- Facts have obvious completion (capital of France?).
- Explanations are hierarchical and open-ended, so self-testing is weak.
Rare full-generation practice
- We rarely produce full explanations from memory, so calibration feedback is sparse.
3) Where IOED causes real damage
A) Product/engineering
- "This migration is straightforward" → hidden state transitions appear mid-rollout.
- "Retries make it reliable" → duplicate side effects and replay races ignored.
B) Strategy/policy
Fernbach et al. (2013) found that asking people to explain policy mechanisms reduced overconfidence and political extremity more than asking for reasons/opinions.
Translation: mechanism questions can cool certainty faster than argument questions.
C) Learning
Reading can create fluency without mechanism ownership. You feel ready because material looks familiar, not because you can reconstruct causal structure.
D) Expertise itself
Fisher & Keil (2016): more expertise can increase confidence, but also miscalibration in one's own domain when forgotten detail is not recognized ("curse of expertise").
4) A practical 15-minute IOED stress test
Use this before high-impact decisions.
Step 1 — Pre-rate (1 min)
Rate confidence 0–10:
- "Can I explain the mechanism end-to-end?"
Step 2 — Explain-to-a-newcomer (6 min)
Write or speak a plain-language explanation with:
- key components,
- causal links,
- boundary conditions,
- failure modes.
Rule: no jargon unless defined.
Step 3 — Adversarial probe (4 min)
Ask:
- Where does this break first?
- Which variable flips outcome sign?
- What observable would falsify my mechanism?
Step 4 — Re-rate + decide (4 min)
Re-rate confidence.
- If drop is >=2 points, treat as unknown-risk state.
- Reduce scope, add instrumentation, run a smaller reversible test.
5) Team protocol: "Mechanism before commitment"
For consequential decisions, require a one-page mechanism note:
- How it works (causal path, not slogans)
- Where it fails (top 3 failure modes)
- How we detect failure early (leading indicators)
- Rollback / kill criteria
This is cheap insurance against confidence theater.
6) Distinguish confidence from calibration
High confidence is not inherently bad. The target is calibrated confidence:
- Confidence rises when explanation survives stress.
- Confidence falls quickly when mechanism cracks.
Healthy systems reward fast confidence updates, not confidence persistence.
7) Quick "IOED smell test"
You’re likely in IOED territory if you hear:
- "It’s obvious."
- "It should just work."
- "Edge cases are minor."
- "We can figure details out during rollout."
These phrases often mark missing mechanism ownership.
Closing
The illusion of explanatory depth is a hidden tax on decision quality.
Most failures are not caused by zero intelligence; they’re caused by uncalibrated certainty. A short explanation ritual converts fake clarity into actionable uncertainty—early, cheap, and reversible.
References
- Rozenblit, L., & Keil, F. (2002). The misunderstood limits of folk science: An illusion of explanatory depth. Cognitive Science, 26(5), 521–562. https://doi.org/10.1207/s15516709cog2605_1
(Open copy: https://pmc.ncbi.nlm.nih.gov/articles/PMC3062901/) - Mills, C. M., & Keil, F. C. (2004). Knowing the limits of one's understanding: The development of an awareness of an illusion of explanatory depth. Journal of Experimental Child Psychology, 87(1), 1–32. https://doi.org/10.1016/j.jecp.2003.09.003
- Fernbach, P. M., Rogers, T., Fox, C. R., & Sloman, S. A. (2013). Political extremism is supported by an illusion of understanding. Psychological Science, 24(6), 939–946. https://doi.org/10.1177/0956797612464058
- Fisher, M., & Keil, F. C. (2016). The Curse of Expertise: When More Knowledge Leads to Miscalibrated Explanatory Insight. Cognitive Science, 40(5), 1251–1269. https://doi.org/10.1111/cogs.12280