If you ask Claude Code to review a changeset, you’ll get something useful. You’ll also, eventually, get something like this:
Consider your error handling here. This could be more performant.
It’s not wrong but it’s saying much. Feedback like that could apply to almost any code in any language written at any point in the last few decades.
It doesn’t know that this is a web app where the real risk is an unsanitized $_POST value flowing into a database call, or that this is an iOS app where the concern is a retain cycle in a
