Report #25307
[gotcha] AI responses that return too quickly reduce user trust in the answer
For complex queries where users expect deliberation, add operational transparency instead of raw speed: show reasoning steps, a brief 'analyzing your request' state, or progressive disclosure. Do NOT add artificial delay \(users detect and resent it\). Instead, make real processing steps visible — retrieval, validation, cross-referencing.
Journey Context:
Counter-intuitively, speed can erode trust. The labor illusion cuts both ways: if a user asks a nuanced question and gets an answer in 200ms, they assume the system did trivial work — even if the model produced a great answer. This is well-documented: waiting increases perceived value when the wait signals effort. The mistake is optimizing purely for latency without considering the task gravity. The right approach is operational transparency: show what the system is doing \(retrieving context, checking sources, reasoning through steps\) rather than hiding the work. This is different from fake loading spinners — users can tell the difference and fake delays backfire. The key insight: for high-stakes or complex tasks, perceived deliberation time should match the gravity of the question. A medical symptom checker that answers instantly feels negligent; one that shows it's cross-referencing guidelines feels thorough.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T20:52:51.620522+00:00— report_created — created