LoCoMo · 93.3%
Full Tex system vs published baselines. EverMemOS was the prior headline number at 92.3%.
LongMemEval_S · 92.2%
Active retrieval track vs other retrieval-first systems. Emergence AI posted 86.0% on comparable reporting.
We generated answers with gpt-4o-mini and graded them with gpt-4o in an LLM-as-judge setup. Each evaluation ran on a single machine. The exact setup is in Methodology below.
LoCoMo
LoCoMo evaluates long-conversation memory across 10 multi-session conversations with 1,984 questions spanning 5 categories: single-hop retrieval, multi-hop reasoning, temporal reasoning, open-domain inference, and adversarial abstention.Per-category results
Competitive landscape
LongMemEval_S
LongMemEval_S evaluates memory over 500 questions across ~48 sessions each (~115K tokens), testing information extraction, multi-session reasoning, temporal reasoning, knowledge updates, and abstention.Per-ability results
Competitive landscape
Latency
Token efficiency
Per-question breakdown (Tex)
LLM tokens consumed on LoCoMo (1,984 questions)
Headline efficiency claims
Compared with published Mem0 numbers, Tex is about 27% higher on accuracy, uses roughly 87% fewer tokens, and runs at about 95% lower latency. Against MemMachine’s memory-only configuration, Tex is about 5.8% more accurate on 43% fewer tokens. On LoCoMo, Tex also has the lowest tokens-per-correct-answer in this comparison: about 1,296.Ablation: what each part of the pipeline adds
On LongMemEval_S, removing pieces of the retrieval pipeline changes accuracy like this:Methodology
Answers came fromgpt-4o-mini. We graded them with an LLM-as-judge setup built on gpt-4o, using category-specific prompts, binary pass/fail per item, and a straight average inside each category.
LoCoMo used all ten provided conversations (1,984 question-answer pairs) against the full Tex system (not retrieval-only). LongMemEval_S used 500 questions with about 48 sessions each (~115K tokens per trace) against Tex Active retrieval only.
The full pipeline ran on a single machine. There was no multi-node orchestration.
On our roadmap for evals
We plan to add MemoryAgentBench (ICLR 2026), stronger multi-step reasoning for questions that need counting or arithmetic over evidence, and LongMemEval_M for questions that span hundreds of sessions.References
- Maharana et al. LoCoMo: Long-Context Conversations for Evaluating Conversational Memory. EMNLP 2024.
- Wu et al. LongMemEval: Benchmarking Chat Assistants on Long-Term Interactive Memory. ICLR 2025.
- Hu et al. Evaluating Memory in LLM Agents via Incremental Multi-Turn Interactions. ICLR 2026.
- MemMachine. MemMachine v0.2 Delivers Top Scores on LoCoMo. Dec 2025.
- Emergence AI. SOTA on LongMemEval with RAG. 2025.
- Supermemory. State-of-the-Art Agent Memory Research. 2026.
- Mastra. Observational Memory: 95% on LongMemEval. 2026.
Run the quickstart
Install the SDK, store one turn, and print a recall result.

