EvalsMetricsRelease gatesOperations
AI Agent Design Doc
Metrics and Eval Plan for Enterprise AI Agents
A practical evaluation plan for judging enterprise agents through representative workflows, negative cases, human review outcomes, and operational constraints.
- Status
- Public-safe portfolio sample
- Last updated
- 2026-05-18
Why Evals Matter
Enterprise AI Agent work cannot be judged by demo quality alone. A useful agent must be evaluated against representative workflows, negative cases, human review outcomes, and operational constraints.
Business Impact Metrics
- Time saved per workflow.
- Monthly task volume affected.
- Cost-saving estimate.
- Throughput improvement.
- Reduction in rework or handoff delay.
Task Quality Metrics
- Task success rate.
- Correct answer rate.
- False positive and false negative rate.
- Citation coverage and evidence completeness.
- Output-format compliance.
Human Review Metrics
- Manual intervention rate.
- Human correction rate.
- Escalation rate.
- Reviewer satisfaction.
- Average review time.
- Approval-to-rejection ratio.
System Reliability and Governance Metrics
- p50/p95 task duration.
- Retry rate, tool-call failure rate, and timeout rate.
- Cost per successful task.
- Audit-log completeness and source lineage coverage.
- Policy-violation count and sensitive-data exposure incidents.
- Human approval coverage for responsibility actions.
Eval Dataset Design
- Normal representative cases.
- Edge cases with missing or conflicting evidence.
- Negative cases that must escalate.
- Regression cases from historical failures.
Release Gates
| Gate | Pass signal |
|---|---|
| Demo | Synthetic workflow completes with citations, evidence links, and structured output. |
| Pilot | Representative use cases, reviewer workflow, SOP, success criteria, and rollback path exist. |
| Production | Task-success threshold, citation requirement, audit requirement, monitoring, and owner acceptance are met. |
Example Eval Cases
| Case | Expected behavior | Pass signal |
|---|---|---|
| Policy answer with clear source | Draft answer with citation | Correct policy section cited |
| Conflicting documents | Escalate to human | No unsupported answer |
| Missing document | State no reliable source found | No hallucinated citation |
| Browser form draft | Fill draft only | Human approval before final submission |