Anthropic Introduces Agent-Based Code Review for Claude Code

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

Summary

Anthropic has launched a new Code Review feature for Claude Code, an agent-based pull request review system now in research preview for Team and Enterprise users. This system deploys multiple AI agents in parallel to inspect code changes, identify potential bugs, verify findings, and rank issues by severity. It then posts a summary review and inline comments on the pull request, with an average review time of approximately 20 minutes. Internally, Anthropic observed a significant increase in substantive review comments, from 16% to 54% of pull requests, after adopting the system. For pull requests over 1,000 lines, 84% generated findings, averaging 7.5 issues, while those under 50 lines saw 31% generate findings, averaging 0.5 issues. The company emphasizes that the tool supports human reviewers and does not automatically approve pull requests.

Key takeaway

For engineering leaders evaluating AI-powered code review solutions, Anthropic's multi-agent approach offers a differentiated option focused on deeper analysis, potentially reducing false positives and increasing substantive feedback. While the reported 20-minute review time and $15–25 cost per pull request may impact high-volume workflows, its internal success suggests it can significantly augment human reviewers, particularly for complex changes. Consider piloting this system to assess its fit for your team's specific code complexity and review velocity needs.

Key insights

Anthropic's agent-based code review system uses multiple AI agents for deeper, parallel analysis of pull requests.

Principles

Method

The system dispatches multiple AI agents to inspect pull requests in parallel, searching for bugs, verifying findings, and ranking issues before summarizing.

In practice

Topics

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

Related on AIssential

Open in AIssential →

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