| ▲ | taosx a day ago | ||||||||||||||||
I'm not sure about "useless" but from my experience agentic coding leads to death by a thousand cuts for all projects I've seen so far. Small decisions missed in a codebase that leads to degradation in correctness, reliability and performance. At some point it only takes one engineer to be careless, others skipping PR because they are AI generated... | |||||||||||||||||
| ▲ | dofm a day ago | parent | next [-] | ||||||||||||||||
I got into a bit of an argument a while back when I used the word "crass" to describe some of the code decisions I've seen Claude make (in someone else's project that I have to work with). But it is how I feel and it feels like the right word for the job. Because as you say, good code projects start out with good decisions. It's like when you see a CAD design with a sequence of features that exist only to fix problems caused by starting from the wrong principles or the wrong baseline. Sure the resulting part may end up identical as a solid for that specific need, but it could have been done in a way that was more robust, simple, easier to understand and modify, and where the design doesn't break in an unexpected way due to a small change of an early measurement. (CAD has made my instincts much more visible to me) | |||||||||||||||||
| |||||||||||||||||
| ▲ | gchamonlive a day ago | parent | prev | next [-] | ||||||||||||||||
All of which you had with only humans in the loop. Catalogue problems so they become technical debt and tackle them periodically. Seems to me like this is less of an AI problem and more of bad management. | |||||||||||||||||
| ▲ | voxgen a day ago | parent | prev [-] | ||||||||||||||||
It's a solvable problem if you're willing to throw more tokens at it. Frontier models have gotten very good at cleaning up their own messes. You just need the right skills/loops, and to stick to models that consistently follow instructions (i.e. GPT-5.5/GPT-5.6-Sol). | |||||||||||||||||