Destination Preview Card¶
Interface — instantiates Predictive-Cue Wayfinding Design
A compact on-demand snapshot of what sits at the end of one specific path — summary, example, current status, and cost to get there — shown at the branch so the agent can judge that destination before committing.
A label tells an agent a path exists; a Destination Preview Card tells them what they will actually find if they take it. It is a small, self-contained snapshot of a single destination, surfaced right at the branch point — a one-glance summary of the value there, a representative example, its current status, and the cost of getting to it. The defining idea is see before you commit: the card collapses the gap between a cue and its destination so the agent can evaluate one specific end-state without traversing to it. It is a complete snapshot of one path, not a staged reveal of many and not a record of where the agent has been.
Example¶
A house-hunter is scanning a real-estate listings site. The old results page showed only a photo, a headline price, and an address — a cue thin enough that buyers clicked into a dozen full listings, half of which were disqualified in the first ten seconds by something the card never mentioned. The redesign adds a preview card to each result. Hovering (or, on mobile, tapping the card) surfaces a snapshot: a three-line summary ("2-bed, top-floor, no elevator"), one representative interior photo, a status flag ("offer pending"), and the two costs that most often disqualify a listing — the monthly HOA fee and the commute time to downtown.
Now the buyer can dismiss the elevator-less top-floor unit and the $900-a-month HOA without opening either listing. The card that promises "quiet garden flat, low fees, move-in ready" and delivers exactly that earns the click; the one whose preview reveals a pending offer saves a wasted visit. Traversal cost drops sharply because the prediction now happens at the branch, not after it.
How it works¶
The distinguishing mechanics are all about a complete, single-destination snapshot delivered on demand:
- One destination, fully sketched. The card commits to summarizing this path's end-state — not teasing structure, not comparing siblings — so the agent gets a whole prediction, not a fragment.
- Value hypothesis foregrounded. It leads with the specific value the destination claims to offer, in the terms the agent cares about (relevance, status, fit).
- Cost made visible up front. The traversal or commitment cost sits inside the preview, so the agent weighs value against cost before spending either.
- On-demand, not always-on. The snapshot appears when the agent shows interest (hover, tap, expand), keeping the branch surface scannable.
Tuning parameters¶
- Snapshot fidelity — how faithfully the preview represents the destination. High fidelity builds trust; a too-flattering preview becomes false scent.
- Value dimensions surfaced — which few attributes make the card (price, status, an example, a fit signal). Choosing the disqualifying dimensions is what makes a preview predictive rather than promotional.
- Cost prominence — how visibly the traversal or commitment cost is shown. Burying it inflates clickthrough at the expense of trust.
- Trigger and footprint — always-shown versus on-hover/on-expand; larger cards predict more but crowd the branch.
- Preview freshness — how current the snapshot is; a preview of a changed destination is worse than none.
When it helps, and when it misleads¶
Previews pay off most when traversal is expensive and destinations are heterogeneous — the agent faces many superficially similar paths and each wrong commitment costs real time. By letting the agent evaluate an end-state before acting, the card narrows what Don Norman calls the gulf of evaluation, the distance between what a system offers and what the user can tell about it from the outside[1].
Its failure mode is the flattering preview: a card that cherry-picks the destination's best face becomes marketing, and a preview that misrepresents outright is textbook false scent — high attention, low delivered value, eroded trust. There is also a subtler trap: a preview so rich it replaces the destination removes any reason to proceed, which is fine for triage but corrosive when the destination is the product. The guarding discipline is to make the snapshot representative (including the disqualifiers), disclose cost honestly, and keep previews fresh against the destinations they mirror.
How it implements the components¶
confidence_or_preview_layer— the card is the preview layer: a pre-commitment look at a specific destination.destination_value_hypothesis— it states, for this one path, the concrete value the agent should expect to find.traversal_cost_budget— it puts the cost of reaching or committing to the destination inside the snapshot, so value and cost are weighed together.
It gives a full snapshot of one destination but does not meter how much downstream structure to reveal across a branch (scent_strength_threshold, decision_point_inventory) — that staged, load-managing reveal is Progressive Disclosure Preview; nor does it mark the trail already traversed (landmark_and_breadcrumb_system), which is Breadcrumb and Landmark Trail.
Related¶
- Instantiates: Predictive-Cue Wayfinding Design — supplies the pre-commitment look that lets an agent evaluate a single destination before traversing.
- Consumes: Cue-Destination Alignment Matrix — the promised value a card asserts should trace back to an owned row in the register.
- Sibling mechanisms: Breadcrumb and Landmark Trail · Link-Label Scent Audit · Misleading-Cue Red Team · Progressive Disclosure Preview · Route Recovery Pattern · Scent Clickthrough Trace Dashboard · Task-Based Wayfinding Test
Editorial Notes¶
Form Classification¶
Form family: Interface, Display & Cue
Rationale: Destination Preview Card operates as a user-facing prompt, display, template, or perceptual cue that shapes attention and action at the point of use because it a compact on-demand snapshot of what sits at the end of one specific path — summary, example, current status, and cost to get there — shown at the branch so the agent can judge that destination before committing.
Independent corroboration: The frozen evidence defines Destination Preview Card as 'A compact on-demand snapshot of what sits at the end of one specific path — summary, example, current status, and cost to get there — shown at the branch so the agent can judge that destination before committing', so its operative form is Interface, Display & Cue.
Review outcome: Independent reviewer agreement; high confidence.
Origin Attribution¶
Primary origin: Human-Computer Interaction
Origin pattern: Single lineage
Present-day reach: Multi-domain
Rationale: Interaction design cohered previews shown at a branch point so users can evaluate a destination's content, state, and cost before navigation.
Related originating lineages:
- Cognitive Science — The gulf-of-evaluation framework explains the cognitive work reduced by previewing state.
Review resolution: Interaction design cohered previews shown at a branch point so users can evaluate a destination's content, state, and cost before navigation. The retained alternate lineages materially shaped the mechanism's form.
Review outcome: Reconciled after independent review; high confidence.
References¶
[1] Norman, D. A. The Psychology of Everyday Things. Basic Books (1988). Defines the gulf of evaluation as the gap between a system's externally represented state and the user's ability to perceive, interpret, and evaluate that state. registry ↩