this post was submitted on 13 Aug 2026
30 points (100.0% liked)
Programming
28256 readers
215 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Man, so much this. LLM written code is, most of the time, both excessively verbose, and overly complicated.
Also, I’ve found myself asking more about “why” than “how” in my reviews. Why is this loop here, why is this one liner method used only once, why do these five tests do the same thing. I’ve reached a point where I feel like I'm gaslighting myself into thinking that I'm constantly missing something, because nothing makes sense from an engineering perspective anymore.