配对阅读:本手册的原理/架构解读版是 docs/ai-foundations/papers/169-ai-uncertainty-ux-abstention-confidence-escalation-architecture.md。先读 paper 建立机制与取舍,再用本手册落地为模板、RACI 与门禁,两者不需要重复精读。
Use this playbook when an AI system may influence:
customer understanding of eligibility, fees, disputes, complaints, account status or next steps;
employee handling of regulated, sensitive or customer-impacting workflows;
extraction, classification, summarization or recommendation used in operations;
routing to human review, specialist queue, licensed advisor, AML investigator or complaint team;
customer trust, harm prevention, support handoff, appeal or regulatory evidence.
Do not use uncertainty UX as a cosmetic disclaimer. Use it when the product must decide:
Can AI answer?
Can AI answer only part of the question?
Should AI ask for more information?
Should AI refuse safely?
Should AI route to a human?
Should AI block the action and trigger control review?
What should the customer or employee see?
What evidence proves the decision was appropriate?
1.1 Outcome
By the end of design, each use case should have:
Artifact
Purpose
Uncertainty taxonomy
Names the reasons AI cannot provide a normal answer
Run every customer-facing uncertainty message through this test before release.
Test
Pass condition
Fail example
Capability clarity
User understands what AI can and cannot do
"AI-generated answer may be inaccurate" with no boundary
Evidence clarity
User knows what the answer is based on
"Based on available information" without naming source type
No false promise
Message does not imply approval, refund, eligibility, compensation or advice
"You should be eligible"
Useful next step
User knows what to provide or who will respond
"That cannot be handled here"
Regulated boundary
Legal, investment, credit, AML and complaint boundaries are respected
"This is not a valid complaint"
Accessibility and vulnerability
Message avoids blame, pressure and confusing jargon
"You failed verification" without alternatives
Recourse path
Impacted customer has route to review, appeal, complaint or specialist
no route after adverse or uncertain outcome
Evidence retention
Message id and output hash are retained
unversioned free-form copy
Example revised message:
The dispute process can be explained, and the provided facts can be recorded. The outcome cannot be promised because the merchant evidence and network review are not complete. Please upload the cancellation confirmation or provide the date of merchant contact. Fraud or immediate hardship signals should route the case to a specialist now.
Why it passes:
It gives scope.
It refuses outcome promise.
It asks for specific evidence.
It provides escalation triggers.
It avoids raw confidence and vague disclaimer language.
8. Template: Evidence Packet
Each uncertainty decision should create a compact event that can be joined to conversation, case, model, policy and workflow records.
The target is not AI that simply says "the answer may be wrong."
The target is a decision-control architecture that knows when to answer,
when to ask for more evidence, when to refuse, when to route to specialists,
and how to prove the decision later.
Why it matters:
Customer trust improves when uncertainty is specific and paired with a next step.
Customer harm decreases when high-impact, low-evidence and regulated-boundary cases are not guessed.
Operations improve when handoff includes evidence, owner, reason and SLA.
Compliance improves when approved language and policy ids are enforced at runtime.
Model risk improves when uncertainty behavior is measured, not hidden.
Executive governance improves when incidents, complaints and overrides feed back into CAPA.
Board-level framing:
Board concern
Response
Is the program over-automating regulated interactions?
High-impact and advice-boundary scenarios require policy-gated action and human handoff
Can AI actions be proven later?
Evidence packet joins model, source, policy, output and human action
Will this worsen customer friction?
Metrics track ask-more, escalation, abandonment and segment disparity
Will this reduce operational efficiency?
Escalation precision, queue SLA and handoff completeness manage workload
How does the system learn from failures?
Complaints, overrides, QA and incidents feed CAPA and eval updates
13. Scenario Patterns
13.1 Confidence Versus Evidence
Confidence is a signal about model or retrieval behavior. Evidence is what supports a specific claim in a specific customer context. In finance, a high model confidence answer can still be unsafe if the source is stale, the policy boundary forbids the claim, the user lacks authorization, or the action affects customer rights. Model confidence, evidence confidence, policy certainty and impact severity should remain separate signals. The action class should be selected from those signals: answer, partial answer, ask-more, refusal, escalation or block.
13.2 Payment Disputes
A payment dispute assistant should not show a probability that the customer will win. It can explain the dispute process, collect facts, identify missing evidence and create a case. It should abstain from outcome promises and escalate fraud, hardship, high-value, repeat or complaint cases. The handoff packet should include transaction refs, customer narrative, evidence gaps, policy version and AI uncertainty reason.
13.3 Wealth Advice Boundary
When a user asks whether to buy or sell a product, uncertainty is not just technical. It is a licensing, suitability and conduct boundary. The AI should provide neutral education, disclose that personal recommendations require an authorized channel, and offer a licensed advisor handoff. The evidence packet should log intent, channel, profile freshness and boundary policy.
13.4 Runtime Control Pattern
A policy decision service should receive intent, impact tier, evidence state, authorization, confidence signals, tool status and reversibility. It returns an action class and copy constraints. The LLM does not independently decide regulated refusal or escalation. Each event writes an evidence packet with model, RAG source, policy id, output hash and handoff status. Monitoring tracks abstention class, escalation precision, override, complaint and segment friction.
13.5 Governance Replay Pattern
Every customer-impacting uncertainty event should be replayable. Replay requires source refs, policy versions, approved language ids, model/tool versions, action class, handoff route, human override and downstream complaint or appeal link. Governance review should examine unsupported claims, wrong abstentions, missed escalations, customer harm and CAPA closure, not only model accuracy.
14. System Summary
AI uncertainty architecture is the difference between a fluent assistant and a governed service system.
The mature design question is not:
How confident is the model?
The mature design question is:
Given this user, intent, evidence, policy boundary, impact level and operational capacity,
what is the safest useful next action, what should be said, who owns it,
and what evidence proves correct handling?
That framing turns uncertainty handling into an advanced AI product, architecture and governance capability.