Interesting paper from Microsoft.
If you run persistent memory for a production agent, this one is worth your time. (bookmark it)
Memory curators usually read only the finished trajectory.
That lets them save the agent's mistakes, overgeneralize from partial evidence, and keep facts that have gone stale.
Microsoft researchers give the curator a few read-only tools to check each candidate memory against the live environment before it is saved. The task agent, retriever and memory format stay the same, and nothing is retrained.
In a GitHub Copilot harness on CLBench, pass rate goes from 39% to 73%. Queries per question drop from 8.8 to 4.7 and task-agent cost falls from $3.38 to $1.68.
On 90 consulting tasks across six environments, every memory configuration beats the baseline, and tool calls fall by 16 to 75%.
Paper: https://arxiv.org/abs/2609.11060
Chat with Paper: https://academy.dair.ai/papers/grounding-agent-memory-environment-probing-curation-for-enterprise-agents-2609.11060