Skip to content

05 · Using Claude for Learning New Skills/Subjects Effectively

Claude is a strong learning aid, but the way most people use it for learning — asking it to explain a topic and reading the answer — is the weakest version of what's possible. This module covers patterns that actually build durable understanding rather than a passive summary you'll forget in a day.

Passive explanation vs. active learning

Asking "explain X" produces a reasonable explanation, but reading an explanation is a weak way to learn — you recognize the ideas as sensible without necessarily being able to reproduce or apply them. The techniques below all convert Claude from an explainer into something closer to a tutor that makes you do the work.

Ask to be quizzed, not just told

"I just read your explanation of [concept]. Now quiz me on it — ask me one question at a time, don't give the answer, wait for my response, then tell me if I'm right and why before asking the next question."

This forces retrieval (recalling the idea yourself) rather than recognition (nodding along to a correct-looking explanation), which is consistently what makes learning stick.

Ask for the "why" behind a rule, not just the rule

Especially for skills with a lot of surface-level rules (a language's grammar, a programming idiom, a legal or accounting rule), understanding why the rule exists generalizes better than memorizing the rule itself.

"Don't just tell me the syntax rule — explain what problem it exists to solve, so I'd be able to derive it even if I forgot the exact wording."

Use the Feynman technique with Claude as the check

Explain the concept back in your own words, as if teaching someone else, and ask Claude to grade that explanation for gaps or inaccuracies rather than grading your recall of its explanation:

"Here's my own explanation of [concept], in my own words: [...]. Where is this wrong, incomplete, or hand-wavy? Don't just tell me if it's 'basically right' — be specific about what a precise version would add."

This surfaces the actual gaps in your understanding, which a "does this sound right?" self-check tends to miss (you're not aware of what you don't know).

Graduated difficulty and deliberate practice

Ask for practice problems that step up in difficulty, and specifically for problems near the edge of what you can currently do — not ones so easy they're not useful, and not ones so hard they're demoralizing:

"Give me 5 practice problems on [skill], ordered easiest to hardest, where problem 5 should be genuinely challenging for someone at my level [describe it]. Don't give solutions until I attempt each one."

Learning from your own mistakes with specific feedback

When you get something wrong, ask for feedback that's specific to why your particular answer was wrong, not a generic re-explanation of the correct answer:

"Here's my attempt: [...]. Don't just show me the correct approach — tell me specifically what's wrong with my reasoning, at the exact step where it went wrong."

Building a spaced-repetition-style habit

For material you need to retain over time (not just understand once), ask Claude to generate a short recall quiz on material from a previous session, spaced out over days:

"It's been 3 days since we covered [topic]. Quiz me on 4 things from that session before we move to the next topic, to check what stuck."

What Claude can't replace in learning a skill

  • Physical or highly contextual skills (a hands-on craft, reading a room in a live negotiation) — Claude can explain the theory but can't substitute for the actual practice.
  • Domain-specific correctness you can't verify yourself. For high-stakes technical or professional learning (medicine, law, safety-critical engineering), cross-check against authoritative sources — the same caution from Level 2's fact-checking module applies doubly when you're learning the subject specifically because you can't yet independently judge correctness.

How It Actually Works

Why is being quizzed more effective than reading an explanation, mechanistically speaking — for you, the learner, and also in terms of what's actually happening when Claude generates a quiz question versus an explanation?

Reading a fluent explanation only exercises recognition, and recognition is a low bar. A well-written explanation is optimized (by the same plausibility-driven generation process covered throughout this course) to be maximally coherent and easy to follow — which means it's specifically easy to nod along with without your own understanding being tested at all. Nothing about the generation process requires the reader to reconstruct the idea; it only requires the model to produce fluent text, which is exactly why passive reading feels like understanding without necessarily producing recall.

Being quizzed forces you to be the one generating from your own context (your memory) instead of Claude generating from its training data. When Claude asks you a question and you have to answer before seeing the explanation, you're doing the equivalent of an unaided next-token prediction from your own knowledge — a much stronger signal of what you actually know than recognizing a correct-sounding statement someone else wrote.

The Feynman technique works here because Claude, as a reader of your explanation, can only respond to what's actually in your text — it has no way to fill in gaps in your reasoning charitably the way a sympathetic human listener might. When you explain a concept back and Claude's follow-up questions probe a specific weak point, that's the attention mechanism genuinely locating the place where your explanation's tokens were vague, contradictory, or missing a step — a direct, checkable signal about where your own understanding is incomplete.

What Claude can't replace: skills that require your own repeated, embodied practice to build (typing speed, a physical technique, real-time decision-making under pressure) depend on feedback loops that live in your own nervous system or environment, not in a text-generation exchange — no amount of well-structured dialogue substitutes for the practice loop itself, only for the explanation, feedback, and error-analysis wrapped around it.

Exercise

Pick a topic you're currently trying to learn. Use the Feynman-technique pattern: write your own explanation of it in your own words first, then ask Claude to critique it for gaps rather than just re-explain the topic. Note at least one specific gap the critique surfaced that a straightforward "explain this to me" would not have.