Governance as a Sprint habit, not a separate committee
AI governance often gets built as a separate approval committee sitting outside the delivery process, which creates exactly the bottleneck teams fear: a queue of AI features waiting on a review that happens on its own schedule, disconnected from Sprint cadence. This module argues governance works better, and faster, when it is built into the same refinement and Definition of Done discipline the team already uses for everything else, with an evidence-check habit applied consistently rather than a heavyweight gate applied occasionally.
Lessons cover writing approval and policy checks as backlog acceptance criteria, a matching exercise connecting different AI features to the specific governance concern they raise, model version drift, data provenance, output monitoring, and a supply chain lesson on the specific risks of depending on a third-party or open-weight model whose own governance practices the team needs to understand rather than assume. A scenario walks through an AI feature that passed every automated eval but produced a harmful output in production anyway, forcing the team to examine whether their evals were actually testing the right thing or just the easy thing.
The module closes on incident response for AI-specific failures, which differs from a typical production incident because the failure mode is often subtle degradation rather than a clean outage, and because a fix frequently requires retraining or re-prompting work that does not resolve in minutes the way rolling back a deployment does. The throughline is that governance, done well, is invisible most of the time because it is baked into the same Sprint habits the team already runs, not a separate process people learn to route around.
Mistakes teams make with this material
Requiring a review board approval on its own schedule, disconnected from the Sprint, which creates a queue that either becomes a permanent bottleneck or gets quietly bypassed under delivery pressure.
Treating automated evaluation results as sufficient evidence, without checking whether the evals actually probe the failure modes that matter or only the ones that were easy to automate.
Building on an external model without understanding its own training data provenance, known limitations, or update cadence, then discovering those gaps only after an incident.
Applying standard incident response playbooks built for clean failures to a subtle degradation problem that may require retraining or re-prompting work with no quick rollback available.
Questions people ask
How do you keep AI governance from becoming a Sprint bottleneck?
Fold governance checks into the same refinement and Definition of Done process the team already uses, so approval evidence is produced as a natural part of doing the work, rather than routing every AI feature through a separate committee with its own schedule.
Is a passing eval suite enough to call an AI feature safe to ship?
Not on its own. Evals need to be checked against the specific failure modes that actually matter for the feature, since it is easy to build a suite that tests convenient scenarios while missing the harmful edge case that eventually reaches production.
What governance responsibility does a team inherit from using a third-party model?
The team still needs to understand the model's training data provenance, known limitations, and update cadence, and to document how those factors were considered, rather than assuming the provider's own diligence transfers automatically.
Why does incident response differ for AI failures compared to typical outages?
AI failures are often subtle degradation rather than a clean outage, and the fix frequently requires retraining or re-prompting work that does not resolve in minutes, unlike a deployment rollback. Response plans need to account for that longer, less certain recovery path.
A question from this module's assessment
One sample question with the reasoning, so you can judge the level before you start. The rest of the assessment stays inside the module.
What is the right axis for deciding how much sign-off an AI feature needs?
- How novel or exciting the feature is
- The blast radius: what data, money or irreversible action is involved
- How long the feature took to build
- Whether the team enjoyed building it
Blast radius, not novelty, tells you how much scrutiny a feature actually needs.