# AI 智能体失败根源在上下文环境

- 来源：Rohan Paul (@rohanpaul_ai)
- 发布时间：2026-07-20 14:43
- AIHOT 分数：48
- AIHOT 链接：https://aihot.virxact.com/items/cmrsvuunx02b4bi24457s0uez
- 原文链接：https://x.com/rohanpaul_ai/status/2079094829427171706

## AI 摘要

新研究提出“上下文评分”框架，从角色清晰度、工具描述、事实支持等七个维度评估 AI 智能体的运行环境，发现智能体失败主因是缺乏良好指令、工具、证据、记忆或安全规则。该评分与智能体实际行为得分无关，但将模糊指令转为结构化后，同一模型在 300 次测试和 7500 轮交互中表现显著提升。更多事实支持减少幻觉，更清晰工具描述改善工具使用，但增加安全规则可能导致智能体过度谨慎，暴露真实权衡。

## 正文

Very important work.

The model may appear guilty， but the true failure frequently begins in the context surrounding it.

By observing an AI agent's environment， we could tell when it was going to crash before it finished the task or got a behavior score.

The study found that agents fail most of the time because they don't have good instructions， tools， evidence， memories， or safety rules.

It assigns scores to this operating context across seven dimensions： clarity of role， description of tools， factual support， consistency of rules， security， and token use.

The score is unrelated to the actual behavior score of the agent so the test does not reward guessing what will happen.

As a result of shifting from vague to structured， the same fixed models performed much better over 300 tests and 7，500 turns.

More factual support was associated with fewer hallucinations， clearer tool descriptions were associated with better tool use， and stronger guardrails were associated with resistance to manipulation.

Adding more safety rules did not improve every task result， because hardened agents sometimes became too cautious， which exposed a real tradeoff.

---

- arxiv. org/abs/2607.14275

Title： "AI Agents Do Not Fail Alone：The Context Fails First"
