this post was submitted on 14 Jul 2026
935 points (99.0% liked)

Programmer Humor

32329 readers
790 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] hypeerror@sh.itjust.works 7 points 3 days ago (2 children)

What's the point of AI if you need qualified review?

[–] cockmushroom@reddthat.com 2 points 3 days ago

Normally, speed. Especially if you aren't a picky writer; which you should be; for scenarios like this one.

[–] SorryQuick@lemmy.ca 0 points 3 days ago (2 children)

It’s still so much faster. An experienced engineer spoon-feeding the AI the exact logic/algorithm to use is still faster than writing it by hand. I think a lot of people stopped early when AI was worse and/or before they started being good at using it.

[–] NaibofTabr@infosec.pub 2 points 2 days ago (1 children)

Ah yes, faster spaghetti. Wonderful.

[–] SorryQuick@lemmy.ca 1 points 2 days ago

If you’re getting spaghetti it’s a skill issue.

If you vibe code, sure you’ll get slop. Ask it to do something to get X result, you’re leaving it room to think so you get slop. Tell it exactly what logic you want it to use, step by step like it’s a child, then you get the same you’d do yourself but faster.

Look at the PRs for quality-critical projects like the linux kernel and I guarantee you coudn’t tell which PR has some AI and which does not.

[–] DarrinBrunner@lemmy.world 3 points 3 days ago (1 children)

It's faster, but is the end result good, or just "good enough, it works for now, and I get paid"?

[–] SorryQuick@lemmy.ca 2 points 2 days ago

When you spoon feed it the algorithm, it’s good, at least better than your average programmer. You just have to make sure it doesn’t have too much thinking to do. Honestly people in here really overestimate the talent of most dev.

There was a comment somewhere I really liked: people thought it would be one junior dev with AI replacing 10 senior ones. In reality, it’s one senior dev with AI replacing 10 junior vibe coders.