---
id: "contrarian-ai-slows-productivity"
type: "contrarian-insight"
source_timestamps: ["00:01:20", "00:15:20"]
tags: ["productivity", "workflow"]
related: ["claim-ai-slows-devs", "concept-j-curve-productivity"]
challenges: "The conventional view that AI coding assistants provide immediate, linear productivity gains."
sources: ["s01-5-levels-ai-coding"]
sourceVaultSlug: "s01-5-levels-ai-coding"
originDay: 1
---
# AI tools initially make developers slower, not faster

## The Contrarian Claim
Contrary to vendor marketing and developer self-reporting, **introducing AI coding tools into existing workflows initially decreases productivity** — by up to **19% for experienced developers**, per the [[entity-metr|METR]] randomized controlled trial.

## Why
The speed gained in typing syntax is lost to:
- Cognitive load of **reviewing** generated code.
- **Context switching** between writing and evaluating.
- **Debugging subtle hallucinations** — code that looks correct but isn't.
- Mismatch between AI output cadence and human review cadence.

As one senior engineer summarized: '[[quote-copilot-owning-code|Copilot makes writing code cheaper, but owning it more expensive.]]'

## What It Challenges
- The conventional view that AI coding assistants provide **immediate, linear** productivity gains.
- Developer self-perception (which falsely reports a ~24% speedup).
- Vendor marketing that conflates 'lines of code generated' with 'engineering throughput.'

## Strategic Implication
The productivity gain is real but **lagged**, and only reachable by restructuring the workflow itself — see [[concept-j-curve-productivity]] and [[action-restructure-org-for-ai]].


## Related across days
- [[concept-j-curve-productivity]]
- [[claim-ai-slows-devs]]
- [[concept-ai-fluency-vs-activity]]
