Comment by ed_mercer
> It takes me at least the same amount of time to review code not written by me than it would take me to write the code myself, if not more.
Hard disagree. It's still way faster to review code than to manually write it. Also the speed at which agents can find files and the right places to add/edit stuff alone is a game changer.
There's a difference between reviewing code by developers you trust, and reviewing code by developers you don't trust or AI you don't trust.
Although tbh, even in the worse case I think I am still faster at reviewing than writing. The only difference is though, those reviews will never have had the same depth of thought and consideration as when I write the code myself. So reviews are quicker, but also less thorough/robust than writing for me.