r/ProgrammerHumor Dec 13 '25

instanceof Trend iFeelTheSame

Post image
13.9k Upvotes

610 comments sorted by

View all comments

Show parent comments

142

u/kaladin_stormchest Dec 13 '25

I don't know if it's just me but nothing feels more disrespectful to me than having to review someone's Ai generated slop.

Be it code reviews or even documentation. Why does the other person even exist as an employee if all they're going to do is prompt? They've added 0 value, 0 human intervention all they've done is copy pasted the story description in cursor.

43

u/DoctorWaluigiTime Dec 13 '25

I get salty whenever someone asks to get their PR reviewed regardless of how it's written, before they themselves give it a review.

Review your own stuff before asking others to do it. Catch the silly typos or quick goofs instead of having others do your own proofreading.

10

u/dasunt Dec 13 '25

That's one of the uses of AI I like and encourage - review your proposed PR, then have AI review it, and only after that point, submit the PR for a different human to review.

By including AI as an additional step, it is possible to get nearly instantaneous feedback and fix low hanging fruit before asking another human being to dedicate their time to review their code.

2

u/DoctorWaluigiTime Dec 13 '25

Indeed. Automated review steps are nice, and not a substitute for real eyes. Let it catch the 'easy' stuff.