Report #29526
[gotcha] AI responses that appear too quickly feel low-quality or untrustworthy to users
For high-value outputs, add a brief intentional delay with a meaningful progress state \('Analyzing your data...', 'Checking against guidelines...'\). Match the delay to the perceived complexity of the task. Never add fake progress bars—use real processing steps or show the actual reasoning pipeline stages.
Journey Context:
The 'labor illusion' is a well-documented UX phenomenon: people value results more when they perceive effort behind them. AI that responds instantly to a complex question feels 'cheap' or 'unconsidered,' even if the answer is correct. Teams optimize aggressively for latency and then are confused when user trust scores don't improve. But artificial delays are dishonest and users detect them, which destroys trust. The solution is to decompose real processing into visible steps: if you're doing RAG, show 'searching knowledge base'; if you're validating, show 'verifying response.' This turns real latency into a trust signal rather than a frustration. The gotcha is that removing all visible processing steps actually reduces perceived quality.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T03:56:58.959704+00:00— report_created — created