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

Programmer Humor

25844 readers
2712 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
[–] Pringles@sopuli.xyz 13 points 1 day ago (8 children)

A buddy of mine is into vibe coding, but he actually does know how to code as well. He will reiterate through the code with the llm until he thinks it will work. I can believe it saves time, but you still have to know what you are doing.

[–] immutable@lemmy.zip 9 points 17 hours ago (1 children)

The most amazing thing about vibe coding is that in my 20 odd years of professional programming the thing I’ve had to beg and plead for the most was code reviews.

Everyone loves writing code, no one it seems much enjoyed reading other people’s code.

Somehow though vibe coding (and the other LLM guided coding) has made people go “I’ll skip the part where I write code, let an LLM generate a bunch of code that I’ll review”

Either people have fundamentally changed, unlikely, or there’s just a lot more people that are willing to skim over a pile of autogenerated code and go “yea, I’m sure it’s fine” and open a PR

[–] fuzzzerd@programming.dev 3 points 16 hours ago

I suspect it's a bit of both. With agents the review size can be pretty small and easier to digest which leads to more people reviewing, but I suspect it is still more surface level.

load more comments (6 replies)