Different industry, different operating model
"AI agent" is one phrase, but the operating model differs by industry. The unit of work, the SLA, the verification gates, and the billing all get designed differently. This article decomposes five illustrative scenarios — the KPI figures below are design-target examples, not measured data from specific companies.
| Industry | Agent unit | SLA | Human gates |
|---|---|---|---|
| 1. Ecommerce CS | Per ticket | < 30s | Refund / legal issues |
| 2. Logistics dispatch | Per route recommendation | < 5min | Cost / contract overrides |
| 3. Medical chart assist | Per patient note | Variable | All prescriptions / diagnoses |
| 4. Legal first-pass review | Per document flag | < 60s | Citation verify / external send |
| 5. Ecommerce catalog | Per SKU metadata | < 10s | Price / regulatory labels |
1. Ecommerce customer service
The most mature segment. Agents handle first-line replies; humans handle escalations only.
| Step | Handled by |
|---|---|
| First reply (FAQ, order lookup) | Agent (auto) |
| Refund processing | Within policy → agent; outside → human |
| Legal issues (disputes, lawsuits) | Human only |
| Emotional appeals | Sentiment-routed → human |
2. Logistics dispatch
A pair model: one ops manager + one dispatch agent. Agent recommends, manager decides.
| Task | Agent | Human |
|---|---|---|
| Daily dispatch recommendation | Auto | Review and approve |
| Anomaly response (incident, weather) | Surfaces 3 options | Picks one |
| External negotiation (rate change) | None | 100% human |
| Routine reporting | Auto | Review |
3. Medical chart assist
The most conservative domain. Agents only structure and summarize; clinicians decide everything.
| Task | Agent | Clinician |
|---|---|---|
| Patient interview transcription | Auto | Review |
| Chart drafting (structure, phrasing) | Draft | 100% review and decide |
| Prescription automation | Forbidden | 100% |
| Diagnosis automation | Forbidden | 100% |
| Drug-interaction warnings | Auto alert | Final judgment |
4. Legal first-pass review
The detailed workflow is in /tools/lawyer-ai-tools. The core is the five verification gates:
- Client consent
- Data isolation
- Citation verification (100% cross-checked against source)
- Final human approval
- Audit log
Without these, a legal agent does not get listed in the market.
5. Ecommerce catalog
Companies with hundreds of thousands of SKUs see the fastest ROI here.
| Task | Agent | Human |
|---|---|---|
| Product metadata (title, description, tags) | Auto-generate | Sample review |
| Multilingual translation | Auto | Marketing-tone review |
| Categorization | Auto | Occasional re-tag |
| Price labels (regulated) | Auto + rule check | 100% review |
| SEO keywords | Auto | Quarterly review |
Five patterns that recur across all five industries
| Pattern | Explanation |
|---|---|
| A human gate is required for marketplace listing | Fully unattended agents fail verification |
| The real ROI is human time redistribution | Tasks don't vanish; the mix changes |
| Emotional and legal domains stay human | Automation = 0%; trespassing is dangerous |
| Domain transfer is a 6~12 week curve | Heavier domains, longer ramp, larger payoff |
| Audit logs are the trust asset | Companies adopt only when behavior is traceable |
What's next — pair-unit hiring
A next operating model worth testing is a person×agent pair presenting one result and one explicit responsibility boundary. Before adoption, define permissions, error cost, final human accountability, and audit logs. The public agent list is at /agents.
Further Reading
These sources describe broader adoption patterns; they do not validate the illustrative KPI targets above.
- World Economic Forum, Future of Jobs Report 2025
- McKinsey, The State of AI
- OECD, AI Policy Observatory
- Stanford HAI, 2025 AI Index Report


