DEV Community

Alex
Alex

Posted on

1 1

First really useful AI tool - AI code review

Finally, I found at least 1 really useful AI service.

The service

It's called CodeRabbit, the idea behind it is pretty simple, AI review code changes and give you recommendations how to fix it with explanation.

AI is working as pattern recognition, so, it's perfectly suitable for recognizing antipatterns in pull requests.

How it looks like

After PR created, GitHub action run and analyze changes. It's post summary like this:

PR review summary

The second comment contains recommendations:

PR review 1

PR review 2

Conclusion

This service already found few minor mistakes that I missed. Definitely worth trying.

Reviewing PRs is a very tedious task, AI can actually help with it.

Of course there are probably 3 useful comments out of 10, but it is very similar with human reviewers, e.g. they're either nitpicking the every line or blindly approve huge PR.

Treat such comments as possibly useful recommendation, not like obligation to fix everything.

Price

Currently, you can use it for free with basic functionality, and 12$/month for Pro version.
Probably, this promotion-like pricing will change in the future, but again, worth giving it a try.

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

The Most Contextual AI Development Assistant

Pieces.app image

Our centralized storage agent works on-device, unifying various developer tools to proactively capture and enrich useful materials, streamline collaboration, and solve complex problems through a contextual understanding of your unique workflow.

👥 Ideal for solo developers, teams, and cross-company projects

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay