You've perfecly articulated the code review bottleneck many teams face. I'm curious if AI for initial PR checks might just shift the bottleneck or truly solve it at the root?
The critical problem we're facing is that review time takes more time and the feedback is bias (not detailed/useful)
but when implementing the AI Code Review, its actually reduce 50%
Before: from ready to review into merged to main ±2-3 days
Currently: its ±1 day
because we still need to test the business flow and some acceptance criteria, also we're using Git Trunk-Based Development (TBD), its need time to sync / rebase from each developer every merged to main
You've perfecly articulated the code review bottleneck many teams face. I'm curious if AI for initial PR checks might just shift the bottleneck or truly solve it at the root?
The critical problem we're facing is that review time takes more time and the feedback is bias (not detailed/useful)
but when implementing the AI Code Review, its actually reduce 50%
Before: from ready to review into merged to main ±2-3 days
Currently: its ±1 day
because we still need to test the business flow and some acceptance criteria, also we're using Git Trunk-Based Development (TBD), its need time to sync / rebase from each developer every merged to main