this post was submitted on 06 May 2025
593 points (96.3% liked)
Programmer Humor
23119 readers
1693 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
"busy work coding" is that what you do when you try to look like you're working (like a real dev)?
Real world development isn't creating exciting apps all the time, it's writing the same exact boring convention based code sticking to an established pattern.
It can be really boring and unchallenging to create your millionth respiratory, or you can prompt your ide to create a new repo and with one sentence it will create stub out 10 minutes worth of tedious prep work. It makes programming fun again.
In one prompt, it can look at my finished code and stub out half decent documentation that otherwise wouldn't have been completed at. It does hallucinate sometimes, or it completely misunderstands the code, so you have to correct a few sentences, but the brain drain of coming to with the sentence structure to write useful documentation is completely lifted, and the code is now well documented.
AI programming is more than just vibe coding, and it's way more useful than everyone here insists it's not.
Feels like you should have automated it if you do it over and over.
We're using it for closing security flaws identified by another tool. It's boring, unchallenging work that is nonetheless still important. It's also repetitive and uncreative enough that I'm comfortable having a machine do it.
There's still human review but when it's stuff like "your error messages should escape variables" or "write a longer function name" having a tool that can do most of the grunt work is valuable.