Anthropic、Claude Code向けにエージェントベースのコードレビュー機能を導入
Anthropicは、Claude Code向けに新しいコードレビュー機能を導入し、複数のAIレビュアーを使用してコード変更を分析するエージェントベースのプルリクエストレビューシステムを追加した。
Anthropic、Claude Code向けにエージェントベースのコードレビュー機能を導入
AnthropicはClaude Code向けに新しいCode Review機能を発表し、複数のAIレビュアーを使用してコード変更を分析するエージェントベースのプルリクエスト(pull request)レビューシステムを追加しました。本機能は、TeamおよびEnterpriseユーザー向けにリサーチプレビューとして提供されています。
このシステムはプルリクエストが作成されると自動的に実行され、複数のエージェントを並行して起動して変更内容を検査します。Anthropicによると、エージェントは潜在的なバグを検索し、誤検知(false positives)を減らすために発見内容を検証し、重大度に応じて問題をランク付けしてから、プルリクエストに要約レビューとインラインコメント(inline comments)を投稿します。
Anthropicによると、割り当てられるエージェントの数はプルリクエストの規模と複雑さに応じて調整されます。大規模または複雑な変更にはより深い分析が行われ、小規模な変更には軽量なレビュー処理(lightweight review passes)が適用されます。同社によれば、平均的なレビュー所要時間は約20分です。
社内では、Anthropicが数ヶ月にわたり自身のプルリクエストの大半で本システムを活用してきたと述べています。同社によれば、採用後、実質的なレビューコメント(substantive review comments)が付くプルリクエストの割合は16%から54%に増加しました。変更行数が1,000行を超えるプルリクエストでは、84%で何らかの発見があり、平均7.5件の問題が特定されました。50行未満のプルリクエストでは31%で発見があり、平均0.5件でした。
Anthropicは、社内利用中にエンジニアによって「誤り」とマークされた発見が1%未満であったと明言しました。同社は、本ツールは人間のレビュアーを置き換えるのではなく支援するために設計されており、プルリクエストを自動的に承認するものではないと説明しています。
AnthropicのCode Review発表に対するコミュニティの反応は概ね好意的であり、開発者は報告された分析の深さとマルチエージェント方式(multi-agent approach)を、軽量なAIレビューツールとの顕著な差別化要因として強調しています。一部のコメント投稿者は、価格設定が小規模チームの採用を制限する可能性があるとし、他のユーザーは報告された20分のレビュー時間とプルリクエストあたり15〜25ドルのコストが、高頻度のエンジニアリングワークフローにおいて実用的かどうかを疑問視しています。
AIリサーチャーのNir Zabari氏は次のようにコメントしています:
表面は良さそうに聞こえますが、各並列エージェントの焦点領域などの技術的な詳細を共有しておらず、他のツールよりも優れている理由も説明していません。コストが15〜25ドル(現在のOpus pricingに基づく場合、約3Mトークン(tokens)の範囲と推測)という情報しかありません。つまり、こうした機能はオープンソース化すべき価値があるということです…
また、ユーザーの@rohini氏は投稿しています:
Claudeがコードを書いて、Claudeがそれをレビューする? これは最低限の安全基準すら満たしていません。
今回のリリースにより、AnthropicはGitHub’s Copilot code review featuresやCodeRabbitなどのツールがすでに自動化されたプルリクエスト分析を提供しているAIコードレビュー市場に、より直接的に参入することになります。Anthropicの差別化要因は、マルチエージェントレビューアーキテクチャを採用し、軽量なレビュー処理ではなく、より深く時間のかかる分析を重視している点です。
著者について
Daniel Dominguez
DanielはSamXLabsのマネージングパートナーであり、同社はAWS Partner Networkのメンバー企業です。スタートアップ企業からFortune 500企業に至るまで、ソフトウェア製品開発において13年以上の経験を持っています。DanielはUniversity of Washingtonで工学の学位を取得し、機械学習(Machine Learning)を専門分野としています。彼はAIとクラウドコンピューティング(cloud computing)を活用して革新的なソリューションを生み出すことに情熱を注いでいます。機械学習(Machine Learning)ティアのAWS Community Builderとして、Danielはソフトウェア製品における知識の共有と革新の推進に尽力しています。
Show more / Show less
原文を表示
Anthropic has introduced a new Code Review feature for Claude Code, adding an agent-based pull request review system that analyzes code changes using multiple AI reviewers. The feature is available in research preview for Team and Enterprise users.
The system automatically runs when a pull request is opened and dispatches several agents to inspect the changes in parallel. According to Anthropic, the agents search for potential bugs, verify findings to reduce false positives, and rank issues by severity before posting a summary review and inline comments on the pull request.
Anthropic said the number of agents assigned scales with pull request size and complexity. Larger or more complex changes receive deeper analysis, while smaller changes receive lighter review passes. The company reports that average review time is around 20 minutes.
Internally, Anthropic says it has used the system on most of its own pull requests for several months. According to the company, substantive review comments increased from 16% of pull requests to 54% after adoption. On pull requests with more than 1,000 lines changed, Anthropic reports that 84% generated findings, with an average of 7.5 issues identified. For pull requests under 50 lines, 31% generated findings, averaging 0.5 issues.
Anthropic stated that fewer than 1% of findings were marked incorrect by engineers during internal use. The company said the tool is designed to support, rather than replace, human reviewers and does not approve pull requests automatically.
Community reactions to Anthropic’s Code Review announcement were generally positive, with developers highlighting the reported depth of analysis and multi-agent approach as notable differentiators from lighter AI review tools. Some commenters said the pricing may limit adoption for smaller teams, while others questioned whether the reported 20-minute review time and $15–25 cost per pull request would be practical for high-volume engineering workflows.
AI Researcher Nir Zabari, commented:
Sounds good on the surface, but it doesn't share any technical details (like what each parallel agent focuses on) or explain why it's better than other tools, besides saying that it costs $15–25 (based on current Opus pricing, let's say a range of ~3M tokens). In other words, worth going open source on such features...
Meanwhile user @rohini posted:
Claude is writing the code and Claude is reviewing it ? This does not even meet minimum safety standard.
The release places Anthropic more directly into the AI code review market, where tools such as GitHub’s Copilot code review features, and CodeRabbit, review capabilities already offer automated pull request analysis. Anthropic’s differentiation is its multi-agent review architecture and emphasis on deeper, slower analysis rather than lightweight review passes.
About the Author
Daniel Dominguez
Daniel is the Managing Partner at SamXLabs an AWS Partner Network company. He has over 13 years of experience in software product development for startups and Fortune 500 companies. Daniel holds a degree in Engineering and a Machine Learning specialization from the University of Washington. He is passionate about leveraging AI and cloud computing to create innovative solutions. As an AWS Community Builder in the Machine Learning tier, Daniel is committed to sharing knowledge and driving innovation in software products.
Show moreShow less
他社はどう報じたか
同じ出来事を扱う別媒体の記事です。見出しと公開時刻を比較できます。
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み