Teach it Monday, ask it Friday — the amnesia test
Five separate sessions across one week. On Monday you teach the agent two facts. On Friday you need them. The panel marked CONTEXT shows exactly what the agent can see on each day — that's the whole trick. Run the week in both modes.
Scripted replies for clarity — but the context panel is the honest part: a stateless agent literally receives only today's message. Nothing else exists for it.
The sliding window — context is memory that leaks
Inside one long conversation the context window is the memory — until the conversation outgrows it and the oldest turns fall off the edge. Drag the conversation forward and watch the fact you taught at turn 2 slide toward the cliff. Then switch on an external store and ask again.
The fact “staging port = 8443” was said at turn 2. Move the slider, then ask.
The librarian's dilemma — what is worth writing down?
A week of conversation produced 30 moments: 8 real facts and 22 pieces of chatter, each scored for importance by an (imperfect) judge. Your slider sets the write policy: save everything on the left, save nothing on the right. Then we run the same 8 quiz questions against whatever got stored — scored live, every time you move the slider.
Retrieval here is real keyword-overlap scoring over the stored set, ties broken by recency — the same failure shape as embedding search: junk with overlapping words outranks the fact you wanted.
The confident ghost — stale memory after the world moved on
In February the agent memorized: “deploys go to server blueberry”. In August the company migrated to kiwi and decommissioned blueberry — but nobody told the memory store. Drag the calendar and ask it to deploy. Then turn on verify-before-use and drag again.
Hoarder's paradox — every junk memory makes the good ones harder to find
The store starts with 10 golden facts and scores 10/10 on a fixed quiz. Now hoard: each click dumps in junk memories (“user said thanks”, “meeting recap”…). None of them delete anything — yet watch quiz precision fall, live, as junk starts winning retrieval ties. Then prune.
Precision is recomputed from scratch after every click: 10 fixed queries, top-1 keyword retrieval, ties broken by recency (newer junk beats older facts).