Meta Paper: Training Agents to Decide When to Use Memory via RL
rohanpaul_ai · x · 2026-08-24
Meta introduces EvoHarness-RL, a novel method addressing the issue of long-horizon agents forgetting state due to task length.
Key Insight: Simply adding memory and tools is insufficient; the critical breakthrough is training the agent when it is worth using external state. EvoHarness-RL uses Reinforcement Learning to teach the policy model to balance between "calling external state (Belief, Progress, Experience)" and "saving interaction steps."
Performance:
- On ALFWorld tasks, Qwen3-8B with ReAct scored only 47.9%. With EvoHarness-RL, it surged to 96.9% (seen tasks) and 86.6% (unseen tasks).
- During training, as success rates rose, the frequency of external state calls dropped to approximately 1 per episode. This indicates routine behavior is internalized into the model weights, leaving external memory access for critical moments.
Takeaway: Agent builders should train policies to decide when to consult and update memory rather than hard-coding constant access.
Related event: Meta's EvoHarness-RL Trains Agents to Decide When to Use Memory(2 posts)→
More from coding & agent
- Enterprise Agents Need Architecture Constraints, Not Just Data Quality — jonerp · 2026-08-24
- Google launches Developer Knowledge MCP integrated into gcloud CLI — rseroter · 2026-08-24
- Built a Cloudflare Agent to diagnose and fix 'slop' in web design — craigsdennis · 2026-08-24
- Obsidian's Smart Chat saves AI thread links and status back into your notes — AINewsletter · 2026-08-24
- Vibe coding feels faster until your project grows and you can't understand its history — Warm-Reaction-456 · 2026-08-24
- We gave agents real email addresses and broke deliverability, threading, and privacy — saltexx · 2026-08-24