Why is my AI code review getting shorter even though I’m reviewing the same volume? Because your threshold moved without a decision. That’s gate erosion — the third form of the Borrowed Architecture: the boundary between “I checked this” and “I approved this” migrates as the agent keeps producing clean-looking output.

For a while this was the part of the argument I could only assert. As of 2026, it’s peer-reviewed — and the evidence is worse than I expected.

The 2026 research on reviewing AI-generated PRs

  • Reviewers expressed more positive emotion toward AI code than human code — despite the AI code carrying 1.87× more redundancy. The polish disarmed the scrutiny; “surface-level plausibility can mask poor design choices,” producing “silent technical debt.” (Huang et al., MSR 2026, arXiv:2601.21276)
  • 61% of AI-generated PRs received no recorded review activity at all. Where humans engaged, they shifted from evaluating to steering the agent. (Duma et al., EASE 2026, arXiv:2605.02273)
  • Let review agents merge on their own and quality craters: 45% merge rate vs 68% for human-reviewed PRs. (Chowdhury et al., MSR 2026, arXiv:2604.03196)

The reviewer isn’t getting lazier. The reviewer is being designed out of the loop, one plausible diff at a time. This is the Fluency Trap operating on your review gate.

The distinction that fixes it: a gate is not a review

A review happens after — it catches what already shipped. A gate stops execution before an irreversible action. You can have a thousand reviews and zero gates, and the borrowed decisions grow in exactly the space your reviews used to occupy.

The Human Gate Protocol: gates are positioned, not sprinkled. The most valuable are planning gates (review the plan before execution), not output gates. Three strategic gates — feasibility, correctness validation, code-quality — produced a 40%+ improvement in task success versus continuous monitoring, with no extra human time. The gate goes on the action, not the trust level.

The full Human Gate Protocol: curiochat.ai/software-engineer