<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/every-layer-of-review-makes-you-10x-slower-mbita9fyu" -->

---
title: Every layer of review makes you 10x slower | daily.dev
description: A rule of thumb holds that every layer of approval in a process makes it 10x slower in wall-clock time, not effort. The author argues that AI coding tools...
canonical: https://daily.dev/posts/every-layer-of-review-makes-you-10x-slower-mbita9fyu
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Every layer of review makes you 10x slower | daily.dev
og:description: A rule of thumb holds that every layer of approval in a process makes it 10x slower in wall-clock time, not effort. The author argues that AI coding tools...
og:url: https://daily.dev/posts/every-layer-of-review-makes-you-10x-slower-mbita9fyu
og:image: https://api.daily.dev/og/posts/MBITA9FYU.png
og:image:alt: Every layer of review makes you 10x slower
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Every layer of review makes you 10x slower

**[Hacker News](https://daily.dev/sources/hn)** · 15 min read · 0 upvotes · 0 comments

## Summary

A rule of thumb holds that every layer of approval in a process makes it 10x slower in wall-clock time, not effort. The author argues that AI coding tools don't solve this bottleneck because the review pipeline remains unchanged — and may even worsen as AI generates more code faster. Drawing on W.E. Deming's quality philosophy and the Toyota Production System, the post argues that adding QA layers actually reduces quality by misaligning incentives. The real solution is to eliminate review stages by engineering quality into the system from the start, building trust within small teams, and designing well-defined modular interfaces. Small startups with fewer review layers are positioned to benefit most from AI-assisted development, while larger organizations with entrenched review cultures will struggle.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://apenwarr.ca/log/20260316>

## Similar posts on daily.dev

- [Stop Wasting AI Investment on a Broken Change Approval Process](https://daily.dev/posts/stop-wasting-ai-investment-on-a-broken-change-approval-process-wzhvx9uml) · The New Stack · 1 upvotes · 0 comments
- [Code review isn't your bottleneck, even with AI](https://daily.dev/posts/code-review-isn-t-your-bottleneck-even-with-ai-towvrsjdn) · OctopusDeploy · 3 upvotes · 1 comments
- [The Revenge of QA: How AI Code Generation Is Exposing Decades of Process Debt](https://daily.dev/posts/the-revenge-of-qa-how-ai-code-generation-is-exposing-decades-of-process-debt-agfvtrinz) · IT Revolution · 0 upvotes · 0 comments

---

Tags: [#ai-coding](https://daily.dev/tags/ai-coding), [#code-review](https://daily.dev/tags/code-review)

[View this post on daily.dev](https://daily.dev/posts/every-layer-of-review-makes-you-10x-slower-mbita9fyu)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Every layer of review makes you 10x slower","url":"https://daily.dev/posts/every-layer-of-review-makes-you-10x-slower-mbita9fyu","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/every-layer-of-review-makes-you-10x-slower-mbita9fyu"},"datePublished":"2026-03-17T06:20:13.700Z","dateModified":"2026-03-30T02:13:40.838Z","description":"A rule of thumb holds that every layer of approval in a process makes it 10x slower in wall-clock time, not effort. The author argues that AI coding tools...","image":"https://media.daily.dev/image/upload/s--VDukGCjf--/f_auto/v1722860399/public/Placeholder%2002","thumbnailUrl":"https://media.daily.dev/image/upload/s--VDukGCjf--/f_auto/v1722860399/public/Placeholder%2002","isAccessibleForFree":true,"articleSection":"Hacker News","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Hacker News","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/hn","url":"https://daily.dev/sources/hn"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/every-layer-of-review-makes-you-10x-slower-mbita9fyu","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-coding,code-review","timeRequired":"PT15M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Hacker News","item":"https://daily.dev/sources/hn"},{"@type":"ListItem","position":3,"name":"Every layer of review makes you 10x slower"}]}
```

