<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/agentic-ai-hub/paths/l5/" -->

---
title: The dark factory — The Agentic AI Hub | daily.dev
description: Agents building the software with humans out of the loop. Shapiro reports it working only for teams under five people, and calls it likely our future.
canonical: https://daily.dev/agentic-ai-hub/paths/l5/
og:type: website
og:url: https://daily.dev/agentic-ai-hub/paths/l5/
og:title: The dark factory — The Agentic AI Hub | daily.dev
og:description: Agents building the software with humans out of the loop. Shapiro reports it working only for teams under five people, and calls it likely our future.
og:image: https://daily.dev/assets/og/agentic-ai-hub-l5.png?v=7e4fe866
og:site_name: daily.dev
og:locale: en_US
twitter:card: summary_large_image
twitter:site: @dailydotdev
twitter:creator: @dailydotdev
twitter:title: The dark factory — The Agentic AI Hub | daily.dev
twitter:description: Agents building the software with humans out of the loop. Shapiro reports it working only for teams under five people, and calls it likely our future.
twitter:image: https://daily.dev/assets/og/agentic-ai-hub-l5.png?v=7e4fe866
---

[Skip to main content ](#main-content) 

L5

# L5: The dark factory 

Agents building the software with humans out of the loop. Shapiro reports it working only for teams under five people, and calls it likely our future.

[Start reading → ](/agentic-ai-hub/orchestration-patterns/?path=l5&i=0#swarms-subagents-and-teams-three-concrete-shapes) [Check yourself first ↓ ](#quiz) 

1. [ 1 Swarms & fleets In Orchestration Patterns Once one agent works, the obvious move is to run several. This is where the biggest gains and the biggest self-inflicted wounds both live. › ](/agentic-ai-hub/orchestration-patterns/?path=l5&i=0#swarms-subagents-and-teams-three-concrete-shapes)
2. [ 2 The factory model In Agentic Engineering: Core Ideas "Agentic coding" is an overloaded term. › ](/agentic-ai-hub/agentic-engineering-core-ideas/?path=l5&i=1#the-factory-model-and-long-running-agents)
3. [ 3 Human factors The techniques above make you faster. This chapter is about what they can quietly cost you, and how not to pay it. › ](/agentic-ai-hub/human-factors-agent-era-career/?path=l5&i=2)

## Check yourself. 

One question per step. Take it cold to find where to start, or after reading to see what stuck. Nobody's grading you. 

Best so far: 

Question 1 of 3 

1. Step 1  
When should you split work across multiple agents?  
 A As soon as a single agent works at all  B Whenever a task will take longer than an hour  C On any task touching more than one file  D Only when one agent hits a wall, like context overload  
The heuristic is to go multi-agent only when a single agent hits a real wall: context overload, missing specialization, or no coordination primitives. Otherwise it's pure overhead and small mistakes compound.  
[Covered in step 1 · Swarms & fleets → ](/agentic-ai-hub/orchestration-patterns/?path=l5&i=0#swarms-subagents-and-teams-three-concrete-shapes)  Next question →
2. Step 2  
In the factory model, what happens to a muddy spec fed to thirty parallel agents?  
 A The agents converge on the most likely interpretation  B The orchestrator flags the ambiguity before dispatch  C It multiplies into thirty variously-wrong artifacts  D Nothing new, since vague specs always slowed teams down  
The factory model's sharpest warning is that vague thinking no longer just slows you down. It multiplies, producing a variously-wrong artifact from every parallel agent.  
[Covered in step 2 · The factory model → ](/agentic-ai-hub/agentic-engineering-core-ideas/?path=l5&i=1#the-factory-model-and-long-running-agents)  Next question →
3. Step 3  
Agents ship clean, passing code all week. What can still be quietly accruing?  
 A Comprehension debt: code no human genuinely understands  B Merge conflicts across agent branches  C Token costs beyond your budget alerts  D Test flakiness from parallel runs  
Comprehension debt is the growing gap between how much code exists in the system and how much of it any human genuinely understands. It accrues invisibly while the code is clean and the tests pass.  
[Covered in step 3 · Human factors → ](/agentic-ai-hub/human-factors-agent-era-career/?path=l5&i=2)  See results →

 of 3 

* [ 1 Swarms & fleets → ](/agentic-ai-hub/orchestration-patterns/?path=l5&i=0#swarms-subagents-and-teams-three-concrete-shapes)
* [ 2 The factory model → ](/agentic-ai-hub/agentic-engineering-core-ideas/?path=l5&i=1#the-factory-model-and-long-running-agents)
* [ 3 Human factors → ](/agentic-ai-hub/human-factors-agent-era-career/?path=l5&i=2)

Try again [Where to next → ](#path-next-title) 

## Where to next. 

 Climb to the next rung, or see how the other levels work. 

1. L0  
### L0: Manual  
The ground floor: AI as a search engine and occasional tab-complete. No real productivity change.  
Everyone starts here. There's nothing to unlock yet.
2. L1  
### L1: Discrete task offloading  
You hand the AI small, self-contained jobs: write the unit tests, draft the docstring, generate one well-scoped function. The real work is still yours.  
 Chat assistants · Prompting 101 · IDE assistants  
[Explore path → ](/agentic-ai-hub/paths/l1/)
3. L2  
### L2: Active pairing  
The AI writes alongside you all day, handling the boring parts while you steer and review everything as it lands. Shapiro estimates about 90% of AI-native developers live here.  
 CLI agents · AGENTS.md & CLAUDE.md · What an agent actually is  
[Explore path → ](/agentic-ai-hub/paths/l2/)
4. L3  
### L3: Human-in-the-loop management  
You mostly stop typing code. Agents run several tasks at once and your day becomes reviewing their work. Most people never go past this level.  
 Own the outer loop · Agentic code review · Role separation · MCP & tools  
[Explore path → ](/agentic-ai-hub/paths/l3/)
5. L4  
### L4: Specification-driven  
You define what to build instead of building it: write the spec, set the tests, judge the results. Leave for twelve hours and come back to a green suite.  
 The harness as an artifact · Evals-as-tests · LLMOps & guardrails  
[Explore path → ](/agentic-ai-hub/paths/l4/)
6. L5  
### L5: The dark factory  
Agents building the software with humans out of the loop. Shapiro reports it working only for teams under five people, and calls it likely our future.  
 Swarms & fleets · The factory model · Human factors  
You're on this rung

[All reading paths → ](/agentic-ai-hub/#paths-start-here) [Browse every chapter ](/agentic-ai-hub/#pages)

```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/og-image.png?v=a830cdf1","width":1200,"height":630},"sameAs":["https://twitter.com/dailydotdev","https://www.linkedin.com/company/dailydotdev","https://github.com/dailydotdev","https://www.instagram.com/dailydotdev"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","description":"Free, personalized developer news aggregator. Stay on top of software development news, AI coding tools, and web dev - curated daily from trusted sources.","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"}},{"@type":"WebPage","@id":"https://daily.dev/agentic-ai-hub/paths/l5/","url":"https://daily.dev/agentic-ai-hub/paths/l5/","name":"The dark factory | The Agentic AI Hub","description":"Agents building the software with humans out of the loop. Shapiro reports it working only for teams under five people, and calls it likely our future.","inLanguage":"en-US","isPartOf":{"@id":"https://daily.dev/#website"}},{"@type":"ItemList","numberOfItems":3,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/agentic-ai-hub/orchestration-patterns/#swarms-subagents-and-teams-three-concrete-shapes","name":"Swarms & fleets"},{"@type":"ListItem","position":2,"url":"https://daily.dev/agentic-ai-hub/agentic-engineering-core-ideas/#the-factory-model-and-long-running-agents","name":"The factory model"},{"@type":"ListItem","position":3,"url":"https://daily.dev/agentic-ai-hub/human-factors-agent-era-career/","name":"Human factors"}],"@id":"https://daily.dev/agentic-ai-hub/paths/l5/#steps"},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev/"},{"@type":"ListItem","position":2,"name":"The Agentic AI Hub","item":"https://daily.dev/agentic-ai-hub/"},{"@type":"ListItem","position":3,"name":"The adoption ladder","item":"https://daily.dev/agentic-ai-hub/#levels"},{"@type":"ListItem","position":4,"name":"The dark factory","item":"https://daily.dev/agentic-ai-hub/paths/l5/"}]}]}
```

