quiz · 4 min

Production & Deployment Check

  1. Why does a production agent handler reconstruct its state on every request rather than keeping it in process memory?
  2. In the production handler built in 'A Production-Shaped Handler', what does handle() return when the budget is exhausted?
  3. When you swap the mock policy for a real model in production, what must change inside the handle() function?
  4. According to 'Going Further', what happens to your evals and guardrails when you migrate to a new framework or SDK version?
  5. Which statement best reflects 'Going Further's description of observability as an architecture?