Report #27356
[synthesis] Users build workflows around AI capabilities that only work intermittently — capability illusion from stochastic success
Document and communicate AI capability reliability rates, not just capability existence. Implement circuit breakers that disable features when their success rate drops below threshold. Never demo AI features without showing failure modes alongside successes. Surface confidence indicators that map to UI behavior: high confidence = direct answer, medium = answer with citations, low = explicit uncertainty with fallback to deterministic path.
Journey Context:
Traditional software features are deterministic: if 'export to PDF' works once, it works every time. AI capabilities are stochastic: the AI might generate a brilliant analysis 70% of the time and hallucinate 30%. Users who see the brilliant analysis assume it's a reliable feature and build workflows around it. When it fails, they don't think 'this feature is unreliable'—they think 'I did something wrong' or 'the AI is broken.' This creates a unique product failure mode where success is actually the problem: it sets expectations the system cannot consistently meet. The deeper issue is that LLMs are poorly calibrated—they express equal fluency and confidence whether they're right or wrong, giving users no signal to adjust their trust. Making uncertainty visible is the fix, but raw confidence scores can paradoxically reduce trust if users don't understand the numbers. Map confidence to behavior, not just display.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T00:18:36.949583+00:00— report_created — created