MERIT Benchmark Reveals When Long-Term Memory Actually Helps AI Agents — and When It Doesn't
Summarized by AI from reporting by ArXiv cs.AI, published under our editorial policy.
A new benchmark called MERIT measures the marginal utility of long-term memory for tool-using LLM agents. The study finds that memory often fails to improve task performance, especially when access costs are high, challenging assumptions about AI memory in real-world applications.

Key takeaways
- MERIT is a new benchmark that measures the marginal utility of long-term memory for tool-using LLM agents, focusing on whether remembered facts change task execution.
- The study found that long-term memory often fails to improve AI agent performance, especially when the cost of accessing memory outweighs its benefits.
- The usefulness of memory depends on the specific task—some tasks benefit from memory, while others do not.
A team of researchers has released MERIT (Memory Evaluation for Realistic Instrumented Tasks), a new benchmark designed to evaluate how well long-term memory helps AI agents perform real-world, tool-using tasks. Unlike previous benchmarks that test conversational recall, MERIT measures whether remembered facts actually change what an AI agent does, and accounts for the cost of accessing that memory.
What MERIT Actually Measures: Marginal Utility of Memory
Most current benchmarks, like LoCoMo and LongMemEval, test AI memory by asking the model to recall facts from past conversations. MERIT, however, measures the marginal utility of memory—that is, whether remembering something actually improves the AI's performance in a task. The benchmark provides episodic tool-use tasks in three domains, and it explicitly accounts for the cost of accessing memory, making it more realistic than previous evaluations. The dependence of each task on earlier-episode facts is verified by an automated process.
Key Findings: Memory Often Doesn't Improve Performance
The study found that long-term memory doesn't always improve an AI agent's performance. In many cases, the cost of accessing memory outweighs the benefits. For example, if an AI agent has to spend time and computational resources retrieving a piece of information from its memory, but that information doesn't actually help it complete a task, then memory becomes more of a burden than an asset. The study also found that the usefulness of memory depends heavily on the specific task—some tasks benefit from memory, while others do not.
Why This Matters for Everyday AI Applications
This research highlights an important limitation of current AI systems. Many AI agents, like virtual assistants or customer service bots, rely on memory to provide personalized responses. However, if memory doesn't actually improve performance, it could be a waste of resources. For example, if an AI assistant remembers that you prefer coffee over tea, but that information doesn't help it complete your task any faster or more accurately, then the memory isn't adding value. This research could lead to more efficient AI systems that only use memory when it's truly beneficial.
How to Explore the MERIT Benchmark
If you're curious about how memory affects AI performance, you can explore the MERIT benchmark and its tasks. While the benchmark itself is a research tool, understanding its findings can help you appreciate the limitations of AI memory in everyday applications. For example, the next time you interact with a virtual assistant, consider whether the information it remembers about you is actually helping it serve you better, or if it's just a gimmick.
Frequently asked
- What is MERIT?
- MERIT (Memory Evaluation for Realistic Instrumented Tasks) is a benchmark that evaluates how well long-term memory helps AI agents perform real-world, tool-using tasks by measuring the marginal utility of memory.
- How is MERIT different from other memory benchmarks like LoCoMo and LongMemEval?
- Unlike other benchmarks that test conversational recall by asking models to answer questions over dialogue history, MERIT measures whether remembered facts actually change what a tool-using AI agent does, and it accounts for the cost of accessing memory.
- Does long-term memory always help AI agents perform better?
- No, the study found that memory doesn't always improve performance, especially when the cost of accessing it outweighs the benefits. The usefulness of memory depends on the specific task.