Module prereqs: sort Prerequisites lists numerically ascending (#102)
CI / check (push) Successful in 5s
Sync course wiki / sync-wiki (push) Successful in 5s

This commit was merged in pull request #102.
This commit is contained in:
2026-06-23 14:06:28 -04:00
parent edf3f34336
commit 74f23534c0
9 changed files with 49 additions and 49 deletions
+2 -2
View File
@@ -13,12 +13,12 @@ This is the closer. It assumes the whole course, but it leans hardest on:
- **Module 1**: the thesis (the model is the cheap, swappable part; the workflow is the durable
skill) and the `tasks-app` we've carried the whole way. This module is where the thesis gets its
proof.
- **Module 10, Reviewing Code You Didn't Write**: the human review skill evals partially automate
and partially *replace* once a human isn't in the loop.
- **Module 13, Testing in the AI Era**: you can write a deterministic pass/fail check. Evals are
the next thing up the ladder: scoring output that a single test can't fully pin down.
- **Module 14, Continuous Integration**: running checks automatically on every change, with an
exit code that gates. Evals run the same way and gate the same way.
- **Module 10, Reviewing Code You Didn't Write**: the human review skill evals partially automate
and partially *replace* once a human isn't in the loop.
- **Modules 2426, the Unit 5 agent ladder**: assistive agents (24), autonomous-but-supervised
agents (25), and orchestrated fleets (26). Evals are what decide how far up that ladder any given
agent is allowed to climb.