I’ve been using AI coding assistants for the past 18 months—Claude, Cursor, GitHub Copilot—and something’s been bothering me. My IDE feels faster. My PRs close quicker. But our sprints aren’t finishing earlier, and I’m not leaving work at 3pm.
The research data is wild: teams report 60% coding efficiency gains with AI assistants. Sounds amazing, right? But developers only save about 4 hours per week. Wait… what? ![]()
Here’s what’s happening: coding is only about 50% of our actual work time. The rest is waiting for builds, reviewing PRs, sitting in standups, context switching, researching APIs, debugging flaky tests. So a 60% gain in coding speed translates to only an 8% improvement in total delivery cycle time.
But here’s the uncomfortable question I keep asking myself: what was I actually doing with that time before AI?
I’ve been tracking this for myself. When I write code with AI assistance, I’m definitely faster—autocomplete on steroids, boilerplate generation, fewer syntax errors. But the time I “save” immediately gets filled. I’m running more experiments. Refactoring code I wouldn’t have touched before. Adding accessibility features that were always “nice to have.” Reading through more of the codebase.
It feels like AI didn’t create new time for me—it just revealed where my time was actually going. All those micro-moments of typing, looking up documentation, copying patterns from other files. That wasn’t “work,” it was the friction of work. AI eliminated the friction, and suddenly I can see the actual creative work more clearly.
Here’s what I think is happening:
Individual speed ≠ team velocity. I’m coding faster, but code review takes longer (AI code has 1.7× more issues than human-written code, according to recent studies). My teammates are also faster, so we’re all generating more code that needs review. Our bottleneck shifted from writing to reviewing.
Reclaimed time gets reallocated, not eliminated. I’m not working less—I’m working on different things. More ambitious features. More polish. More experimentation. The time didn’t disappear, it moved.
The velocity illusion. My Copilot dashboard says I’m 55% faster. My sprint board says we’re still finishing 8-10 story points per two weeks. Both are true. The work expanded to fill the available capacity.
Maybe I’m overthinking this. Maybe 4 hours/week is actually incredible—that’s 200 hours a year, basically a month of work. But it doesn’t feel like I have a month of extra time. It feels like I’m doing more complex work in the same amount of time.
For those of you using AI coding tools: where is your “reclaimed” time actually going? Are you shipping more? Shipping better? Shipping the same but with less stress? Or did the time just… evaporate into more ambitious scope?
I’m not disappointed—I genuinely think AI coding assistants are transformative. But I’m recalibrating my expectations from “I’ll work less” to “I’ll build more.” Maybe that’s always been the productivity promise. Maybe I just didn’t realize it. ![]()