this post was submitted on 22 Jan 2026
-18 points (17.9% liked)
Programming
26138 readers
876 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
It has been really fun watching any LLM debugging a bug in a moderately large codebase. It has been so bad in my experience (I really wanted the hype to be real) even in really simple and readable programming languages.
It doesn't stand a chance though for more complex languages. There was an obvious bug in the way one Rust project was loading a config, decided to "test" Claude sonnet 4.5, I watched it identifying the issue but over engineering paragraphs of new Rust utilities without getting there while the solution was in the second paragraph of the github repo of config-rs, just adjusting the prefix and dropping the separator entry.