Get your free personalized podcast brief

We scan new podcasts and send you the top 5 insights daily.

The sheer volume of AI-generated code is causing Shopify's CI/CD pipelines to "start creaking." This bottleneck suggests that the entire paradigm of pull requests and Git—designed for human-scale development—may be obsolete in an "agentic world" and require a completely new design.

Related Insights

While AI accelerates code generation, it creates significant new chokepoints. The high volume of AI-generated code leads to "pull request fatigue," requiring more human reviewers per change. It also overwhelms automated testing systems, which must run full cycles for every minor AI-driven adjustment, offsetting initial productivity gains.

The ease of creating PRs with AI agents shifts the developer bottleneck from code generation to code validation. The new challenge is not writing the code, but gaining the confidence to merge it, elevating the importance of review, testing, and CI/CD pipelines.

Tools like Git were designed for human-paced development. AI agents, which can make thousands of changes in parallel, require a new infrastructure layer—real-time repositories, coordination mechanisms, and shared memory—that traditional systems cannot support.

With AI generating 1,300 pull requests weekly at Stripe, the critical path is shifting. When coding becomes a commodity, the bottleneck moves to human review and validation. Engineering teams must refocus from pure creation to oversight and quality assurance at scale.

Simply deploying AI to write code faster doesn't increase end-to-end velocity. It creates a new bottleneck where human engineers are overwhelmed with reviewing a flood of AI-generated code. To truly benefit, companies must also automate verification and validation processes.

The explosion in AI-generated code creates a new quality assurance bottleneck. Shopify's CTO insists that pull request reviews must use the largest, most expensive models to maintain quality and prevent a surge in bugs, noting that smaller, faster models are insufficient for the task.

The explosion in code commits driven by AI agents is causing significant strain on GitHub, leading to more frequent outages and API limitations. This reveals a critical bottleneck in the software development lifecycle, as foundational infrastructure struggles to keep pace with AI-driven productivity gains.

With AI agents autonomously generating pull requests, the primary constraint in software development is no longer writing code but the human capacity to review it. Companies like Block are seeing PRs per engineer increase massively, creating a new challenge for engineering managers to solve.

When every engineer generates 30,000-line changes in hours, the integration process breaks. The challenge shifts from resolving text conflicts to re-architecting one AI's entire change on top of another's equally massive change that was merged first. This is the next major unsolved obstacle.

AI agents can generate code far faster than humans can meaningfully review it. The primary challenge is no longer creation but comprehension. Developers spend most of their time trying to understand and validate AI output, a task for which current tools like standard PR interfaces are inadequate.

The Flood of AI-Generated Code Is Breaking CI/CD, Forcing a Rethink of Git Itself | RiffOn