AI Is Approving Our Pull Requests: Here’s How We Made It Safe
Why It Matters
By automating rigorous PR reviews, Intercom accelerates delivery without sacrificing safety, setting a new benchmark for AI‑assisted software engineering and compliance.
Key Takeaways
- •19% of PRs fully auto‑approved by Intercom’s AI review agent
- •AI‑approved code shows 0.5% revert rate vs 5% for human code
- •Downtime fell 35% while deployment frequency doubled
- •Review time improved 6‑16×, reaching 75th‑percentile speedup
- •System meets SOC 2, HIPAA, ISO 27001 compliance with full audit trail
Pulse Analysis
The rise of large language models has sparked a wave of AI‑assisted development tools, but few companies have tackled the bottleneck of pull‑request review at scale. Intercom’s approach treats review as a collection of micro‑tasks, assigning each to a dedicated sub‑agent that evaluates description quality, diff alignment, safety concerns and coding standards. This modular architecture lets the system scrutinize changes with a depth that humans often lack under time pressure, while still preserving the ability for engineers to request manual oversight when needed. The result is a continuous, high‑fidelity safety net that keeps the code‑shipping heartbeat fast and reliable.
Data from Intercom’s rollout underscores the operational upside. Deployments have doubled, yet production downtime fell 35% as smaller, AI‑vetted changes reduced the risk of regressions. AI‑approved PRs reach approval six to sixteen times faster than human reviews, and the revert rate for AI‑authored backend code sits at just 0.53% compared with 5.39% for human‑written code. Front‑end changes see an even sharper contrast—0.22% versus 2.00%—demonstrating that the AI’s systematic checks often catch issues humans miss, such as contradictory text updates that could break validation logic.
Beyond speed and safety, Intercom’s solution addresses regulatory scrutiny. Every AI decision is logged, labeled and queryable, satisfying audit requirements for frameworks like SOC 2, HIPAA and ISO 27001. By integrating compliance into the core workflow, the company shows that AI‑driven change management can meet, and even exceed, traditional governance standards. As more firms grapple with the volume of AI‑generated code, Intercom’s model offers a scalable blueprint: combine granular AI agents, maintain human accountability, and embed auditability from day one, turning what could be a risky shortcut into a competitive advantage.
AI is approving our pull requests: Here’s how we made it safe
Comments
Want to join the conversation?
Loading comments...