Incident management platform Rootly announced it is abandoning its long-standing 'small pull request' rule. Co-founder and CTO Quentin Rousseau explained that for the past two years, the company required stacked PRs and limited atomic changes to a few hundred lines of code. This made sense when humans wrote code, as small diffs are easier to review and roll back. But AI agents have changed the game: they think in terms of 'features' rather than 'increments,' and can output complete implementations in one go, including database migrations, models, services, controllers, tests, and frontend components.
Attempts to have AI generate stacked PRs failed: while the code had no technical errors, the overall business context was worse. When reviewing a PR, comments often depended on changes in another PR, forcing reviewers to switch between pages and increasing cognitive load. The team eventually realized that the small PR rule was designed for human coding efficiency. Once AI broke through human efficiency limits, the old rule became extra overhead.