What Is Agentic UI? Agentic UI, a new interface paradigm for AI agents, must show progress, tool use, direction, and control, according to a developer's guide. The guide lists seven UI styles, including chat, copilot, canvas, dashboard, collaborative, workflow, and terminal interfaces, and names ChatGPT, VS Code Copilot, Claude Artifacts, Grafana, Cumora, ComfyUI, Claude Code, Cursor, Codex, and Aider as examples. It also details 15 UI components and highlights Vercel's AI SDK as a leading framework for building such interfaces. What Is Agentic UI? You already know ChatGPT’s style, but it moved away from the old chat interface some time ago. A chat interface works like ping-pong: one message bubble, then another. Agentic UI does not work that way, because it often runs a long process behind the scenes. Between your prompt and the agent’s reply, many details happen. The interface must show you these details. Here is what I believe agentic UI must give you: Progress. Show you where the agent stands in the task, not just that it is working. Tool use. Show you which tools ran and what input each one used. Direction. Show you if the reasoning is still on track. Control. If it is not on track, let you stop, redirect, or undo the action. UI styles Here lists a few agentic UI styles. Chat interface. Chat bubbles, streaming responses, expandable tool-call sections, and “thinking” indicators. Example: ChatGPT https://chatgpt.com . Copilot interface. A sidebar you can show or hide, instead of a full conversational app — a good fit as you evolve an app from non-agentic to agentic. Example: VS Code https://github.com/microsoft/vscode Copilot. Canvas interface. Chat on one side, a canvas or file explorer on the other. Must persist artifacts, support versioning, and let you edit them. Examples: ChatGPT Canvas https://chatgpt.com , Claude Artifacts https://claude.ai . Dashboard interface. Built for observability — real-time status, resource usage, queue status, warnings — so you can monitor and steer long-running agents. You can start by building a Grafana https://github.com/grafana/grafana dashboard. Collaborative interface. A chat variant that treats humans and agents as peers, with collaborator badges and multiple roles in one thread. Example: Cumora https://github.com/yetone/cumora . Workflow interface. Node-based graphs, common in creative tools. Example: ComfyUI https://github.com/Comfy-Org/ComfyUI . Terminal interface TUI . Runs fully in the terminal, common for coding agents. Examples: Claude Code https://claude.com/claude-code , Cursor https://cursor.com , Codex https://github.com/openai/codex , Aider https://github.com/Aider-AI/aider . UI components Regardless of style, most agentic UIs draw from the same set of primitive components: Agent status indicator. Shows the agent’s current state, such as Thinking, Searching, Coding, or Waiting. Streaming response. Exposes output incrementally as it’s generated. Reasoning display. A dedicated area for the model’s reasoning, like