Back to prompts
Learning & ResearchPremiumbeginner
4.7

Feynman Technique Explainer

Break down any complex topic into simple, intuitive explanations using the legendary Feynman technique.

Copy & Paste this prompt
Explain the following topic using the Feynman Technique — as if teaching it to a smart 12-year-old with no background in the subject.

**Topic:** [TOPIC - e.g., quantum entanglement, blockchain, CRISPR gene editing, options trading, neural networks]
**My current understanding level:** [LEVEL - e.g., complete beginner, know the basics, understand related concepts]
**Why I'm learning this:** [CONTEXT - e.g., exam prep, work project, curiosity, explaining to someone else]

Structure your explanation as:

1. **The One-Sentence Version** — Explain the entire concept in one simple sentence
2. **The Analogy** — Create a vivid, everyday analogy that captures the core mechanism
3. **Building Blocks** — Break it into 3-4 foundational ideas, each explained simply with examples
4. **The "Aha!" Connection** — Show how these building blocks connect to create the full concept
5. **Common Misconceptions** — Top 3 things people get wrong and why
6. **Test Your Understanding** — Give me 3 questions to check if I truly get it (with answers)
7. **Go Deeper** — Pointers for what to learn next if I want to level up

Rules:
- No jargon without immediate, simple definition
- Every abstract idea gets a concrete example
- If you can't explain it simply, break it down further
#learning#education#feynman#technique#explainer

Works with

chatgptclaudegemini

💡 Pro Tips

  • After reading the explanation, try to explain it back in your own words without looking — gaps in your retelling reveal gaps in understanding
  • Use the 'Common Misconceptions' section as study gold: exam questions love testing exactly these misunderstandings
  • Ask follow-up prompts like 'Now explain it to a 5-year-old' or 'Now explain it to an expert' to deepen your grasp at multiple levels

✨ Example Output

## Blockchain — Feynman Style

### One-Sentence Version
A blockchain is a shared notebook that everyone can read, anyone can add to, but nobody can erase.

### The Analogy
Imagine a classroom where every student has an identical copy of a notebook. When someone writes a new entry, every student copies it into their notebook simultaneously. If one student tries to change an old entry, everyone else's notebooks still have the original — so the cheater is immediately caught.

### Building Blocks
1. **Blocks = Pages:** Each page (block) holds a list of transactions. When a page is full, you start a new one.
2. **Chain = Stapled Together:** Each new page includes a unique fingerprint (hash) of the previous page. Change one page, and the fingerprint won't match — every page after it breaks.
3. **Distributed = Everyone Has a Copy:** No single person controls the notebook. Thousands of computers worldwide each hold a complete copy.

### The "Aha!" Connection
Because everyone has a copy (distributed), pages are linked by fingerprints (chain), and changing old pages breaks all future pages — it becomes practically impossible to cheat. That's why people trust it for money without needing a bank.

### Common Misconceptions
1. ❌ "Blockchain IS Bitcoin" → Bitcoin uses blockchain, but blockchain can track anything: votes, medical records, supply chains
2. ❌ "It's completely anonymous" → It's pseudonymous. Transactions are public; identities are coded but traceable
3. ❌ "It can't be hacked" → The chain itself is very secure, but wallets, exchanges, and human error absolutely get hacked