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
- Dev builds talk on guardrails workflow for shipping AI-written code without reading it — TejasKumar_ · 2026-09-11
- banteg: Codex auto-review has regressed, blocking steps needed to complete authorized tasks — banteg · 2026-09-11
- lucasmeijer's workflow: handwrite the doc yourself, then have the agent challenge your understanding — lucasmeijer · 2026-09-11
- A doc-anchored agent workflow: you write, the agent only critiques and finds disagreements — lucasmeijer · 2026-09-11
- SymKit MCP: 44 tools for AI agents to verify symbolic derivations — Foreign-Specific-604 · 2026-09-11
- GitHub Copilot team routes user bug reports to an AI agent via Slack — marlene_zw · 2026-09-11