I closed the app. Opened my editor. And felt that very specific very familiar weight settle in.
The comparison nobody warned me about
I think I had been quietly comparing myself to AI for months without fully admitting it. Its speed. Its memory. Its bottomless confidence. The way it produces an answer without a single visible moment of wait is this actually right?
I was measuring myself against something that does not sleep, does not doubt itself, does not sit there staring at a wall for twenty minutes because it cannot remember why a function is named the way it is.
And obviously I was losing. Every single time. That was never going to be a fair comparison but somehow I kept running it anyway.
I used to look at AI-generated code and think "I could never write that this fast." I used to look at how confident it sounded and think why am I always so unsure of myself. I used to look at how much it seemed to remember and think why do I forget things I learned three weeks ago.
It was exhausting, and not in the normal hard-day-of-work way. It was exhausting because I was fighting something I could never actually win.
A pull request that made me stop and think
A few weeks ago I was reviewing an AI-generated PR. Code looked clean. Logic checked out. Tests were all green.
Something still felt slightly off and I could not immediately say why.
I read through it again, slower this time. Traced the logic by hand. Thought about our actual users - not generic users, the specific weird way our users use this one feature the edge case from last quarter that almost took down production.
The code was correct. It was also wrong for us specifically. The AI had optimized for the general case, the version of this problem that shows up most often across whatever it was trained on. I had to optimize for the one particular, slightly weird version that exists in our codebase, with our history for our actual users.
That is roughly when it clicked for me, in a way that felt obvious in hindsight. AI and I are not really competing. We are doing two overlapping but different jobs. It is fast, I try to be thoughtful. It is broad, I am specific. It is confident because that is how it is built, I am careful sometimes to a fault because I have been burned before.
Comparing myself to it was a bit like being upset that a hammer is not as precise as a scalpel. Different tools, different jobs.
So what actually changed (a little, slowly)
I am not going to pretend I had some clean, complete transformation here, because that is not really how this stuff works for me. But a few things did shift.
I stopped measuring myself against how fast AI could generate something, and started asking instead: do I actually understand what is shipping under my name? I stopped quietly resenting that my memory is let's be honest, mediocre on a good day, and started appreciating that forgetting things clears space for new connections. I stopped envying its confidence and started trusting my own hesitation a little more - that hesitation usually turns out to be experience quietly doing its job. AI does not have that, because it has never been the one paged at 2 AM over a bad deploy. I have.
I am still not entirely sure where any of this lands long-term. Maybe in a year I will read this post back and think I was being naive. The pace of all of this keeps making me reconsider things I thought I had figured out.
I do not have a tidy ending for this one
I genuinely do not know if "context and judgment" stay valuable in the way I am hoping they do, or if that is just the thing I am telling myself right now because it is comforting. Maybe the comparison creeps back in next month and I am back here writing about it again from a slightly different angle.
What I do know is that comparing myself against something built to never sleep, never doubt, and never get stuck was never a fight I was going to win, and I am tired of running that comparison in the background of every single PR.
Have you caught yourself doing this too - comparing your speed your memory your confidence to AI? What helped, if anything did? I am genuinely curious not asking rhetorically.
Drop it in the comments. I will be there. ๐