-22
The Death of Software Development
(mike.tech)
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
Follow the wormhole through a path of communities !webdev@programming.dev
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.