this post was submitted on 19 Mar 2026
1058 points (94.9% liked)

Programmer Humor

30566 readers
778 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
[–] Electricd@lemmybefree.net 13 points 5 days ago (2 children)

More maintainable that whatever shit it put out

Frankly I believe it can be maintainable if the person doing the prompting actually does something and correctly do their role of human reviewing and correcting. Vibe coding without any review is dooming the software maintainability

[–] Omgpwnies@lemmy.world 4 points 5 days ago

I'll use an LLM to write bulk code, unit tests, other boring stuff.. but, I specifically only have it write code I'm already very familiar with, and even then, I hand-code it every so often, like 1 in every 3 times I'll do it by hand to make sure I'm still able to. If I have to look something up, then I'll stop using an LLM for that task for a long while.

[–] Feathercrown@lemmy.world 0 points 5 days ago

Yeah, a lot of maintainability is about understanding how it works. Architectural decisions are the other half. Someone who's paying attention can do well on both of these even using AI tools.