LLM interface design
Synonyms: generative AI UX, AI product design, prompt-driven UX, prompt-driven design
Definition
Use cases
- Helping users start: Users often don't know what to ask. Designers use suggested prompts or examples to reduce cognitive load.
- Handling response delays: AI takes time to generate responses. Designers often use streaming text (word-by-word rendering) so the interface feels active while users wait.
How it's used in practice
- Intent scaffolding: Provide buttons or chips to help users refine their goals without typing long prompts.
- Feedback loops: Include "Thumbs up/down" or "Regenerate" options to help improve outputs and give users more control.
- Context management: Visually show the user what data or files the AI is currently using so responses feel more understandable and relevant.
Challenges & limitations
- Inconsistency: The same input can generate responses with very different lengths and structures, which can break rigid layouts.
- Trust gaps: Users often struggle to tell whether the AI is confidently wrong, uncertain, or pulling from reliable information.
Free resources
- UX Tigers: AI Design Predictions — Jakob Nielsen’s 2026 outlook on Generative UI and AI product design.
- Designing LLM Interfaces: A New Paradigm — Jason Bejot’s breakdown of interface patterns and challenges in LLM products.
- Thinking Past the Cliché of LLMs — Explores interface patterns beyond the standard chatbot layout.

