Progressive AI disclosure
Synonyms: layered AI disclosure, staged reveal, on-demand explainability, tiered transparency, gradual reveal
Definition
Use cases
- Overwhelmed first run: A new user opens a feature and sees confidence scores, source toggles, and advanced settings all at once. They close it. The product showed everything and explained nothing.
- No reasoning, no trust: The output appears with zero context. The user can't tell whether to rely on it, so they either accept a wrong answer or check everything by hand.
- Power users blocked: The control an expert needs is buried four taps deep, so the feature feels limited to the people most likely to push it.
How it's used in practice
- Default to the answer: Lead with the result. Offer "show sources" and "why this?" as the next layer, and settings below that.
- Reveal at the decision point: Surface confidence and controls when the user is about to act, not on first load.
- Use light affordances: Chips, accordions, and inline "why" links keep the first view clean while detail stays one tap away.
- Scale depth to stakes: Hide detail for low-risk actions. Show reasoning and confirm steps by default for high-risk ones.
Challenges & limitations
- Choosing defaults is hard: Deciding what to show first versus hide is a judgment call. Wrong defaults frustrate beginners and experts in different ways.
- Over-nesting: Too many layers and users never find the control they need. Disclosure stops helping once it becomes a maze.
Free resources
- NN/g: Progressive Disclosure — Nielsen's original article on the principle this builds on.
- Interaction Design Foundation: Progressive Disclosure — a plain-language overview with examples and history.

