In my side hustle time, I use coding agents to explore what if projects I would otherwise never get to build.
At my day job, I use AI to fix config, container, and installation issues so I can spend my time coding instead of struggling to fix mostly other people's mistakes. And really, in this age of python wheels, containers, virtual environments, and fragmented APIs, the cognitive load of doing this by hand would shut me down for the day.
1.5 years in and I haven't burnt out. If anything, I'm ramping up. I'm no longer afraid of adding a web UI, or insane numbers of unit tests, or deploying other people's software.
What I'm not doing is using it to build products, but instead just doing so to augment the supporting stack. All of this is subject to change as the AI landscape evolves.
My biggest struggle is UI. I can make functional, but my design skills couldn't sell water to someone in death valley
> At my day job, I use AI to fix config, container, and installation issues so I can spend my time coding instead of struggling to fix mostly other people's mistakes. And really, in this age of python wheels, containers, virtual environments, and fragmented APIs, the cognitive load of doing this by hand would shut me down for the day.
I think it was a mistake to add this much complexity to the world of software in the first place, so I'd view AI as a bandaid to a problem rather than addressing the underyling issue. But on the whole, the cost of all this extra complexity, data centers to run AI to fix layers of crud and buildup don't seem to provide much of a net benefit to society (except to those who are at the top and need to see growth to pad their retirement portfolios).
AI as an expensive bandaid
Ya this is exactly how I use it, the LLM does everything i don't want to do. Which is basically everything except the exact code im writing. Its very freeing to not have to worry or touch a jira ticket ever again. The LLM just does it for me.
That's exactly what the article highlight might actually put your "competitors" (if you see others like that) in front of you, as focus and "what you actually did" becomes more important. Might be that while you shipped and experimented with 50 different APIs, your "competitor"/peer just did 3, but they were more carefully considered so the payoff ended up bigger/better, in whatever way that could be.
That's how I understood the article at least.