Live data from Hacker News

Ask HN: Do you use GenAI based solution for PR review?

news.ycombinator.com

1–2 of 2 posts

Re: Ask HN: Do you use GenAI based solution for PR review?

#2
Also trying to integrate AI code review into our project.

In theory copilot code review would be goto solution, but it is still in closed beta

Aslo there is an opensource ai code review action in github. (My POC project: https://github.com/VKotivskyi/RN-Expo-Example/pull/3)

I would say it obviously works in basic cases. But also it needs a lot of fine tuning to actually do high quality code review.

Anyway we agreed to try to use it for a while as experiment.