Designing parallel tasks should deliberately assign them to different resource pools
Aliases: parallel task design · resource allocation design · channel assignment
What it is
When a design requires a user to handle two tasks at once — a primary and a secondary task, or two parallel information streams — the most direct design principle multiple resource theory offers is deliberate diagnosis and assignment: first work out which resource dimensions each task falls on (perceptual channel, coding, response channel), then place them on combinations that overlap as little as possible, rather than leaving the dimensional assignment to chance or focusing only on whether each task is usable on its own.
Why it happens
This principle rests on the interference reduction that comes from dimensional independence: non-overlapping task combinations largely run down separate processing pathways without queuing behind each other. The key word here is "deliberate" — left to default habits, designers tend to route multiple information streams through the visual channel, since vision is the easiest and most commonly used channel to design for. That default choice is exactly the highest-interference combination, and only active intervention avoids falling into it.
Where it stops holding
Deliberately assigning resource dimensions isn't free. Forcing some information into speech can bring its own problems — spoken information is hard to review or search back through, easily disrupted by ambient noise, and can raise privacy concerns in public settings. "No dimensional conflict" is only one goal among several that minimize interference; it has to be weighed against other design constraints like noise, privacy, and accessibility, not treated as the sole basis for a decision. When only one output channel is actually available — a silent environment that only allows visual output, or a user with a visual impairment who can only rely on hearing and touch — this principle can't be applied at all, and design has to fall back on trading off priority within a single resource dimension instead.
Applying it
Concrete steps: (1) list every task that needs to be presented or responded to in parallel, and tag each one with its perceptual channel, processing code (spatial/verbal), and response channel; (2) check every pair of tasks and flag combinations where the dimensions fully overlap as the priority candidates for redesign; (3) for an overlapping pair, move one task's information to a different perceptual or response channel, or lower its priority and allow it to be handled with a delay; (4) after reassigning, measure the same users' dual-task performance drop relative to single-task baseline to confirm the reassignment actually reduced the drop, rather than introducing a hidden overlap at the coding or central-coordination level.
Related
- Same group: A9.10.1 attention resources aren't one pool — they split into pools by channel, stage, and response · A9.10.2 tasks sharing a resource pool interfere more than tasks using different pools · A9.10.3 vision and hearing are separate perceptual resources, and speech and manual response are separate response resources · A9.10.4 multiple resource theory explains why dual-task interference can't be predicted from task difficulty alone
- Nearby: A5.02 divided attention and dual-tasking (the observed cost and behavior of dual-tasking, which grounds verification of this design principle)
- Search terms:
multiple resource theory design·parallel task allocation·channel assignment
Cards in the same group
- A9.10.1Attention resources aren't one pool — they split into pools by channel, stage, and response
- A9.10.2Tasks sharing a resource pool interfere more than tasks using different pools
- A9.10.3Vision and hearing are separate perceptual resources; speech and manual response are separate response resources
- A9.10.4Multiple resource theory explains why dual-task interference can't be predicted from task difficulty alone