Microsoft 论文提出环境探测式记忆校验,CLBench 通过率从 39% 升至 73%

Rohan Paul · @rohanpaul_ai · X·2026-09-15 01:37·3小时前
AI 导读

Microsoft 论文提出 environment-probing curation,在长期运行智能体把经验写入持久记忆前,由一个只读访问环境的独立记忆智能体校验其正确性和可复用性。

Rohan Paul@rohanpaul_ai
50AI 编辑部评分,满分 100

Microsoft 论文提出环境探测式记忆校验,CLBench 通过率从 39% 升至 73%

2026-09-15 01:37· 3小时前
AI 导读

Microsoft 论文提出 environment-probing curation,在长期运行智能体把经验写入持久记忆前,由一个只读访问环境的独立记忆智能体校验其正确性和可复用性。

New Microsoft paper recommends for long-running agents, check that a lesson is correct and reusable before putting it into persistent memory.

checking agent memories against the environment before saving them made later tasks more accurate and cheaper, so verification should happen at memory-write time.

A finished agent run is not ground truth. It may contain a wrong assumption, an incomplete procedure, or a fact that becomes stale later.

Their fix is: after each task, a separate memory agent gets read-only access to the environment and checks what is worth keeping before it writes anything into long-term memory.

On CLBench, this setup raised pass rate from 39% to 73%, cut queries from 8.8 to 4.7 per task, and reduced task-agent cost from $3.38 to $1.68.

来源:Rohan Paul· x.com