Fetching from the wire…
Public story · 2026-07-21 · high
The 57,551-star project's perfect LoCoMo score turned out to be Sonnet reading the whole corpus, not the memory system working.
Why now: Covered in the 2026-07-21 briefing after the maintainer's public acknowledgment.
MemPalace calls itself the best-benchmarked open-source AI memory system, and with 57,551 GitHub stars it's one of the leading local-first memory layers builders reach for. Its headline claim was a perfect 100% score on LoCoMo across all five question types.
That number didn't hold up. The test ran at top_k=50, a retrieval setting that pulls back effectively the entire corpus. When you hand a model the whole document set, there's no retrieval happening, no memory system doing work. You're just measuring whether Sonnet can read and answer questions, which it's good at regardless of what's storing the data.
Someone caught this and said so publicly. The maintainer didn't argue or bury it. They acknowledged the critique and pulled the disputed numbers.
The honest figures are 88.9% R@10 on hybrid v5 without reranking, and 96.6% Recall@5 in the zero-API-cost category. Those are real, defensible numbers for a memory layer, just not headline-grabbing ones.
This is the part worth sitting with. Inflated benchmarks in AI tooling are common enough that most of us have stopped being surprised by them. What's genuinely rare is a maintainer retracting their own claim once it's challenged, instead of quietly editing the README or going silent. If you're evaluating memory systems for a project, check what retrieval setting a benchmark actually used before you trust the top-line score. top_k=50 against a small eval corpus isn't a memory test. It's a reading test wearing a memory test's clothes.
Each link below shares sources, entities, or timing with this story.
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,...
Created by Milla Jovovich and developer Ben Sigman using Claude Code, the MIT-licensed system uses "palace architecture" with 30x lossless compression and runs entirely offline via MCP. 50.5K stars in under a month. The celebrity angle is noise. The benchmark claim (96.6% raw,...
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...
MemPalace (~53.6K stars) claims best-benchmarked, against mem0 (~57.8K) and claude-mem (~80.8K) (GitHub). Agent memory went from experimental nicety to a competitive subcategory with published benchmarks. Pair this with the local-first angle: Mnemo offers a Rust + SQLite + pet...
MemPalace/mempalace (57,888 stars) stores conversation history as verbatim text and retrieves with semantic search, explicitly refusing to summarize, extract, or paraphrase. The index is structured into wings (people/projects), rooms (topics), and drawers (original content) so...
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...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.