Movement IV · What It Means for You — Lesson 14
How to Learn By Doing
The skill you are actually acquiring is calibration — knowing in advance what the model will and will not get right. Calibration is not readable. It comes only from being wrong, repeatedly, on tasks whose answers you can check.
Learning objective
By the end of this lesson you have a concrete four-step practice loop, three criteria for choosing a first project, and your first project actually chosen — plus a written failure log started, which is the assignment that outlasts this course.
14.1 Why reading about AI does not work
You have now read thirteen lessons. This one exists to tell you that reading them was not sufficient, and to say precisely why — because the reason is documented rather than motivational.
The skill being acquired is calibration: an accurate sense of where a system's competence ends. Calibration is knowledge about a boundary, and boundaries are learned by crossing them. No amount of description substitutes for the specific memory of having trusted an output that turned out to be wrong.
Two findings from the learning-science literature make this concrete, and both have already appeared in this course.
Retrieval beats review. Roediger and Karpicke showed that repeated testing produces substantially better long-term retention than repeated studying of the same material. On delayed tests measured in days or weeks, prior testing outperforms prior studying.1 Re-reading is better than nothing; it is considerably worse than being asked.
And we systematically misjudge which is working. In the same body of work, most students chose re-reading over self-testing, and the researchers named the effect the illusion of competence — fluent material feels learned, and feeling learned is not being learned.1 This is the same mechanism as the METR result in Lesson 10, where developers were 19% slower and estimated they had been 20% faster.2 Working with a fluent AI system is an almost perfectly designed environment for producing that illusion: the output reads like competence.
14.2 The loop
Four steps, repeated. The structure deliberately mirrors what the expertise literature identifies as the active ingredient in deliberate practice: immediate feedback, time for problem-solving and evaluation, and repeated performance to refine behaviour.3
| Step | What you do | Why it is in the loop |
|---|---|---|
| 1 | Pick a task you can verify | Without ground truth there is no feedback, and without feedback repetition builds confidence rather than skill |
| 2 | Do it with the model | The performance itself — necessary, and by far the least important step |
| 3 | Check the output against ground truth you already hold | This is the feedback. It must be immediate and it must be honest |
| 4 | Write down where it failed | Converts a fleeting observation into a retrievable one. The step everyone skips |
Step 4 is the whole lesson. Without it you have an impression, and impressions are exactly what §14.1 shows to be unreliable — you will remember that it “worked pretty well,” which is the illusion of competence in its natural habitat. With it you have a record, and the record accumulates into calibration.
Two loops, one difference
Two cycles side by side. Left, "the loop most people run": three stations — pick task → do it with the model → feels fine — closing back on itself, drawn in flat grey, with a small ghosted label confidence grows, skill does not. Right, "the loop that works": four stations — pick a verifiable task → do it → check against ground truth → write down the failure — with the fourth station rendered solid in the accent gold and an arrow leading out of it to a growing stack of log pages that feeds back into station one. The visual argument is that the fourth station is what turns a circle into a spiral.
Aspect 16:9 · 3200×1800 px · Brand palette: navy #00040c, silver-blue #a8c0d8, column gold #a87848 · Style: process diagram
14.3 Choosing the first project
Three criteria. A project meeting all three will teach you more in two weeks than another thirteen lessons would.
- You do it repeatedly. Repetition is what makes the feedback accumulate into a pattern rather than remaining a set of anecdotes.
- You can tell good from bad instantly. This is Lesson 6's test — you must be able to verify faster than you could produce. Without it, step 3 of the loop silently stops happening.
- Nothing breaks if it is wrong the first ten times. Learning requires a tolerance for error that high-stakes work does not have.
Worked examples across different kinds of work
| If your work is… | Candidate first project | Your ground truth |
|---|---|---|
| Administrative or operational | Draft the weekly summary you already write from the same source data | The summary you would have written — you know what belongs in it |
| Client-facing or advisory | Draft replies to routine enquiries you have answered a hundred times | Your own standard answer, and whether you would send this one |
| Analytical or numerical | Explain a dataset whose totals and outliers you already know | The figures you can check in seconds |
| Teaching or communication | Re-explain a concept you teach often, at a specified level | The questions your audience actually asks, which you can predict |
The two failure patterns — both feel like good choices
The toy problem
“Write me a poem about my cat.” It satisfies criterion 3 magnificently and fails criterion 2 entirely: there is no ground truth, so no output can be wrong, so nothing is learned. Toy problems are how most people spend their first month and why most people conclude either that the technology is magic or that it is useless. Both conclusions come from the same absent feedback.
The mission-critical problem
The client deliverable, the regulatory filing, the board paper. It fails criterion 3, and the consequence is subtler than it looks: because you cannot afford an error, you will check everything so heavily that you never discover where the boundary is. You will learn that the system needs supervision — which you already knew — and nothing about where.
14.4 Keeping the log
Four fields per entry. It should take ninety seconds, because a log that takes longer is a log you will stop keeping.
- The task — one line.
- What I expected — written before looking at the output. This field is what makes the log a calibration instrument rather than a diary.
- What actually happened — including successes; a log of only failures distorts in the opposite direction.
- What I will do differently — the transferable part.
Two disciplines make it work. Write the expectation first, or hindsight will quietly convert every result into the one you anticipated. And re-read the log monthly: the pattern across twenty entries is the calibration, and no single entry contains it.
Demonstration protocol
- Show your own failure log. On screen, real entries, unedited.
- Include something embarrassing. A case where you trusted an output and were wrong, ideally in front of someone else. This is the most persuasive sixty seconds in the entire course, and its persuasive power comes entirely from the discomfort.
- Show the pattern. Read three entries that turned out to be the same failure in different clothes. That recognition is what calibration feels like from the inside.
- Start an entry live for a task you have not tried, writing the expectation before running it. Let the audience see you be wrong in real time if that is what happens.
Key terms introduced here
- Calibration
- An accurate sense of where a system's competence ends. The actual skill this course teaches, and the one that cannot be read.
- Illusion of competence
- The documented tendency to judge fluent material as learned. Why re-reading feels effective and is not, and why fluent AI output feels verified.
- Retrieval practice / the testing effect
- Being asked to produce an answer from memory yields better long-term retention than re-studying the same material.
- Deliberate practice
- Structured practice with immediate feedback, time for evaluation, and repeated performance to refine behaviour. Not the same as repetition.
- Ground truth
- A correct answer you already hold independently, against which output can be checked. Without it there is no feedback and therefore no learning.
- Failure log
- A four-field written record — task, expectation, outcome, change. The curriculum.
Evidence at a glance
| Claim | Specifics | Source |
|---|---|---|
| Testing beats re-studying for retention | On delayed tests at days-to-weeks intervals, prior testing outperforms prior studying | Note 1 |
| Learners systematically choose the weaker strategy | Most students preferred re-reading; termed the “illusion of competence” | Note 1 |
| The same illusion appears with AI tools | Developers 19% slower, estimated 20% faster — a 39-point gap | Note 2 |
| Feedback is the active ingredient in practice | Immediate feedback, time for problem-solving and evaluation, repeated performance | Note 3 |
The misconception to kill
“I need to understand the math first.”
You need to understand the behaviour first. The mathematics is optional for everyone who is not building these systems; the behaviour is optional for nobody who uses them. Nothing in the linear algebra tells you that a citation will be plausibly fabricated, that a long conversation will quietly drop an early instruction, or that a confident tone carries no information about accuracy. Those are facts about behaviour, and they are learned by doing.
What the belief is usually doing: licensing a delay. Studying feels like progress and carries no risk of being visibly wrong — which is exactly the property that makes it a poor substitute for practice. Start the log this week and read the textbook in parallel if you want to.
Self-check
Answer before revealing — and notice that doing so is itself an instance of what this lesson is about.1
What is the skill actually being learned, and why can it not be read?
Calibration — an accurate sense of where the system's competence ends. It cannot be read because it is knowledge about a boundary, and boundaries are located by crossing them. A description of a limitation does not produce the specific memory of having trusted an output that was wrong.
Give the four steps of the loop and say which one people skip.
Pick a task you can verify; do it with the model; check against ground truth you already hold; write down where it failed. The fourth is skipped, and it is the one that produces the skill — without it you retain an impression, and impressions are precisely what the illusion of competence corrupts.
Why do both the toy problem and the mission-critical problem fail as first projects, and which criterion does each violate?
The toy problem violates criterion 2 — no ground truth, so no output can be wrong and nothing is learned. The mission-critical problem violates criterion 3 — you cannot afford error, so you check everything so heavily that you never find the boundary. One gives no feedback; the other gives no room to be wrong.
Why must the expectation be written before you see the output?
Because hindsight silently converts whatever happened into what you “expected,” which turns the log from a calibration instrument into a diary. The gap between the recorded prediction and the recorded outcome is the measurement — and Lesson 10's 39-point perception gap is what that measurement looks like when nobody takes it.
Name your first project now, and check it against all three criteria.
No model answer — this is the assignment. If your candidate fails any criterion, change the candidate rather than the criteria. Write it in the handout before you leave this lesson.
Failure log — print several copies
My first project, checked against all three criteria (repeated · instantly verifiable · safe to be wrong):
Entry 1 · Task
What I expected — complete this BEFORE looking at the output
What actually happened
What I will do differently
Entry 2 · Task
What I expected — before looking
What actually happened
What I will do differently
Monthly review — read your last twenty entries. What failure keeps recurring in different clothes?
Endnotes
Source tiers: Primary peer-reviewed research; Institutional research body or government; Documentation first-party technical documentation; Journalism established newsroom; Trade vendor or aggregator.
- Primary H. L. Roediger III and J. D. Karpicke, “Test-Enhanced Learning: Taking Memory Tests Improves Long-Term Retention,” Psychological Science 17, no. 3 (2006): 249–255; and “The Power of Testing Memory: Basic Research and Implications for Educational Practice,” Perspectives on Psychological Science 1, no. 3 (2006): 181–210. The first establishes that repeated testing produces substantially better retention than repeated study of prose material, with the advantage appearing on delayed tests at intervals of days to weeks. The second documents the “illusion of competence”: the majority of students chose re-reading over self-testing or free recall, a preference that does not track effectiveness. doi:10.1111/j.1467-9280.2006.01693.x · doi:10.1111/j.1745-6916.2006.00012.x
- Primary J. Becker et al. (METR), “Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity,” arXiv:2507.09089 (10 July 2025). Developers were 19% slower with AI access while estimating post hoc that they had been about 20% faster. METR labels the result historical with respect to current tools; the perception gap is cited here as evidence about self-assessment rather than about tool performance. See Lesson 10 for the full caveats. arxiv.org/abs/2507.09089
- Primary K. A. Ericsson, R. T. Krampe, C. Tesch-Römer, “The Role of Deliberate Practice in the Acquisition of Expert Performance,” Psychological Review 100, no. 3 (1993): 363–406. Identifies the components of deliberate practice as including the provision of immediate feedback, time for problem-solving and evaluation, and opportunities for repeated performance to refine behaviour — the structure the four-step loop in §14.2 is built to reproduce. Note that the magnitude of deliberate practice's contribution to expert performance has been actively contested since; the components of effective practice are less disputed than the effect size. doi:10.1037/0033-295X.100.3.363
Bibliography
Learning science and expertise research
- Ericsson, K. Anders, Ralf T. Krampe, and Clemens Tesch-Römer. “The Role of Deliberate Practice in the Acquisition of Expert Performance.” Psychological Review 100, no. 3 (1993): 363–406. full text (PDF)
- Macnamara, Brooke N., and Megha Maitra. “The role of deliberate practice in expert performance: revisiting Ericsson, Krampe & Tesch-Römer (1993).” Royal Society Open Science 6, no. 8 (2019). A direct replication and critique; included so the contested effect size is visible rather than hidden. royalsocietypublishing.org
- Roediger, Henry L., III, and Jeffrey D. Karpicke. “Test-Enhanced Learning: Taking Memory Tests Improves Long-Term Retention.” Psychological Science 17, no. 3 (2006): 249–255. journals.sagepub.com
- Roediger, Henry L., III, and Jeffrey D. Karpicke. “The Power of Testing Memory: Basic Research and Implications for Educational Practice.” Perspectives on Psychological Science 1, no. 3 (2006): 181–210. full text (PDF)
Primary research on AI tool use
- Becker, Joel, et al. (METR). “Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity.” arXiv:2507.09089 (2025). arxiv.org