learnaiwithrafa
Multi-ToolCareer

Your AI Learning Loop Needs an Artifact, Not a Reading List

In a Science experiment, four groups all predicted they'd recall about half of what they studied. A week later one recalled 80% and another 33% — the only difference was being forced to retrieve it. An AI week that ends in open tabs teaches you nothing. Here's the 2h50 loop that ends in a file.

5 min read4 sources
  • #learning
  • #habits
  • #career
  • #deliberate-practice

Karpicke and Roediger ran an experiment in Science in 2008 that should be required reading for anyone trying to keep up with AI. College students learned 40 Swahili–English word pairs, then split into four practice routines. Every group learned at the same speed. Every group predicted, on average, that they'd recall about half the list a week later — 20.8, 20.4, 22.0 and 20.3 pairs out of 40.

A week later, the groups that kept being tested recalled about 80%. The groups that kept restudying material they had already got right recalled 36% and 33%. The score distributions didn't even overlap: 63–95% versus 10–60%. The authors' summary of the metacognition is the part that stings — students' predictions of their own performance were uncorrelated with how they actually did.

That is exactly the shape of a bad AI week. You read the newsletters, you watch the breakdown, you nod at the release notes, and your internal meter says "productive week". The meter is broken. Restudying is what reading feels like, and restudying scored 33%.

What the loop actually is

Four moves, in order: intake → practice → artifact → share. Most people run the first one and call it a loop. The load-bearing step is the third: the week only compounds if it ends with something that exists on disk and has a timestamp.

My rule of thumb: if Friday arrives and I can't point at a file I made, the week taught me nothing — however many tabs I closed. A file is retrievable. A vibe isn't.

Two more findings make the case sharper. In the MIT Media Lab EEG study of essay writing with an LLM, the assistant group showed the weakest neural coupling of the three groups and struggled to quote the essay they had produced minutes earlier — the output shipped, the author retained nothing. And in a survey of 319 knowledge workers who submitted 936 real examples of AI use (Microsoft Research + Carnegie Mellon, CHI 2025), higher confidence in the AI predicted less critical thinking, while higher confidence in your own ability predicted more. Trusting the model is precisely the mechanism that stops you learning from it.

The weekly loop — 2h50, copy the boxes

This fits a full-time job. Put it in your calendar as five blocks, not one.

WEEKLY AI LEARNING LOOP — total 2h50

[30 min] INTAKE — hard cap, timer on
  Skim your existing sources. Output: exactly 3 candidates in a list.
  Rule: a candidate must touch work you already do. No "interesting".

[ 5 min] PICK ONE
  One per week. Kill the other two — they'll come back if they matter.

[60 min] PRACTICE — your repo, your ticket, your data
  Use it on a real problem, never a tutorial. Write down each
  correction you had to make. Those corrections ARE the lesson.

[45 min] ARTIFACT — the gate. Nothing else counts as done.
  Ship one of: a script that runs, a config file in git, a merged PR,
  or 300 words naming the failure you hit and how you got past it.
  Test: could a stranger run or read it without you in the room?

[20 min] SHARE
  Post it, or drop it in the team channel with what surprised you.
  Explaining forces the gaps out. It also leaves public evidence.

[10 min] RETRIEVE — next week, BEFORE the new intake
  Closed book. Explain last week's artifact from memory. Only then
  open the file and diff what you missed. This is the 80% step.

Make the retrieval check ruthless

Your own judgment of what you learned is unreliable — that's the finding, not an insult. So outsource the grading. Type your closed-book explanation first, then paste this:

I'm checking my recall, not asking for a summary. Below is what I remember
about <topic>, written from memory without looking. After it, I'll paste the
artifact I actually built.

Compare the two and reply with only:
1. What I got materially WRONG (quote my words, then correct them).
2. What I left out that changes the outcome in practice.
3. One question I should be able to answer next week but can't yet.

Don't praise anything. Don't add new material. If my recall is solid, say so
in one line and stop.

MY RECALL:
<paste>

THE ARTIFACT:
<paste file or link>

Run that every week and you'll notice which topics you only ever read about.

Why this compounds harder for a BR dev going international

Nadella's June 2026 essay on the future of the firm — reported widely enough that the line travelled on its own — made the point that you can hand off a task, or a whole job, but never your learning; his argument is that the loop between people and AI, not the model, is what a company actually owns. The same logic runs at the individual level, and it favors you.

A hiring manager in Berlin or Austin can't see your reputation inside a Brazilian company. What they can see is 40 weeks of artifacts: commits, small tools, short writeups, a public repo of configs that shows how you think. That's the portfolio the loop produces as a byproduct. Everyone rents the same models; almost nobody can show 40 weeks of evidence that they got sharper using them.

Today: book the five blocks in your calendar for this week and write the ARTIFACT line first — decide what file will exist on Friday before you read a single newsletter. If you can't name it, you picked the wrong topic.

Sources