Paper Overview
- Fields: cs.AI, cs.SE
- Authors: Susheel Suresh, Hazel Mak, Sahil Bhatnagar, Chhaya Methani, Alejandro Gutierrez Munoz
- arXiv: 2609.11060
- Requires no model retraining
- Leaves the task agent, retriever, memory representation, and production write authority unchanged
- Pass rate: 39% → 73%
- Pass-discounted reward: 8.60 → 22.60
- Queries per question: 8.8 → 4.7
- Task-agent cost: $3.38 → $1.68
- All 18 memory-versus-baseline mean reward comparisons are positive
- Task-agent tool calls fall by 16–75%
- Probing gives the best task-agent reward gain per dollar in five of six worlds
- Probing attains higher mean reward than GHCP + Mem on both Sonnet 4.6 and Opus 4.7 without schema drift
What the Paper Proposes
Persistent memory is entering production-oriented agent platforms to help long-horizon agents accumulate experience across sessions. Yet a post-task curator agent restricted to completed trajectories can preserve errors, overgeneralize partial evidence, or retain stale knowledge.
The authors introduce environment-probing curation, a deployment-compatible extension that gives an existing asynchronous curator agent least-privilege, read-only world tools to check, scope, and refresh candidate memories. Key properties:
Evaluation Setup
In a production-like GitHub Copilot (GHCP) harness built on its SDK, the authors compare four configurations:
1. Stateless execution 2. Full in-context learning 3. GHCP + Mem 4. GHCP + Mem (with Env Probing)
Benchmarks: CLBench database exploration and 90 adapted APEX management-consulting tasks.
Key Results
CLBench:
APEX (six worlds):
Conclusion
Environment probing turns existing agent-memory curation into an environment-informed, auditable process while preserving a compact task-time interface.