清华康奈尔研究:ACID-Agent 防记忆污染

Rohan Paul · @rohanpaul_ai · X·2026-08-23 08:04·14小时前
AI 导读

清华与康奈尔新研究指出,智能体记忆可能将可恢复错误固化为持续错误。论文借鉴数据库事务思想提出 ACID-Agent,将探索-执行-验证循环视为事务,仅提交验证通过的结果,失败尝试不进入记忆与工作区。验证失败时智能体重试且不携带失败状态,长期运行可靠性更取决于控制提交与重试而非单纯提升推理能力。

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

清华康奈尔研究:ACID-Agent 防记忆污染

2026-08-23 08:04· 14小时前
AI 导读

清华与康奈尔新研究指出,智能体记忆可能将可恢复错误固化为持续错误。论文借鉴数据库事务思想提出 ACID-Agent,将探索-执行-验证循环视为事务,仅提交验证通过的结果,失败尝试不进入记忆与工作区。验证失败时智能体重试且不携带失败状态,长期运行可靠性更取决于控制提交与重试而非单纯提升推理能力。

New Tsinghua + cornell study shows Agent memory can turn a recoverable mistake into a persistent one.

Letting failed agent steps update memory can make the next step inherit the same mistake.

This paper borrows a database idea for long-running agents: treat each chunk of work as a transaction, and only commit it after validation.

Their ACID-Agent treats each exploration-execution-validation cycle as a transaction, commits only validated results, and keeps failed attempts out of both memory and the workspace.

If validation fails, the agent retries without carrying that failed state forward.

For long-running agents, reliability may depend less on asking the model to "reason better" and more on controlling what gets committed, what gets retried, and what failed state is allowed to survive.

– arxiv. org/abs/2608.13900

Title: "Agentic Transaction: Towards ACID-Compliant Agent Systems"