Projects
Projects
Eleven graded labs. Each one builds a working loop end to end, then breaks it on purpose so you learn what failure looks like before production teaches…
Eleven graded labs. Each one builds a working loop end to end, then breaks it on purpose so you learn what failure looks like before production teaches you.
Work them in order — each lab assumes the parts built in the one before it.
| # | Project | What you build |
|---|---|---|
| 01 | A watch loop | Your first heartbeat |
| 02 | Make the tests pass, then stop | A real stopping condition |
| 03 | The morning brief with a memory | A spine that survives restarts |
| 04 | A fix loop with a real checker | Maker ≠ checker, enforced |
| 05 | Codify the body | Explicit capability boundaries |
| 06 | The doorbell loop | Event-driven triggers |
| 07 | Break it on purpose | Failure modes, deliberately induced |
| 08 | Your own daily loop (capstone) | A loop you actually run |
| 09 | Rehearse a routine for free | Dry runs without burning tokens |
| 10 | The secrets drill | Credentials a loop must never leak |
| 11 | The two-routine gate | Human control at scale |
Worked solutions live in solutions/. Read yours only after you've shipped a
version that runs — the labs grade the loop you built, not the one you recognized.
Graded against: assessments · Back to the course.