Progressive Context Disclosure
A communication and information design pattern where context and background information is revealed gradually based on need rather than provided all upfront.
Also known as: Layered Context, Context on Demand
Category: Communication
Tags: communication, information-architecture, documentation, knowledge-management, ai-interactions
Explanation
Progressive Context Disclosure is the practice of providing context and background information incrementally, based on the recipient's demonstrated need, rather than front-loading all potentially relevant information. It applies the principles of progressive disclosure to the specific challenge of context management in communication, documentation, and AI interactions.
**The Context Overload Problem**:
Providing too much context upfront creates problems:
- **Cognitive overload**: Recipients can't process everything at once
- **Relevance uncertainty**: Hard to know what matters before engaging with the core content
- **Time waste**: Much context may never be needed
- **Attention dilution**: Key points get buried in background
- **Maintenance burden**: More context means more to keep updated
**How Progressive Context Disclosure Works**:
1. **Start with essentials**: Provide minimum viable context for initial understanding
2. **Offer expansion points**: Make it clear where more context is available
3. **Reveal on demand**: Provide deeper context when requested or when engagement indicates need
4. **Layer appropriately**: Different depths for different audience expertise levels
**Applications**:
- **Documentation**: Executive summary → details → appendices
- **AI interactions**: Initial prompt → follow-up context as conversation reveals needs
- **Onboarding**: Need-to-know basics → deeper context as questions arise
- **Code comments**: What it does → why it's done this way → historical context
- **Meetings**: Agenda → supporting materials → deep dives as needed
- **Teaching**: Core concept → nuances → edge cases → historical development
**In AI and LLM Contexts**:
Progressive context disclosure is particularly valuable when working with AI systems:
- Start with focused prompts rather than massive context dumps
- Add context when the AI's response reveals gaps in understanding
- Use conversation history as accumulated context
- Structure reference materials with clear layers of depth
**Benefits**:
- Respects cognitive limits
- Keeps communication focused
- Reduces information overload
- Allows customization to recipient's actual needs
- More efficient use of attention (human or AI)
- Easier to maintain than comprehensive upfront documentation
**Relationship to Progressive Disclosure**:
While progressive disclosure in UX focuses on interface elements and features, progressive context disclosure specifically addresses the challenge of background information, explanatory content, and situational awareness in communication.
Related Concepts
← Back to all concepts