---
id: "concept-5-levels-vibe-coding"
type: "concept"
source_timestamps: ["00:02:23"]
tags: ["frameworks", "ai-integration"]
related: ["concept-dark-factory", "entity-dan-shapiro", "framework-5-levels-vibe-coding"]
definition: "A six-stage taxonomy defining the evolution of AI in software development, ranging from basic autocomplete to fully autonomous 'dark factories.'"
sources: ["s01-5-levels-ai-coding"]
sourceVaultSlug: "s01-5-levels-ai-coding"
originDay: 1
---
# 5 Levels of Vibe Coding

## Origin
Developed by [[entity-dan-shapiro|Dan Shapiro]] (CEO of Glowforge), this framework maps the progression of AI integration in software engineering across six distinct stages (Levels 0–5). It provides a necessary vocabulary to cut through vendor hype, distinguishing between tools that *assist* humans and systems that *replace* human workflows.

## The Levels
- **Level 0 — Spicy Autocomplete:** AI suggests the next few lines of code (e.g., the original GitHub Copilot). Human is actively writing; AI reduces keystrokes.
- **Level 1 — Coding Intern:** Human assigns discrete, well-scoped tasks ('write this function', 'refactor this module'). Human handles all architecture and integration.
- **Level 2 — Junior Developer:** AI handles multi-file changes, navigates codebases, builds cross-module features. Human reviews all output. **~90% of current 'AI-native' developers operate here.**
- **Level 3 — Manager:** The relationship flips. Human stops writing code and instead directs the AI, spending the day reviewing Pull Requests submitted by the model.
- **Level 4 — Product Manager:** Human writes a comprehensive spec, leaves, and returns to check if tests passed. Code is treated as a black box; human evaluates outcomes, not implementation details.
- **Level 5 — Dark Factory:** Fully autonomous. No human writes or reviews code. Specs go in, working software comes out. See [[concept-dark-factory]].

## Why It Matters
Most enterprises *think* they are at Level 3 but are actually stuck at Level 1 or 2 — and they bolt AI onto Level-0 organizational ceremonies. This mismatch produces the [[concept-j-curve-productivity|J-Curve]] of productivity loss.

## Related
- Framework structure: [[framework-5-levels-vibe-coding]]
- Pinnacle stage: [[concept-dark-factory]]
- Originator: [[entity-dan-shapiro]]


## Related across days
- [[concept-vibe-coding]]
- [[concept-dark-factory]]
- [[framework-5-levels-vibe-coding]]
- [[concept-engineering-manager-mindset]]
