Back Original

How Much Faster is Coding with AI Agents? (from a Senior Software Engineer)

AI agents have been getting a lot of hype for how good they are at coding. But there are still plenty of naysayers saying AI can't replace human programmers.

I've worked professionally as a software engineer for the past 9 years and I think AI agents are a powerful tool. Here I want to share some of my personal data on how much faster they've made me at coding as a full-time software engineer.

AI agents increased my code throughput by 3x

My average code throughput increased from 7 PRs per week before agents to 12 with early agents and 20 with my current workflow

I compared my average pull requests per week across 3 phases of my AI adoption:

That's roughly 3x my manual baseline and almost 2x my earlier agentic workflow.

You can checkout my current agentic engineering workflow, leveraging vertical slices, atomic / stacked commits, and my terminal-first workflow.

Calculation Caveats

Three times faster coding throughput does not mean the whole software engineering job is three times faster

First off, this is personal anecdata from the past couple months so YMMV.

And yet I still think PRs are a useful proxy if we assume the other factors stay relatively consistent. Looking back over my own data over time I think does a decent job of trying to accomplish that.

Next

AI hasn't made my whole software engineering job 3x faster but it has made one major part of it (coding) about 3x faster.

In my experience coordination has always been the biggest bottleneck in large organizations but coding was still a bottleneck. Now I'm finding that bulk coding is largely solved. The code may not always be the best but it's typically serviceable and can get good fast with a few intentional review passes (and let's be honest most code shipped at work was adequate but not magnificent). This shifts more of the bottleneck pressure to planning, coordination, and review.

I'm currently finding the highest-leverage human work is choosing the right thing to build and shaping the overall design and architecture - and trying to find a way to do it with quality at the speed of AI. I'm actively thinking about how to improve these bottlenecks so let me know if you have thoughts.

If you want to see the setup I use for agentic engineering at work and on side projects, I snapshot my ai-dotfiles each month for HAMINIONS Members.

Read next: