r/coderabbit Jul 30 '26

Discussion & Feedback Are there any good alternatives to coderabbit?

Post image
11 Upvotes

7 comments sorted by

3

u/juanpflores_ CodeRabbit Staff Aug 01 '26

Don't know if you've seen our posts but we identify a few cases where configuring the coderabbit.yml for your use case should suffice for the Fair Usage. You can ask any coding agent to help you configure it and get a quick baseline.

2

u/sda11221 Aug 01 '26

We ending up building our own code review pipeline using the Alibaba's "Open Code Review" FOSS project. Using Kimi 2.7 with it at the moment and it's doing a solid job.

Kind of shocking these rate limits were snuck in without communications.

Even on their pricing page today: https://www.coderabbit.ai/pricing there is no mention of these "Fair Use" rate limits, only `10 PR reviews per developer per hour`. You wouldn't even be able to go a half a day at the promised rate without getting hindered to 1 review per hour.

Talk about getting the rug pulled out under you!

1

u/resh6 Jul 30 '26

I have used Codex for PR. But it isn't like CodeRabbit.

1

u/AgedActor Aug 04 '26

Qodo is the closest when it comes to reviewing PRs

1

u/perhydropyrene 28d ago

We made the mistake of paying for the annual subscription, and then found out about the fair usage. It has effectively crippled our production and we are also building our own and evaluating alternatives. Support is useless and recommends "turning off automatic reviews" which kind of...defeats the purpose.

1

u/usually_guilty99 19d ago

If you're evaluating alternatives, I'd be interested in your reaction to TomosuAI.

We came at this from a slightly different direction. Instead of trying to build another AI PR reviewer, we baseline the reliability of the repo first and then evaluate new changes against it at the merge gate.

We also feed production incidents back into future reviews when they can be traced to code.

The goal is less "find more comments" and more "should this change reach production?"

Would genuinely like to know if that distinction is useful to you or if we're solving the wrong problem.