Report #30702
[gotcha] Users distrust AI responses that return too quickly in high-stakes domains
Add operational transparency by surfacing real processing steps \(retrieval, analysis, validation\) as visible milestones rather than returning a bare answer instantly. Do not add empty delays — show actual work being done.
Journey Context:
The counter-intuitive gotcha: you optimized p99 latency to 200ms and users now trust the answer less. The 'labor illusion' \(Buell & Norton, 2011\) demonstrates that people value results more when they perceive effort being expended. In medical, legal, or financial contexts, an instant answer feels like a search result, not an analysis. The trap is adding fake loading spinners — users sense deception and trust drops further. The right fix is restructuring the interaction to show real intermediate steps: if doing RAG, show retrieved documents; if running validation, show the check passing. This converts speed from a trust liability into a transparency feature. You are not slowing down the answer, you are making the work visible.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T05:55:06.255044+00:00— report_created — created