Progressive Disclosure Preview¶
Interface — instantiates Predictive-Cue Wayfinding Design
Reveals just enough downstream structure at a branch point to sharpen an agent's prediction, holding the rest back so the choice gains scent without cognitive overload.
At a busy branch point, an agent needs more signal to choose well but is harmed by too much signal at once. Progressive Disclosure Preview resolves that tension by metering the reveal: it shows a thin first layer of downstream structure — enough to lift each option above the scent threshold at which it becomes predictable — and defers the rest until the agent asks for it. The defining idea is calibrated partial reveal across the whole choice set: it is not a full snapshot of one destination but a shallow, expandable sketch of several, tuned so the agent gets predictive signal at the branch without being flooded. It manages the depth of the cue surface at decision points, not the marking of the trail behind or a complete look ahead.
Example¶
A consumer tax-filing wizard reaches the point where it asks, "Which of these apply to you?" and lists a dozen situations — investment income, self-employment, rental property, education credits, and more. Shown in full, each option would sprawl into a paragraph of qualifications, and the page would become a wall the user skims and mis-answers. Instead the wizard uses progressive disclosure. Each option shows a single predictive line first — "Investment income — stocks, crypto, or interest; adds about 3 screens" — enough to tell the user whether it applies and roughly what committing to it costs. An expander ("What counts?") reveals the detailed eligibility text only for the options the user is actually weighing.
A user with a brokerage account and nothing exotic can now scan the twelve one-liners, recognize the two that apply, expand only those to confirm, and move on. The branch went from a dozen dense paragraphs to a dozen scannable cues with detail on tap — more predictive per option, less to process at once.
How it works¶
What distinguishes this mechanism is that disclosure is staged and keyed to decision points:
- Layered reveal. A shallow summary layer carries the minimum cue needed to predict; deeper layers wait behind an expand.
- Threshold targeting. The first layer is tuned to just clear the scent threshold — the point at which an option becomes distinguishable and predictable — and no further.
- Anchored to branches. Disclosure is deployed specifically at the inventoried decision points where an agent must choose among options, not sprinkled everywhere.
- Overload as the constraint. The reveal is bounded by how much an agent can process at the branch, so what to withhold is as designed as what to show.
Tuning parameters¶
- Layer depth — how much each reveal step exposes. Deeper first layers predict better but crowd the branch; shallower ones stay scannable but may under-inform.
- Expansion trigger — hover, click, or automatic. Cheaper triggers invite exploration; automatic reveal risks re-flooding the surface.
- Threshold setting — how much scent the summary layer must carry before detail is deferred. Set too high, the first layer is bloated; too low, the agent must expand everything.
- Options shown at once — how many branches share the surface; more choice needs shallower per-option reveal to stay within processing limits.
- Expansion cost — the friction of going deeper. Low friction aids the thorough; any friction penalizes the option that actually needed reading.
When it helps, and when it misleads¶
Progressive disclosure shines when a branch has many options and each carries real qualifying detail — complexity that would overwhelm if shown flat but that agents need some of to choose. It is a direct application of the load-management logic behind Hick's Law: choice time and error climb with the number and density of options presented at once, so metering the surface keeps the branch tractable.[n1]
Its failure mode is hiding the very cue the agent needed — if the deferred layer holds the decisive dimension, the summary predicts confidently and wrongly, and the reveal has buried scent rather than surfaced it. It also imposes an interaction cost: every expand is a click, and a design that forces expansion to make any real choice has simply relocated the overload. And the mechanism must guess what to show first, so a wrong guess about what matters degrades every choice. The guarding discipline is to put the decision-relevant dimension in the summary layer and to verify — informally, by watching a few real choices — that the first layer alone predicts well enough to act on.
How it implements the components¶
local_cue_surface— it designs the depth and layering of the cue surface, deciding what shows first and what waits behind a reveal.scent_strength_threshold— it tunes the summary layer to just clear the threshold at which an option becomes predictable, then stops.decision_point_inventory— disclosure is deployed at the enumerated branch points where an agent must choose, targeting reveal to where choice happens.
It reveals structure incrementally across a choice set but does not deliver a full, committed snapshot of a single destination's value and cost (confidence_or_preview_layer, destination_value_hypothesis, traversal_cost_budget) — that complete one-path preview is Destination Preview Card; nor does it mark the traversed trail for recovery (landmark_and_breadcrumb_system), which is Breadcrumb and Landmark Trail.
Related¶
- Instantiates: Predictive-Cue Wayfinding Design — supplies the calibrated partial reveal that raises scent at a branch without overloading the agent.
- Sibling mechanisms: Breadcrumb and Landmark Trail · Cue-Destination Alignment Matrix · Destination Preview Card · Link-Label Scent Audit · Misleading-Cue Red Team · Route Recovery Pattern · Scent Clickthrough Trace Dashboard · Task-Based Wayfinding Test
Editorial Notes¶
Form Classification¶
Form family: Interface, Display & Cue
Rationale: Progressive Disclosure Preview operates as a user-facing prompt, display, template, or perceptual cue that shapes attention and action at the point of use because it reveals just enough downstream structure at a branch point to sharpen an agent's prediction, holding the rest back so the choice gains scent without cognitive overload.
Independent corroboration: The frozen evidence defines Progressive Disclosure Preview as 'Reveals just enough downstream structure at a branch point to sharpen an agent's prediction, holding the rest back so the choice gains scent without cognitive overload', so its operative form is Interface, Display & Cue.
Review outcome: Independent reviewer agreement; high confidence.
Origin Attribution¶
Primary origin: Human-Computer Interaction
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Multi-domain
Rationale: Previewing only enough downstream structure to guide a branch choice is rooted in HCI wayfinding and information scent.
Related originating lineages:
- Cognitive Science — The cognitive_science tradition materially shaped Progressive Disclosure Preview through its own practice of information-processing accounts of memory, attention, representation, and learning.
- Psychology — The psychology tradition materially shaped Progressive Disclosure Preview through its own practice of individual cognition, motivation, judgment, and behavior.
Review resolution: Both blind reviewers agree that human computer interaction is the primary origin. Explicit reconciliation resolves reported ambiguity, alternate origin disagreement. Formative alternate lineages are retained as cognitive_science, psychology; later breadth of use is recorded separately as domain_reach=multi_domain, while origin_mode=cross_disciplinary_synthesis describes the relationship among origin lineages.
Attribution caveat: The exact encyclopedia label appears to synthesize established practices; the primary domain identifies the strongest formative lineage, while the alternates record material ingredients rather than downstream uses.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Reconciled after independent review; medium confidence.
Notes¶
[n1] Hick's Law holds that the time to make a choice increases with the number and complexity of the options presented. Metering disclosure keeps the effective option density at a branch low enough to stay navigable while still exposing the cues an agent needs to discriminate among paths. ↩