Following the "read all lines of AI code" debate, and it's my curiosity about what is happening versus the fear of what will happen that has piqued my interest at present.
Both Yacine and Nick Dobos are correct based upon the position of where within the codebase you sit. However at Enterprise scale no single individual reviews all lines of code. Yet someone does own each line.
In my opinion, however, the better question is which lines you choose to thoroughly review, as well as if I'm being entirely honest with myself the Agent Pull Request impacting a payment flow receives every line reviewed whereas the scaffolding for an internal migration script does not receive such thorough review.
Therefore, we have review depth directly related to blast radius, and NOT head count.
And the less-than-glamorous upstream solution (if there is one) is also true. The "I cannot read this code" issue can simply be downstream from "we left ambiguity in our spec to begin with" and "we did not use a static source code analysis / code formatter tool in our AI workflow".
What is your blast radius rule for Agent Pull Requests?