Human-AI Work Contract
What Is It
Define how humans and AI collaborate in one recurring workflow: what AI may prepare or perform, where human judgment enters, who reviews, who decides, who remains accountable, and how failures improve the work.
Why Use It
AI adoption often adds hidden review labor, ambiguous authority, and brittle handoffs. A work contract makes the operating design explicit. Its existence is not maturity; observed use and improved workflow evidence are.
When to Use It
Use after understanding the current workflow and before production adoption or expanded autonomy. Revisit after incidents, role changes, model changes, or workload evidence.
What It Produces
- Workflow purpose and boundaries
- Step-level human and AI responsibilities
- Decision rights, review, escalation, and fallback
- Context and evidence requirements
- Measures and learning cadence
Who Should Participate
Include people who perform the work, the Team Lead, Product Manager, Product Operations where present, technical owner, decision owner, and accountable operational leader. Add affected-user and governance perspectives as consequences require.
Evidence to Bring
Bring workflow observations, cycle time, rework, decisions, current roles, AI evaluations, operator capacity, exceptions, and incidents. Do not design solely from a process diagram.
How to Do It
- Define the workflow outcome, actors, scope, and current baseline.
- Map decisions, inputs, handoffs, delays, rework, and failures.
- Split AI drafting, recommendation, execution, and monitoring into distinct responsibilities.
- Assign human judgment, review, approval, execution, and accountability.
- Specify required context, provenance, uncertainty, and evidence at each handoff.
- Define escalation, refusal, absence, overload, fallback, and stop behavior.
- Check that reviewers have competence, time, information, and authority.
- Measure decision quality, cycle time, rework, outcomes, and review burden.
- Pilot, observe actual work, and revise the contract.
Key Concepts
- Responsibility is not accountability: AI can perform work; humans remain accountable.
- Review is work: budget capacity and measure burden.
- Decision rights: clarify recommend, review, approve, execute, and stop.
- Graceful degradation: missing context or people should trigger a safe fallback.
Organizational Applications
Use for discovery synthesis, support, portfolio analysis, content review, knowledge retrieval, decision support, and agentic workflows.
Common Pitfalls
- Assigning “AI assists” without a task or boundary
- Adding approval to every step regardless of consequence
- Ignoring reviewer capacity and automation bias
- Omitting context provenance and escalation
- Measuring speed while hiding rework or harm
- Treating the contract as proof of adoption
Combine With
Use aipom-behavior-contract-builder for behavior, aipom-autonomy-boundary-designer for authority, and later workflow mapping and playbook skills for deeper redesign and reuse.
Assets and Templates
- Work contract template
- Synthetic worked example
- Weak example
Sources
- NIST, AI Risk Management Framework 1.0, January 26, 2023. Supports explicit human roles, responsibilities, oversight, and lifecycle risk management. Accessed July 16, 2026.
1---2name: human-aipom-work-contract3description: Define AI responsibilities, human judgment, review, decision authority, escalation, and learning in a recurring workflow. Use when human-AI collaboration is vague or unreliable.4---56# Human-AI Work Contract78## What Is It910Define how humans and AI collaborate in one recurring workflow: what AI may prepare or perform, where human judgment enters, who reviews, who decides, who remains accountable, and how failures improve the work.1112## Why Use It1314AI adoption often adds hidden review labor, ambiguous authority, and brittle handoffs. A work contract makes the operating design explicit. Its existence is not maturity; observed use and improved workflow evidence are.1516## When to Use It1718Use after understanding the current workflow and before production adoption or expanded autonomy. Revisit after incidents, role changes, model changes, or workload evidence.1920## What It Produces2122- Workflow purpose and boundaries23- Step-level human and AI responsibilities24- Decision rights, review, escalation, and fallback25- Context and evidence requirements26- Measures and learning cadence2728## Who Should Participate2930Include people who perform the work, the Team Lead, Product Manager, Product Operations where present, technical owner, decision owner, and accountable operational leader. Add affected-user and governance perspectives as consequences require.3132## Evidence to Bring3334Bring workflow observations, cycle time, rework, decisions, current roles, AI evaluations, operator capacity, exceptions, and incidents. Do not design solely from a process diagram.3536## How to Do It37381. Define the workflow outcome, actors, scope, and current baseline.392. Map decisions, inputs, handoffs, delays, rework, and failures.403. Split AI drafting, recommendation, execution, and monitoring into distinct responsibilities.414. Assign human judgment, review, approval, execution, and accountability.425. Specify required context, provenance, uncertainty, and evidence at each handoff.436. Define escalation, refusal, absence, overload, fallback, and stop behavior.447. Check that reviewers have competence, time, information, and authority.458. Measure decision quality, cycle time, rework, outcomes, and review burden.469. Pilot, observe actual work, and revise the contract.4748## Key Concepts4950- **Responsibility is not accountability:** AI can perform work; humans remain accountable.51- **Review is work:** budget capacity and measure burden.52- **Decision rights:** clarify recommend, review, approve, execute, and stop.53- **Graceful degradation:** missing context or people should trigger a safe fallback.5455## Organizational Applications5657Use for discovery synthesis, support, portfolio analysis, content review, knowledge retrieval, decision support, and agentic workflows.5859## Common Pitfalls6061- Assigning “AI assists” without a task or boundary62- Adding approval to every step regardless of consequence63- Ignoring reviewer capacity and automation bias64- Omitting context provenance and escalation65- Measuring speed while hiding rework or harm66- Treating the contract as proof of adoption6768## Combine With6970Use `aipom-behavior-contract-builder` for behavior, `aipom-autonomy-boundary-designer` for authority, and later workflow mapping and playbook skills for deeper redesign and reuse.7172## Assets and Templates7374- [Work contract template](template.md)75- [Synthetic worked example](examples/worked-example.md)76- [Weak example](examples/weak-example.md)7778## Sources7980- NIST, [AI Risk Management Framework 1.0](https://www.nist.gov/publications/artificial-intelligence-risk-management-framework-ai-rmf-10), January 26, 2023. Supports explicit human roles, responsibilities, oversight, and lifecycle risk management. Accessed July 16, 2026.