StrongDM Dark Factory Publicly Documented
StrongDM publicly documents running a production software dark factory — a 3-person engineering team shipping 16,000 lines of Rust, 9,500 lines of Go, and 6,700 lines of TypeScript (CXDB) with no human writing or reviewing any code. The first well-documented Level 5 implementation, operational since July 14, 2025.
StrongDM’s public documentation of their dark factory (published February 6, 2026) represents the transition from theoretical to proven. Before this case study, the Level 5 dark factory was a concept. After it, there’s a documented implementation with a real codebase, real compute costs, and real engineering output.
The factory itself was operational since July 14, 2025 — see StrongDM AI Team Formed for the origin story.
What Was Documented
- 3-person engineering team (Justin McCarthy, Jay Taylor, Navan Chauhan)
- CXDB: 16,000 lines of Rust + 9,500 lines of Go + 6,700 lines of TypeScript — production infrastructure software
- The Attractor agent as implementation engine (zero code, pure specification)
- Markdown specification files (NLSpecs) as the interface between human intent and machine execution
- External scenario testing methodology (holdout sets, LLM-as-judge)
- Digital Twin Universe — behavioral clones of Okta, Jira, Slack, Google Docs/Drive/Sheets
- Six techniques published at factory.strongdm.ai
- Elimination of all human coordination structures (standups, sprints, code reviews, Jira)
- Compute budget: ~$1,000/engineer/day
Reception
- Ethan Mollick (Wharton Generative AI Lab): “truly radical”
- Garry Tan (YC CEO): endorsed the approach
- Simon Willison: wrote the most widely-linked secondary analysis
- Stanford Law CodeX: published a legal accountability analysis two days later
The Methodology Contribution
More important than the fact that it works is how it works. The external scenario testing methodology is the key contribution: preventing agents from gaming tests is solved by the simple expedient of not showing the agent the tests.
This is now the template that other teams attempting Level 5 can follow.