AI coding tools made me mass slower and I'm done pretending otherwise
Been using Copilot and various AI coding assistants for about 8 months now across two production codebases. The honeymoon phase lasted maybe 3 weeks.
Here's what actually happens in my day to day. I write a prompt, wait for the suggestion, read it, realize its wrong in some subtle way, fix it, then realize the fix broke the context for the next suggestion. Rinse repeat. What used to be a 20 minute function now takes me 30 because I'm spending half the time babysitting generated code instead of just writing it myself.
The worst part is the cognitive load. Before these tools I had a flow state. I knew what I was typing, I knew where I was going. Now theres this constant context switching between "what do I want" and "what did it give me" and "is this actually correct." My brain never settles into the zone anymore.
And nobody talks about the debugging tax. When AI writes code you dont fully understand, you pay for it later. Every single time. The bugs are weirder, the stack traces make less sense, and you end up reading code you didnt write trying to figure out what past-you was thinking when you accepted that suggestion.
I genuinely think these tools are net negative for anyone who already knows how to code. The productivity gains are real for boilerplate and thats about it.