Claude Code Just Got a Serious Code Review Feature

I genuinely think a lot of people still underestimate how fast the AI developer tooling ecosystem is evolving. A good example of that is the new Code Review feature in Claude Code, which Anthropic just released in research preview. Docs: https://code.claude.com/docs/en/code-review At first glance it sounds like another “AI reviews your code” feature. We’ve had plenty of those. But when you look closer, this one is actually quite different. Most automated code review tools are basically static analysis with a large language model wrapped around them. They skim the diff, leave a few comments, maybe point out a style issue or a possible bug. ...