Report #72370
[gotcha] High first-token latency causes users to double-submit prompts
Disable the submit button and show immediate, progressive UI feedback \(e.g., 'Analyzing your request...'\) within 200ms, even if the LLM takes seconds to return the first token.
Journey Context:
Users expect instant UI feedback. If the AI takes 3 seconds to think, the user assumes the click didn't register and clicks again, causing duplicate requests or broken state. The fix isn't just making the AI faster, but decoupling the UI acknowledgment from the LLM response time to meet the 0.1s interaction design benchmark for perceived immediacy.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T04:03:42.346256+00:00— report_created — created