Skip to content

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.

#ProjectWhat you build
01A watch loopYour first heartbeat
02Make the tests pass, then stopA real stopping condition
03The morning brief with a memoryA spine that survives restarts
04A fix loop with a real checkerMaker ≠ checker, enforced
05Codify the bodyExplicit capability boundaries
06The doorbell loopEvent-driven triggers
07Break it on purposeFailure modes, deliberately induced
08Your own daily loop (capstone)A loop you actually run
09Rehearse a routine for freeDry runs without burning tokens
10The secrets drillCredentials a loop must never leak
11The two-routine gateHuman 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.