AI Uncertainty UX:不确定性体验与升级架构
AI uncertainty UX 不是 tooltip,也不是把 confidence_score 暴露给用户。它是一个运行时 decision-control architecture:系统在每一次交互中判断 AI 应该回答、限定回答、部分回答、追问、拒答、升级、阻断,还是只保留证据等待人工处理。
AI 不确定性体验架构:Abstention / Confidence / Escalation
配对阅读:本篇的操作手册版(模板/RACI/门禁/runbook)是
docs/AI_UNCERTAINTY_UX_ABSTENTION_CONFIDENCE_ESCALATION_PLAYBOOK.md。第一遍读本篇建立原理与架构判断;第二遍做案例时再用 playbook 查表落地,两者不需要重复精读。
Date: 2026-06-30 Status: evergreen Audience: 已具备 CBAP 级业务分析基础的金融零售 AI 产品、架构与治理从业者。 Output: 一套把 uncertainty UX、abstention、confidence language、safe refusal、partial answer、request-more-info、human escalation、evidence 和 monitoring 连接起来的系统学习笔记。
Source Anchors
| Source | Link | 本文使用方式 |
|---|---|---|
| A Gentle Introduction to Conformal Prediction and Distribution-Free Uncertainty Quantification | https://arxiv.org/abs/2107.07511 | 作为 uncertainty quantification 的技术锚点,但本文重点放在产品、流程、交接和证据架构,不把置信度等同于体验设计 |
| NIST AI Risk Management Framework | https://www.nist.gov/itl/ai-risk-management-framework | 用 Govern / Map / Measure / Manage 组织不确定性风险、影响场景、监控和治理证据 |
| NIST AI RMF Generative AI Profile | https://www.nist.gov/publications/artificial-intelligence-risk-management-framework-generative-artificial-intelligence | 用 GenAI 特有风险视角设计 hallucination、confabulation、misuse、human oversight 和 incident learning 控制 |
| Microsoft Guidelines for Human-AI Interaction | https://www.microsoft.com/en-us/research/project/guidelines-for-human-ai-interaction/ | 参考 human-AI interaction 在初始使用、常规互动、出错和长期使用中的行为原则,并进一步转成金融零售控制架构 |
| ISO/IEC 42001 AI management systems | https://www.iso.org/standard/81230.html | 将 uncertainty UX 纳入 AI management system 的 policy、role、operation、performance evaluation、audit 和 improvement |
| ISO/IEC 23894 AI risk management | https://www.iso.org/standard/77304.html | 将不确定性、影响、控制、残余风险和复盘纳入 AI 风险管理生命周期 |
Source nuance:
- Conformal prediction、calibration、置信区间和模型评分只能形成技术层面的 uncertainty signal,不能自动决定客户看到什么、员工如何接手、监管证据如何保留。
- Human-AI interaction guideline 提醒系统要表达能力边界和错误恢复;金融零售场景还必须把这些原则落到产品状态机、policy engine、case workflow、approved language 和 audit trail。
- NIST 和 ISO 提供风险管理与管理体系结构;本文将其转换为运行时决策、控制证据、升级流程和持续改进机制。
核心导读
AI uncertainty UX 不是 tooltip,也不是把 confidence_score 暴露给用户。它是一个运行时 decision-control architecture:系统在每一次交互中判断 AI 应该回答、限定回答、部分回答、追问、拒答、升级、阻断,还是只保留证据等待人工处理。
金融零售的关键挑战是:模型不确定性、证据不完整、政策边界、身份授权、客户影响、行为可逆性和弱势客户信号会同时出现。如果只用一个低置信度阈值触发人工,系统会误把“模型分数”当作“服务责任”。高级设计必须把不确定性翻译成可执行、可审计、可运营的服务动作。
technical uncertainty signal
+ evidence state
+ policy boundary
+ authorization
+ customer impact
+ reversibility
+ vulnerability context
-> allowed action class
-> approved language
-> workflow owner
-> evidence packet
-> monitoring and improvement loop
1. 问题定义:从模型不确定性到服务责任
很多 AI 产品把不确定性处理成三件表层动作:
- 显示一个百分比。
- 加一句 “AI may be wrong”。
- 低 confidence 时转人工。
这些动作在金融零售里不足够。客户是否受到伤害,不只取决于模型是否“知道答案”,还取决于系统是否知道哪些话会被理解为承诺、建议、资格判断、账户裁决或合规结论。一个答案即使事实上大体正确,也可能因为越过授权边界、缺少证据、暗示审批结果、隐藏申诉路径而造成产品和监管风险。
1.1 运行时核心问题
Given a user intent, context, evidence state, model uncertainty,
policy boundary, authorization state and customer impact:
what should the system do next, who owns the next action,
what should the user see, and what evidence must be retained?
这不是文案问题,而是产品状态机、控制平面和运营模型的问题。
| Layer | 关键设计问题 | 失败后果 |
|---|---|---|
| Product policy | 哪些场景可以回答、部分回答、拒答、补件或升级 | AI 越界承诺、客户被误导 |
| Experience state | 用户何时看到边界、原因、下一步和人工路径 | 用户过度信任或被困在 AI 循环 |
| Decision control | confidence、evidence、policy、impact 如何共同决定 action | 低证据高影响场景被自动处理 |
| Workflow | 谁接手、SLA、handoff payload、case type 如何定义 | 升级失败、重复询问、服务断裂 |
| Evidence | 输入、检索、模型、规则、copy、审批如何留痕 | 无法解释投诉、审计或模型事件 |
| Monitoring | abstention、override、appeal、harm signal 如何反馈 | 控制失灵但没有人知道 |
1.2 不确定性的七类来源
不要把 uncertainty 简化成模型概率。金融零售至少要区分七类不确定性:
| Source | 含义 | 设计影响 |
|---|---|---|
| Model confidence | 模型对生成或分类结果的稳定性 | 低稳定性需要谨慎,但高稳定性也可能是 confident hallucination |
| Evidence confidence | 检索、文档、数据库、工具返回是否充分且一致 | 证据不足时应 ask more 或 partial answer |
| Policy confidence | 当前政策、审批 copy、监管边界是否明确 | 政策不确定应升级 owner,不能让 LLM improvisation |
| Authorization confidence | 用户或员工是否有权限看到信息或发起动作 | 防止越权披露或执行 |
| Impact severity | 错误是否影响资金、资格、权益、合规或客户伤害 | 高影响场景阈值更保守 |
| Reversibility | 错误能否轻易纠正 | 不可逆动作需要人工或审批 |
| Vulnerability context | 是否存在投诉、焦虑、困难、老年、语言障碍、弱势或欺诈受害信号 | 同一答案在弱势场景下风险更高 |
1.3 设计原则
confidence is an internal signal
uncertainty language is a user contract
abstention is a product action
escalation is an operating model
evidence is the accountability layer
2. 架构模型:Uncertainty Decision Control Plane
不确定性体验应被设计为一个 control plane,而不是散落在 prompt、UI 文案和人工流程里的补丁。它的核心是:从 intent、impact、evidence、policy、authorization 和 confidence 推导出允许的 action class,再绑定 language、workflow、evidence 和 monitoring。
flowchart TD
A[User / Employee Intent] --> B[Context and Impact Assessment]
B --> C[Evidence State]
B --> D[Policy Boundary]
B --> E[Authorization State]
B --> F[Model / Retrieval / Tool Confidence]
C --> G[Uncertainty Decision Policy]
D --> G
E --> G
F --> G
G --> H{Action Class}
H -->|answer| I[Answer with evidence and calibrated language]
H -->|partial answer| J[Scope answer + missing facts + next step]
H -->|ask more| K[Structured clarification or document request]
H -->|safe refusal| L[Boundary explanation + allowed alternative]
H -->|escalate| M[Case workflow + owner + SLA]
H -->|block| N[Stop unsafe action + incident/control signal]
I --> O[Telemetry and Evidence Packet]
J --> O
K --> O
L --> O
M --> O
N --> O
O --> P[Monitoring / Eval / Governance / CAPA]
P --> G
Key idea: uncertainty architecture is a closed-loop system. It does not end when AI says “I am not sure”; it ends when the case reaches the right outcome, evidence is complete, and control owners can improve the policy.
2.1 Runtime Components
| Component | Responsibility | Example output |
|---|---|---|
| Intent and domain classifier | 识别问题类型、业务域、是否 customer-impacting | credit_eligibility_explanation, wealth_advice_boundary, aml_case_summary |
| Impact and sensitivity classifier | 判断客户权益、资金、合规、投诉、脆弱客户、监管敏感度 | high_customer_impact, regulated_advice, complaint_signal |
| Evidence state service | 判断证据是否充分、来源是否新鲜、是否有冲突 | complete, missing_income_doc, conflicting_policy_versions |
| Confidence signal aggregator | 汇总 retrieval score、model self-check、tool validation、schema validation、historical error rate | answer_confidence=medium, evidence_confidence=low |
| Policy and boundary engine | 按产品、角色、渠道、地区、客户状态决定 allow / ask / refuse / escalate | licensed_handoff_required |
| Response planner | 决定 answer class、copy template、disclosure、citation、handoff payload | partial_answer_with_missing_facts |
| Approved language service | 提供可审计 copy fragments 和 forbidden phrase scanning | safe_credit_language_v3 |
| Workflow router | 创建 case、队列、owner、SLA、handoff reason | payments_dispute_queue, wealth_advisor_queue |
| Evidence ledger | 保存 prompt、retrieval refs、policy ids、tool calls、decision reason、output hash | uncertainty_event_id |
| Monitoring and eval loop | 观察 abstention、appeal、override、harm、complaint、drift | threshold_review_needed |
2.2 Action Classes
| Action class | Product behavior | Architecture requirement |
|---|---|---|
| Direct answer | 回答并给依据、范围、下一步 | evidence refs、approved copy、output QA |
| Qualified answer | 明确条件、假设、适用范围 | condition tags、policy version、scenario bounds |
| Partial answer | 回答可证明部分,标出未确定部分 | segment-level evidence and missing-info list |
| Ask more | 结构化收集缺失事实、文件或 consent | question policy、field schema、drop-off tracking |
| Safe refusal | 解释边界,给可允许替代路径 | refusal template、allowed alternative、policy id |
| Human escalation | warm handoff,带证据包和 reason | case workflow、SLA、queue owner、handoff payload |
| Block and incident | 阻止危险动作,触发 control / security / compliance review | incident type、retention、owner notification |
3. 关键机制与生命周期
3.1 Abstention Taxonomy
Abstention 不是单一拒答。成熟系统必须区分“为什么不能继续”,因为不同原因对应不同 UX、owner、SLA 和证据。
| Abstention class | Trigger | User-facing behavior | Owner |
|---|---|---|---|
| Evidence insufficient | 缺少关键事实、文件、交易、政策版本或引用 | 说明缺少什么,请求补充或提供可回答范围 | Product / Ops |
| Evidence conflict | 多个来源不一致,如政策版本冲突、系统状态冲突 | 不下结论,说明需要核验,创建复核任务 | Knowledge Owner / Ops |
| Domain boundary | 用户要求法律、税务、投资、信贷审批或医疗等越界判断 | 安全拒答,提供教育信息或授权渠道 | Legal / Compliance / Licensed Owner |
| Authorization boundary | 用户或员工权限不足,或 consent 不足 | 不披露敏感信息,引导认证或授权流程 | Security / Privacy |
| High-impact low-certainty | 影响资金、资格、账户限制、投诉、合规但信号不足 | 暂停自动化,升级人工 | Risk / Ops |
| Harm / vulnerability signal | 识别困难、压力、投诉、老年、语言障碍、潜在欺诈受害者 | 降低自动化和销售强度,提供支持路径 | Customer Care / Conduct Risk |
| Tool failure | 核心系统、支付、KYC、RAG、case API 失败 | 说明暂时无法确认,提供安全下一步 | Technology / Ops |
| Policy ambiguity | 内部政策没有覆盖或存在解释空间 | 不能即兴解释,升级 policy owner | Policy / Compliance |
| Unsafe instruction | 用户要求绕过控制、欺诈、洗钱、隐藏信息或生成误导文案 | 拒绝并可能触发安全事件 | Fraud / Financial Crime / Security |
| Monitoring hold | 规则、模型或数据源处于 degraded / disabled 状态 | 限制能力,转人工或延迟处理 | Platform Owner |
3.2 Escalation Policy
Escalate when:
impact severity is high
OR action is irreversible
OR customer-facing statement could create regulated obligation
OR evidence is conflicting
OR policy boundary is unclear
OR customer harm / complaint / vulnerability signal exists
OR AI would need to infer facts that should come from system of record.
Escalation 不是把风险甩给人工。它要定义接手 owner、队列、SLA、用户承诺、handoff payload、closure event 和 feedback loop。没有这些,转人工只是 UI 上的安慰。
| Scenario | AI can do | AI must not do | Escalation route | Handoff payload |
|---|---|---|---|---|
| Credit eligibility | Explain general eligibility factors and list missing application data | Say the customer is approved, likely approved, or should apply based on unsupported inference | Credit ops or lending specialist | application id, reason codes, missing evidence, source docs, customer question |
| Wealth advice boundary | Provide neutral education and explain that personal recommendation requires authorized channel | Recommend buy/sell/hold, asset allocation, tax move or guaranteed outcome | Licensed advisor / wealth compliance | user intent, product mentioned, risk profile status, boundary reason |
| Payment dispute claim | Collect facts, explain process, list documents, state timelines | Promise chargeback success or assign fault without investigation | Dispute operations | transaction refs, customer narrative, merchant info, evidence gaps |
| AML analyst assistant | Summarize alerts, extract entities, cite transaction evidence | Decide SAR filing, close case solely, reveal SAR-sensitive reasoning to front office | AML investigator / BSA officer | alert id, entity graph, evidence refs, AI uncertainty flags |
| KYC document extraction | Extract fields, flag unreadable/contradictory docs, request re-upload | Declare identity verified when evidence fails validation | KYC operations / identity platform | doc refs, extraction confidence by field, validation failures |
| Complaint handling | Classify issue, preserve narrative, summarize facts, route case | Dismiss complaint, make legal conclusion, promise compensation | Complaint ops / legal-compliance review | complaint id, original text, harm signal, AI touchpoint refs |
| Contact center | Draft response, suggest next best question, summarize call | Hide uncertainty from agent, push sales during hardship or complaint | Supervisor / specialist queue | transcript, suggested script, confidence notes, prohibited content flags |
3.3 Confidence Language
Raw percentages often create false precision. A customer who sees “82% confident” cannot know whether it means factual accuracy、policy fit、retrieval match、approval chance or model probability. The better pattern is to express what is known, why it is known, what is missing and what the system will do next.
| Audience | Preferred expression | Avoid |
|---|---|---|
| Customer | “I can confirm this from your transaction record” / “I need one more detail before I can explain the next step” | “82% confident” |
| Frontline employee | evidence status + confidence band + required review action | single model score without reason |
| Analyst / reviewer | field-level confidence, evidence refs, contradictions, uncertainty reason | green/yellow/red without inspectable evidence |
| Governance / model risk | metric distributions, error bands, override rates, harm outcomes | cherry-picked demos |
| Situation | Better language | Why |
|---|---|---|
| Evidence is strong | “Based on the posted transaction and current dispute policy, the next step is...” | Names evidence and policy scope |
| Evidence is missing | “I can explain the process, but I need the merchant response date to assess the next step.” | Separates process education from case-specific conclusion |
| Policy boundary exists | “I can provide general information. A personal investment recommendation requires a licensed advisor.” | Refuses overreach while preserving help |
| Conflict exists | “Your upload and the system record do not match, so this needs review before we rely on it.” | Explains why automation paused |
| Tool failed | “I cannot verify the account status right now. I will not guess; I can create a follow-up case.” | Prevents hallucinated system state |
| Customer harm signal | “This may affect your account access, so I am routing it to a specialist and preserving the details you shared.” | Signals seriousness and action |
Explanation rules:
- Explain the decision class, not the model internals.
- Tie confidence language to evidence quality, not AI personality.
- Show what is known, unknown, assumed and next.
- For customer-impacting decisions, provide reason codes and recourse path where policy allows.
- For employee copilots, show conflicting evidence before recommended action.
- For regulated advice boundaries, use approved copy and avoid personalized recommendations.
- Never use confidence language to soften a hard compliance boundary.
- Never use uncertainty as a way to avoid a complaint, dispute, appeal or accessibility path.
3.4 RAG / Agent / Copilot / Eval Lifecycle
| Architecture style | Uncertainty problem | Required control |
|---|---|---|
| RAG assistant | Retrieval may be stale, missing, conflicting or unauthorized | source registry, freshness, permission filtering, citation quality, conflict detector |
| Tool-using agent | Tool may fail, return partial data or execute high-impact action | tool confidence, action approval, reversible/irreversible classification, execution guard |
| Employee copilot | Employee may over-trust fluent drafts | evidence panel, required review fields, forbidden language, adoption monitoring |
| Customer chatbot | Customer may treat response as promise or advice | capability framing, boundary copy, escalation path, complaint/dispute/appeal routing |
| KYC / document AI | Field extraction varies by field and document quality | field-level confidence, validation, exception queue, source image evidence |
| AML / fraud assistant | Sensitive reasoning and case decision boundaries | analyst-only workspace, SAR-sensitive controls, case owner approval |
| Eval platform | Offline accuracy misses uncertainty behavior | scenario eval for abstention, partial answer, ask-more, refusal and handoff |
| Governance system | Policies are not connected to runtime behavior | policy ids in logs, evidence packets, review cadence, residual risk acceptance |
4. 证据与控制
4.1 Metrics
| Metric | What it detects | Owner |
|---|---|---|
| Abstention rate by class | Whether refusals / asks / escalations are balanced by reason | Product / Governance |
| Wrong-answer rate by impact tier | Whether high-impact answers have unacceptable error | Model Risk / Product |
| Unsupported claim rate | Whether outputs exceed evidence or approved language | Compliance / QA |
| Escalation precision and recall | Whether the right cases go to humans | Ops / Risk |
| Handoff completion SLA | Whether escalation is real service, not deflection | Operations |
| Human override rate | Whether AI action policy is miscalibrated | Product / Ops |
| Appeal / complaint rate after AI interaction | Whether AI is creating customer harm | Complaint / Conduct Risk |
| Evidence completeness score | Whether each decision can be replayed | Audit / Governance |
| Customer trust calibration | Whether users understand AI boundaries without abandoning valid journeys | CX / Research |
| Segment disparity in abstention | Whether certain groups get more friction or fewer helpful answers | Fairness / Risk |
4.2 Control Model
| Control | Design |
|---|---|
| Intended-use inventory | Each use case records allowed answer classes, prohibited actions and impact tier |
| Policy decision table | Maps confidence/evidence/impact/boundary to answer / ask / refuse / escalate |
| Approved language library | Versioned copy for boundary, refusal, disclosure, escalation and uncertainty |
| Evidence ledger | Captures input refs, retrieved sources, tool responses, policy ids, model versions and output hashes |
| Human handoff protocol | Defines queue, SLA, owner, required payload, customer message and closure event |
| QA and red-team eval | Tests low-evidence, conflicting-evidence, high-impact and adversarial cases |
| Monitoring thresholds | Alerts on abnormal abstention, complaint, override, error or segment friction |
| Incident and CAPA loop | Connects harmful AI interactions to root cause, fix, validation and policy update |
4.3 Evidence Packet
A replayable uncertainty decision needs enough information to reconstruct why the system answered, abstained or escalated.
uncertainty_event_id: ux-2026-06-30-000169
use_case: payment_dispute_assistant
intent: dispute_outcome_question
customer_impact_tier: high
evidence_state: missing_customer_cancellation_date
confidence_summary:
retrieval: high
tool_validation: high
case_specific_conclusion: low
policy_decision: partial_answer_ask_more
policy_ids:
- dispute_uncertainty_policy_v4
- prohibited_outcome_promise_v2
approved_language_ids:
- dispute_process_explanation_v7
output_class: partial_answer
escalation:
required: false
trigger_checked: hardship_or_fraud_signal
sources:
- transaction_record_ref
- dispute_policy_ref
human_feedback:
override: false
monitoring_tags:
- high_impact
- missing_evidence
4.4 Eval Design
Uncertainty eval must cover the system’s ability to choose the right action, not only its ability to produce a fluent answer.
| Eval case type | What it tests |
|---|---|
| Strong-evidence answer | AI answers only when source support is sufficient |
| Missing-evidence case | AI asks for the right missing field instead of guessing |
| Conflicting-source case | AI pauses and routes review instead of reconciling by invention |
| Regulated-advice boundary | AI refuses personalized recommendation and offers authorized path |
| High-impact irreversible action | AI requires approval before tool execution |
| Sensitive information / authorization | AI filters evidence by role and consent |
| Harm, complaint or vulnerable customer | AI lowers automation and preserves the case |
| Tool outage or degraded RAG | AI communicates safe limitation and avoids hallucinated state |
| Multi-turn pressure | AI maintains boundary when the user pushes for a conclusion |
Score dimensions:
| Dimension | Pass condition |
|---|---|
| Action selection | correct answer / partial / ask / refusal / escalation |
| Language safety | no unsupported promise, advice or disclosure |
| Evidence use | cited source supports the claim |
| Boundary clarity | user understands what AI can and cannot do |
| Handoff quality | correct queue, payload and customer message |
| Recovery | user gets a useful next step |
5. 金融零售场景
5.1 Credit Eligibility Assistant
Bad pattern:
"You are likely eligible for this credit card."
Why it fails:
- It may imply pre-approval.
- It may hide missing income, credit bureau, identity or product eligibility checks.
- It may create unfair treatment if the confidence threshold behaves differently across segments.
Better architecture:
| Step | Design |
|---|---|
| Intent | credit_eligibility_question |
| Boundary | AI can explain criteria, not approve or predict approval unless sourced from official prequalification engine |
| Evidence | application status, product rules, adverse action / reason code policy, customer consent |
| Action | qualified answer or ask more; escalate for exceptions |
| UX | “I can explain the factors used. A final decision comes from the credit decisioning process.” |
| Evidence | policy id, product version, customer-safe copy id, model trace, handoff reason |
5.2 Wealth Advice Boundary
User asks: “Should I sell my bond fund and buy the high-yield product?”
The uncertainty is not only model uncertainty. It is authorization, suitability, profile completeness, licensing and conduct risk uncertainty. A robust response classifies the intent as personalized investment advice, checks channel and role permissions, provides neutral education about risk/fees/liquidity/suitability concepts, refuses buy/sell recommendation and offers licensed advisor handoff.
5.3 Payment Dispute Claims
User asks: “Will I win this dispute?”
AI may collect transaction details, merchant interaction, delivery evidence and cancellation date; explain process and timelines; identify missing evidence; create case and route high-value, suspected-fraud or vulnerable-customer cases. AI must not promise outcome, invent chargeback reason, tell customer to misstate facts, or hide uncertainty about network rules and merchant evidence.
5.4 AML Analyst Assistant
Analyst asks: “Is this suspicious?”
AI may summarize alert facts, extract counterparties, typologies, transaction sequences and anomalies, cite source transactions and identify unresolved evidence gaps. It must not make SAR filing decisions, close cases without reviewer, generate unsupported suspicion narrative, or reveal SAR-sensitive reasoning to customer-facing teams.
Uncertainty UX here is employee-facing: field-level confidence, contradictory facts, missing KYC context and reviewer confirmation workflow.
5.5 KYC Document Extraction
AI extracts name, date of birth, address and document number. The design should support field-level abstention rather than forcing a whole-document pass/fail or hallucinating missing values.
| Field state | UX / Ops behavior |
|---|---|
| High confidence and validation match | Auto-fill, show source crop to reviewer if sampled |
| Medium confidence | Highlight field for review, preserve extraction alternative |
| Low confidence or unreadable | Request re-upload or manual review |
| Document / application mismatch | Pause verification, route discrepancy queue |
| Expired or unsupported document | Explain acceptable document types, do not infer exception |
5.6 Complaint Intelligence
Complaint AI should treat uncertainty as a preservation problem. It should preserve original narrative, summarize with span citations, separate allegation / verified fact / policy issue / harm signal / root cause hypothesis, and escalate legal-sensitive, vulnerable customer, repeated harm and regulatory-source cases.
Never let “low confidence” become a reason to not create a complaint case. In complaints, ambiguity often increases the need to preserve and route.
5.7 Contact Center Copilot
Agent guidance should be action-safe, not model-centric:
Recommended response: Explain dispute process and ask for merchant cancellation evidence.
Confidence: Medium
Why: Transaction is posted and policy found, but customer cancellation date is missing.
Do not say: "You will get your money back."
Escalate if: customer says hardship, fraud, legal threat, regulator, or prior unresolved complaint.
The agent does not need model math. The agent needs evidence status, forbidden language, safe next step and escalation triggers.
6. 反模式与修正
| Anti-pattern | Failure mode | Corrective design |
|---|---|---|
| Confidence theater | UI shows precise score but no evidence or action rule | Replace with evidence state, action class and next step |
| One global threshold | Same confidence cutoff used for FAQ, credit, complaints and AML | Thresholds by impact, reversibility, policy boundary and evidence |
| Refusal as dead end | AI says cannot help and ends the journey | Safe refusal with allowed alternative, handoff or information request |
| Escalation dumping | Low confidence floods human queues | Escalation taxonomy, triage, SLA and capacity model |
| Hidden uncertainty from employees | Copilot gives polished answer without showing weak evidence | Reviewer UI with missing facts, contradictions and confidence by field |
| Over-disclosure to customers | Reveals internal AML/fraud rules or sensitive thresholds | Customer-safe explanation layer and role-based evidence |
| Under-disclosure to customers | “AI may be wrong” without concrete limitation or recourse | Boundary-specific language and next step |
| Partial answer missing boundary | AI answers generic part then implies case-specific decision | Segment answer by known / unknown / cannot determine |
| Human-in-the-loop myth | Human receives case but no evidence, no time, no authority | Handoff packet, owner, SLA, decision rights |
| Monitoring blind spot | Team tracks accuracy but not harm, complaints or overrides | Connect telemetry to complaint, appeal, QA and CAPA |
7. 最终心智模型
Uncertainty UX 的成熟度不在于 AI 是否“承认自己可能错”,而在于系统能否把不确定性转成正确的服务动作。高级系统会把每次交互拆成五个问题:
- 当前 intent 是否允许 AI 在此渠道、角色和客户状态下回答?
- 支撑这个回答的证据是否充分、新鲜、一致、授权可见?
- 如果回答错了,客户影响、合规影响和可逆性是什么?
- 最小有用动作是什么:回答、限定、部分回答、追问、拒答、升级还是阻断?
- 六个月后投诉、审计或监管问询时,是否能重建当时的事实、规则、模型、文案和人工判断?
最终判断标准不是“模型有多自信”,而是:
Can the system make uncertainty actionable, humane, compliant, auditable and improvable?
做到这一点,AI 不确定性体验才从界面提示升级为金融零售 AI 的运行时治理架构。
SOTA 状态标注 (2026-07-01)
本篇属于第二、三遍深读池(参考架构/深读笔记),未列入 12 周主线必读。时效基线为写作时点;引用前请按 CLAUDE.md 全局时效性硬规则复查最新进展。模块级 SOTA 对照见 docs/AI_SYSTEMATIC_LEARNING_ROADMAP_2026.md 各周「2026 SOTA 对照」行与文末「SOTA 检查」。