this post was submitted on 29 Jul 2025
0 points (NaN% liked)

Programmer Humor

26152 readers
740 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
top 7 comments
sorted by: hot top controversial new old
[–] r00ty@kbin.life 1 points 1 month ago

OK, the cynic in me thinks that isn't a vibe coder typing that, but someone in middle/upper management. They've recently fired most of their engineering teams and replaced them with (probably externally contracted at a considerably lower rate) vibe coders.

They're recognizing some of the problems that were highlighted when this trend started to gain traction and are now thinking of a way where they don't need to accept being wrong in their actions, but also somehow still profit from it by only using real engineers (probably also on external contracts with shitty conditions) when it's absolutely required.

Maybe I'm wrong.

[–] Aceticon@lemmy.dbzer0.com 1 points 1 month ago* (last edited 1 month ago)

There really is no greater pleasure and no greater value adding activity for a Senior Dev than to wade through masses of code produced by pretty much understanding-free copy & paste from stackoverflow by an automated version of the most junior and clueless coder imaginable.

[–] TheLeadenSea@sh.itjust.works 0 points 1 month ago (1 children)

The reason is that humans are expensive, and they don't want to spend their time programming simply if they can get an AI to give them a functioning project with much less time and effort - at least, commercially.

[–] not_IO@lemmy.blahaj.zone 0 points 1 month ago* (last edited 1 month ago) (1 children)

who cares if it works or is maintained or maintainable or secure or does what it's supposed to or works after an update anyway

[–] SpikesOtherDog@ani.social 1 points 1 month ago

Look, if it only cost half as much to ship it, then it will only cost half as much to rewrite it, right?

[–] baseball2020@aussie.zone 0 points 1 month ago (1 children)

In my experience I tried to come into a vibe project as a reviewer, and it felt completely unreadable with no underlying principles to hold on to. Like every function was written by a different guy almost.

Now you totally can stuff the context with instructions about how to do everything. And then add 50x mcps to retrieve documentation and policy about how to write the thing, but this is like cheating on an exam by remembering the answers. You already supplied enough context to write the thing yourself.

[–] TheBat@lemmy.world 1 points 1 month ago

Like every function was written by a different guy almost.

Considering how LLMs work, you might be right.