Boris Cherny:Claude 写的生产代码应有比人类更高的标准

Simon Willison 博客·2026-09-12 01:47·59分钟前·Simon Willison
AI 导读

Anthropic 的 Boris Cherny 表示,Claude 编写的生产代码应比人类编写的代码有更高标准。Anthropic 为此设置了大量护栏,包括 lint 规则、测试、Claude 驱动的端到端测试、每日运行的 Claude 模糊测试器、自动化代码审查与安全审查、自动化代码重构等。缺少这些措施,代码库可能变得难以维护。

Simon Willison 博客
43AI 编辑部评分,满分 100

Boris Cherny:Claude 写的生产代码应有比人类更高的标准

2026-09-12 01:47· 59分钟前· Simon Willison
AI 导读

Anthropic 的 Boris Cherny 表示,Claude 编写的生产代码应比人类编写的代码有更高标准。Anthropic 为此设置了大量护栏,包括 lint 规则、测试、Claude 驱动的端到端测试、每日运行的 Claude 模糊测试器、自动化代码审查与安全审查、自动化代码重构等。缺少这些措施,代码库可能变得难以维护。

Production code written by Claude should have a higher bar than if it was written by a human. At Anthropic, we have many guardrails in place to make sure this is happening: lots of lint rules, lots of tests, Claude-driven end to end tests, Claude-powered fuzzers running daily, automated code reviews and security reviews, automated code refactoring, and so on. Without these, you can end up with a mess that is hard to maintain down the line.

Boris Cherny

来源:Simon Willison 博客· simonwillison.net