Agentic UX
Before the agent acts

Intent-First Interface

The main screen asks what the user wants to do, then turns that goal into a plan.

When to use

Traditional app chrome forces users to translate goals into clicks before the agent can help.

Example scenario: App builder opens to 'What do you want to build?' with no sidebar.

Anatomy

UI pieces that make this pattern recognizable.

  • Large composer with constraint chips or attachments
  • Minimal global nav on first run
  • Suggested intents, not feature tours

Guidance

Do

  • Preserve expert shortcuts for power users
  • Show recent intents as reopenable sessions

Avoid

  • Avoid bolting a giant prompt box onto a cluttered legacy dashboard

Limitations

When this pattern adds friction or fails to help.

  • Power users still need fast paths to settings, history, and assets
  • Blank intent canvases intimidate first-time users without examples
  • Poor intent parsing sends users into wrong plans downstream

Build notes

Implementation hints for engineers shipping the pattern.

  • Parse intent into structured job spec server-side
  • Version prompts as first-class artifacts

Examples

Annotated screenshots from production products, with designer critique.

Claude

Personalized intent canvas

Claude new chat with How can I help you today and quick action buttons
Context

Claude opens to a personalized greeting and a large How can I help you today composer, with quick actions (Create, Write, Career chat) that seed intent without exposing full product chrome.

What works
  • Warm greeting + empty canvas signals conversation, not dashboard
  • Model selector tucked in composer keeps focus on the goal
  • Quick actions map to high-frequency jobs without menu diving
What to improve
  • Returning users may want recent threads above the fold
  • Quick-action labels need to stay distinct from chat modes

Takeaway: Personalization plus intent chips beats a generic blank prompt for repeat users.

Claude

Gemini

Minimal prompt-first entry

Gemini home with Hi greeting and Ask Gemini composer on a minimal canvas
Context

Gemini's home reduces chrome to a greeting and a single Ask Gemini bar with model tier and attachments—no sidebar or feature grid on first open.

What works
  • Extreme focus on one input lowers time-to-first-prompt
  • Pro tier visible in composer sets capability expectations
What to improve
  • No visible suggested intents may intimidate new users
  • Workspace features appear only after users know to look

Takeaway: The purest intent-first canvas trades discoverability for speed—pair with examples elsewhere.

Gemini

v0

What do you want to create?

v0 landing with What do you want to create heading and starter project chips
Context

v0's entry screen asks What do you want to create? with a single build composer and rotating starter chips (contact form, image editor, mini game)—classic app-builder intent-first layout.

What works
  • Headline states the job-to-be-done in user language
  • Starter chips teach scope without a product tour
  • Model picker in composer keeps experts unblocked
What to improve
  • Repeat builders need one-click access to recent projects
  • Chip refresh should not hide user's last custom intent

Takeaway: App builders should open on the goal prompt, not a component library.