Designing the decision logic for an onboarding AI assistant: a startup playbook
AI · 7 min read
Problem and constraints: LaunchPad built an AI assistant to reduce early-stage churn by answering setup questions and suggesting workflows. Key constraints were minimizing erroneous suggestions, avoiding over-automation, and keeping users in control. The team mapped out decision layers: intent detection, confidence thresholds, context windows (recent user actions), and fallback handoffs to human coaches.
Design rules and flow: The assistant uses a three-tier confidence system: above 85% confidence it auto-completes non-critical steps (e.g., suggesting templates), 60–85% it offers a suggested action with a visible source and “why this” rationale, and below 60% it asks clarifying questions or presents options. The UX shows provenance (data used), an easy undo, and a “Explain how you know this” affordance. For gated actions (billing, permissions) the assistant always requires explicit confirmation.
Results and operational lessons: After integrating the assistant and monitoring via telemetry (event-level logs, FLoC-free privacy tagging), the startup saw a 21% reduction in time-to-first-successful-task and a 9% improvement in 14-day retention. Crucial lessons: conservative automation wins trust, visible provenance reduces perceived risk, and having a human-in-the-loop escalation path for low-confidence decisions prevents user frustration.