
Google just dropped Gemini 3.5 Flash
what do you guys think, what can we expect

what do you guys think, what can we expect
I did open source contributions for over a month and realized how useful CodeRabbit can be for reviewing PRs. Especially now that AI generated code often comes with random bugs, security issues, and a lot of slop. But the problem was the pricing (60$ a month for a pr review tool seemed too much).
So I grabbed a friend, and we spent 15 days straight building an alternative using open source models instead(since they cost way less).
We tested it on a PR containing 10 intentionally planted issues..
and the result?
~detected all 10/10 issues
~much faster and accurate
~has the ability to auto fix all the bugs
~has almost all the features that coderabbit offers including a prompt to fix the bug using AI agents
~practically infinite reviews at 6x less prize
Full pr: https://github.com/testingPrix/TestRepo/pull/2
And just like that we found a fix which saves time,money and efforts so that we can burn everything we have on codex instead.
Tech stack / workflow:
We have done tests even with 11k line PRs and PrixAI manages to be scarily accurate even with large context.
But honestly performing better than coderabbit is kinda weird. Like either we are somehow using better models than them at lesser price or or is PR review mostly an orchestration/architecture problem rather than purely a model problem
Either way we would genuinely appreciate feedback, criticism, or suggestions from the community. Our Cactopus might go all out against the big rabbit.
I cant go a day without using AI tools now and these are probably my top 3 coding tools rn (all free or relatively cheap):
Opencode CLI : Easy setup, clean UI, lightweight, and surprisingly cheap to run. Has skills support, works with almost all mainstream models, and I really like that you can actually see its reasoning process and stop it midway if it starts going in the wrong direction. Better than most alternatives like windsurf/cursor/kilo code rn
PrixAI : Probably the best PR/code review tool I’ve used recently. Really good at catching bugs/security issues in GitHub PRs, especially huge vibe-coded diffs. Also generates fix prompts and can automatically create fix PRs. Better and 6x cheaper than coderabbit and still gives more functionality
ChatGPT : Seems generic but is still Insanely useful honestly. Especially for prompt generation, debugging weird issues, brainstorming, and general discussion. And the usage limits are way more practical compared to claude that just burns through free credits super fast.
And mind you I have been testing AI tools from last 1 whole year and this is after testing everything and all the other options. And these 3 are mostly the only ones I use on a day to day basis.
If you have any alternatives that you really want to share as well, would love to know!
In the era of vibe coding where people are pushing massive AI generated PRs filled with bugs and security issues, we ended up building our own GitHub PR reviewer 😭
It reviews entire PRs directly on GitHub and is focused heavily on catching bugs/issues before they hit production.
It can:
We built it mainly because manually reviewing huge PRs was becoming an absolute nightmare for us.
Ended up being way cheaper than most existing PR review tools too.
you can check it out here: https://prixai.xyz
Would love some feedback and reviews
whenever someone raise a pr , we had to manually review the code ourself. And if the pr is huge then it would be a nightmare because in the era of vibecoding people can push 3k line of code filled with bugs and security issues
So me and my friend came up with the idea of PrixAI , An automated code reviewer which can not only review but also automatically fix the issues.
It runs automatically on every PR and:
We also added a issue planning system which basically gives a step by step implementation guide on how to fix any issue raised in the repository.
Honestly, the utility has been insane for our own workflow already, so we decided to launch it publicly too.
Would genuinely love feedback from other people building with AI/vibe coding workflows
Been vibe coding a lot recently and kept running into the same problem with GitHub PRs.
Reviewing large PRs manually is too much hassle and while most AI review tools can detect issues, but still we end up manually fixing everything themselves.
Large multi file PRs made it even worse:
-context breakdowns
-slower reviews
-missed issues
-rising costs
So we started experimenting with automatic fix generation instead of only review comments.
Ended up building a workflow that:
A few interesting results so far:
Still experimenting and improving the workflow, especially around large repo context handling.
Would genuinely love feedback from people building similar agent/code-review workflows.
(link in comments because subreddit rules)
Been vibe coding a lot recently and kept running into the same problem:
large GitHub PRs becoming absolute nightmares to review.
AI review tools like coderabbit helped a bit, but:
So we built Prix AI.
Instead of only reviewing pull requests, it can generate actual fix PRs automatically.
A few things we focused on:
Watching it handle a 10k+ LOC PR for the first time genuinely felt insane 😭
Would genuinely love feedback from people dealing with large PR review pipelines.