Anthropic Releases AI Code Review Tool Built to Handle the Rise of AI-Generated Code
In software development, peer code review remains one of the most effective mechanisms for catching defects early, enforcing codebase consistency, and elevating overall software quality — a discipline that has taken on renewed urgency in the age of AI-assisted development.
The emergence of "vibe coding" — a paradigm in which AI tools translate natural language prompts into substantial volumes of production-ready code — has fundamentally reshaped how engineering teams operate. While these tools have dramatically compressed development cycles, they've simultaneously introduced a new class of challenges: latent bugs, unvetted security vulnerabilities, and code that even its authors may not fully understand.
Anthropic's answer to this growing tension is an AI-powered code reviewer engineered to intercept defects before they propagate into production codebases. The new capability, called Code Review, launched Monday inside Claude Code.
"We've seen a lot of growth in Claude Code, especially within the enterprise, and one of the questions that we keep getting from enterprise leaders is: Now that Claude Code is putting up a bunch of pull requests, how do I make sure that those get reviewed in an efficient manner?" Cat Wu, Anthropic's head of product, told TechCrunch.
Pull requests — the standard mechanism by which developers submit proposed changes for peer review before merging into a shared codebase — have become a critical bottleneck in AI-augmented workflows. Wu noted that Claude Code has significantly amplified code output across engineering teams, creating a downstream review burden that human reviewers alone can no longer absorb at scale.
"Code Review is our answer to that," Wu said.
The launch — arriving initially for Claude for Teams and Claude for Enterprise customers in research preview — comes at a particularly consequential moment for Anthropic.
Disrupt 2026: The tech ecosystem, all in one room
Your next round. Your next hire. Your next breakout opportunity. Find it at TechCrunch Disrupt 2026, where 10,000+ founders, investors, and tech leaders gather for three days of 250+ tactical sessions, powerful introductions, and market-defining innovation. Register now to save up to $400.
Save up to $300 or 30% to TechCrunch Founder Summit
1,000+ founders and investors come together at TechCrunch Founder Summit 2026 for a full day focused on growth, execution, and real-world scaling. Learn from founders and investors who have shaped the industry. Connect with peers navigating similar growth stages. Walk away with tactics you can apply immediately
Offer ends March 13.
Also on Monday, Anthropic filed two lawsuits against the Department of Defense following the agency's designation of the company as a supply chain risk. The legal dispute is likely to intensify Anthropic's focus on its enterprise business, which has seen subscriptions quadruple since the start of the year. Claude Code's annualized run-rate revenue has surpassed $2.5 billion since launch, according to the company.
"This product is very much targeted towards our larger scale enterprise users, so companies like Uber, Salesforce, Accenture, who already use Claude Code and now want help with the sheer amount of [pull requests] that it's helping produce," Wu said.
Engineering leads can enable Code Review as a default across their entire team. Once activated, the tool integrates directly with GitHub, automatically analyzing incoming pull requests and surfacing inline comments that explain identified issues alongside concrete remediation suggestions.
Critically, the tool is scoped to logical correctness rather than stylistic preferences — a deliberate design decision that reflects hard-won lessons from developer experience with earlier automated review tools.
"This is really important because a lot of developers have seen AI automated feedback before, and they get annoyed when it's not immediately actionable," Wu said. "We decided we're going to focus purely on logic errors. This way we're catching the highest priority things to fix."
The system walks through its reasoning transparently, articulating what it believes the issue to be, why it poses a risk, and how it might be resolved. Severity is communicated through a color-coded taxonomy: red flags the most critical issues, yellow surfaces potential problems warranting closer inspection, and purple identifies concerns rooted in pre-existing code or historical technical debt.
To deliver this analysis at speed and scale, Code Review employs a multi-agent architecture in which parallel agents each interrogate the codebase from a distinct analytical vantage point. A coordinating agent then aggregates those findings, deduplicates overlapping observations, and surfaces a ranked list of the most pressing concerns.
The tool also incorporates a lightweight security analysis layer, and engineering leads can configure supplementary checks aligned with internal standards and compliance requirements. For teams requiring more rigorous vulnerability assessment, Anthropic's separately launched Claude Code Security offers a deeper, dedicated security analysis capability.
The multi-agent architecture does carry a computational cost. Like other AI services, pricing is token-based and scales with code complexity — Wu estimated the average review would run between $15 and $25. She positioned it as a premium offering, and one that becomes increasingly indispensable as AI tooling continues to accelerate the pace of code generation across engineering organizations.
"[Code Review] is something that's coming from an insane amount of market pull," Wu said. "As engineers develop with Claude Code, they're seeing the friction to creating a new feature [decrease], and they're seeing a much higher demand for code review. So we're hopeful that with this, we'll enable enterprises to build faster than they ever could before, and with much fewer bugs than they ever had before."