Agent Memory
Solving the 'goldfish memory' problem is the key to truly personalized AI.
What it covers
This book addresses the engineering challenges of persistent agent memory, distinguishing between state, context, and model knowledge. It provides a blueprint for building durable memory pipelines, managing retrieval quality, and implementing governance and privacy controls for stored data.
Why it matters
Context windows are growing, but they aren't infinite. For agents to be useful in long-running business workflows, they need a way to remember users and preferences across sessions without costing a fortune in tokens.
What it made me think
The central idea is that memory is a curated database, not a transcript. It's like the difference between a court reporter who records everything and a chief of staff who remembers only the decisions that matter.
The short version
Context is cheap; memory is an asset.
My take
The industry often confuses 'long context windows' with 'memory.' They aren't the same. A 1M token window is just a bigger desk; memory is the filing cabinet. Practitioners get this wrong by stuffing everything into the prompt, which kills latency and increases hallucinations.
How it connects
- The move toward 'graph-based' memory to capture relationships rather than just text chunks.
- The intersection of AI memory and data privacy regulations (GDPR/CCPA) for 'right to be forgotten' in agents.
Bottom line
Build a system that knows what to forget, not just what to remember.
Takeaways
- Distinguishing between short-term context and long-term memory is critical for production stability.
- Memory drift and stale data can compound, leading to agent failure if not proactively repaired.
- Retention policies and privacy controls must be baked into the memory infrastructure, not added later.
- Reliable retrieval is the primary bottleneck as agent history grows.
Brendon Score: 9.3/10
- Relevance: 10.0/10 — +2.50
- Depth: 10.0/10 — +2.50
- Actionability: 7.0/10 — +1.75
- Freshness: 10.0/10 — +2.50
- Average: 9.25
- Total (rounded): 9.3/10
Why this is here
Checks cleared: theme-relevance, two-pass-llm-review, shelf-score-ranking.