Personal Development

Learning How to Learn: A Practical System

What the research says about retrieval practice and spacing, why rereading feels better than it works, and a build-and-recall loop for technical skills.

Mauricio Esparza By ·Published ·7 min read
mithub.club
Short answer

Learning how to learn comes down to two techniques with the strongest evidence behind them: retrieval practice (recalling material from memory instead of rereading it) and distributed practice (spreading study over time instead of massing it). Both feel harder and slower than rereading, which is exactly why most people avoid them and forget what they studied.

This matters more than it used to. In a job market where the tools change every few quarters, the constraint on your value is not access to material — it is your rate of converting material into capability you can demonstrate. This article is about that conversion rate. For the improvement loop that sits on top of it, see Kaizen: continuous improvement for your career.

In short

  • Practice testing and distributed practice were the only two of ten common techniques rated high utility in a major 2013 review. Rereading and highlighting were rated low.
  • Rereading feels better than it works. Confidence and retention come apart.
  • The benefit of retrieval shows up on delayed tests, not immediate ones — which is why people quit before seeing it.
  • Spacing intervals should scale with how long you need to remember.
  • For technical skills, the translation is simple: close the tab and rebuild it.

The finding that should change your study habits

In 2006, Henry Roediger and Jeffrey Karpicke ran an experiment with educationally realistic material. Students read prose passages, then either took immediate free-recall tests without any feedback, or restudied the passages the same number of times. The final test came 5 minutes, 2 days or 1 week later.

At 5 minutes, repeated studying won. On the delayed tests, prior testing produced substantially greater retention — even though repeated studying had made students more confident they would remember (Roediger & Karpicke, 2006).

Two things are worth sitting with. First, the short-term result is backwards from the long-term one, so the strategy that wins the quiz loses the year. Second, confidence pointed the wrong way. The students who would remember least were the most sure.

The effect isn't limited to memorising. In 2011, Karpicke and Blunt published work in Science showing that practising retrieval produced greater gains in meaningful learning than elaborative studying with concept mapping — including on test questions that assessed comprehension and required inference, and even when the final test involved building a concept map (Karpicke & Blunt, 2011).

In 2013, John Dunlosky and colleagues reviewed ten widely used learning techniques for Psychological Science in the Public Interest and rated them on how well their benefits generalise across learning conditions, student characteristics, materials and test types (Dunlosky et al., 2013).

Utility ratingTechniques
HighPractice testing, distributed practice
ModerateElaborative interrogation, self-explanation, interleaved practice
LowSummarization, highlighting/underlining, keyword mnemonic, imagery for text learning, rereading

The authors note that most students report relying on rereading and highlighting, and that these do not consistently improve performance — recommending practice testing in place of rereading. If you have ever finished a course with a beautifully highlighted PDF and no ability to do the thing, this table is the explanation.

The UCLA Bjork Learning and Forgetting Lab frames the underlying idea as desirable difficulties: conditions that slow you down during practice but improve long-term retention and transfer. Their research programme is organised around a gap they name directly — how we learn versus how we think we learn.

How far apart to space

"Space it out" is useless advice without a number, and the honest answer is that the number depends on your horizon.

The evidence base is large. A meta-analysis by Cepeda and colleagues located 839 assessments of distributed practice across 317 experiments in 184 articles, and found that the gap between study sessions and the delay until the test operate jointly: the optimal gap increases as the retention interval increases (Cepeda et al., 2006).

A later study put numbers on it. More than 1,350 people learned a set of facts, got a review after a gap of up to 3.5 months, and were tested up to a year later. As a proportion of the delay until the final test, the optimal gap fell from roughly 20–40% for a one-week delay to about 5–10% for a one-year delay (Cepeda et al., 2008).

Translated into a working rule for a skill you want to still have in a year: review at gaps in the range of a few weeks, repeatedly, rather than one long gap. A practical schedule that fits the shape of those findings — and is a rule of thumb, not a result from the studies:

Day 1 → Day 3 → Day 10 → Day 30 → Day 75

Five retrieval sessions, each one short. What matters is not hitting the exact days; it is that the material leaves your head between sessions. If recall is effortless, the gap was too small.

The Build–Recall Loop

Here is MitHub's framework for applying all of this to technical skills — the kind of thing you learn from documentation and video, where "knowing it" means being able to build it. Five steps, roughly two hours for a first pass.

1. Expose (20 min). Read or watch once, at normal speed, without notes. Your only job is to build a mental map of the parts. Do not pause to copy.

2. Blank-page dump (10 min). Close everything. On a blank page, write down every component you can remember and how they connect. This is your first retrieval attempt and it will be uncomfortable and incomplete — that is the signal it is working.

3. Build closed-tab (45 min). Rebuild the thing from scratch without the tutorial open. When you get stuck, note the exact question you're stuck on before you look it up, then look it up, then close the tab again. The note is more valuable than the answer.

4. Error log (10 min). For each thing you had to look up, write one line: what I couldn't recall → why → the cue that would have unlocked it. This becomes your review material. It is far more efficient than re-watching, because it is a list of exactly your gaps and nobody else's.

5. Teach it in 90 seconds (5 min). Record yourself explaining what you built, out loud, without notes: the problem, the parts, the one thing that breaks most easily. If you can't do 90 seconds, you don't have it yet. If you can, you have also produced an artifact you can put in a portfolio — see proof of work vs credentials.

Then run retrieval sessions on the error log at expanding gaps. A session is: cover the answers, try to recall, check. Five minutes.

Worked example

Imagine you are learning webhooks in n8n. Expose: read the docs page once. Dump: write from memory the difference between test and production URLs, where the payload arrives, and how the workflow responds. Build: create a workflow that receives a payload and writes it somewhere, with the documentation closed. Log: "couldn't recall how to return a custom response → I skimmed that section → cue: the response is a node, not a setting." Teach: 90 seconds to camera. Review on days 3, 10 and 30.

Compare that with the default behaviour — watching a 40-minute tutorial while following along, tab by tab. That is rereading with extra steps. Related reading: how to learn AI automation and n8n webhooks explained.

Three traps

The fluency trap. Recognition feels like recall. You watch the tutorial, everything makes sense, and you conclude you've learned it. Making sense is a property of the explanation, not of your memory. The only test is reproduction without the source.

The collection trap. Saving courses, bookmarks and templates produces the feeling of progress with none of the cost. A library is not a skill. If you must collect, collect problems to solve, not materials to consume.

The one-tool trap. Learning a single tool deeply while ignoring the system it sits inside makes you replaceable when the tool changes. Interleaving — mixing related problems rather than blocking them — was rated moderate utility in the Dunlosky review, and in practice it maps to learning enrichment, routing and reporting as one interconnected problem rather than three separate products. This is also the logic behind skill stacking.

What this system is not

It is not a shortcut. Retrieval practice makes study sessions feel worse and go slower. Its benefit is that a much larger share of what you study is still there in six months.

It also does not replace feedback. Retrieval fixes what you know; it doesn't tell you whether what you know is any good. That requires someone reviewing your output, or reality doing it for you — which is the argument for building things people actually use, and for the improvement loop in Kaizen and deliberate practice.

Key takeaways

  • Test yourself instead of reviewing. The advantage appears on delayed tests, not immediate ones.
  • Treat confidence as unreliable: the more familiar material feels, the more suspicious you should be.
  • Space your reviews, and let the gaps grow with how long you need to retain.
  • For technical skills, retrieval means rebuilding with the tab closed and logging what you couldn't recall.
  • Finish each loop with a 90-second explanation. It tests you and produces proof at the same time.

Frequently asked questions

What is retrieval practice?

Recalling information from memory without looking at the source — closing the notes and reconstructing the answer. Roediger and Karpicke showed that repeated testing produced substantially better retention than repeated studying on delayed tests.

Why does rereading feel more effective than it is?

Fluency. Familiar material is easy to read, and that ease is mistaken for knowledge. In the 2006 study, repeated studying increased students' confidence while producing worse delayed retention than testing.

How far apart should my review sessions be?

It depends on how long you need to remember. Cepeda and colleagues found the optimal gap, expressed as a proportion of the delay until the test, fell from roughly 20–40% for a one-week delay to about 5–10% for a one-year delay — so longer horizons need proportionally shorter but repeated gaps.

Does this apply to skills, not just facts?

The research base is strongest for memory and comprehension of material. For skills, the practical translation is to rebuild from a blank screen instead of following a tutorial, which is the closest equivalent to retrieving rather than reviewing.

Sources

  1. Test-enhanced learning: taking memory tests improves long-term retention — Roediger & Karpicke, Psychological Science 17(3):249-255 (2006), via PubMed (accessed 2026-09-17)
  2. Improving Students' Learning With Effective Learning Techniques: Promising Directions From Cognitive and Educational Psychology — Dunlosky, Rawson, Marsh, Nathan & Willingham, Psychological Science in the Public Interest 14(1):4-58 (2013), via PubMed (accessed 2026-09-17)
  3. Spacing effects in learning: a temporal ridgeline of optimal retention — Cepeda, Vul, Rohrer, Wixted & Pashler, Psychological Science 19(11):1095-1102 (2008), via PubMed (accessed 2026-09-17)
  4. Distributed practice in verbal recall tasks: A review and quantitative synthesis — Cepeda, Pashler, Vul, Wixted & Rohrer, Psychological Bulletin 132(3):354-380 (2006), via PubMed (accessed 2026-09-17)
  5. Retrieval practice produces more learning than elaborative studying with concept mapping — Karpicke & Blunt, Science 331(6018):772-775 (2011), via PubMed (accessed 2026-09-17)
  6. Research: Retrieval as a Memory Modifier and Desirable Difficulties — Bjork Learning and Forgetting Lab, UCLA (accessed 2026-09-17)
LearningRetrieval PracticeSpaced RepetitionSkill Acquisition
Mauricio Esparza
Mauricio EsparzaGTM Systems Lead · Revenue Engineer · Founder of MitHub. Designs and runs revenue systems for multi-location businesses: AI voice campaigns, enrichment, CRM automation and attribution. Founded MitHub to teach the method in the open.

Part of Personal Development on MitHub.

Keep going

Personal Development

Kaizen: Continuous Improvement for Your Career and Learning

Kaizen explained: its roots at Toyota, Deming's PDSA cycle, the honest math behind getting 1% better, and a weekly loop to improve your skills and career.

Read · 10 min →mithub.club
Personal Development

Lifelong Learning in the AI Economy

Why continuous learning stopped being optional, what the labour-market data actually says, and how to run a learning portfolio instead of collecting courses.

Read · 7 min →mithub.club
AI & Automation

How to Learn AI Automation: A Practical Path From Zero to Proof

A practical path to learn AI automation: data basics, process mapping, workflows, AI steps, testing and agents, ending in a real build you can prove to others.

Read · 7 min →mithub.club
Career Development

Deliberate Practice for Knowledge Workers

What Ericsson actually found, why the evidence is weakest for professions, and how to engineer reps and feedback into automation and revenue work.

Read · 8 min →mithub.club
Career Development

Skill Stacking: How Combined Skills Raise Your Value

Skill stacking combines good-enough skills into a rare combination. Where the idea came from, what hybrid-job data shows, and how to build a stack that pays.

Read · 8 min →mithub.club
Career Development

Learn, Build, Prove, Earn: The Operating Loop Behind MitHub

How MitHub's loop works: learn a capability, build something real, prove it with verifiable evidence, earn from it, then improve. Why the order matters.

Read · 7 min →mithub.club