SYNTHESIS NOTE
TopicsMemorythis note

How should we actually evaluate agent memory systems?

Current benchmarks score agent memory by task success alone, hiding critical design questions about cost, trade-offs, and robustness. What would evaluation reveal if we decomposed memory into its core data-management stages?

Synthesis note · 2026-07-17 · sourced from Memory
Where does agent reliability actually come from? How do you navigate synthesis across fragmented research topics?

Agent memory has quietly become a full data-management system — it stores, extracts, retrieves, routes, updates, consolidates, and governs the lifecycle of information across long-horizon execution. But evaluation never caught up: benchmarks still score the whole apparatus by end-to-end task success (F1, BLEU), which treats memory as a monolithic black box. This paper argues that framing is what hides the questions that actually matter in production — operational cost, the architectural trade-offs between memory modules, and robustness when the stored knowledge keeps changing.

The move is to decompose memory into four core modules — representation and storage, extraction, retrieval and routing, and maintenance — and evaluate 12 systems (Mem0, Letta, Zep, A-MEM, MemoryBank, etc.) module by module across 11 datasets. This is the memory analogue of what the vault already argues about working context: since How should agent memory split across time scales?, granularity and module boundaries are themselves the design surface, not just the content stored. And it grounds the practical claim that since Is agent memory a storage problem or a connectivity problem?, measuring "did the task succeed" tells you nothing about which module failed. A task-success score cannot distinguish a bad extractor from a bad router — which means it cannot guide design. The data-management lens restores that diagnostic resolution.

Inquiring lines that read this note 8

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How should memory consolidation strategies shape agent performance over time? What memory architectures best support persistent reasoning across extended interactions? How should agents balance memory condensation to optimize context efficiency? What memory abstraction level best enables agent knowledge reuse?

Related concepts in this collection 3

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
14 direct connections · 90 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

agent memory should be evaluated as a data-management system decomposed into storage extraction retrieval and maintenance not as a black box scored by task success