Module prereqs: sort Prerequisites lists numerically ascending (#102)
This commit was merged in pull request #102.
This commit is contained in:
@@ -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 24–26, 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.
|
||||
|
||||
Reference in New Issue
Block a user