Honest question: if you didn't enjoy using AI, why not just write code without using AI?
I can't speak for anyone else, but I find AI to be very effective. It can do nearly all coding tasks many OOMs faster than I can. And I'm able to get it to produce high-quality code in the process. Using AI, our codebase actually has less tech debt than any time I can remember. I would be less effective if I wasn't using AI and if I wasn't finding new ways to leverage it.
That doesn't mean I enjoy it using AI. I loved coding. I was really good at it! I spent decades honing my abilities, and while some of those skills are still applicable when working with AI, many are not.
I want my company to be successful, so I work as effectively as I can. Unfortunately, the most effective method of working no longer scratches the creative/craftsman itch that it used to.
Right now I'm mitigating it by taking up creative writing in the evenings. That's difficult and creative in a way that coding used to be. Identifying and solving character and story problems feels like debugging and designing used to. Learning to craft effective prose feels like it used to when I was picking up a new programming language and learning its idioms.
At least in my work, this is sort of like asking "If you don't enjoy CI/CD or the cloud, why not do without it?" It's becoming integrated into every process at this point.
As Eric Schluntz from Anthropic put it (not verbatim): If you're not using AI (I believe he was specifically referring to Vibe Coding), then you are the bottleneck.
While the tinkerer in me would love to, the pragmatic side of me cannot ignore the speed boost, specially for prototyping programs.
If I write everything by hand, I know I'm leaving velocity or quality on the table. If I use LLMs, I can eventually get good output from it, either by going faster with moderate quality, or by going slower and focusing on better code. But that makes me hate the whole development process. I enjoyed modeling a problem with types and, writing functions that work on these types. Automating this process (either the cognitive work to come up with them, or the typing work to bring them to life) takes away most of my fun.