Earlier quoted context omitted.
My read was rewriting one million lines of code per engineer month using ML to do the heavy lifting. Which is absolutely batshit. There's no way that can be reviewed properly, even if it's putting all of the review work on all of the other teams.
With this mindset I feel like you would also think bumping a C++ compiler toolchain version is impossible due to all the different changes to code generation that could happen. This is already done today and has similar issues where technically all the code can be affected, but it's not reviewed via a process of manually reading every line.
AI code generation is not deterministic and has no guarantee of behavior, thus requires review unless incorrect code is acceptable.