Fetching from the wire…
Public story · 2026-07-30 · high
The gains come from skipping re-prefill entirely, but accuracy dips to 60.3% versus Mem0's 63.3%.
Why now: Covered in the July 30 briefing on agent-infrastructure research.
InferScale precomputes retrieved memory facts as cached GPU keys and injects them straight into vLLM's paged attention cache, per the arXiv paper. That replaces the re-prefill step most memory-augmented agents run on every single call.
Mem0, MemGPT, and Zep all re-run that prefill step on every call, the exact tax the paper targets. Across three open-weight models on the LoCoMo benchmark, InferScale cut time-to-first-token 72-79% and pushed throughput up 3.7-4.5x under concurrent load.
The trick is in how it handles position. Chunked RoPE stores each fact's keys before rotation gets applied, so a cached fact slots into any position in a new prompt. Context-Window Encoding then recovers the cross-fact context that normally gets lost when facts are cached in isolation, the paper says.
It runs through vLLM's existing KV-connector interface, so it needs no changes to the inference engine and no fine-tuning of the underlying model.
InferScale scored 60.3% accuracy on LoCoMo against Mem0's 63.3%, and the paper doesn't say how that gap moves at higher retrieval depths.
Most agents don't need the last few points of recall precision. They need to stop stalling on every turn. What's worth watching is whether anyone closes that accuracy gap without giving back the speed.
Each link below shares sources, entities, or timing with this story.
Memori turns agent execution traces into structured persistent state, outperforming Zep, LangMem, and Mem0 on the LoCoMo benchmark while reducing prompt size by 67% vs Zep. Python and TypeScript SDKs. If you're building agents that need memory, benchmark this against whatever...
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,...
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...
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...
Unbounded memory degrades agents through noise, retrieval latency, and stale-fact interference. YourMemory prunes stale memories every 24 hours, sets per-memory decay rates by importance score, deduplicates subject-aware to replace outdated facts, and keeps a decayed memory al...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.