Loading...
Loading...
Build a self-running software factory using the Minimum Viable Factory. Set up Linear as your dashboard, connect 6 agent stages (PM, Architect, Dev, Review, Test, Deploy), and watch a ticket turn into a deployed web app — automatically.
What You Build
A running Minimum Viable Factory that takes Linear tickets and produces deployed web apps
Sections
Lessons
Estimated
Concepts
Dev Jordan
walkthrough · casual
First 5 lessons are free (33% of the course). No login required.
The Software Factory
A paradigm where developers stop writing code by hand. AI coding agents implement features and fix bugs while humans design, architect, and improve the factory itself.
AI Coding Agents
Autonomous software agents (Claude Code, Stripe Minions, Gas Town Polecats) that read codebases, write code, run tests, and open pull requests with minimal human interaction during execution.
Skills
Markdown files that tell AI models how to perform specific tasks, optionally accompanied by extra documents and pre-written scripts. Skills extend what agents can do.
Backpressure
Automated feedback systems (type checkers, linters, test suites, build systems) that keep agents on track. Without backpressure, you review trivial mistakes. With it, agents self-correct.
Blueprint Architecture
Hybrid systems combining deterministic code nodes (run linters, push changes) with agentic subtasks (implement feature, fix CI). A pipeline with guardrails, not full autonomy.
The Factory Is the Product
The meta-insight that the factory itself compounds in value. Skills built, pipelines improved, and architectural decisions that make the codebase more agent-friendly all accumulate.
Real-World Factory Implementations
Production-grade software factories already operating at scale: Stripe Minions (1,300+ PRs/week), Gas Town (Kubernetes for agents), Karpathy's autoresearch, Linear + Cursor integration.