AI觉醒星球
Awakening is here
Knowledge File / AI技能杠杆
2026-04-24 0 浏览 会员

趋势解读:An update on recent Claude Code quality reports,解读最新 AI 进展

Anthropic发布Claude Code质量问题的事后分析,揭示过去两个月用户投诉激增的真实原因:三个独立bug导致模型表现变差,尤其是清除旧思考的bug使对话变得健忘和重复。

SOURCE / AI技能杠杆 MIN / 4 ACCESS / 会员 POST / 2026-04-24 01:31:25

原贴

查看原文
作者:Simon Willison 来源站点:simonwillison.net 原贴时间:
趋势解读:An update on recent Claude Code quality reports,解读最新 AI 进展

原文

An update on recent Claude Code quality reports It turns out the high volume of complaints that Claude Code was providing worse quality results over the past two months was grounded in real problems. The models themselves were not to blame, but three separate issues in the Claude Code harness caused complex but material problems which directly affected users. Anthropic's postmortem describes these in detail. This one in particular stood out to me: On March 26, we shipped a change to clear Claude's older thinking from sessions that had been idle for over an hour, to reduce latency when users resumed those sessions. A bug caused this to keep happening every turn for the rest of the session instead of just once, which made Claude seem forgetful and repetitive. I frequently have Claude Code sessions which I leave for an hour (or often a day or longer) before returning to them. Right now I have 11 of those (according to ps aux | grep 'claude ' ) and that's after closing down dozens more the other day. I estimate I spend more time prompting in these "stale" sessions than sessions that I've recently started! If you're building agentic systems it's worth reading this article in detail - the kinds of bugs that affect harnesses are deeply complicated, even if you put aside the inherent non-deterministic nature of the models themselves. Via Hacker News Tags: ai , prompt-engineering , generative-ai , llms , anthropic , coding-agents , claude-code

中文翻译

关于近期Claude Code质量报告的最新更新。事实证明,过去两个月大量关于Claude Code提供更差结果的投诉是有真实原因的。模型本身并没有问题,但Claude Code工具链中的三个独立问题导致了复杂但实质性的问题,直接影响用户。Anthropic的事后分析详细描述了这些问题。其中有一个特别引起我的注意:3月26日,我们发布了一个更改,以清除空闲超过一小时的会话中Claude的旧思考,以减少用户恢复会话时的延迟。一个bug导致这种情况在会话的后续每个回合中持续发生,而不是只发生一次,这让Claude显得健忘和重复。我经常有Claude Code会话,离开一小时(或经常是一天或更长时间)后又返回。目前我有11个这样的会话(根据ps aux | grep 'claude '),这还是在前几天关闭了几十个之后。我估计我在这些“陈旧的”会话中提示的时间比我在最近开始的会话中还要多!如果你正在构建智能体系统,值得详细阅读这篇文章——即使不考虑模型本身固有的非确定性,影响工具链的各种bug也是非常复杂的。

核心信息

Anthropic发布Claude Code质量问题的事后分析,揭示过去两个月用户投诉激增的真实原因:三个独立bug导致模型表现变差,尤其是清除旧思考的bug使对话变得健忘和重复。

  • Anthropic承认Claude Code质量下降由三个bug导致
  • 清除旧思考的bug使模型变得健忘和重复
  • 工具链稳定性与模型能力同等重要
  • 长时间会话用户受影响最大
  • 构建智能体系统需警惕非确定性bug
试看内容

成为会员查看完整内容

你已经看到了这篇内容的前置整理,剩余深度部分仅对会员开放。

详细解读 信息差价值 参考来源
成为会员查看完整内容
上一篇 OpenAI Developers 发布新动态,聚焦产品能力与工作流变化(Auto-review is a new mode that lets Codex) 下一篇 论文速读:OpenCLAW-P2P v6.0,聚焦形式化数学证明能力