Agent
An agent is an AI system that plans steps, uses tools, and acts across multiple turns to complete a goal, not just answer a question.
Agent UX introduces permissions, progress, undo, and cost visibility that chat-only products can skip.
What it means
The model decides sequences of actions (search, draft, click, call APIs) within policies until the task completes or hits a human checkpoint.
Why designers should care
Users must see what the agent did, what it will do next, and how to stop it. Opaque autonomy erodes trust fast after one wrong action.
Example
A “Prepare release notes” agent gathers merged PRs, drafts bullets, opens a doc, and pauses for PM approval before posting to Slack, with each step logged in a timeline.
Common mistakes
- • Full autonomy on irreversible actions (send, delete, purchase) without confirmation.
- • No activity log when agents touch multiple systems.
- • Marketing “agent” labels on simple single-shot chat features.