this post was submitted on 27 Apr 2026
1413 points (99.0% liked)
Programmer Humor
31173 readers
2508 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'd say 99.9% of people. You're actually the first other person I've seen who doesn't!
Yeesh, get out more.
I hate ai and junior devs pushing ai dente spaghetti code into my project
Then build better guardrails. These are the tools of the future. (And I intend both meanings of the word “tools”.) AI is very good at following rules. In their absence, they require someone far more experienced to drive them properly.
This is a really good point! It used to be “a computer is only as smart as its user.” The same can be said of AI: the model’s results are kind of dictated by the prompt. while anyone can prompt an AI with whatever they want, it takes experience to use an AI to develop a project from idea to v1. At the e d of the day, the AI can search the web better than me, and type faster than I can - but I know what I want my code to do, and I know how I want it done. Those two things don’t have to be mutually exclusive.