When purchasing high-value, technically complex equipment like snowboards, users face three core challenges:
Information Overload: Complex technical parameters (Sidecut, Flex, Camber) are difficult for beginners to translate into actual riding experience.
Trust Gap: Retailers driven by inventory pressure make it hard for users to get truly neutral advice.
Decision Fatigue: High prices and long usage cycles (typically 7 years) make decisions stressful and high-stakes.
Through in-depth interviews with 6 skiers of varying skill levels (using Affinity Diagramming), we uncovered three core psychological patterns behind purchasing behavior:
Our core strategy is transforming AI from a "sales assistant" into a "Neutral Broker". This isn't just about changing the UI—it's about fundamentally redefining AI's behavioral principles and reasoning logic.
To validate the "Neutral Broker" concept in real shopping scenarios, we designed an AI plugin that integrates directly into e-commerce product pages. The plugin acts as a persistent decision companion, offering contextual guidance without disrupting the browsing experience.
This project underwent a critical methodology pivot from pursuing a production product to focusing on experience prototypes. This shift allowed us to explore the essence of AI interaction more deeply.
During our final mentor review with Jason Levine (AWS UX Lead), we received critical feedback that fundamentally reshaped how our plugin integrates with e-commerce sites. This iteration demonstrates how external perspective can reveal blind spots in our design logic.
Our first iteration displayed recommended boards immediately when the plugin opened — essentially a "sock drawer" of alternatives disconnected from what the user was currently viewing.
The plugin should evaluate what the user is currently looking at before suggesting alternatives. This maintains continuity with their browsing journey rather than disrupting it with a disconnected list.
The plugin now opens with an evaluation of the board the user is viewing — validating or questioning the match based on their profile — before showing alternatives.
This iteration taught us that even with thorough user research, external critique reveals assumptions we don't see ourselves. Jason's feedback wasn't just about UI placement — it was about respecting the user's browsing context and building trust through relevant evaluation rather than premature recommendation.
This project required learning coding from scratch while simultaneously designing AI interaction patterns. What started as "we'll just use Figma" evolved into building functional prototypes with real API integration.
Our technical journey involved exploring different tools for design, prototyping, and development. Each served a specific purpose in our workflow.
Designing a neutral AI advisor isn't just a UX challenge — it requires translating behavioral rules into executable logic. We used a two-phase approach: first defining how the AI should think, then building it in code.
Before writing any UI code, we documented the AI's rules as structured Markdown specifications
The 3-Year Value Calculator isn't a guess — it runs a defined algorithm documented before any UI existed
The behavior specs became TypeScript interfaces — every rule in the docs maps directly to a type constraint in code
flex: number, camberProfile: string. The compiler enforces the rules.01. Behavioral Design System
Established a complete AI behavioral steering framework, including Anti-Sycophancy, Assessment vs. Preference separation, and Truth Sources. This system is transferable to other high-value decision scenarios.
02. Transparency Interaction Pattern
Designed visualization for "reasoning traces," making AI decision processes visible and traceable to users. This is key to building trust.
03. Business Model Innovation
Proposed "Neutral Broker" model, solving the 7-year cycle retention problem through Tier 3 products (consumables/maintenance), providing a new commercialization path for AI-assisted decision products.
04. Methodology Documentation
Documented the complete design process, including all AI-assisted design prompts, providing a unique "designing AI behavior" case for portfolio.