AI first teams - how are you dealing with code reviews?

Posted by GraphicalBamboola@reddit | ExperiencedDevs | View on Reddit | 46 comments

So my dev team has gone all in on AI, and it has worked really well so far (surprisingly against the current set narrative)

We have really dropped "code" quality bar - but have instead increased "functional" quality of the product by investing more on QA (way more cheaper)

We have shipped features almost 40% faster than we used to - and no significant drop in "functional" quality or user reported issues

Now we feel we are not moving a fast as we thought it would allow us to - and the reason is code reviews still take time and are the main bottleneck in the pipeline - so my question is for AI first teams out there:

- How are you dealing with Code Review bottleneck?

- Have you dropped code reviews altogether?

- or at least dropped the quality bar on reviews so you don't have to review each line of code (and move with average code AI generates)?

- How are you dealing with the risk of security issues if code reviews are becoming more high level rather than every single line is being looked at? (especially on backend)

What is the way forward plan on longer term for your team?