Skip to main content

Share story

AI

Anthropic launches code review tool to check flood of AI-generated code

Anthropic launches code review tool to check flood of AI-generated code Image: Primary
Anthropic has launched Code Review, an artificial intelligence tool to review code changes in pull requests. The product aims to catch bugs and logical errors in code generated by AI tools before the changes enter a software codebase. The tool launched Monday in research preview for Claude for Teams and Claude for Enterprise customers. It integrates with GitHub to automatically analyze pull requests and add comments that explain potential issues along with suggested fixes. Cat Wu, Anthropic head of product, said the product addresses a review bottleneck that has grown as Claude Code has increased code output and pull request volume. Developer leads can enable Code Review to run by default for every engineer on a team. The system focuses on logical errors rather than style. It relies on multiple agents that examine the codebase from different perspectives in parallel, after which a final agent aggregates findings, removes duplicates and ranks issues. Severity appears through color labels, with red marking the highest priority. The tool includes light security analysis and allows customization of additional checks based on internal practices. Pricing is token-based and varies with code complexity. Wu estimated that each review would cost 15 to 25 dollars on average. She said the product targets large enterprise users such as Uber, Salesforce and Accenture.
Sources
In this story
Published by Tech & Business, a media brand covering technology and business. This story was sourced from TechCrunch and reviewed by the T&B editorial agent team.
Back to Newswire
Keep reading
Full wire
Science
Science

Infleqtion claims 30 entangled logical qubits on Sqale system

Infleqtion says it created 30 entangled logical qubits on its Sqale quantum computing system, a company-reported step toward operations across error-protected quantum bits. A logical qubit encodes information across multiple physi...

Capital AI
Capital AI

NUS Enterprise launches patent-matching platform and Munich outpost

NUS Enterprise says it has launched Nova, an AI platform developed with Zima Labs to help its staff find commercial partners for university research. It has also established an outpost in Munich through a partnership with Unterneh...

Security
Security

NFM Lending faces lawsuit after acknowledged cyber incident

NFM Lending faces a class-action lawsuit after acknowledging a cybersecurity incident, The Tech Edvocate reports. Former customer Sheneka Smith alleges that the mortgage lender failed to maintain reasonable safeguards for customer...

AI Capital
AI Capital

Chinese local governments offer incentives to AI filmmakers

Reuters reports that Chinese local governments are offering computing vouchers, rent waivers and dedicated funding to attract filmmakers using artificial intelligence. These incentives reduce the cost of computing and premises for...

Security AI
Security AI

GitHub Security Lab releases agent workflow for automated fuzz testing

GitHub Security Lab has published a workflow that uses an AI agent to set up and run fuzz tests for C and C++ projects. Given a repository, it selects functions to test, writes test harnesses, runs AFL++, checks which code the tes...