Fetching from the wire…
Public story · 2026-07-25 · high
The paper's benchmarks skip latency and token cost, yet a reference build scores 92% on LongMemEval and 93.2% on LoCoMo.
Why now: It's here on July 25 because Dadhich's paper is the first cost model I've seen for agent memory, right as builders argue token bills without a number to point to.
A new paper splits AI agent memory into five stages, per Gaurav Dadhich's arxiv paper. Only one stage, done right, keeps costs from spiraling.
Teams running agents in production eat that cost. Accumulate history naively and it grows quadratically as conversations get longer. Summarize it crudely and the curve flattens back to linear, but at an accuracy cliff, where real information gets cut along with the noise. A reference build that gets this right, called Maximem Synap, still scores 92% on LongMemEval and 93.2% on LoCoMo.
Dadhich names the five stages as architecting, ingesting, scoping, anticipating, and compacting and consolidation. The last one is where the money is: only compaction validated against accuracy loss gets both linear cost and preserved fidelity. The framework treats memory as a resource shared across an organization's agents and teams, not a single user's chat log.
Those scores measure recall. They don't cover the things the paper says no benchmark captures: latency, token efficiency, and resistance to context rot. That gap means 92% and 93.2% describe how well the system remembers, not how fast or cheap it runs.
Teams buying bigger context windows to fix agent memory are solving the wrong problem. The paper's cost curve says compaction quality decides the bill, not window size, and nobody outside Dadhich's paper has benchmarked that yet.
Each link below shares sources, entities, or timing with this story.
arXiv 2608.11879 benchmarked Mem0, Hindsight and Mastra Observational Memory across conversations up to 400 turns and 665 LoCoMo questions. Cost models built on conversation length miss badly because internal memory behavior dominates. Break-even against just replaying the ful...
MemPalace (57,821 stars, v3.6.0) reports 96.6% raw recall@5 on LongMemEval with no LLM required, 98.4% with hybrid v4 on a held-out 450 questions, LoCoMo R@10 rising 60.3% → 88.9%, ConvoMem 92.9%, MemBench 80.3%, while explicitly refusing head-to-head comparison against Mem0,...
Three-phase lifecycle: Phase 1 converts dialogue into MemCells (episodic traces + atomic facts + foresight signals); Phase 2 organizes into MemScenes with conflict resolution; Phase 3 performs MemScene-guided retrieval for minimal sufficient context. State-of-the-art on LoCoMo...
July 17, Product Hunt's #1 product was Unabyss for Claude: shared memory across all apps and LLMs, 598 votes. July 18, #1 was ZooData: "the data layer for AI agents," 606 votes. Neither is an application. Both are substrate. (Product Hunt) One launch is noise. Two consecutive...
Compounding at ~847 stars/day to 97,447, built on tree-sitter AST parsing across 36+ languages plus Leiden community detection, with no vector store anywhere in the pipeline. Every edge is labeled EXTRACTED (explicit in source) or INFERRED (derived through resolution), which i...
arXiv 2608.12990 from Dongfang Li, Baotian Hu, Min Zhang and colleagues replaces turn-level memory consolidation with semantic boundary detection, reporting 89.22% on LoCoMo and 92.20% on LongMemEval-S while cutting construction tokens 86.0% and 75.9% versus the A-Mem baseline...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.