'Use when explain complex concepts simply using Feynman''s technique:
Scanned 9/8/2026
Install to Claude Code
npx -y skills add oyi77/1ai-skills --skill feynman-science --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Feynman Science?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/oyi77-feynman-science)More formats (shields.io, HTML) on the badges page.
---
name: feynman-science
description: 'Use when explain complex concepts simply using Feynman''s technique:
teach, identify gaps, simplify, and analogize. Use when working with feynman science.'
domain: research
author: oyi77
license: Apache-2.0
subdomain: research
tags:
- analysis
- feynman
- investigation
- learning
- teaching
- methodology
- pedagogy
- science
version: 1.0.0
category: research
---
# Feynman Science
> *"If you can't explain it simply, you don't understand it well enough."* — **Richard Feynman**
The Feynman Technique is a learning and teaching methodology developed by Nobel Prize-winning physicist Richard Feynman. It is built on a deceptively simple insight: the gap between knowing a term and understanding a concept is vast, and the only reliable way to detect true understanding is to attempt an explanation in plain, jargon-free language.
This skill operationalizes the Feynman Technique as a systematic process for learning, teaching, communicating, and validating understanding of any concept.
## When to Use
**Trigger phrases:**
- "explain this concept to me"
- "help me understand X"
- "feynman technique"
- "teach me about X"
- "simplify this for me"
- "what does X really mean"
- "explain like I am five"
- "do I actually understand this"
**Use cases:**
- Learning a new technical or scientific concept from scratch
- Preparing to teach or present a complex topic to a non-specialist audience
- Debugging your own understanding: finding the gaps in what you think you know
- Explaining domain-specific ideas to cross-functional team members
- Writing clear documentation, tutorials, or educational content
- Preparing for interviews, exams, or client Q&A sessions on unfamiliar topics
- Validating that a team actually shares a common understanding of a design or architecture
**When NOT to use:**
- When rote memorization of terminology is the goal (the technique exposes lack of understanding, which may not be what you want)
- When you need a quick reference for something you already understand deeply
- When explaining to an audience that already shares your specialized vocabulary and no simplification is needed
## Overview
### What Makes It Work
The technique exploits a fundamental asymmetry in learning: it is easy to mistake familiarity for understanding. Reading a textbook chapter or following an explanation creates a feeling of comprehension, but that feeling is often an illusion produced by the author's scaffolding — their examples, their structure, their chosen level of abstraction. The Feynman Technique removes that scaffolding and forces you to reconstruct the concept from first principles.
### The Four Core Principles
1. **Jargon detection is gap detection.** Every time you reach for a specialized term instead of explaining the underlying mechanism, you have found a gap in your understanding. The term is a placeholder, not an explanation.
2. **Simplicity is not dumbing-down.** True simplicity is the result of deep understanding. It strips away incidental complexity while preserving essential structure. A simple explanation is harder to produce than a complex one.
3. **Analogy is a compression tool.** A good analogy transfers the structure of a known domain onto an unfamiliar one. It reveals which properties are essential and which are incidental. If your analogy breaks under scrutiny, your understanding is incomplete.
4. **Explanation is iteration, not performance.** The first explanation will have holes. The process is: explain, discover holes, return to source material, refine, explain again. Each cycle deepens understanding.
### Why the Technique Works (Cognitive Basis)
The technique activates several well-established learning mechanisms:
- **Active recall** — Producing an explanation forces retrieval of information from memory rather than passive recognition
- **Self-explanation effect** — Explaining to yourself improves comprehension more than re-reading
- **Desirable difficulties** — The struggle to simplify creates stronger memory traces
- **Transfer-appropriate processing** — Teaching is a high-fidelity test of understanding that generalizes across contexts
### Relationship to Other Methodologies
| Methodology | Shared Principle | Feynman Difference |
|---|---|---|
| Socratic Method | Questioning to expose assumptions | Focuses on teaching, not just questioning |
| Rubber Duck Debugging | Explaining to find gaps | Applies to any concept, not just code |
| Bloom's Taxonomy | Evaluate → Analyze → Apply | Operationalizes the top levels bottom-up |
| Kolb's Learning Cycle | Concrete experience → Abstract conceptualization | Starts with teaching, not experience |
## Workflow: The 4-Step Teaching Method
The Feynman Technique collapses into four sequential steps. Each step has a clear output that feeds the next.
### Step 1: Choose the Concept
Write the name of the concept at the top of a blank page. Define its boundaries: what is included, what is excluded, what prerequisite knowledge it depends on. State the concept in one sentence before attempting any explanation.
**Output:** A one-sentence definition + boundary conditions + prerequisite list.
**Time investment:** 2-5 minutes.
### Step 2: Teach It to a Child
Write an explanation of the concept as if you were teaching it to someone who has none of the domain's specialized vocabulary. Use only the 1,000 most common English words where possible. Avoid any term that would not appear in a children's encyclopedia.
Rules for this step:
- No jargon without immediate plain-language definition
- Every claim must be supported by either a mechanism or an analogy
- If you cannot explain *why* something works, mark that spot
- Use concrete examples, not abstract descriptions
- Diagrams or physical metaphors are encouraged over mathematical notation
**Output:** A paragraph-or-two explanation in plain language, with every jargon term or unsubstantiated claim flagged.
**Time investment:** 10-30 minutes depending on concept complexity.
### Step 3: Identify the Gaps
Review the explanation from Step 2. Every flagged term, every hand-waved mechanism, every point where you thought "that's just how it works" is a gap in your understanding. For each gap:
1. Return to the source material (textbook, paper, lecture notes, expert conversation)
2. Find the specific mechanism or principle that fills the gap
3. Rewrite that section of the explanation in plain language
4. Repeat until no gaps remain
Common gap signals:
- Using a technical term as a crutch ("it works because of *quantum tunneling*" — but can you explain quantum tunneling?)
- Skipping the causal chain ("the algorithm sorts faster because it is O(n log n)" — but *why* is it faster?)
- Hand-waving with analogy breakage ("it is like a library" — but where does the analogy break down?)
- Referring to authority instead of mechanism ("Feynman said so" is not an explanation)
**Output:** An updated, gap-free explanation with all gaps closed.
**Time investment:** 15-60 minutes. This step dominates the total time.
### Step 4: Review and Simplify
Read the entire explanation aloud. Look for:
- Unnecessary complexity: can any sentence be shortened without losing meaning?
- Redundant examples: are two examples saying the same thing?
- Accidental jargon: did any specialized terms sneak back in?
- Missing structure: would a sequence diagram, timeline, or physical metaphor help?
- Analogy quality: does every analogy hold under reasonable scrutiny?
Produce the final version: a concise, self-contained explanation that could be given to an intelligent generalist in under five minutes.
**Output:** A polished, teachable explanation ready for delivery.
**Time investment:** 10-20 minutes.
## Anti-Rationalization Table
| Rationalization | Reality |
|---|---|
| "Teaching is the same as knowing" | Teaching reveals gaps you did not know existed. If you cannot generate an example unprompted, you do not understand. |
| "I can use jargon to sound like I know what I am talking about" | Jargon is the opposite of understanding. Every unexplained term is a hidden gap. |
| "One explanation is enough" | The first explanation is always incomplete. Real understanding requires at least two full cycles of identify-and-fill. |
| "An analogy proves understanding" | Analogies are tools, not proof. The question is not whether the analogy fits, but *where it breaks*. A broken analogy reveals a misunderstanding. |
| "Simple means incomplete" | Simple means essential. Stripping away incidental complexity without losing core structure is the hardest form of explanation. |
## Common Pitfalls
### Explaining to the Wrong Audience
The most common mistake is to "teach a child" to an audience that is actually a peer. You unconsciously use domain vocabulary because you assume shared knowledge. The fix: pick a specific real person — a non-technical friend, a family member — and write the explanation for them by name.
### Mistaking Familiarity for Understanding
Reading a chapter and nodding along is not understanding. The Feynman Technique only works when you close the book and produce the explanation from memory. If you look at the source while writing, you are transcribing, not learning.
### Spending Too Long on Step 2
The first attempt at teaching should be rough. If you spend hours polishing the explanation before checking for gaps, you are optimizing the wrong thing. Get a rough version out quickly, then iterate.
### The Analogy Trap
Finding a clever analogy feels productive. But an analogy that covers 80% of the concept can be worse than no analogy if it misleads about the remaining 20%. Always test where the analogy breaks.
### Premature Satisfaction
The feeling of having produced a clear explanation is itself deceptive. The real test is whether someone else — ideally a real novice — can understand it without your help. If no novice is available, put the explanation aside for 24 hours and re-read it fresh.
### Intellectual Laziness
The technique is hard. It is easier to re-read the textbook than to produce a gap-free explanation from scratch. The temptation to shortcut — to search for someone else's simplified explanation instead of generating your own — must be resisted. The value is in the generation, not the consumption.
## Process
### Phase 1: Preparation
1. **Select a concept** — Identify a single, well-defined concept you want to understand
2. **Define scope** — State what the concept includes, excludes, and depends on
3. **Gather source material** — Collect 1-3 authoritative references (textbook, paper, lecture, documentation)
4. **Set a timer** — Allocate 45-90 minutes of uninterrupted time
### Phase 2: Execution
1. **Write the explanation** — Follow the 4-step workflow (Choose → Teach → Identify → Simplify)
2. **Flag every gap** — Each gap goes into a separate list item
3. **Close gaps sequentially** — For each gap, return to source, find the answer, rewrite
4. **Produce final version** — A concise, teachable explanation in plain language
### Phase 3: Verification
1. **Self-check** — Read the final version aloud. Does it flow? Are there any rough spots?
2. **Peer test** — Give the explanation to someone unfamiliar with the topic. Watch their face for confusion
3. **Collect questions** — Every question they ask is a signal that a gap remains
4. **Iterate** — Refine and repeat until the peer test succeeds without clarifications
5. **Archive** — Save the final explanation. It becomes the foundation for teaching, content, or future reference
## Verification
- [ ] Explanation avoids all domain jargon without immediate plain-language definition
- [ ] Every causal claim is supported by a mechanism or a concrete example
- [ ] The explanation passes the "24-hour test" — re-read after a day; still clear?
- [ ] A real novice (or simulated novice) could follow it without asking clarifying questions
- [ ] All analogies have been tested for where they break
- [ ] The explanation fits within a 5-minute verbal delivery
- [ ] Prerequisite concepts are identified and either explained or linked
- [ ] The explanation can survive a "why?" chain of at least 3 levels
## Monetization
The Feynman Technique translates directly into revenue-generating activities because the ability to explain complex things simply is rare and valuable.
### Private Tutoring
| Tier | Student Profile | Rate Range | Session Structure |
|---|---|---|---|
| High school | Struggling with STEM subjects | $40-80/hr | Explain core concept, work through homework, build study system |
| Undergraduate | University science/engineering | $60-120/hr | Lecture recap, concept mapping, exam prep |
| Graduate/Professional | Med school, law school, MBA candidates | $100-200/hr | Socratic depth sessions, paper analysis, board prep |
| Executive | C-suite needing technical literacy | $200-500/hr | Technology landscape briefings, AI literacy, domain primers |
### Course Creation
1. **Online course platforms** — Structure Feynman-explained concepts into Udemy, Skillshare, or Teachable courses. Each module = one concept explained in plain language with analogies and examples.
2. **Workshop series** — Live cohort-based courses (e.g., "Technical Thinking for Non-Technical Founders") at $200-500 per seat, 10-20 students.
3. **Corporate training** — Companies pay premium rates for employees who can bridge technical and non-technical teams. A half-day Feynman communication workshop can command $2,000-5,000.
### Content Monetization
- **Newsletter** — "One Concept, Simply Explained" weekly. Each issue explains one complex idea in 500 words. Monetize via paid subscriptions or sponsor slots.
- **YouTube / TikTok** — Short-form "explain like I am five" videos on STEM topics. Revenue via ads, sponsorships, and course funnel.
- **Book or ebook** — Compile 50 Feynman-explained concepts into a reference book. Self-publish on Amazon KDP or sell as a digital product.
### Consulting
- **Technical communication audit** — Review a company's documentation, slide decks, and client-facing materials for jargon and clarity gaps. $1,500-5,000 per engagement.
- **Executive briefing preparation** — Prepare C-suite leaders for technical presentations, investor Q&A, or regulatory hearings. $500-1,500 per session.
- **Product simplification** — Help product teams translate complex features into customer-facing messaging that non-technical buyers understand. Retainer at $3,000-8,000/month.
### Income Stacking Strategy
Start with tutoring (fastest cash, builds reputation). Record sessions → turn notes into course content. Course students → newsletter subscribers. Newsletter audience → consulting leads. Each level feeds the next with zero additional acquisition cost.
## Verification Checklist
- [ ] Complex concept broken into simple components
- [ ] Each component explained with clear analogies
- [ ] Gaps in explanation identified and filled
- [ ] Explanation tested with target audience
- [ ] Simplified version maintains accuracy
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!