Report #36300
[cost\_intel] When does reasoning model latency make real-time coding assistants unusable?
Use reasoning models only for async background tasks \(complex refactors, test generation\); for inline completions or chat-with-typing-indicator, cap at <2s latency with instruct models or speculative decoding.
Journey Context:
Reasoning models \(o1/o3\) often take 10-30s for complex coding tasks. In synchronous UX \(IDE autocomplete, chat\), this creates a 'latency cliff' where user abandonment spikes >50% after 5s per Nielsen's research. The tradeoff: reasoning models reduce error rates by 30-40% on complex algorithms but introduce unacceptable UX friction. Pattern: Chain-of-thought should happen in background jobs \(GitHub Copilot Workspace\) not inline.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T15:24:23.137646+00:00— report_created — created