cs.AI cs.CL

An AI that reminds only when it matters — the "Proactive Memory Agent" for long-horizon agents

cs.AI Yifan Wu, Lizhu Zhang, Yuhang Zhou, et al. (8) Jul 2026

In long-horizon tasks, decision-relevant state (requirements, environment facts, prior attempts, diagnoses, open subgoals) gets buried in or pushed beyond the context window — a failure mode the authors call behavioral state decay. A separate memory agent runs alongside an unmodified action agent, maintaining a structured memory bank and deciding whether to inject a memory-grounded reminder or stay silent. It lifts pass@1 by +8.3 pp on Terminal-Bench 2.0 and +6.8 pp on tau2-Bench.

Paper overview (our summary)

  • Field (arXiv category)cs.AI(+1)
  • AuthorsYifan Wu, Lizhu Zhang, Yuhang Zhou, et al. (8)
  • Submitted2026-07-09
  • arXiv ID2607.08716v1

Key points

  • Names the long-horizon failure mode: behavioral state decay — decision-relevant state buried in or pushed out of context
  • A separate memory agent runs alongside an unmodified action agent, updating a structured memory bank and injecting reminders only when needed
  • Plug-and-play with frontier action agents and existing harnesses
  • +8.3 pp pass@1 on Terminal-Bench 2.0 and +6.8 pp on tau2-Bench
  • Selective intervention beats always-on injection, passive exposure, and general retrieval; Qwen3.5-27B trained with SFT+GRPO shows partial transfer

This work (Proactive Memory Agent) gives long-horizon AI agents a mechanism that reminds them of what matters, exactly when it matters.

1A failure specific to long-horizon tasks

The underlying failure is specific to long-horizon tasks. The state a decision depends on — task requirements, environment facts, prior attempts, diagnoses, open subgoals — scatters across an ever-growing trajectory. As the trajectory expands, that state gets buried inside the context window or pushed beyond it, and stops influencing decisions at the moment it is needed. The authors name this failure mode behavioral state decay.

2Memory as intervention, not retrieval

The core idea is to design memory as an active intervention mechanism rather than passive retrieval. The action agent itself is left unmodified; a separate memory agent runs alongside it, continuously updating a structured memory bank from the recent trajectory, and deciding at each point whether to inject a memory-grounded reminder or remain silent. The module is plug-and-play with frontier action agents and existing agent harnesses.

3Results on Terminal-Bench 2.0 and tau2-Bench

Across Terminal-Bench 2.0 and tau2-Bench, the module improves pass@1 for both weaker and stronger action agents, with gains of +8.3 pp on Terminal-Bench and +6.8 pp on tau2-Bench. Ablations show that selective intervention outperforms passive bank exposure, always-on injection, advisor-only guidance, and general retrieval.

As an early step toward open-weight memory policies, the authors train Qwen3.5-27B on SETA using SFT and GRPO, improving validation reward and achieving partial transfer to Terminal-Bench.

Why it matters

Directly relevant to the reliability of long-running AI agents (coding, customer support, operations). For practitioners designing agent memory, harnesses, and context management, the shift from passive retrieval to active intervention — with measured gains — is a useful reference.

FAQ

How is this different from RAG-style retrieval?
Retrieval recalls information passively when asked. Here the memory agent monitors the trajectory and decides on its own whether to interrupt with a reminder. In ablations, this selective intervention outperformed general retrieval.
Why does the option to stay silent matter?
Always-on injection crowds the context and adds noise. Experiments show injecting only when useful beats constant injection — timing of intervention is itself a capability worth learning.

Sources (primary)

Source: arXiv (descriptive metadata is CC0 public domain). Summaries are our own; see arXiv for the original text and PDF.

#AI#arXiv#Research paper#AI agents#Memory#LLM
Disclaimer: This site independently summarizes and classifies information based on official data sources. Always verify the latest and accurate information with the official sources. Content on finance, health, legal, and security is information, not advice. This site is not an official website of the U.S. government.