Curriculum
Module 13
Shipping an agent
Put it in front of people and keep it there: scoping what it may do, building a real one, the failure modes users see, and rolling out safely.
5 lessons · 11 videos · 5h 36m- 13.01
Scoping what it is allowed to do
Write down the agent's remit and enforce it in code, not in the prompt.
- 13.02
The failure modes a user actually sees
Handle the loop that stalls, the tool that 500s and the answer that is confidently wrong.
- 13.03
Rolling it out without a big bang
Ship to a slice of traffic and know what would make you roll back.
- 13.04
Keeping it working after the model changes
Survive a model deprecation or upgrade without re-discovering every prompt.
- 13.05
Build one, properly
Ship a bounded, evaluated, observable agent that does one real job.