Agentic AI
Synonyms: autonomous AI, AI agents, goal-driven AI, self-directed AI, multi-step AI
Definition
Use cases
- Customer support automation: An AI that doesn't just answer "where's my order?" but actually reroutes the shipment, sends a new label, and logs the ticket. Designers often underestimate how much error-state UI this requires.
- AI-assisted research synthesis: An agent that pulls competitor data, formats it into a report, and flags gaps — without the PM lifting a finger. Users often struggle to judge which parts of the output are reliable.
- Multi-step onboarding flows: An agent that personalizes the entire product setup based on a single intake question. Users lose track of what the system already configured without clear progress states.
How it's used in practice
- Design shared control patterns: Frame agentic actions as proposals, especially for high-stakes decisions. The interface should always let users review, change, or stop actions before completion.
- Define clear consent checkpoints for sensitive actions: For any action that costs money, deletes data, or has external visibility (like sending an email), require a frictionless yet intentional confirmation step.
- Visualize the "thinking process": Agentic AI works in steps (reasoning, tool use, observation). The interface should show recent actions, tool usage, and current task status.
Challenges & limitations
- Trust calibration is hard: Users either over-trust the agent (set and forget) or under-trust it (micromanage every step).
- Error recovery UX is complex. Multi-step failures are non-linear. Undoing step 4 when steps 1–3 already ran requires serious design thinking.
- Broad agent capabilities make expectations harder to manage: Users struggle to predict system limits when the agent supports too many actions.
Free resources
- Smashing Magazine: Practical UX Patterns for Control — A comprehensive breakdown of "Intent Previews," "Autonomy Dials," and "Action Audits" that provide the necessary speed bumps for autonomous systems.
- UX Collective: 7 Principles for Designing Systems with Agents — A mentor-style guide on shifting from reactive chatbots to proactive agents that "blend in" rather than "bolt on."

