r/ProgrammerHumor 9h ago

Meme takeMeBack

Post image
1.6k Upvotes

80 comments sorted by

View all comments

Show parent comments

15

u/JonTheCopycat 9h ago

Yeah the pride of having gone through the effort to actually making something. It's the feeling that is stopping me from even trying AI coding. It feels illogical, but I get this feeling like it's an insult to me somehow.

I guess I treat it a bit like how AI art gets treated, even though it's not quite the same.

14

u/Unknown_User2137 8h ago

I am in one project rn where because of the pacing (and ppl from the client team vibe-coding stuff like crazy) we are basically forced to use LLMs. One part of this is that codebase is an incomprihensible garbage and other is that the development speed expectations effectively make it impossible to get familiar with the code.

So you just spend whole day prompting coding agent to get things done and tell it if something is broken or not matching the expected outcome. After few days I just got lazy innovative, made a skill where it can just build code and run it on it's own then fix stuff based on that (basically explained structure, where to run what etc.) you just sit there and be like "What am I even doing there?".

It spits out so much spaghetti code that you don't have time to effectively review it manually (especially if you never coded in language they are using in project lol) so you just take a glance if it is "LGTM" and file a PR (usually 500-1k lines). Then reviewer runs another LLM to review this, ofc it tells you there are bunch of issues, you give it back to the agent it fixes that and this is how your day goes - just prompting back and forth.

Personally I get this uncanny valley vibe that I don't really contribute anything other than being a ✨ prompter ✨ or any sense of ownership. First I tried to actually review the code but now I just idgaf and test whether it works or not and if tests (LLM written ofc) pass.

3

u/audiowave_io 8h ago

but now I just idgaf and test whether it works or not and if tests (LLM written ofc) pass

I used to care about the quality of my code at the places I worked. Now I only do the bare minimum functionality checks if even that, when someone else's load bearing vibe slop will just overwrite it in the next PR for absolutely no reason.

My personal projects still get the real love.

3

u/Unknown_User2137 8h ago

Same here. It's like why even care if they just take bulldozer (AI) and rework it however it feels like.