Microsoft 论文提出环境探测式记忆管理,将 GitHub Copilot 测试通过率从 39% 提升至 73%

DAIR.AI · @dair_ai · X·2026-09-11 23:19·57分钟前
AI 导读

Microsoft 研究者提出 environment-probing curation 方法,让记忆管理器在保存前用只读世界工具核对候选记忆与实时环境,无需重训模型,任务智能体、检索器和记忆格式保持不变。

DAIR.AI@dair_ai
50AI 编辑部评分,满分 100

Microsoft 论文提出环境探测式记忆管理,将 GitHub Copilot 测试通过率从 39% 提升至 73%

2026-09-11 23:19· 57分钟前
AI 导读

Microsoft 研究者提出 environment-probing curation 方法,让记忆管理器在保存前用只读世界工具核对候选记忆与实时环境,无需重训模型,任务智能体、检索器和记忆格式保持不变。

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