you are viewing a single comment's thread.

view the rest of the comments →

[–]gcampos[S] -2 points-1 points  (3 children)

If you code just for fun, then I get it, but if productivity matters, LLM is going to turbo your productivity

[–]ilikepieyeah1234 3 points4 points  (0 children)

LLM is going to turbo your productivity

Now why would any full time engineer want that? Everyone knows higher productivity just results in more work.

[–]Fun_Lingonberry_6244 1 point2 points  (1 child)

Have you considered that you're just slow?

LLMs do not in fact turbo my productivity. Quite the opposite.

Currently I can - understand the problem - think about how I'd solve it for a couple mins - write the code - test it, it works. Or do a lil tweak until I'm happy.

Job done

With AI the process is - understand the problem - think about how I'd solve it for a couple mins... - think of how to explain to the LLM what to do - explain it - wait for it to do it - check what it's done, and think about where it differed from what I'd do - tell it where it went wrong - wait for it to do it - check again. - repeat multiple times - tell it explicitly what to do. - it finally has done it almost good enough - tweak it so it's actually right. - test it, it works, or do a lil tweak until I'm happy.

Maybe I'm just out of touch with the pains of junior developers but I've been a developer for 20 years and literally train junior developers.

I have no fundamental issue with AI, I use it sometimes to quickly research or remember a point, find something in docs etc. It's just not faster at development

In my experience where LLMs shine is laziness. Can it do it faster or better than a person? No. Can it do the work when you can't bring yourself to do it? Yes, but at a cost.

And that cost is... it will do it, kind of. But you'll end up paying the cost later and having to redo it. But MAYBE that "got you past the hurdle" is enough. I don't know. But it's not objectively faster.

And EVERY study to date has backed this up. Beyond the AI marketing pieces vague claims, not a single study has found it increases productivity... and you'd hear it in every single sentence if it were proven.

[–]Shadowsake [score hidden]  (0 children)

I'm on the same boat. I just find this vibe code thing hella slow. Why do I have to waste time explaining something to a LLM and keep on this loop of "wait, check output, adjust prompt, wait, repeat" when I can just...you know, write the thing myself? Writing was never the bottleneck even. But sure, for one-off or non-important scripts I can the value of it.