自我改进智能体的记忆脆弱性研究

Rohan Paul · @rohanpaul_ai · X·2026-08-22 06:32·13天前
AI 导读

Salesforce 测试两种基于记忆的智能体方法,发现任务顺序显著影响效果:按 WebArena 默认顺序,ReasoningBank 性能提升 1.5 分,打乱顺序后反而下降 4.5 分。智能体会保存错误经验(如在无法调用 API 的环境中推荐 API),71% 案例中结果更不稳定,即使改进任务细节和环境反馈也只能恢复 31% 的下降。

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

自我改进智能体的记忆脆弱性研究

2026-08-22 06:32· 13天前
AI 导读

Salesforce 测试两种基于记忆的智能体方法,发现任务顺序显著影响效果:按 WebArena 默认顺序,ReasoningBank 性能提升 1.5 分,打乱顺序后反而下降 4.5 分。智能体会保存错误经验(如在无法调用 API 的环境中推荐 API),71% 案例中结果更不稳定,即使改进任务细节和环境反馈也只能恢复 31% 的下降。

The big problem with self-improving agents is that memory can compound mistakes just as easily as it compounds useful lessons.

Salesforce tested 2 memory-based agent methods and found a pretty uncomfortable pattern.

With WebArena’s default task order, ReasoningBank improved performance by 1.5 points.

Shuffle those tasks, and it dropped by 4.5 points instead.

Why? The default order tended to put easier tasks first, so the agent learned cleaner lessons early.

But memory works both ways.

Agents also saved bad lessons, like recommending APIs in an environment where APIs were impossible, then kept pulling those memories back into future tasks.

Results became more unstable in 71% of cases.

Even giving the memory system better task details and environment feedback recovered only 31% of the drop.

So “learning from experience” is only useful if the agent is learning the right thing.

– arxiv. org/abs/2608.18066

Title: "On the Fragility of Self-Improving Agents: Variance, Task Order, and Underspecification"

来源:Rohan Paul· x.com