this post was submitted on 02 Oct 2025
264 points (98.5% liked)
Programming
22979 readers
198 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
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
Idk, that was basically 90% of my last job. At least the ai code will be nicely formatted and use variable names longer than a single character.
Idk, I have experienced that it's (junio w gpt5) actually very happy to use single letter variables and random abbreviations unless explicitly forbidden. And this was for a project I had already written out with proper variable names so far
Oh yes. Get the AI to refactor and make pretty.
But I've just spent 3 days staring something that was missing a ().
However, I admit that a human could have easily made the same error.
Something like Stackoverflow is probably the biggest source of code to train a LLM on, and since it's based around posting code that almost works but you got some problem with it, I'm absolutely not surprised that the LLMs would pick up the habit of making the same subtle small mistakes that humans make.