FG—01AI Design Field Guide

Search the field guide

Search chapters, principles, patterns, worksheets, and glossary terms

PTN—12

Follow-up questions

When a request underdetermines the task, ask one specific clarifying question — with tappable answers — instead of guessing.

Every ambiguous prompt forces a choice: guess, or ask. Guessing is cheap for the machine and expensive for the person — a confident answer to the wrong question costs a full round trip to diagnose, correct, and retry. A follow-up question spends five seconds of the user’s attention to buy back that entire loop. The pattern is not “ask more questions”; it is asking exactly one, at exactly the moment the ambiguity would otherwise become a wrong answer.

The craft is in the question’s shape. “Can you clarify?” is a non-question — it hands the ambiguity straight back and makes the person do the diagnostic work the system should have done. A good follow-up is specific and closed: it names the fork the system actually hit — “Summarize for the customer, or for the internal team?” — and offers the plausible answers as one-tap options. The options themselves are capability disclosure: they show the person which distinctions the system can act on.

What happens after the answer matters as much as the question. Fold the reply into a restated plan — “Right: a customer-facing summary, two paragraphs” — so the person can confirm the system heard them before effort is spent. And keep the original request visible throughout; a clarifying exchange that scrolls the prompt away forces people to hold their own intent in working memory while answering questions about it.

The discipline is restraint. A follow-up question is an interruption, and its exchange rate flips with stakes: before a twenty-minute research run it is the only respectful design, before a one-line answer it is pure friction. Systems that interrogate every request train people to dread the question; systems that never ask train people to write defensive, over-specified prompts. The mature version asks rarely, asks well, and demonstrably uses the answer.

Anatomy

Fig. 01Follow-up questionsLive specimen

Book a maintenance visit for Harrison Heating & Air next week.

Their Marsh Creek agreement covers two systems. Which is this visit for?

An ambiguous request answered with one closed clarifying question, tappable options, and a restated plan.

  1. 1Persistent original request. The prompt stays visible while the question is asked, so the person never answers from memory.
  2. 2Closed, specific question. The question names the actual fork and offers options — never a generic “can you clarify?”.
  3. 3One-tap answer chips. Suggestion chips make answering as cheap as the question was to read.
  4. 4Restated plan. The answer is folded into a restated plan before work starts, proving the system heard it.

When to use

Design considerations

Pitfalls

In the wild

ChatGPT
Deep research asks a short round of scoping questions — angle, depth, constraints — before committing minutes of paid compute to a brief.
Claude
Claude Code surfaces clarifying questions during planning when a task is underdetermined, resolving the fork before any files change.
Perplexity
Pro searches interject a clarifying question with selectable options when a query is ambiguous, narrowing scope before sources are pulled.

Principles served