Mitosis Labs
Research · Agent memory

Agent memory, measured.

Verging Labs ran 8 agent memory systems through 2,176 tasks across 56 simulated working sessions. We did not run it, fund it, or see the questions. Cortex finished first among products, second overall, and answered nothing incorrectly. Our own LongMemEval numbers are further down, labelled as ours.

8 systems2,176 tasks56 sessionsIndependently run
Agentic Memory IndexCommercial products
1Mitosis Cortex
96%
2gbrain
93%
3Mem0
91%
4Hyperspell
90%
Excludes Karpathy Wiki, which scored 98% but is a hand-maintained wiki method rather than a product · full field under section 03
0.0%Incorrect answers across 272 tasksConfidently wrong zero times · 0.0% fabricated memories
96%Correct · 1st of 7 products, 2nd of 8 overall100% on synthesis · 97% on direct recall
100%Retention held through session 33The longest perfect run in the field
01 — Our own evaluation

LongMemEval, run in-house

LongMemEval (Wu et al., ICLR 2025) is the field’s standard academic test of long-term memory: 500 questions over long, timestamped chat histories. Frontier assistants lose around 30 points of accuracy on it, and that difficulty is what makes it worth measuring.

Read this section differently from section 03. We run this one, so it is self-reported. Everything below is our own harness against our own production system, published with the protocol attached so it can be argued with.

Questions500
History~115K tok
Abilities6
GradingLLM judge
VenueICLR 2025
LicenseMIT
01Single-session recallRetrieve a fact from one conversation.
02Multi-session reasoningStitch an answer from several conversations.
03Knowledge updatesHonor a fact that changed over time.
04Temporal reasoningReason about when things happened.
05Preference recallApply what the user has said they want.
06AbstentionKnow when the answer isn’t there.
02 — Results (self-reported)

Where Cortex stands on LongMemEval

Two axes decide a production memory system: how often it is right, and how fast it answers. Every figure below is end-to-end — an LLM judge grades the final answer, never a retrieval-only proxy.

End-to-end accuracyLongMemEval · higher is better
Mitosis Cortex
91.7% prelim.
Supermemory
85.2%
Zep
75.1%
Mem0
73.8% reproduced
0255075100%
Retrieval latency, p95milliseconds · lower is better
Mitosis Cortex
477
Zep
632
Mem0
1,440
03757501,1251,500 ms

Sources: vendor publications and independent reproductions, cited in full below. Cortex accuracy is preliminary — scope stated under Method.

03 — Independent evaluation

External impartial benchmarks

The Agentic Memory Index is an evaluation by Verging Labs. Eight agent memory systems, plus Claude Code’s built-in memory as a baseline, are each dropped into weeks of simulated company work and tested every time the agent touches memory: 272 tasks per system, 2,176 in total, across 56 working sessions.

Every company, person and tool in the corpus is fictional, so no model prior helps and contamination is detectable. We had no hand in the design, the questions, or the grading. The figures below are from their revision dated 3 August 2026.

Overall96% · 2nd
Incorrect0.0%
Fabricated0.0%
Outdated2.0%
Not addressed4.0%
Answer time4.4 s
Correct answers by task typeCommercial products · higher is better
Mitosis Cortex
96%
gbrain
93%
Mem0
91%
Hyperspell
90%
Anthropic Memory
81%
Zep
79%
Supermemory
75%
Claude Code built-in
57% baseline
0255075100%
Cortex, task type by task typeCorrect answers · higher is better
Synthesis
100% 6/6
False memory check
100% 72/72
Direct recall
97% 58/60
Updated facts
96% 23/24
Thread growth
94% 30/32
Long term
90% 65/72

The chart above covers the seven commercial products plus the Claude Code baseline. It excludes Karpathy Wiki, which scored 98%: it is a hand-maintained wiki that a person curates, not a system you can buy and run unattended. Its full figures are in the source deck linked below. On the false memory check, every system in the field scored 100% except one, so that row separates nobody.

Incorrect answer · 0.0%

Answered confidently, but wrong. Cortex did this zero times in 272 tasks. Mem0, the highest in the field, did it in 3.0% of runs. This is the failure that costs you the invoice, the email, or the customer.

Fabricated memory · 0.0%

Asserted a memory that was never stored. Zero for Cortex, and zero for every other commercial system tested. Only the Claude Code built-in baseline fabricated, in 3.5% of its runs.

Outdated answer · 2.0%

An old value came back after an update. Second best in the field. Zep, the worst on this measure, returned stale answers 13.5% of the time.

Question not addressed · 4.0%

Never addressed the question asked. Tied second lowest, behind Karpathy Wiki at 1.0%. This is the safe way to fail, and it is still a miss. It is the number we are working on.

Early facts are probed again at five checkpoints as the simulated relationship accumulates. Cortex is the only system in the field still perfect at session 33. It is also the one that falls fastest after that.

Session 10100%
Session 21100%
Session 33100%
Session 4591%
Session 5677%
Field best @5695%

Karpathy Wiki ends highest at 95%. Our curve is the cleanest evidence we have for the temporal work already underway, recency weighting and long-horizon pruning. When that ships, this row is where you should check whether it worked.

04 — Reading the numbers

Why most published numbers don’t compare

Recall@k is not accuracy

A “95%” headline often means the right passage appeared somewhere in the top-k results — not that the system answered correctly. Recall@k is structurally the higher number.

Self-reported scores inflate

Vendor-run harnesses reward benchmark-specific prompt tuning. Under a neutral, independent harness, one leading system’s claimed 93.4% reproduced at 73.8%.

Claimed vs. independently reproducedLongMemEval · end-to-end
Mem0
73.8% observed
93.4% claimed

A 20-point gap inside a single system. It is the reason we publish the protocol, not just the score.

05 — Method

The protocol

An evaluation we would accept from a competitor. Each step removes a way to overstate the result.

  1. 1

    Ingest unaltered

    Full multi-session histories, original timestamps, isolated workspace. No per-question tuning, no access to the answer key.

  2. 2

    Retrieve via the production path

    The same fused vector, full-text, and knowledge-graph search a live agent uses over MCP. Every retrieved item carries its source.

  3. 3

    Answer with a fixed, disclosed model

    Claude Sonnet, pinned and verified per call, answers from retrieved context alone. All settings frozen before the run.

  4. 4

    Grade with the authors’ judge

    LongMemEval’s published judge prompts, used verbatim. Judge model disclosed: Grok 4.5 (academic default is GPT-4o); cross-judge agreement is being measured.

06 — Reproducibility

Check our work

The dataset is public and MIT-licensed. The judge prompts are published. We used both without modification, against the production system. A different result under the same protocol is exactly the finding this page exists to invite.

Dataset publicJudge prompts publishedJudge model disclosedRevisions dated, never silent
See Cortex in production →
Sources

References

[1]

Wu, Wang, Yu, Zhang, Chang, Yu. LongMemEval: Benchmarking Chat Assistants on Long-Term Interactive Memory. ICLR 2025. arXiv:2410.10813 · dataset & judge prompts

[2]

Supermemory. State-of-the-Art on LongMemEval. Vendor research page; end-to-end figures. supermemory.ai/research

[3]

Mem0. State of AI Agent Memory 2026. Claimed scores and reported latency. mem0.ai/blog

[4]

Maximem. State of AI Memory 2026: Claimed vs. Observed. Independent reproduction under a neutral harness (93.4% → 73.8%). maximem.ai/blog

[5]

Zep. Lies, Damn Lies, and Statistics. Corrected end-to-end and p95 search-latency figures; plus arXiv:2501.13956. blog.getzep.com

[6]

Liu et al. Lost in the Middle: How Language Models Use Long Contexts. TACL 2024. arXiv:2307.03172

[7]

Maharana et al. LoCoMo: Evaluating Very Long-Term Conversational Memory. ACL 2024. arXiv:2402.17753

[8]

Overing, M. (Verging Labs). Inside the Agentic Memory Index. Independent evaluation of 8 agent memory systems plus a Claude Code baseline; 272 tasks per system over 56 simulated sessions. Revision dated 3 August 2026, superseding the v0.1 figures previously shown on this page. Every figure in section 03. x402oracle.com/deck

Last updated 3 August 2026 · Agentic Memory Index figures are third party · LongMemEval figure is ours and preliminary · versioned as the full evaluation completes.