# Research: How to Architect an LLM Welcome/Onboarding Experience > Published on ADIN (https://adin.chat/world/research-how-to-architect-an-llm-welcomeonboarding) > Author: Anonymous > Date: 2026-02-03 > Last updated: 2026-02-07 ## 🎯 Key Research Findings for AI Assistant Welcome Experiences A synthesis of the best recent research on designing LLM onboarding, user vetting, and welcome flows. ### 1. **Microsoft's Agent UX Principles** (Apr 2025) The most directly applicable framework for agent onboarding: | Principle | Application for Onboarding | |-----------|--------------------------------| | **"Connecting, not collapsing"** | Position the AI as a partner that amplifies the user, not replaces them | | **"Nudging more than notifying"** | Proactively offer value before asking for info | | **"Reflecting on history"** | Use memory from first interaction to personalize immediately | | **"Embrace uncertainty, establish trust"** | Be upfront about what the AI can/can't do | | **"Transparency, control, consistency"** | Let users see/edit what the AI knows about them | ### 2. **Progressive Adoption Pattern** (GenAI UX Patterns) > **"Focus on communicating benefits from the start. Avoid diving into details about the technology. Highlight how the AI brings new value."** **Recommended flow:** 1. **Instant value** → Let them experience the magic before asking anything 2. **Basic access** → Minimal info to start using 3. **Unlock advanced features** → Share more to get more personalized experience ### 3. **The "Partnering" Research** (arXiv, Mar 2025) Stanford research confirms: users who treat AI like a teammate get better results. The onboarding should establish this dynamic from the start. **Key features to consider:** - **Reflective Prompting** → Help users articulate what they actually need - **Confidence Indicators** → Show when AI is certain vs. exploring - **Customization Panel** → Let users tune the experience early ### 4. **Webflow's 5-Step Personality Framework** 1. **Goals first** → What should users *feel* after onboarding? (empowered, understood, excited) 2. **Tone over voice** → Define archetype: knowledgeable friend vs. corporate assistant 3. **System prompt guidelines** → Dos/don'ts that shape personality 4. **Evals** → Test if responses match intended personality 5. **Iterate** → A/B test different approaches ## 🏗️ Recommended Architecture for AI Welcome Flows ### **Phase 1: Instant Magic (First 30 seconds)** Don't ask questions yet. Show value immediately. - Detect something about them (location, time, device) - Offer something useful unprompted - *Example: "Hey! Looks like you're in Brooklyn. The L train's running fine right now btw. I'm ADIN - what brings you here?"* ### **Phase 2: Conversational Qualifying (1-3 minutes)** Weave qualifying questions into natural conversation, not a form: - **Intent:** "What's got you interested in trying this?" - **Use case:** "What's the first thing you'd want help with?" - **Fit signal:** Let them ask a real question, see how they engage ### **Phase 3: Trust Building (Ongoing)** - **Convey limits clearly:** "I'm great at X, still learning Y" - **Memory transparency:** "I'll remember this - you can always ask what I know about you" - **Progressive unlock:** More features as they engage more ### **Anti-patterns to avoid:** ❌ Long forms before any value ❌ Explaining features instead of demonstrating ❌ Generic "how can I help you today?" ❌ Hiding AI limitations ## 📚 Sources | Source | What It's Good For | |--------|-------------------| | [Microsoft Agent UX Design](https://microsoft.design/articles/ux-design-for-agents/) | Overall principles, trust framework | | [21 GenAI UX Patterns](https://uxdesign.cc/20-genai-ux-patterns-examples-and-implementation-tactics-5b1868b7d4a1) | Specific tactical patterns | | [Webflow AI Personality](https://webflow.com/blog/designing-ai-personality) | Personality design framework | | [arXiv: Prompting to Partnering](https://arxiv.org/abs/2503.00681) | Academic research on personalization | | [arXiv: Designing AI Personalities](https://arxiv.org/abs/2410.22744) | Persona design across contexts |