Chains and validation. Eight questions, 80% to pass.
These are the patterns that turn an LLM-using script from "works on my laptop" into something you'd ship.
| Lesson | Concept |
|---|---|
| 8 | Chained prompts — output of step N feeds step N+1 |
| 9 | Classify → branch — Python if routes to a specialised second prompt |
| 10 | Output validation — validate with regex/schema, retry on mismatch with feedback |
| 11 | Self-critique — writer / critic / reviser, 3 calls |
| 12 | Moderation — gate inputs through a safe/unsafe classifier |
| 13 | Eval criteria — checklist of deterministic checks, computed pass rate |
Week 3: agents — LLM + tools + loop — plus eval suites and the 3-week synthesis.
Create a free account to get started. Paid plans unlock all tracks.
Chains and validation. Eight questions, 80% to pass.
These are the patterns that turn an LLM-using script from "works on my laptop" into something you'd ship.
| Lesson | Concept |
|---|---|
| 8 | Chained prompts — output of step N feeds step N+1 |
| 9 | Classify → branch — Python if routes to a specialised second prompt |
| 10 | Output validation — validate with regex/schema, retry on mismatch with feedback |
| 11 | Self-critique — writer / critic / reviser, 3 calls |
| 12 | Moderation — gate inputs through a safe/unsafe classifier |
| 13 | Eval criteria — checklist of deterministic checks, computed pass rate |
Week 3: agents — LLM + tools + loop — plus eval suites and the 3-week synthesis.