Research · Models · Applications
AI 代理没有时间感且无法感知时间
研究测试了Anthropic的Claude Code和OpenAI的Codex两款编码助手的时间感,发现它们在ProgramBench测试中大多预估需要约90分钟,与任务难度无关。但当代理获得报告已用时间的工具时,它们几乎每次都能准确判断时间。
阅读 THE DECODER 原文为什么重要
该研究揭示了AI代理在时间感知方面的局限性,对依赖AI进行任务规划和资源管理的场景具有重要启示,有助于改进代理设计。
关键事实
事实 1
研究测试了 Anthropic 的 Claude Code 和 OpenAI 的 Codex 这两款编码助手的时间感。
来源与依据
The pair tested two widely used coding assistants, Anthropic's Claude Code and OpenAI's Codex, on their sense of time.
事实 2
在 ProgramBench 测试中,两款模型大多预估需要约 90 分钟,与任务难度无关。
来源与依据
On ProgramBench, both models mostly guessed around 90 minutes, no matter the difficulty.
事实 3
当代理获得报告已用时间的工具时,它们几乎每次都能准确判断时间。
来源与依据
When the agents got access to a tool that reports elapsed time, they got it right almost every time.