Scale
- • Human-authored, interdependent task sequences evaluated through Memory-Agent-Environment loops.
Memory benchmark
An evaluation gym for agent memory in interdependent multi-session tasks where agents must learn from earlier actions and reuse that memory later.
Original research
This is the paper that introduced MemoryArena.
arXiv:2602.16313 ↗Used in the field
Yasmine Omri, Ziyu Gan et al.
arXiv 2026 · 2026
Agent Memory decomposes agent workloads into ingestion, memory construction, storage, retrieval, prompt assembly, generation, and maintenance, and classifies ten systems across four paradigms. Agent Memory’s profiling on MemoryAgentBench and MemoryArena reveals over 47× spread in lifecycle energy per correct answer and two orders of magnitude differences in serving latency across paradigms.
Pengfei Du
· 2026
Memory for Autonomous LLM Agents decomposes agent memory into a POMDP-grounded write–manage–read loop, a three-dimensional taxonomy, and five mechanism families spanning context compression, retrieval stores, reflection, hierarchical virtual context, and policy-learned management. Memory for Autonomous LLM Agents synthesizes results like Voyager’s 15.3× tech-tree speedup and MemoryArena’s 80%→45% drop to show that memory architecture often matters more than backbone choice.