Reduce PR review time with AI: the bottleneck is the wait, not the read An analysis of Linearb's 2026 Engineering Benchmarks Report, covering 8.1+ million pull requests across 4,800+ organizations, found that AI-generated PRs wait 4.6x longer before being picked up by a reviewer, though they are reviewed 2x faster once someone engages. Only 32.7% of AI-generated PRs merge within 30 days versus 84.4% for manual work, with a typical AI PR sitting 16+ hours before a human opens it. The report's takeaway is that AI review tools should be evaluated on cutting the pick-up wait rather than on faster reading. Linearb's 2026 Engineering Benchmarks Report https://linearb.io/benchmarks analyzed 8.1+ million pull requests across 4,800+ organizations, and one finding cuts against most of what you read about AI review speed. AI-generated PRs wait 4.6x longer before anyone picks them up. But once they're picked up, they get reviewed 2x faster than manual work. So the time you're trying to shave with AI isn't the reading part. It's the waiting part. The wait is the real number. A typical AI PR sits 16+ hours before a human opens it, versus around 200 minutes for unassisted work. The merge numbers are harsher: only 32.7% of AI-generated PRs merge within 30 days, versus 84.4% for manual. Reviewers hesitate on that 408-line AI PR at the 75th percentile vs 157 lines manual precisely because nobody wants to be the one who approved the thing that missed the context. Graphite's own writeup on AI code review and review cycles https://graphite.com/blog/how-ai-code-review-reduces-review-cycles makes the same point from the other side: their median engineer takes ~13 hours to merge a PR and spends most of that waiting https://graphite.com/blog/state-of-code-review-2024 on a reviewer becoming available. The review itself is the small part. Mean-time-to-merge isn't the whole story either. A mean drops when AI eats the easy set and the regression hides in the tail. Same trap I flagged with revisiting a vendor's published number vs running your own slice. Don't trust a single time-saved percentage; run your own 2-week slice, split by PR size, and measure time-to-first-review separately from time-in-review. If the fix is a faster reviewer, you've automated the wrong step. The honest takeaway: AI review doesn't speed up your loop by being a smarter reader. It speeds it up by breaking the pick-up bottleneck, so a reviewer can engage the moment the PR is ready, and by shrinking the second pass once a human actually sits down. Buy the tool on the wait cut, not the "reviewed 10x faster" headline. And keep the human in the loop for the big-move PRs, because that's where the 32.7% merge rate comes from.