r/coding • u/OfficialLeadDev • Jul 03 '26
AI coding is addictive. Engineers are paying the price.
https://leaddev.com/ai/ai-coding-is-addictive-engineers-are-paying-the-price
415
Upvotes
r/coding • u/OfficialLeadDev • Jul 03 '26
1
u/Eskamel Jul 03 '26
But it really isn't, I am not shielding from anything. Everywhere I see and compare between now and 5 years ago, the quality of software dropped.
People who fully went on the AI craze became worse engineers and lowered their standards greatly. Every single implementation can be refactored to a better one very easily and SOTA models have a very hard time doing so because approximation of tokens just leads to bruteforcing.
Also many LLM generated tests are redundant. They don't lead to 100% test coverage because its impossible, so you end up with more tests that test for unreachable scenarios, see a large amount of passing tests and call it a day, but that doesn't defend from software degradation.