Do you find using AI reduces your work load or just moves it? 99% of the time whenever I use AI to do anything I find it either creates more work for me (having to vet the info (and my god I am sure their system prompt contains "use as many tokens as possible in your response" because the amount of irrelevant bullshit you get included in the response is crazy), cross reference it, correct it and then re-run the cycle).
With coding I find it adds a huge amount of extra work, I'll get something back that looks functional but when I start reviewing the code it does a bunch of stupid shit. The twitter vibe coders are like you need to set up all these files, tell it how to write every single function, how they all work together, and I'm just like "this sounds like more work than writing the program myself"
ETA: I am wondering if people think it's faster because it feels faster, because you only feel like your doing something a couple of minutes and the AI is doing the rest, but the rest of the work that you do around it that isnt thought about so dosnt feel like it counts towards a tasks time. Or if they genuinely couldn't do the task faster without it. I know for me once I factor in the time it takes to review and fix things it's normally faster for me to just do the thing myself. But it does have the ease of removing the blank page.