AI-Driven User Interface (AUI)
Synonyms: adaptive UI, intelligent interface, dynamic AI interface, AI-powered UI, context-aware interface
Definition
Use cases
- Context-sensitive onboarding: A fintech app that adjusts its onboarding flow based on whether a user signals "I'm new to investing" vs. "I'm a day trader."
- Predictive navigation: An e-commerce UI that reorders categories based on browsing history, reducing time-to-find significantly.
How it's used in practice
- Map user intent signals (clicks, dwell time, query patterns) before deciding what the AI should adapt.
- Define hard guardrails, not everything should be adaptive. Core nav and accessibility patterns stay fixed.
- Build fallback states. When the model is wrong (it will be), the UI shouldn't break or confuse.
- Test adaptive states explicitly, QA breaks fast when the interface isn't deterministic.
- Align with engineers early on what data is available at render time vs. what requires a model call.
Challenges & limitations
- Cold start problem: No behavior data = no personalization. New users often get the worst experience.
- Overfitting to habit: AI can trap users in a loop of what they've done, not what they need.
Free resources
- AI & UX: Design for Intelligent Interfaces — A deep dive into how AI shifts the design paradigm from static layouts to intelligent systems.
- Generative UI: The AI-Powered Future of User Interfaces — An exploration of how real-time, component-based generation is changing the user experience.

