I've seen a lot of people talking about the practice of code review in a way that I consider unrealistic lately. So here are my thoughts on what code review is—and isn't—for: https://blog.glyph.im/2026/03/what-is-code-review-for.html
What Is Code Review For?

Code review is not for catching bugs.

@glyph absolutely all of this, yes. When I'm reviewing code my primary focus is: will someone be able to correctly decipher this in future under the pressure of breakage? I really don't want to be in the business of verifying code is correct and secure, there are (deterministic) tools that do a much better job of that.