B1.04.3Choice architecturedesignresearch

Grouping and ordering turn one large decision into several smaller ones

Aliases: information grouping · progressive disclosure

What it is

Choice architecture does not simply remove alternatives. Meaningful categories, ordering by frequency, and task sequence turn one choice among many peer items into several smaller, predictable choices. This can lower uncertainty per step but introduces hierarchy and navigation cost.

Why it happens

Category labels and ordering rules cue a first reduction of the candidate set before a local choice. When a classification matches the user's mental model, every item need not be compared. When it is ambiguous, users guess categories and switch back and forth, converting choice cost into navigation and memory cost.

Studying it

Compare flat, grouped, and hierarchical variants using time to first correct item, path length, backtracking, wrong-category entry, and perceived understanding. Include novices and experienced people, frequent and rare tasks, and tasks spanning categories. Card sorting and tree testing can test whether labels support expected placement before the interface exists.

Where it stops holding

More levels are not inherently faster: each needs label reading, expansion time, and location memory. Items with multiple plausible homes, vague goals, or comparison needs suffer from one forced path. Frequency ordering helps common work but may bury specialised or rare critical actions.

Applying it

  • Group only where users can predict contents from the category name; otherwise keep search, recents, or a flat route.
  • Arrange main actions in task order and preserve location and return cues after drill-down.
  • Compare total time, errors, and backtracking for “fewer but harder choices” against “one more but easier choice,” not just first-screen count.

Related

  • Same group: B1.04.1 Decision time grows logarithmically with the number of alternatives · B1.04.2 The premise is equally likely alternatives considered one by one · B1.04.4 For skilled users the response is directly retrieved
  • Nearby: B1.07 Power law of practice · B1.06 Memory-scanning law
  • Search terms: choice architecture · information grouping · progressive disclosure

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/B1.04.3