this post was submitted on 19 Aug 2025
1470 points (99.5% liked)

Programmer Humor

25844 readers
2779 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] napkin2020@sh.itjust.works 29 points 1 day ago* (last edited 1 day ago) (2 children)

imo paying devs to review vibe coded bile would not work either. At best, the dev themselves should do the vibe coding.

Someone who has no clue whatsoever in terms of programming cannot give it the right prompt.

[–] jayemar@sh.itjust.works 7 points 1 day ago (1 children)

Yeah, this is my nightmare scenario. Code reviews are always the worst part of a programming gig, and they must get exponentially worse when the junior devs can crank out 100s of lines of code per commit with an LLM.

[–] merc@sh.itjust.works 2 points 11 hours ago

Also, LLMs are essentially designed to produce code that will pass a code review. It's output that is designed to look as realistic as possible. So, not only do you have to look through the code for flaws, any error is basically "camouflaged".

With a junior dev, sometimes their lack of experience is visible in the code. You can tell what to look at more closely based on where it looks like they're out of their comfort zone. Whereas an LLM is always 100% in its comfort zone, but has no clue what it's actually doing.