Bringing Code Review to Claude Code

· Source: Claude Blog · Field: Technology & Digital — Software Development & Engineering, Artificial Intelligence & Machine Learning · Depth: Intermediate, quick

Summary

Anthropic has introduced Code Review, an agent team-based system for deep code analysis, now available in research preview for Team and Enterprise plans. Modeled on Anthropic's internal system, Code Review dispatches multiple agents to identify and rank bugs in pull requests (PRs), providing a high-signal overview and inline comments. This system aims to address the code review bottleneck, which has intensified as Anthropic's engineer code output increased by 200% in the last year. Internally, Code Review boosted substantive review comments from 16% to 54% of PRs. It scales with PR complexity, averaging 20 minutes per review and costing $15-$25 based on token usage. Admins can manage costs via monthly caps, repository-level control, and an analytics dashboard.

Key takeaway

For engineering leaders managing growing codebases and developer bandwidth, Code Review offers a solution to the code review bottleneck. Your teams can offload initial deep analysis to an AI agent team, freeing human reviewers to focus on higher-level architectural concerns and final approvals. Consider piloting this system on critical repositories to improve code quality and catch subtle bugs before they merge, while carefully monitoring the $15-$25 per-review cost.

Key insights

Multi-agent code review systems can significantly enhance bug detection and review thoroughness.

Principles

Method

A team of agents is dispatched on a PR to find bugs in parallel, verify findings to reduce false positives, and rank them by severity, presenting results as a single overview and inline comments.

In practice

Topics

Code references

Best for: CTO, VP of Engineering/Data, Director of AI/ML, Software Engineer, MLOps Engineer, AI Architect

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Claude Blog.