Paper Overview
- Research Area: Machine Learning
- Authors: Zhikai Chen, Jialiang Gu, Junyu Yin
- Published: 2025-06-01
- arXiv: 2606.04315
- LLM agents accumulate histories that outgrow their context windows, motivating a growing body of research on agent memory systems.
- Most existing memory designs are tuned to a single scenario (e.g., multi-session chat or a single trajectory format), with little evidence that they generalize across the heterogeneous trajectories agents encounter in real deployments.
- The paper revisits eight memory systems plus an agentic harness for search problems across five scenarios: single-turn QA, multi-session chat, agentic-trajectory QA, memory stress tests, and long-horizon agentic tasks.
- The harness, which self-manages flat text-file storage via tool calls, achieves the best cross-task ranking.
- This suggests that memory performance hinges on giving the agent active control over storage and retrieval, rather than relying on a passive store behind a fixed pipeline.
Key Points
AutoMEM
The authors instantiate this insight as AutoMEM, an agentic memory tool with a self-managed tool interface. Among all systems evaluated, AutoMEM achieves the best cross-scenario generalization capability.
Original Abstract (excerpt)
> LLM agents accumulate histories that outgrow their context windows, motivating a growing literature on memory systems. Yet most existing designs are tuned to a single scenario (multi-session chat or a single trajectory format), and there is little evidence that they generalize across the heterogeneous trajectories agents encounter in deployment. We revisit eight memory systems plus an agentic harness for search problems, on five scenarios: single-turn QA, multi-session chat, agentic-trajectory QA, memory stress tests, and long-horizon agentic tasks. The harness, which self-manages flat text-file storage via tool calls, achieves the best cross-task ranking, suggesting that memory performance hinges on giving the agent active control over storage and retrieval rather than on a passive store ...
---
*Automatically collected on 2026-06-05.*