How Developers Are Actually Using AI at Work in 2026: A Brutally Honest Analysis of 10,000+ PRs, Real Productivity Data, and What Nobody's Talking About
A recent analysis of AI usage in software development reveals that while AI can increase the volume of work, it does not necessarily enhance overall productivity. The study tracked over 10,000 pull requests (PRs) across different workflows, showing that AI agents submitted significantly more PRs but had a much lower merge rate and higher bug introduction rates. The findings suggest that AI's true value lies in opportunity discovery rather than code generation.
- ▪The AI-agent workflow submitted 6.6 times more PRs than the manual workflow but had a merge rate that dropped from 81% to 15%.
- ▪AI-generated PRs received 5.7 times more review comments than manual PRs, indicating issues with context and adherence to project conventions.
- ▪The biggest productivity gain from AI was in identifying opportunities rather than writing code.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3959173) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } zk0x /// ℹ️ Posted on May 30 How Developers Are Actually Using AI at Work in 2026: A Brutally Honest Analysis of 10,000+ PRs, Real Productivity Data, and What Nobody's Talking About #ai #data #discuss #productivity Everyone claims AI makes them 10x more productive. I measured it. The results are more nuanced — and more interesting — than anyone admits.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).