Agent interface
Synonyms: AI assistant UI, chat interface, LLM front-end, copilot UI, agent-driven UX
Definition
Use cases
- Financial advisors’ scaling strategy: A generic dashboard forces the advisor to manually aggregate data. The interface reviews client portfolios against new compliance rules and drafts recommendations for the advisor to approve.
- Customer support deflection: A well-designed agent interface can diagnose problems, pull real-time order data, and process issues like returns without handing the user to support staff (like processing a return) without human intervention, reducing support costs.
How it's used in practice
- Map user intent: Designers map prompts and responses to user goals so the system can still respond clearly when input is vague or incomplete.
- Build the feedback loop into the UI: Include thumbs-up/down, "regenerate," or inline editing tools so the user can easily guide and correct the agent's output.
- Design for transparency: Show which data sources the agent used and how certain it is about the response.
Challenges & limitations
- Latency creates UX problems — agents take time; most UI patterns aren't built for 10–30 second processing loops
- Error attribution is murky — when the agent fails, users don't know if it's the UI, the model, or the data
Commonly used frameworks
- RODES Framework: Best for structured prompt engineering in professional business contexts
Free resources
- UX Design Institute: Designing for AI Agents — Covers dynamic, adaptive interactions where the agent responds in real-time — solid practical breakdown for designers new to agent UX.
- UX Tigers (Jakob Nielsen’s 2026 Predictions) — Aggressive, forward-looking insights on "Agentic Gridlock" and how to design for a world where agents talk to other agents.
- The Shape of AI — An industry-standard visual library of UX patterns specifically for AI, covering everything from "Stream of Thought" transparency to "In-painting" for partial regeneration.

