AI Engineer

How to Kill the Code Review — Ankit Jain, Aviator

Published 2026-08-17 · Duration 16:26

Summary

The traditional code review process is failing due to increasing code churn and reliance on AI agents, leading reviewers to only skim results. The speaker argues that code review must shift its focus from verifying line-by-line correctness (semantic accuracy) to preserving crucial non-technical aspects like knowledge sharing, mentorship, and architectural alignment. The proposed solution involves capturing the entire development session's decisions (the 'intent'), converting these into formal acceptance criteria, building an AI Slop Registry of recurring feedback, and generating a verifiable test plan that serves as the new review surface.

Download summary

Key takeaways

  1. The Code Review Crisis 2:07

    Code churn is high (861%), leading to increased bottlenecks at the review stage. Currently, over 30% of changes merge without any review, and even when AI reviews are used, human involvement often reduces to skimming rather than deep reading.

  2. Review Must Preserve Alignment 5:05

    Code review's most critical function is not just catching bugs (semantic accuracy), but facilitating knowledge sharing, mentorship, and architectural alignment. This 'alignment' aspect must survive the shift to automated development.

  3. The New Review Surface: Intent vs. Diff 12:38

    Instead of reviewing code diffs, the review surface should become a verification of 'intent' and 'evidence.' This is achieved by capturing user decisions from development sessions, converting them into acceptance criteria, and generating a test plan that runs against a live preview.

Technical details

  • AI Code Verification & Trust Models 0s

    The speaker critiques his previous 'five-layer trust model,' arguing that it failed to account for the non-correctness aspects of review, such as knowledge sharing and mentorship. The goal is to build a system where trust is layered into the code before merging.

  • Development Methodology Critique 421s

    The speaker warns that adopting 'spec driven development' without a feedback loop replicates the waterfall model. Real decisions are made and captured in the interactive prompts during coding sessions, not just in initial specifications.

  • AI Slop Registry 642s

    This concept addresses semantic accuracy by codifying recurring review comments (e.g., best practices, common bug patterns). By building a registry from past feedback, the system learns over time, turning every recurring comment into a guardrail that doesn't need manual re-review.

  • The Review Loop Mechanics 758s

    The proposed workflow is: Capture session decisions (Intent) $ ightarrow$ Generate Acceptance Criteria $ ightarrow$ Build Test Plan $ ightarrow$ Verification System runs a live preview against the plan. The reviewer then validates if the evidence meets the defined intent.

Mentioned resources

Channel & topics

Watch on YouTube · Back to latest

This independent, AI-assisted summary is provided for commentary and informational purposes. It may contain errors or omit important context. Please watch the original video for the creator's complete presentation. Video, thumbnail, and related copyrights belong to their respective owners.