Back to journal
Design · 06 10 June 2026 7 min read

Designing for AI-first interfaces — chat, agents, and the end of static dashboards.

The next generation of B2B software won't open with twelve charts. It'll open with a prompt box and a competent agent behind it. Here's how we design those interfaces so users trust them enough to actually work inside them.

agent UI · threads · actions

Every product roadmap in 2026 has an "AI features" line item. Most teams interpret that as: bolt a chat widget onto the existing UI and call it innovation. Users see through it in one session. The interface feels like a FAQ bot wearing a trench coat, not a tool that understands their work.

AI-first design starts from a different question: if the model is competent, what's the minimum UI needed to make its actions legible, reversible, and trustworthy?

The shift: from dashboards to conversations with side effects

Classic SaaS UI assumed humans navigate structure — menus, tabs, filters, tables. AI-first UI assumes humans state intent — "show me at-risk deals," "draft the Q2 report," "why did churn spike?" — and the system figures out the steps.

That only works if the interface shows three things constantly:

"Trust in AI UI is not 'it sounds smart.' It's 'I can see what it did and undo it.'" — design principle we ship with

The five patterns that actually ship in 2026

1. Prompt + context panel (not prompt alone)

A naked chat box is disorienting in complex products. Pair the thread with a persistent context panel: current record, permissions, related files, suggested actions. Users should never wonder what the agent "knows."

2. Proposed actions, not silent execution

Agents that send emails, update records, or charge cards without confirmation get one mistake away from churn. Default to preview → approve → execute. Power users can enable auto-mode per action type.

3. Structured output mixed with prose

Long paragraphs are hard to scan. Blend natural language with cards, tables, and diff views. "Here are the 3 stale deals" should render as three tappable cards, not a wall of text.

4. Escape hatches to classic UI

AI-first doesn't mean AI-only. Every critical workflow needs a manual path — the spreadsheet view, the settings page, the raw JSON. Experts will use it. Auditors will require it.

5. Thread memory with visible boundaries

Show what session the agent remembers, what expired, and how to start fresh. Hidden memory feels creepy. Over-explained memory feels clunky. The balance is a simple "context: this project, last 7 days" chip users can edit.

Reality check

If your AI feature doesn't save a user at least one minute on a task they do daily, it's a demo — not a product surface.

Designing for uncertainty

Models hallucinate. Interfaces must assume that:

Visual design notes (the non-obvious ones)

When not to build an AI-first interface

Skip the agent UI if:

Sometimes the right AI feature is a background suggestion, not a chat window.

· · ·

How we prototype AI UX

We run 45-minute script tests with five real users — same tasks, agent on and off. If the agent path isn't clearly faster and more confident, we cut it before engineering starts. Cheaper than shipping a chat bubble nobody trusts.