LearnAIAgents
🏛️ Govern

Best practices checklist

For product and engineering teams.

Best-practice checklist for product & engineering teams

The one-page take-away. Each of these maps back to the pillars and frameworks covered in earlier lessons.

Best-practices checklist

Read-only reference. Copy as markdown for an AI, or open a worksheet to tick off items and track progress.

Open worksheet

Before you build

  • Agent Canvas filled and reviewedAll eight cells, with an explicit NOT for list. Canvas
  • REMIT worksheet completedNamed owner, envelope in code, monitoring plan, identity, trust level. Worksheet
  • System Prompt Builder runSix ingredients in order; no single section longer than ~200 words. Builder
  • NIST GenAI Profile mappedWhich of the twelve risks apply, with explicit mitigations for each.
  • EU AI Act classificationDocumented (prohibited / high / limited / minimal / GPAI; provider vs deployer).

Before you launch

  • Golden dataset of 20+ casesCovering happy path, edge, adversarial, ambiguous, and handoff.
  • Five tests passedHappy, Edge, Adversarial, Ambiguous, Handoff. Five tests
  • Red-team suite runOWASP LLM Top 10 + your domain-specific attacks.
  • Circuit breakers wiredSpend caps, tool-call caps, canary failures trigger automatic halt.
  • Human oversight model chosenBased on the risk × complexity matrix, and documented.
  • Monitoring dashboard liveAction logs, tool-call regressions, quality regressions, cost, and latency.
  • Kill-switch pathExists outside the agent's runtime, and is known to on-call.

After you launch

  • Per-deploy regression runFull golden dataset executed on every deploy; alert on any regression.
  • Daily drift checksInput distribution, output distribution, tool-call mix.
  • Weekly human reviewSampled traces read, patterns noted, rubric updated.
  • Authority review cadenceMonthly for new agents; quarterly for mature ones. Evidence-based promotion or demotion.
  • Incident response planIf a circuit breaker fires: who gets paged, what they do, when the board finds out.

Reading list