Loading...
Loading...
You don't need to know how to code to start. Open a terminal, install one tool, and build a real web app — using AI agents to write every line. By the end, you'll have a live project on the internet you built with your brain and an AI's hands.
What You Build
A complete web app designed, prompted, and deployed entirely with AI coding agents
Sections
Lessons
Estimated
Concepts
Alex (Primary)
conversational · energetic
First 5 lessons are free (38% 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.
Traditional Workflow Problem
The conventional software development lifecycle with specialized roles running 2-week sprints. Handoffs are the bottleneck — each one adds waiting time and context loss.
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.
Spec-Driven Development
Writing clear, structured specifications that AI agents can execute on, replacing the traditional ticket → code → review cycle. The spec is the new unit of work.
The Builder Role
The evolution from specialized roles (frontend dev, QA, BA) to generalist builders who all contribute to the product. Expertise becomes a superpower, not a job boundary.
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.