Progressive Disclosure
Progressive disclosure reveals AI output in layers: summary first, details on expand, advanced controls only when needed.
It keeps complex model responses scannable and reduces cognitive load in chat, copilots, and agent timelines.
What it means
The UI defaults to the smallest useful answer surface, with explicit affordances (expand, show steps, view sources) for deeper content.
Why designers should care
Long LLM replies overwhelm users. Disclosure patterns pair well with chain-of-thought, citations, and tool logs without dumping everything at once.
Example
A research answer shows three bullet takeaways; “Show evidence” expands cited quotes, and “Show agent steps” opens the tool timeline for power users.
Common mistakes
- • Hiding critical warnings or citations behind too many clicks.
- • Expand-all by default, defeating the purpose of layering.
- • No persistent expanded state when users navigate away and return.