Act 3 · Lesson 15 of 21≈7 minutes○ Saves on this device

The Notebook, Not the Mind: Memory

By the end you'll be able to

  • Distinguish four things called "memory": frozen training, the current desk, saved notes, and retrieval over past conversations.
  • Explain that persistent memory is an engineered notebook outside the model, written and re-loaded by the surrounding system.
  • Make deliberate choices about what an assistant stores, and review it.
⚡ 30-second warm-up — From Lesson 10: what happens to the desk when a conversation ends?

It's cleared — a brand new conversation starts empty, no carry-over by default. So how does an assistant seem to "remember" you weeks later? Today's lesson resolves the contradiction.

Revisit Lesson 10

Your assistant greeted you with "How did the Cairns trip go?" — a fortnight after you mentioned it once. Lesson 5 said the model never learns from you. Lesson 10 said the desk is cleared. Both are still true.

Start with the contradiction

Frozen weights. A desk wiped clean between chats. And yet — a warm, specific, personal greeting weeks later. Something is remembering you. It just isn't the model.

Commit to a prediction

How is the trick most likely done?

This lesson changes one thing: you'll stop treating "it remembers me" as evidence of a mind that knows you, and start seeing a notebook system around the model — readable, editable, and yours to correct.

Discover the mechanism

How it works Four things, one word: memory

Four different things get called memory, and confusing them causes real mistakes. First: training (Lesson 5) — permanent general skill, frozen, nothing personal about you. Second: the desk (Lesson 10) — everything in the current conversation, gone when it ends. Third: saved notes — many products now extract facts and preferences from your chats into storage, then load relevant ones onto the desk in future conversations. Fourth: retrieval over your own past conversations (Lesson 13's machinery, pointed at your own history).

Only the first is genuinely in the model. The other three are context engineering — the desk being stocked before you arrive. Practical upshot: what an assistant "knows about you" is a readable, editable, deletable artefact.

how memory extraction actually runs — typically another model summarising your chat — and enterprise-vs-consumer retention defaults are this lesson's Go deeper; treat any specific retention policy as a snapshot, not a law.
Useful mental model A hotel's guest-preference card file

Tonight's concierge (Lesson 14's concierge, extended) has never met you, but the card file says "prefers a high floor, allergic to feathers". Great service — from notes, not acquaintance. Someone decides what goes on the card, the cards persist between stays, and you're entitled to read and correct yours.

  • Concierge's fresh shift = each new conversation, empty desk. Card file = stored memory.
  • Writing a card = the system extracting "worth remembering" facts. Pulling your card at check-in = retrieval loading memories onto the desk.
  • Where it breaks: card files are small and legible; some systems auto-extract and can note wrong or outdated things from a single offhand comment — and mistaking well-executed filing for being truly known matters when people confide in assistants.

Audit a memory yourself

Conceptual illustration — a simulated assistant across three days, deterministic. Predict which of your Day 1 mentions get stored, then inspect, correct and watch what resurfaces.

Day 1 — pick what you mention in chat:

Where this bites at work

In the field · Kerry

Kerry discovers her assistant stored a client's health detail from a pasted referral. She deletes it and changes her pasting habits — privacy behaviour grounded in mechanism, not just a rule handed down from above.

Quarterly habit: open your assistant's memory settings, read what's stored, prune it — and never rely on memory features for anything you'd mind resurfacing.

Where the picture breaks

"Talking to it trains it on me personally" is the misconception to retire. Persistent personalisation is notebook engineering, not weight changes. Separately, providers may use conversations to train future models — a policy setting to check, not an in-conversation mechanism.

Now make the call

Kerry notices her assistant "remembers" a client's health detail she never intended to persist. What does she do?

Apply it to your work

This week, at your desk

Open your main AI assistant's memory or personalisation settings. Read what's actually stored, delete anything you wouldn't want resurfacing, and set a quarterly reminder to do it again.

Open your AI checklist starter

Prove it to yourself

Two quick questions — untimed, retryable, and they count toward ★ Mastered (completed + decision + self-check all correct). This is what defeats the feeling of "that made sense" evaporating by next week.

Explain it in your own words

Two or three sentences for a colleague. Then compare against the rubric — it checks ideas, not wording, and only you see your note.

  • Describes a notebook of extracted notes, not model memory
  • States the weights stay frozen — it isn't learning from you
  • Names memory as editable, deletable, worth reviewing

Evidence & review — how we know what this lesson claims
Claim register for Lesson 15
ClaimTypeBasisReview risk
Persistent "memory" features are an engineered notebook outside the frozen model, not a change to its weightsHow it worksArchitecture documentationLow
Four distinct mechanisms — training, the desk, saved notes, retrieval over past chats — are all colloquially called "memory"How it worksArchitecture documentation, stated explicitlyLow
Memory extraction, retention defaults and user controls vary by productProduct behaviourProvider documentationHigh — reviewed quarterly
Whether providers use conversations to train future models is a separate policy settingProduct behaviourProvider policiesHigh — reviewed quarterly
The memory X-ray demo (three simulated days)Teaching deviceDeterministic, labelled illustrativeMedium
The hotel guest-preference card file analogyUseful mental modelLimits stated in the lessonLow

Concept review due: January 2027. Product-behaviour claims: quarterly.

Where you are in the machine

Desk, briefing, senses, library, hands, notebook — six layers of scaffolding now understood. Select any layer for its role, lessons and your live progress.

The machine, bottom to top: training data (2) → token pieces (3) → prediction engine (1, 4–9) → the desk (10–11) → senses (12) → live knowledge (13) → tools (14) → memory (15) → agent loops (16) → human judgement (17–21).

Next: letting go of the handlebars

Desk, briefing, senses, library, hands, notebook. One piece remains: letting the machine chain them together on its own. Meet agents.