Guided path
Builder
Build production apps with AI
Move from an AI-assisted prototype to a working system with specifications, review points, and operating evidence.
- Start when
- You need to turn an AI-assisted prototype into a production application.
- What you’ll make
- Deployed production application
See the work behind the path
Each example shows work, a session, or writing that shaped this path. Use it to decide whether the instruction fits your work.
Know whether this is your path
Use this path if
- You are a developer who learns by building.
- You want production behavior, not another isolated demo.
- You are comfortable with JavaScript, TypeScript, or web applications.
Choose another path if
- You want a passive curriculum.
- You need a certificate rather than a working artifact.
- You are not ready to review generated code and product decisions.
The application is the receipt
A credible build path ends in deployed behavior another person can inspect. Prompts, screenshots, and passing checks support that claim; none replaces the running product.
Five stages to the finished work
Each stage has a practical stopping condition. Move on when the checkpoint is true, not when the time estimate expires.
- 00
Orientation
1–2 daysGoalLearn the roles models, retrieval, and agents can play.
Done whenYou can explain the difference between a model, retrieval, and an agent workflow.
- 01
Ship your first AI app
1 weekGoalBuild and deploy one narrow end-to-end behavior.
Done whenAnother person can open the application and complete its main action.
- 02
Add specs, data, and workflows
2–4 weeksGoalMake product intent and state durable outside the model.
Done whenThe application has a specification, persistent data, and an explicit access boundary.
- 03
Use multiple models and tools
4–8 weeksGoalMove from a chatbot response to a bounded agent workflow.
Done whenThe system can choose and use a tool without gaining unbounded authority.
- 04
Operate the production system
8+ weeksGoalMeasure cost, behavior, failures, and output quality.
Done whenYou can inspect runtime metrics and validate important outputs at their source.