Agentlas hits 96.4% on LongMemEval without calling a model for retrieval
minglingj · reddit · 2026-07-25
A new project called Agentlas claims 96.4% accuracy on LongMemEval without calling an LLM during retrieval, and 91.5% on LoCoMo.
Its memory design stays local in a single SQLite file rather than a separate memory server. The system splits memory into four ownership zones: user identity, project context, individual agent learning records, and team-shared facts. Instead of asking an LLM every time, it combines a lightweight on-device embedding model with keyword search to filter irrelevant results and reduce hallucinations. The latest update also adds independent per-member identifiers, plus a self-evolving mechanism that can propose improvements after repeated failures and let users approve or rollback them with one click.
More from coding & agent
- Codex and Three.js drive an interactive procedural house demo — anselm · 2026-07-25
- Claude Opus 5 prompt tips say old harness habits now waste tokens — tengyanAI · 2026-07-25
- T3 Code ships 76 PRs of updates, including Opus 5 support and auto approvals — TAbrodi · 2026-07-25
- A coding agent runs two commands, then saves a fact to memory — sull · 2026-07-25
- A coding-agent dashboard tracks 1.9B tokens, $2,595.89 in spend, and 417 chats — zeeg · 2026-07-25
- Reuters, OpenAI, and Hugging Face point to a coding-agent handoff-file incident — imjustnewatai · 2026-07-25