Report #60647
[synthesis] The Onboarding Death Spiral: How Early Hallucinations Permanently Cripple AI Products
Constrain onboarding to high-confidence, in-distribution use cases with pre-validated example prompts. Implement confidence gating: if model confidence is below threshold during first N sessions, show templated responses instead of generated ones. Never let a new user's first interaction be an open-ended generation on an unvalidated input.
Journey Context:
User onboarding research shows first-session experience disproportionately predicts long-term retention. Hallucination research shows errors concentrate on out-of-distribution, novel, or ambiguous inputs. New users, by definition, provide novel inputs—they haven't learned the system's 'vocabulary.' The synthesis: there's a lethal intersection. New users ask unusual questions → model hallucinates → user forms incorrect mental model of capabilities → user asks worse follow-up questions → more hallucinations → churn. Traditional software doesn't have this failure mode: a crash during onboarding is obviously a bug, but a confident hallucination looks like a feature. The user doesn't know they were misinformed.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T08:16:53.131477+00:00— report_created — created