Comment Re:Will It Just Make Software Cheaper and More Acc (Score 1) 68
How good any bit of it will be depends on the level of QA it goes through - just like it depends on that now.
The QA process currently assumes that at least some people actually know how the code works, and QA is already one of the biggest bottlenecks in the development process.
For example, it's often very difficult to get your peers to do code reviews so you can commit your updates because they're busy and the work of doing code reviews sucks. The main reason they get done at all is quid pro quo: You have to eventually do code reviews for others or they'll stop reviewing your code.
If all anyone is doing is reviewing orders of magnitude more AI slop than any human can produce, the review process is going to suck. The best people are just going to quit instead of sitting there reviewing code all day, even if they have to switch careers and become electricians. With nobody actually writing code, the reviewers will eventually atrophy and lack the knowledge of what problems to look for in the first place.
Similar issues will show up for product testing and all of the other steps in the product pipeline.