this post was submitted on 12 Mar 2026
70 points (94.9% liked)
Programming
26050 readers
79 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What about developer burnout rates? Cause those same studies also say there was significantly less Dev burnout happening.
If anything my personal experience is the opposite. When using AI the way work wants me to, with multiple agents going in the background, I've completely lost any sort of "flow state" I normally get when focused on a problem. It's no fun anymore, and the only thing keeping me going is working on my personal projects without AI in my free time... I didn't get in to this to become an AI babysitter.
Yeah I get that. I just like avoiding having to do boring tasks is all so that I can work on the core problem I'm trying to solve. I don't want to deal with code refactoring manually, I'd rather babysit this thing to do that piece by piece. It'd probably take me longer, cause id do something else on the side that I actually wanted to work on, but id be more content not having to manually do the tedious refactoring myself.
AI is not a catch all for all problems, if I'm thinking something thru very different set of tools for that. I might use an LLM for that but mainly as an interface over a vectordb and help me look things up, and not write or show me any code ever. Essentially a contextual grep or rg.
Sorry you're being forced to use a hammer to make a surgical precision cut. That really sucks man.