Rethinking Code Review in the Age of AI: Why Thoughtworks CTO Rachel Laycock Challenges Traditional Workflows
Rachel Laycock, CTO at Thoughtworks, addresses the growing crisis in software development where AI-generated code is overwhelming traditional human-led code review processes. Citing data from Meta and DX, Laycock highlights a massive increase in code volume—up to 106% in lines of code per diff—that makes manual review unsustainable. While acknowledging the value of code review for knowledge sharing and mentorship, Laycock argues that these benefits should be integrated earlier in the development cycle. Her perspective, sparked by a debate with Brian Houck of DX, challenges the industry to stop using code review as a catch-all solution for team collaboration and architectural alignment, especially as AI continues to scale code production beyond human capacity.
Key Takeaways
- AI-Driven Code Surge: AI is significantly increasing the volume of code produced, with Meta reporting a 106% increase in significant lines of code per human-landed diff within a single year.
- Growing Pull Request Sizes: Data from DX indicates that the median pull request size has increased by 64%, complicating the manual review process.
- The Purpose of Review: Beyond finding bugs, code reviews are traditionally used for knowledge sharing, mentoring junior engineers, and building collective ownership.
- A Call for Process Evolution: Rachel Laycock suggests that the industry may be using code review to solve the wrong problems and questions why teams wait until the review stage to achieve collaborative goals.
In-Depth Analysis
The Scalability Crisis in Modern Code Review
The primary challenge facing modern engineering teams is the sheer volume of code being generated. According to Rachel Laycock, CTO at Thoughtworks, the integration of AI into the development workflow has led to a productivity explosion that human reviewers are struggling to match. The statistics are telling: Meta has seen a 106% increase in significant lines of code per human-landed diff, while DX reports a 64% increase in median pull request (PR) sizes. This data suggests that while AI can write code faster, the human capacity to review that code remains a bottleneck. Laycock argues that simply trying to automate the review process might not be the solution, as it risks losing the human elements that have historically made code reviews valuable.
The Philosophical Divide: Efficiency vs. Culture
The debate between Rachel Laycock and Brian Houck (DX) highlights a fundamental disagreement on the role of code review. Houck maintains that code review is essential for maintaining team culture, spreading architectural understanding, and teaching junior engineers. Laycock does not dispute the importance of these goals but questions the mechanism. She posits that if code review is being used as the primary vehicle for knowledge sharing and mentorship, it may be a sign of a flawed process. By the time code reaches the review stage, it is often "finished," making it a late and potentially inefficient time to start discussing architectural alignment or basic engineering principles.
Shifting Collaboration Left
Laycock’s central thesis is that the industry needs to rethink why it waits until the end of the development cycle to perform critical team-building and educational tasks. If AI is producing more code than humans can realistically review, the traditional model of "write then review" becomes a liability. Laycock suggests that the problem isn't necessarily that AI has "broken" code review, but rather that the industry has become overly reliant on reviews to solve problems that should be addressed earlier in the lifecycle. The challenge for leadership is to find ways to build collective ownership and spread understanding without relying on an increasingly overwhelmed review process.
Industry Impact
The insights shared by Laycock and Houck signal a potential shift in how software engineering teams operate in an AI-augmented world. As AI tools become more prevalent, the "bottleneck" of human review will likely force organizations to adopt new collaborative models. This could lead to a "shift-left" approach where mentorship and architectural discussions happen during the coding process rather than after. For the AI industry, this highlights a growing need for tools that don't just generate code, but also facilitate the human-centric aspects of development—such as context sharing and architectural alignment—earlier in the workflow. Organizations that fail to adapt their review processes may find that the productivity gains offered by AI are offset by a decline in code quality and team cohesion.
Frequently Asked Questions
Question: How much has AI increased the volume of code being reviewed?
According to data cited by Rachel Laycock, Meta observed a 106% increase in significant lines of code per human-landed diff in one year, while DX data shows a 64% increase in the median size of pull requests.
Question: What are the main benefits of code review besides finding bugs?
As noted in the discussion between Laycock and Houck, code reviews are vital for sharing knowledge across the team, teaching junior engineers, building collective ownership of the codebase, and spreading architectural understanding.
Question: What is Rachel Laycock's main criticism of current code review practices?
Laycock argues that teams may be using code review to solve the wrong problems. She questions why essential activities like knowledge sharing and mentorship are delayed until the review stage, especially when the volume of AI-generated code makes manual review increasingly difficult.


