Agents

LinkedIn Builds Multi-Agent AI Code Review Platform

LinkedIn has built a custom multi-agent AI code review platform to bypass the limits of generic models, achieving a 63.9% developer acceptance rate on suggested code changes.

InfoQ AI1 day agoAgents
Image: InfoQ AI

LinkedIn has engineered a proprietary multi-agent AI code review platform designed to handle pull requests at enterprise scale. Rather than relying on a single off-the-shelf AI model, which often suffers from blind spots, generic feedback, and a lack of operational control, the company's new system deploys multiple independent AI reviewers. These agents use distinct models and reasoning methods to cross-validate findings, ensuring that suggestions are grounded in the specific context, standards, and tribal knowledge of LinkedIn's massive codebase.

The platform runs on a Kubernetes-based architecture featuring an event-driven pipeline with durable queues and horizontally scaled workers. This infrastructure allows engineering teams to monitor latency, completion rates, and provider failures. To maximize the signal-to-noise ratio, the system cross-references findings from different agents. When multiple agents flag the same issue, it is treated as high-confidence, while unique findings are verified separately. The platform also filters out cosmetic, irrelevant, or repository-inconsistent suggestions before they ever reach a developer.

To measure the real-world utility of the system, LinkedIn implemented an automated pipeline that compared AI suggestions against final merged code. In an evaluation of 5,230 sampled review comments across 1,727 pull requests, the pipeline evaluated 90.1% of the comments with high confidence. Developers accepted 63.9% of the AI-generated suggestions overall. Acceptance rates varied widely by category, with developers adopting 100% of concurrency bug fixes, 80% of logic errors, 58.1% of bug fixes, 43.5% of refactoring changes, and 40.6% of security-related fixes.

For software engineers and architects, this multi-agent approach demonstrates how to move beyond basic AI coding assistants toward highly integrated, production-grade development infrastructure. It shows that customizing AI to respect repository-level conventions can dramatically reduce developer fatigue from noisy alerts. Other tech firms are exploring similar scaling strategies; Cloudflare has built an orchestration system around the open-source OpenCode agent, while Databricks has introduced its Unity AI Gateway and Omnigent tooling to manage rising AI development costs.

This is our own summary of reporting by InfoQ AI

More in Agents