A user discusses the challenges of using AI tools for code review and seeks advice on balancing AI and human reviews. They are interested in tools that can handle repetitive checks while allowing humans to focus on logic and design.
Hey everyone, we’ve been using an AI code review tool for a cpuple of months now. It works fine, but we’ve been running into some issues like, noisy comments, missing context and suggestions that are technically correct but miss the bigger picture. I’ve read a lot of opinions saying AI shouldn’t be used for reviews at all. I get the concern. But as a startup, it does help with catching basic issues early. We’re not looking for something that writes code. We don't want to replace human review, we just want AI to handle the repetitive or obvious checks while we focus on logic, design decisions and overall direction. How are you guys balancing AI and human reviews in your PR workflow? Are there any tools built around that kind of balance? Your help would be appreciated, thanks in advance!!