Robert C. Martin, Clean Code author, skips manual AI code reviews
Veteran developer relies on automated tests instead of manual AI code reviews.
Robert C. Martin, author of Clean Code who started coding in the late 1960s, states he no longer reads output from AI coding agents to maximize productivity. He compensates by enforcing rigorous automated quality gates such as unit tests, Gherkin scenarios, mutation testing, and coverage constraints. Multiple engineers and founders on X have quoted and discussed his recent statements, framing the shift as a broader change in how experienced developers integrate AI agents into workflows without direct code inspection.
I’m significantly older than you. I started coding in the late 60s. My current strategy is to not read any of the code written by my agents. That’s the only way I can take advantage of their productivity. What I do instead is to surround the agents with extreme constraints. Unit tests, gherkin tests, QA procedures, quality metrics, mutation testing, test coverage, and a plethora of others. In the end, I have very high confidence in the code they produce because they’ve had to run the gauntlet of all of my constraints and tests.