Honest question: how do you stay sharp when the code practically writes itself?

Posted by minimal-salt@reddit | learnprogramming | View on Reddit | 72 comments

I want to ask this genuinely, not rhetorically.

I'm 12 years into backend dev. I used to love digging into disassembly, reading RFCs for fun, optimizing queries until they ran 100x faster. That stuff used to make me feel like a craftsman.

Now I'm shipping features in half a day that used to take a week. Which is great for velocity. But I've noticed I'm not learning anymore? I hand off the boring parts to Claude, I skim the generated code, I move on. My brain is in "review mode" constantly, not "build mode."

I know the job is to ship working software, not to suffer. But I also know that staying technically sharp is what got me to this point.

For those of you who've been doing this a while, how do you balance "use the tools" with "keep your edge"? Is it even a real problem, or am I just romanticizing the slower days?