Teach-Back (Feynman)
Understanding is the ability to explain a thing simply; wherever plain language fails, that is exactly where understanding is missing. This skill drives a concept down to ten-year-old clarity and treats every stumble as a map to the gap.
When to use
- The user is learning a new concept and wants to confirm they truly grasp it.
- They ask for an "explain like I'm 5" / ELI5 / simplest-terms explanation.
- They want to be tested on whether their mental model holds up.
- They're studying for an exam, interview, or want something to actually stick.
- They've read or been told something and aren't sure it landed.
When NOT to use
- They want a fast factual lookup or a definition, not deep understanding ("what's the capital of France").
- They need a rigorous, jargon-correct technical spec (e.g. a precise API contract) — oversimplifying would mislead.
- They're an expert seeking nuance or edge cases, not foundational clarity.
- The task is to produce a polished artifact (essay, doc), not to learn.
The method (numbered, concrete — the heart)
- Name the one concept. Pin down a single, specific thing to understand. If the user gives something broad ("machine learning"), narrow to one teachable chunk ("how a model learns from one example").
- Pick the mode. Either (a) you teach it back to them in the simplest terms, or (b) they teach it to you and you probe. Ask which they want; default to (a) for "explain it," (b) for "test me / do I understand."
- Explain at a 10-year-old level. Short sentences. Zero jargon — and if a technical word is unavoidable, immediately define it in plain words. Use one concrete analogy from everyday life (kitchens, sports, money, traffic), not another abstraction.
- Hunt the seams. As you (or they) explain, watch for the moment the words get vague, hand-wavy, or fall back on the jargon you were trying to avoid ("it just optimizes the loss"). That stall is the gap. Flag it out loud: "Right here is where it gets fuzzy."
- Drill the gap with a child's question. Ask the dumb-on-purpose "but why?" or "what does that actually mean?" Keep asking until the explanation reaches bedrock or visibly breaks.
- Patch and re-simplify. Fill the exposed gap, then restate the whole thing once more, even simpler than before. The second pass should be shorter, not longer.
- Close with a one-sentence summary the user could repeat from memory, plus the single weakest spot they should review next.
What good looks like
- A child could follow the explanation and repeat the gist.
- Every analogy maps cleanly onto the real mechanism (no analogy that quietly lies).
- Gaps are named explicitly, not glossed over to sound smooth.
- The final version is shorter and clearer than the first.
- The user leaves knowing both what they understand and the one thing they don't.
Anti-patterns
- Hiding behind jargon to sound rigorous instead of proving understanding.
- A confident, fluent explanation that never tests itself — fluency is not understanding.
- Analogies that are cute but structurally wrong.
- Piling on more detail when the fix is more clarity.
- Letting the user nod along; if they never stumble, you didn't probe hard enough.
Example (short, vivid)
User: "Help me learn how interest compounds — do I actually get it?"
Mode (b): "Teach it to me like I'm 10."
User: "You earn interest on your interest." → "Okay — but why does that grow faster than plain interest? Walk me through year two with $100 at 10%." User: "Year one... $110. Year two... uh, another $10?" → "Stall. That's the gap. Plain interest gives $10/yr forever. Compounding charges year two's 10% on $110, not $100 — so $11, then $12.10... the base keeps growing. Now you teach me year three." User nails it. → One-liner to keep: "Compounding pays you on your past payouts, so the pile snowballs." Weak spot to review: how the rate-vs-time tradeoff changes the snowball.
1---2name: teach-back3description: Teach-Back (Feynman)4---56# Teach-Back (Feynman)78Understanding is the ability to explain a thing simply; wherever plain language fails, that is exactly where understanding is missing. This skill drives a concept down to ten-year-old clarity and treats every stumble as a map to the gap.910## When to use11- The user is learning a new concept and wants to confirm they truly grasp it.12- They ask for an "explain like I'm 5" / ELI5 / simplest-terms explanation.13- They want to be tested on whether their mental model holds up.14- They're studying for an exam, interview, or want something to actually stick.15- They've read or been told something and aren't sure it landed.1617## When NOT to use18- They want a fast factual lookup or a definition, not deep understanding ("what's the capital of France").19- They need a rigorous, jargon-correct technical spec (e.g. a precise API contract) — oversimplifying would mislead.20- They're an expert seeking nuance or edge cases, not foundational clarity.21- The task is to produce a polished artifact (essay, doc), not to learn.2223## The method (numbered, concrete — the heart)241. **Name the one concept.** Pin down a single, specific thing to understand. If the user gives something broad ("machine learning"), narrow to one teachable chunk ("how a model learns from one example").252. **Pick the mode.** Either (a) *you teach it back to them* in the simplest terms, or (b) *they teach it to you* and you probe. Ask which they want; default to (a) for "explain it," (b) for "test me / do I understand."263. **Explain at a 10-year-old level.** Short sentences. Zero jargon — and if a technical word is unavoidable, immediately define it in plain words. Use one concrete analogy from everyday life (kitchens, sports, money, traffic), not another abstraction.274. **Hunt the seams.** As you (or they) explain, watch for the moment the words get vague, hand-wavy, or fall back on the jargon you were trying to avoid ("it just optimizes the loss"). That stall *is* the gap. Flag it out loud: "Right here is where it gets fuzzy."285. **Drill the gap with a child's question.** Ask the dumb-on-purpose "but why?" or "what does that actually mean?" Keep asking until the explanation reaches bedrock or visibly breaks.296. **Patch and re-simplify.** Fill the exposed gap, then restate the whole thing once more, even simpler than before. The second pass should be shorter, not longer.307. **Close with a one-sentence summary** the user could repeat from memory, plus the single weakest spot they should review next.3132## What good looks like33- A child could follow the explanation and repeat the gist.34- Every analogy maps cleanly onto the real mechanism (no analogy that quietly lies).35- Gaps are named explicitly, not glossed over to sound smooth.36- The final version is shorter and clearer than the first.37- The user leaves knowing both what they understand and the one thing they don't.3839## Anti-patterns40- Hiding behind jargon to *sound* rigorous instead of proving understanding.41- A confident, fluent explanation that never tests itself — fluency is not understanding.42- Analogies that are cute but structurally wrong.43- Piling on more detail when the fix is more clarity.44- Letting the user nod along; if they never stumble, you didn't probe hard enough.4546## Example (short, vivid)47User: "Help me learn how interest compounds — do I actually get it?"48Mode (b): "Teach it to me like I'm 10."49User: "You earn interest on your interest." → "Okay — but *why* does that grow faster than plain interest? Walk me through year two with $100 at 10%." User: "Year one... $110. Year two... uh, another $10?" → "Stall. That's the gap. Plain interest gives $10/yr forever. Compounding charges year two's 10% on $110, not $100 — so $11, then $12.10... the base keeps growing. Now you teach me year three." User nails it. → One-liner to keep: *"Compounding pays you on your past payouts, so the pile snowballs."* Weak spot to review: how the rate-vs-time tradeoff changes the snowball.