I have no proof, but I feel like the AI push and Turnip getting re-elected and his regression of the EPA rules sounds like this whole thing was an excuse to burn more fossil fuels.
If I was invested in AI, and considering AI’s thirst for electricity, I would absolutely make a similar investment in energy. That way, as the AI server farms suck up the electricity I would get at least some of that money back from the energy market.
DarkSideOfTheMoon@lemmy.world 2 months ago
As programmer. It’s helping my productivity. And look I am SDET in theory I will be the first to go, and I tried to make an agent doing most of my job, but it always things to correct.
But programming requires a lot of boilerplate code, using an agent to make boilerplate files so I can correct and adjust is speeding up a lot what I do.
Lemminary@lemmy.world 2 months ago
Same here. I love it when Windsurf corrects nested syntax that’s always a pain, or when I need it to refactor six similar functions into one, or write trivial tests and basic regex. It’s so incredibly handy when it works right.
Sadly other times it cheats and does the lazy thing. Like when I ask it to write me an object, but chooses to derive it from the one I’m trying to rework. That’s when I ask it to move and I do it myself.
witx@lemmy.sdf.org 1 month ago
AI is not needed for any of the points you mentioned. It’s mostly intellisense and auto complete. Good luck when you need to link tests with requirements and you don’t know what the tests are doing