提问 HN:过去几天 Claude 的代码质量是否显著下降?

1作者: pqdbr7 个月前
我注意到大约从 5 天前开始,Claude Code 的性能急剧下降。 很好奇其他人是否也遇到了这种情况。 我遇到的例子包括: * **回答不完整:** 询问了在重构后是否仍然需要 3 个文件; 结果只得到了 1 个文件的答案,另外 2 个文件完全被忽略。 * **上下文理解失败:** 修改了我们的 Ansible 脚本后,询问了部署命令; 结果给出了错误的答案,显然没有检查相关文件。 * **代码质量下降:** 过去可以顺利完成的简单重构现在需要多次迭代。 * **Agent 执行问题:** Agent 在没有明确的 @ 提及的情况下无法触发。 尽管 CLAUDE.md 中有明确的指示,但我还是花了一个多小时才让一个 'cypress-test-runner' agent 工作。 即使被触发,它也无法遵循基本指令(不断复述测试名称,而不是原样返回它们)。 其他人有注意到同样的问题吗?
查看原文
I&#x27;ve noticed a sharp drop in Claude Code&#x27;s performance starting about 5 days ago. Curious if others are experiencing this. Examples I&#x27;m seeing:<p>Incomplete responses: Asked if 3 files were still needed post-refactoring; got an answer for only 1, other 2 ignored completely Context failures: Asked for the deploy command after modifying our Ansible script; gave wrong answer without checking obviously related files Code quality regression: Simple refactors that used to work smoothly now require multiple iterations Agent execution issues: Agents not triggering without explicit @ mentions. Spent 1+ hour getting a &#x27;cypress-test-runner&#x27; agent to work despite clear instructions in CLAUDE.md. Even when triggered, it couldn&#x27;t follow basic instructions (kept paraphrasing test names instead of returning them unchanged)<p>Has anyone else noticed the same?