7 min read

Agent memory and context: why your AI forgets, and what to do

Context windows, summarisation loss and retrieval, explained for people buying rather than building. Why agents forget and which fixes actually work.

Last updated 15 August 2026

The complaint arrives in the same words every time: it was great last week and now it has forgotten everything. Usually nothing broke. The system simply never had memory in the way you assumed.

Three different things people call memory

The context window

What the model can hold in mind for one task. Large, but finite, and it resets. This is working memory, not storage.

Retrieval

Fetching relevant documents at the moment of the task. This is what most "memory" features actually are, and it works well when the source of truth is written down somewhere.

Durable state

Facts the system carries across runs — your tone, your rules, what happened last month. This has to be deliberately designed. It does not emerge.

Why summarising loses the thing that mattered

Long chains compress context at each hand-off. Compression is lossy and the model choosing what to drop does not know which detail was load-bearing. The exception, the client's preference, the one constraint — those are exactly what a summary discards, because they look like detail.

What to ask a vendor

  • Where is my business context stored, and can I read and edit it?
  • Does each task see the original goal, or a summary of it?
  • If I correct the output once, does the correction persist next month?

Structure helps more than model size here — see why multi-agent systems fail.

Keep reading

18 Aug 20268 min read

Why multi-agent AI systems fail in production

Most multi-agent demos work and most multi-agent deployments do not. The reason is error compounding — and the fixes are structural, not model upgrades.

Read
Want this done rather than explained?

We build the agent team, connect it to your accounts and supervise the output. Twenty-minute call · See pricing