Y6.03.2Dual-path expertise supportdesignresearch

Interfaces must support both strategies

Aliases: dual-path interface · expert–novice support · recognition and analysis support

What it is

Dual-path expertise support means the same interface has to serve two decision styles at once: novices rely on a recognition-based path — every option laid out, explanatory text available on demand, the interface itself supplying the cues needed to confirm each step — while experts rely on an accelerated path — shortcuts, macros, chained actions that skip intermediate confirmation, because they have already decided what to do through pattern-based recognition and no longer need the interface to lay every option out again. Supporting both is not just adding shortcuts on top of a menu; the two paths must share one underlying system state and coexist without interfering with each other.

Why it happens

The reason an expert's accelerated path can safely skip intermediate confirmation is that, before triggering it, the expert has already completed — through recognition — the judgment a novice would otherwise need the interface to walk them through step by step. What the accelerated path omits is not the judgment itself, only the "interface prompts, user confirms" form of it, replaced by "user recognizes, user acts directly." This means that if a novice stumbles into an expert's accelerated path, what they skip is precisely the part of the judgment they are not yet equipped to make on their own — and the consequence is often worse than working through the full flow, because each prompt in that flow exists to do that piece of recognition on the novice's behalf.

This is why dual-path design cannot be balanced by either extreme — "hidden is safe" or "exposed is convenient." Fully hiding the accelerated path leaves experts unable to find it and forces them back through a long flow; fully exposing it lets a novice open the accelerated path the way they would open a menu item, without the capability to do the recognition an expert would do first. The workable middle ground is an accessibility threshold on the accelerated path — not a threshold of extra steps, but one of judgment: for instance, requiring a highlighted pattern-recognition confirmation, or a permission check, to filter out the user who knows where the shortcut is but cannot read the current situation, rather than filtering out every novice or burying the entry point.

Studying it

Comparative studies typically cross user experience, fault familiarity, and scaffolding level (full menu / shortcut-only / both together), measuring diagnostic accuracy, time to the first useful cue, navigation cost, help-seeking, and transfer to unfamiliar tasks. One thing worth testing directly is whether the coexistence of both paths itself creates interference — whether the mere visibility of shortcuts slows a novice's structured search (more options, more choice burden), or whether the persistent presence of the full menu slows an expert's use of shortcuts (added visual noise increases scan cost). This interference effect only shows up when both paths genuinely coexist in the same interface; testing each path in isolation will not reveal it.

The same person's performance should be tracked across familiar and unfamiliar tasks, because "expert" and "novice" are not fixed labels for a population — an operator fluent with this system can fall back to needing structural scaffolding when facing a novel fault. Good dual-path design has to track that shift in real time rather than assigning a one-time competence label. When a team shares the same display, it is also worth checking whether the two paths leave different members with inconsistent readings of the same state.

Where it stops holding

Dual-path design assumes the task itself has a recognition step and an execution step that can be cleanly separated. If every step of a task demands fresh judgment and there is no fixed sequence an expert could reliably reuse — a highly irregular multi-variable fault, for instance — there is no stable operation sequence for an accelerated path to compress in the first place, so the benefit of a dual path does not apply. The interface can only make sure the recognition-based presentation is complete, rather than forcing an accelerated path onto a use case that doesn't exist.

The accessibility threshold has its own limit: if it can be memorized or imitated around — a novice learning the fixed click sequence that triggers the highlighted confirmation without understanding why it is needed — it degenerates into just another procedural step rather than a competence filter, and periodically needs re-testing against unfamiliar situations to confirm it is still screening for genuine recognition rather than rote sequence.

Safety limits, asset identity, and critical state must not change with proficiency; the accelerated path cannot bypass authorization or protection on irreversible actions, and self-declared expertise is never a substitute for demonstrated competence.

Applying it

  • Keep one shared state model and one safety-control layer, and build switchable overview, explanation, and procedural scaffolding on top of it, rather than letting each path maintain its own state.
  • Keep the object, consequence, and confirmation condition visible on shortcut actions, with the reasoning available to expand on demand, instead of treating "accelerated" as synonymous with "hidden."
  • Suggest a scaffolding level from the current task's unfamiliarity and the operator's actual error record, rather than locking a "novice mode" permanently to a role.
  • How to check: have novices, without being told, try to trigger the expert's accelerated path, and record how far they get and where the accessibility threshold stops them — if a novice can reach a high-consequence confirmation before the threshold engages, the threshold is set too low and is purely procedural rather than a real recognition filter. Separately, trace experts' actions on unfamiliar faults to see whether the accelerated path is convenient enough that they bypass the full flow it should have triggered — if an expert applies the accelerated path to a situation they never actually recognized, the threshold has failed for experts too.

Related

  • Same group: Y6.03.1 Experts rely on pattern recognition rather than stepwise reasoning · Y6.03.3 Expert shortcuts can skip safety steps
  • Nearby: Y3.04 Interface information density · Y3.11 Hierarchical displays and navigation
  • Search terms: adaptive expertise · progressive disclosure · dual-path interface

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/Y6.03.2