Meta Proposes Active Memory Mechanism for Agents

omarsar0 · x · 2026-07-10

New research from Meta identifies that a common failure mode in long-horizon agents is behavioral state decay: factual task data, previous attempts, and unfinished sub-goals get buried in the context, causing subsequent actions to lose critical information.

The paper proposes pairing the action agent with an independent memory agent. This module maintains structured memory based on recent trajectories and decides at each step whether to inject a "memory reminder" or remain silent. It can be plugged directly into existing frontier agents and benchmark frameworks without modifying the action agent itself.

Results show that this active memory mechanism—surfacing the right facts at the right time—improves pass@1 scores for both weaker and stronger action agents on Terminal-Bench 2.0 and tau-squared-Bench. The authors conclude that proactively triggering memory is a highly useful primitive, proving more effective than retrieving information only when the agent remembers to ask.

Related event: Meta Proposes Active Memory to Fix Long-Horizon Agent Decay(4 posts)→

Original post →

More from coding & agent

coding & agent channel →