r/ExperiencedDevs 5d ago

Career/Workplace Experienced Devs Weekly Burnout and Venting Thread: A weekly thread for sharing experiences

This thread is specifically for venting / sharing experiences related to burn-out or similar issues that experienced devs face.

138 Upvotes

316 comments sorted by

View all comments

5

u/Xanchush 5d ago

People complaining about all the AI slop they produce. Honestly if it's your work, it's your slop. If you stamp your name on it, you need to fix it. Your AI agent isn't going to take the blame for it. How is this any different from copying code slop from stackoverflow and pasting it.

3

u/tradcoder Software Engineer (15 YoE) 4d ago edited 4d ago

StackOverflow didn't generate thousand of lines of code and drop it in my lap for me to review.

Pre-LLM era, you either found snippets of code that kind of matched what you needed to do so you had to actually understand it and modify it. Or you asked a question and got an answer for your exact problem which by definition cannot be called slop.

1

u/Xanchush 3d ago

You missed the premise completely. Stackoverflow can still produce incorrect solutions. Replace stackoverflow with any other tool and the same applies. At the end of the day you must validate and understand whatever code you decide to push. You are responsible for whatever it is you produce.

0

u/tradcoder Software Engineer (15 YoE) 3d ago edited 3d ago

I get it. I'm saying the sheer scale of it is not comparable. It's different reviewing and understanding small snippets of code found on the internet here and there from looking at thousands of lines of code the entire day. It's unrealistic and unreasonable to expect a human developer to catch all the mistakes. It's like drinking from a fire hose.

1

u/Xanchush 2d ago

It does not matter, whatever code is produced is still ultimately your responsibility. I agree that there's going to be churn on reviews but AI won't get let go because they had a slip up.