| ▲ | rvz 3 hours ago | ||||||||||||||||
> I'm a programmer, and I use automatic programming. The code I generate in this way is mine. My code, my output, my production. I, and you, can be proud. Disagree. So when there is a bug / outage / error, due to "automatic programming" are you ready to be first in line to accept accountability (the LLM cannot be) when it all goes wrong in production? I do not think that would even be enough or whether this would work in the long term. No excuses like "I prompted it wrong" or "Claude missed something" or "I didn't check over because 8 other AI agents said it was "absolutely right"™". We will then have lots of issues such as this case study [0] where everything seemingly looks fine at first, all tests pass but in production, the logic was misinterpreted by the LLM with a wrong keyword, [0] during a refactor. [0] https://sketch.dev/blog/our-first-outage-from-llm-written-co... | |||||||||||||||||
| ▲ | antirez 3 hours ago | parent | next [-] | ||||||||||||||||
> So when there is a bug / outage / error, due to "automatic programming" you are first in line and ready to accept accountability when it all goes wrong in production? Absolutely yes. Automatic programming does not mean software developers are no longer accountable for their errors. Also because you can use AP in order to do ways more QA efforts than possible in the past. If you decide to just add things without a rigorous process, it is your fault. | |||||||||||||||||
| |||||||||||||||||
| ▲ | CraigJPerry 3 hours ago | parent | prev | next [-] | ||||||||||||||||
>> are you ready to be first in line to accept accountability I'm accountable for the code i push to production. I have all the power and agency in this scenario, so i am the right person to be accountable for what's in my PR / CL. | |||||||||||||||||
| |||||||||||||||||
| ▲ | sirwitti 3 hours ago | parent | prev [-] | ||||||||||||||||
Owning the issue is one thing, but being able to fix issues with a reasonable amount of resources is another. To me code created like this smells like technical debt. When bugs appear after 6 months in production - as they do, if you didn't fully understand the code when developing it, how much time, energy and money will it cost to fix the problem later on? More often than I like I had to deal with code where it felt like the developer did'nt actually understand what they were writing. Sometimes I was this developer and it always creates issues. | |||||||||||||||||