Anthropic debuts Code Review for teams, enterprises • The Register
Anthropic debuts Code Review for teams, enterprises • The Register
https://www.theregister.com/2026/03/09/anthropic_debuts_code_review/
Publish Date: 2026-03-09 19:06:00
Source Domain: www.theregister.com
Anthropic has introduced a more extensive – and expensive – way to review source code in hosted repositories, many of which already contain large swaths of AI-generated code.
Code Review is a new service for teams and enterprise customers that drives multiple agents to scour code repos in a concerted effort to catch unidentified bugs.
The company’s Claude models are already capable of conducting code reviews upon demand – you can learn a lot about the quality of AI-generated code by having Claude review its own work. The AI biz also offers a Claude Code GitHub Action that can launch a code review automatically as part of the CI/CD pipeline.
Code Review will do a lot more of that, at greater expense.
“Code Review analyzes your GitHub pull requests and posts findings as inline comments on the lines of code where it found issues,” the company explains in its documentation. “A fleet of specialized agents examine the code changes in the context of your full codebase, looking for logic errors, security vulnerabilities, broken edge cases, and subtle regressions.”
A fleet of specialized agents, you say? That sounds like it might burn a lot of tokens during the inference process. And indeed that’s the case. As Anthropic observes, Code Review focuses on depth, more so than the existing approaches.
“Reviews are billed on token usage and generally average $15–25, scaling with PR [pull request] size and complexity,” the company says.
That’s per pull request. As a point of comparison, Code Rabbit, which offers AI-based code reviews, charges $24 per month.
Code Review is also not very quick. While the amount of time required varies with the size of the pull request, reviews on average take about 20 minutes to complete, according to Anthropic.
Given the time required and the billing rate,…