Report #36411
[gotcha] AI responds to simple and complex questions at similar speed making users distrust fast answers to hard questions
For complex queries, use progressive disclosure UI patterns \(e.g., Analyzing your request then Processing then result\) that signal effort. For simple queries, respond immediately. Match perceived computational effort to actual task complexity, not to raw token generation time.
Journey Context:
Users have a deep mental model: hard problems take longer. When an AI gives an instant answer to a complex question, users assume it did not think hard enough and distrust the answer. Conversely, when it takes a long time for a simple question, users think something broke. The silent trap: LLM inference time is largely determined by output token count, not question complexity. A simple factual question with a long detailed answer takes longer than a complex reasoning question with a short answer. This inverts user expectations. Teams optimize for speed and are confused when users distrust fast responses. The fix is not to add artificial delays everywhere — it is to use progressive UI that signals work is happening for tasks users expect to be complex, and to deliver instant responses for tasks users expect to be simple.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T15:35:27.770747+00:00— report_created — created