AIPOM Behavior Contract Builder
What Is It
Define how an AI product should behave, the range of acceptable variation, what it must refuse or escalate, and what happens when behavior falls outside the contract. The contract connects product intent to evaluation and operating decisions.
Why Use It
Teams cannot evaluate “helpful,” “safe,” or “accurate” consistently without observable expectations and consequences. A contract makes disagreement inspectable before it becomes a launch dispute or incident. Writing it does not prove conformance; representative evaluations and production evidence do.
When to Use It
Use before building an evaluation set, setting autonomy boundaries, launching a probabilistic feature, or revising behavior after incidents or user evidence. It is not a legal compliance determination or a substitute for specialist review.
What It Produces
- Purpose and scope
- Expected, acceptable, escalated, and prohibited behaviors
- Representative normal, edge, adversarial, and failure cases
- Thresholds tied to ship, continue, pause, rollback, or retire decisions
- Owners, evidence gaps, and review triggers
Who Should Participate
Include the Product Manager, technical and evaluation owners, design or research, workflow operators, and the person accountable for affected outcomes. Add legal, privacy, security, safety, accessibility, or domain specialists in proportion to consequences.
Evidence to Bring
Bring user research, intended-use statements, real inputs, known failures, policies, evaluation results, complaints, incidents, and affected-user perspectives. Label hypothetical cases and unsupported thresholds as assumptions.
How to Do It
- Set scope. Name the system version, users, affected people, contexts, and decision the contract must support.
- Define purpose. State the user outcome and boundaries; avoid capability marketing.
- Describe behaviors. Use observable input-condition-output-consequence statements.
- Classify behavior. Mark each as expected, acceptable variation, escalate/refuse, or prohibited.
- Add cases. Cover frequent use, difficult ambiguity, affected groups, misuse, adversarial inputs, and consequential failure.
- Set evidence rules. Name measures, human judgment, sampling, thresholds, and limitations. Avoid fake precision.
- Connect decisions. Specify which evidence triggers ship, continuation, correction, pause, rollback, or retirement.
- Assign ownership. Name who interprets evidence, decides, remains accountable, and approves changes.
AI may organize cases and draft language. Humans decide acceptable consequences, thresholds, and authority.
Key Concepts
- Behavior, not intention: describe what users can observe.
- Acceptable range: probabilistic systems require bounded variation, not one ideal answer.
- Consequence-aware evaluation: weight failures by who is affected and what follows.
- Contract evolution: version behavior when evidence or context changes.
Organizational Applications
Use for assistants, recommendations, classifiers, generated content, decision support, and agents. Reuse the contract across design reviews, evaluation datasets, autonomy decisions, production monitoring, and incident learning.
Common Pitfalls
- Using adjectives without observable cases
- Testing only happy paths
- Treating an average score as permission to ignore severe failures
- Setting thresholds without evidence or a decision
- Omitting affected people, refusals, escalation, or owners
- Treating the document as proof of reliable behavior
Combine With
Use aipom-autonomy-boundary-designer to decide authority, aipom-golden-dataset-builder to operationalize representative cases, and aipom-eval-scorecard-builder to define measurement and decision rules.
Assets and Templates
- Behavior contract template
- Synthetic worked example
- Weak example
Sources
- NIST, AI Risk Management Framework 1.0, January 26, 2023. Supports lifecycle risk mapping, measurement, management, and accountable governance. Accessed July 16, 2026. NIST notes that the framework is being revised.
1---2name: aipom-behavior-contract-builder3description: Define expected, acceptable, and prohibited AI behavior with representative cases, thresholds, escalation, and consequences. Use before evaluation, launch, or autonomy decisions.4---56# AIPOM Behavior Contract Builder78## What Is It910Define how an AI product should behave, the range of acceptable variation, what it must refuse or escalate, and what happens when behavior falls outside the contract. The contract connects product intent to evaluation and operating decisions.1112## Why Use It1314Teams cannot evaluate “helpful,” “safe,” or “accurate” consistently without observable expectations and consequences. A contract makes disagreement inspectable before it becomes a launch dispute or incident. Writing it does not prove conformance; representative evaluations and production evidence do.1516## When to Use It1718Use before building an evaluation set, setting autonomy boundaries, launching a probabilistic feature, or revising behavior after incidents or user evidence. It is not a legal compliance determination or a substitute for specialist review.1920## What It Produces2122- Purpose and scope23- Expected, acceptable, escalated, and prohibited behaviors24- Representative normal, edge, adversarial, and failure cases25- Thresholds tied to ship, continue, pause, rollback, or retire decisions26- Owners, evidence gaps, and review triggers2728## Who Should Participate2930Include the Product Manager, technical and evaluation owners, design or research, workflow operators, and the person accountable for affected outcomes. Add legal, privacy, security, safety, accessibility, or domain specialists in proportion to consequences.3132## Evidence to Bring3334Bring user research, intended-use statements, real inputs, known failures, policies, evaluation results, complaints, incidents, and affected-user perspectives. Label hypothetical cases and unsupported thresholds as assumptions.3536## How to Do It37381. **Set scope.** Name the system version, users, affected people, contexts, and decision the contract must support.392. **Define purpose.** State the user outcome and boundaries; avoid capability marketing.403. **Describe behaviors.** Use observable input-condition-output-consequence statements.414. **Classify behavior.** Mark each as expected, acceptable variation, escalate/refuse, or prohibited.425. **Add cases.** Cover frequent use, difficult ambiguity, affected groups, misuse, adversarial inputs, and consequential failure.436. **Set evidence rules.** Name measures, human judgment, sampling, thresholds, and limitations. Avoid fake precision.447. **Connect decisions.** Specify which evidence triggers ship, continuation, correction, pause, rollback, or retirement.458. **Assign ownership.** Name who interprets evidence, decides, remains accountable, and approves changes.4647AI may organize cases and draft language. Humans decide acceptable consequences, thresholds, and authority.4849## Key Concepts5051- **Behavior, not intention:** describe what users can observe.52- **Acceptable range:** probabilistic systems require bounded variation, not one ideal answer.53- **Consequence-aware evaluation:** weight failures by who is affected and what follows.54- **Contract evolution:** version behavior when evidence or context changes.5556## Organizational Applications5758Use for assistants, recommendations, classifiers, generated content, decision support, and agents. Reuse the contract across design reviews, evaluation datasets, autonomy decisions, production monitoring, and incident learning.5960## Common Pitfalls6162- Using adjectives without observable cases63- Testing only happy paths64- Treating an average score as permission to ignore severe failures65- Setting thresholds without evidence or a decision66- Omitting affected people, refusals, escalation, or owners67- Treating the document as proof of reliable behavior6869## Combine With7071Use `aipom-autonomy-boundary-designer` to decide authority, `aipom-golden-dataset-builder` to operationalize representative cases, and `aipom-eval-scorecard-builder` to define measurement and decision rules.7273## Assets and Templates7475- [Behavior contract template](template.md)76- [Synthetic worked example](examples/worked-example.md)77- [Weak example](examples/weak-example.md)7879## Sources8081- NIST, [AI Risk Management Framework 1.0](https://www.nist.gov/publications/artificial-intelligence-risk-management-framework-ai-rmf-10), January 26, 2023. Supports lifecycle risk mapping, measurement, management, and accountable governance. Accessed July 16, 2026. NIST notes that the framework is being revised.