Cognitive Load¶
Mental effort.
Core Idea¶
Cognitive load is the working-memory budget — the total mental effort required to process information at a given moment, constrained by working-memory capacity (approximately four chunks per Cowan 2001). [1] Cognitive load theory, grounded in Sweller 1988, decomposes demand into three components: [2] the intrinsic-extraneous-germane decomposition, where intrinsic load is inherent to task complexity given an agent's prior knowledge, extraneous load arises from suboptimal presentation or format, and germane load represents the cognitive effort devoted to the schema-acquisition demand — building durable mental representations that reduce future load. [3] The foundational claim is that manipulating load by chunking, worked examples, redundancy reduction, or scaffolding produces measurable improvements in accuracy, speed, learning, and transfer. Every cognitive-load application specifies (1) the task or information being processed, (2) the agent's capacity and prior knowledge, (3) the sources and magnitudes of load across the three components, and (4) the observable consequences — errors, slowed response, abandonment, or failure to learn — when load exceeds capacity or is counter-productively structured.
Structural Signature¶
A situation exhibits cognitive load structure when each of the following holds:
- Processing task. A specifiable task or piece of information that must be held, manipulated, or integrated in working memory during performance or learning. [4]
- Limited working memory. The working-memory budget is a binding capacity constraint — durations of seconds, 3–5 chunks for novel material per Baddeley 1986 — that sets the ceiling for concurrent processing. [4]
- Differentiable load sources. The intrinsic-extraneous-germane decomposition breaks load into three components: intrinsic (task-essential complexity given the agent's prior knowledge), extraneous (imposed by presentation or format), and germane (investment in building schemas that will reduce future load). [5]
- Prior knowledge dependence. Intrinsic load is relative: the same material is high-load for a novice and low-load for an expert whose schemas the chunking compensation — combine elements into meaningful units. [6]
- Performance and learning consequence. Excess or badly structured load produces observable consequences: errors, slowed response, abandoned tasks, poor transfer, failure to learn. [7]
- Manipulable by design. Extraneous load can be reduced by format changes; intrinsic load can be staged or chunked; germane load can be invited by scaffolding — so designs can move a task toward or away from overload via the load-management strategy. [8]
What It Is Not¶
- Not difficulty in general. A task can be difficult for many reasons — motivational, physical, social — that are not about working-memory demand. Cognitive load is the specific processing-resource account.
- Not working memory itself. Working memory is the
capacity; cognitive load is the demand placed on it.
Cognitive load is a relational property between task
and capacity. See
working_memory. - Not attention. Attention is selective resource
allocation; cognitive load is overall processing
demand. The two interact (load affects attentional
control, attention shapes load) but are not identical.
See
attention. - Not stress or anxiety. Emotional load can amplify cognitive load effects but is a distinct construct; high cognitive load is possible without stress, and stress without excessive cognitive demand.
- Not a fixed property of the material. The same content carries different cognitive load for different agents (novice vs expert) and under different formats; treating load as a material property rather than a task-agent-format relation is a common error.
- Common misclassification. Treating all cognitive load as bad (germane load supports learning); confusing intrinsic with extraneous load and mis-targeting interventions; using "cognitive load" loosely for any mental effort or fatigue.
Scope of Application¶
- Educational psychology
- Cognitive Load Theory (Sweller, van Merriënboer, Paas): instructional design that manages intrinsic, extraneous, and germane load; worked-example effect; redundancy, split-attention, modality effects.
- Human factors and HCI
- Interface design minimizing extraneous load; display clutter, menu depth, cockpit workload measurement; NASA-TLX and other subjective workload measures.
- Medicine and healthcare communication
- Patient instructions, informed consent, clinical decision support; reducing load so that patients and clinicians process critical information under time pressure.
- Workplace and productivity design
- Task structuring, meeting design, notification management; reducing extraneous load so that knowledge-worker capacity is spent on task-relevant processing.
- Software engineering
- Code readability and the cognitive load of reading code; refactoring as load reduction; API design to minimize the load of correct use.
- Accessibility
- Design for users with reduced working memory capacity (aging, cognitive impairment, second- language processing); universal design principles that reduce load benefit all users.
Clarity¶
Cognitive load clarifies by specifying which demand is straining which capacity in what task for which agent. A vague claim like "this interface is too complicated" resolves into precise, actionable reasoning: [9] "for novice users, the interface imposes intrinsic load from [task structure] and extraneous load from [layout, inconsistent labels, hidden state], together exceeding typical working memory; expert users can chunk [specific patterns] and so experience [reduced] load via the chunking compensation; reducing extraneous load by [specific redesign] would bring novice performance toward expert levels on [measurable tasks]." The clarifying force is to turn vague "complexity" into addressable, measurable load components with specific, testable interventions.
Manages Complexity¶
- Supports instructional design: decomposing load lets designers stage intrinsic load (simple-to-complex sequencing), strip extraneous load (clean presentation), and invite germane load (reflection, elaboration) — producing materials that teach rather than overwhelm via the cognitive-effort metric. [9]
- Enables interface and workflow design: identifying where extraneous load accumulates lets designers remove redundancy, reduce split attention (via the dual-channel processing principle), and provide scaffolds that free capacity for task-essential processing. [10]
- Supports performance prediction: task analyses estimating intrinsic load for a given population predict where errors, slowdowns, or abandonment will appear — more reliable than intuition about complexity.
- Structures safety-critical communication: reducing load in medical instructions, emergency protocols, or legal notices improves comprehension and compliance where stakes are high.
- Frames expertise: expertise is partly the acquisition of schemas that reduce intrinsic load for domain tasks, freeing capacity for higher-level reasoning — making the cognitive-overload threshold a proxy for expertise development. [5]
Abstract Reasoning¶
Cognitive load trains a reasoner to ask:
- What is the task, and what must be held simultaneously in working memory to perform it?
- Who is the agent, and what prior knowledge lets them chunk the material?
- What is the intrinsic load — irreducible given the task's essential structure for this agent?
- What extraneous load does the current presentation impose, and can it be removed without changing the task?
- What germane load would support learning here, and is it supported by the design?
- Where are the observable consequences of overload — errors, delays, abandonment, poor transfer?
- What design interventions (chunking, worked examples, scaffolding, redundancy removal) would bring load to an effective level?
Knowledge Transfer¶
Role mappings across domains:
- Task / information ↔ lesson / interface / procedure / code / clinical instruction
- Working memory ↔ short-term capacity / processing buffer / attention budget
- Intrinsic load ↔ essential task complexity / inherent element interactivity
- Extraneous load ↔ presentation overhead / clutter / split attention / redundancy
- Germane load ↔ schema-building effort / elaborative processing / productive struggle
- Prior knowledge ↔ expertise / schemas / domain familiarity / chunks available
- Overload consequences ↔ errors / slowed performance / abandonment / failure to learn
- Load manipulation ↔ chunking / worked examples / scaffolding / clean presentation
An instructional designer building a course, a UI designer redesigning a dashboard, and a clinical communication specialist rewriting patient instructions are all doing the same structural work: identify the task, characterize the agent's prior knowledge, decompose load sources, find where extraneous load can be stripped, sequence intrinsic load, and verify outcomes against overload consequences. The same diagnostic — "what task, what capacity, what load components, what intervention?" — applies across their contexts, with the same failure modes (assuming uniform capacity across agents, cutting intrinsic instead of extraneous load, loading interventions without measuring effect) in each.
Example¶
- Education. Teaching long division to elementary students. Task: divide 4382 by 17. Agent: student with partial mastery of subtraction and multiplication. Intrinsic load: high — the procedure requires simultaneously holding the dividend, current divisor trial, partial quotient, remainder, and place-value tracking. Extraneous load: a worksheet with cluttered layout and multiple problems per row imposes additional search and attention demand. Germane load: invited by explicit place-value callouts and self-explanation prompts. Consequences of overload: students who know the sub-operations still err on place-value alignment or lose track of remainders. Intervention: worked examples showing each step with explicit place-value scaffolding (reducing extraneous load and supporting schema formation) reliably outperforms problem-solving practice alone for novices (the worked-example effect).
- Non-educational, structurally faithful. Emergency department handoff between outgoing and incoming clinicians. Task: transfer the state of 12 patients in 15 minutes. Agent: clinicians working at the end of a long shift, with variable familiarity with each patient. Intrinsic load: high — each patient has diagnosis, treatment, outstanding labs, pending decisions, and disposition to convey. Extraneous load: paper chart shuffling, interruptions, inconsistent handoff format impose search and attention costs on top of essential content. Germane load: SBAR or I-PASS structured handoff format invites active schema use and cross-checking. Consequences of overload: omitted critical findings, missed pending results, communication errors that translate into patient harm — a documented major cause of medical error. Intervention: standardized structured handoff (reducing extraneous load and supporting active schema-based listening) improves information transfer and reduces errors. The structural kinship with the long-division case is precise — task, capacity, load decomposition, intervention — despite the shift from classroom to emergency department.
Structural Tensions and Failure Modes¶
-
T1: Measurement Difficulty.
- Structural tension: Cognitive load is not directly observable; measures (subjective ratings, dual-task performance, pupillometry, fNIRS) proxy for the underlying construct with varying validity. Claims about load often rest on measurements that conflate load sources, leaving interventions poorly targeted. [11]
- Common failure mode: Subjective workload ratings via instruments like NASA-TLX that do not distinguish intrinsic from extraneous load; design decisions based on a single composite measure; claiming load reduction based on user preference rather than performance.
-
T2: Intrinsic vs Extraneous Misdiagnosis.
- Structural tension: Intrinsic load is task-relative-to-agent; what looks extraneous may be essential for particular agents. Novices need scaffolds that experts experience as extraneous load (the the expertise-reversal effect). A single design cannot serve all expertise levels. [6]
- Common failure mode: Stripping an interface of elements that novices relied on when designers have expertise; or adding scaffolding that experts find cluttering and counterproductive; ignoring the expertise-reversal effect when designing for mixed populations.
-
T3: Germane Load Indistinguishability.
- Structural tension: Germane load — effort that builds schemas — is hard to distinguish in practice from either intrinsic (if the schema is for the essential task) or extraneous (if the scaffolding turns out not to produce durable learning). The tripartite model's usefulness is often diluted by this distinction's fuzziness in applied settings.
- Common failure mode: Labeling practice activities "germane" without evidence they produce schema acquisition; interpreting any additional effort as productive when it may be extraneous; instructional designs justified by "germane load" language but not by learning-outcome data.
-
T4: Total-Load Ceiling in Dynamic Environments.
- Structural tension: Real tasks occur in environments with multiple concurrent demands (monitoring, interruptions, communication). Total load is the sum across sources; a task that fits capacity in isolation overflows when embedded in operational context. Designs validated in laboratory conditions can fail in the field.
- Common failure mode: Designing cockpit or clinical displays that are ergonomic in isolation but overload operators under peak workload; ignoring interruption and concurrent-task costs during training design; assuming residual capacity that operational conditions consume.
-
T5: Reduce Extraneous Load vs Strip Useful Complexity.
- Structural tension: Extraneous load is the intuitive target for reduction, but stripping too much removes generative variety and productive struggle. Some "extraneous" complexity supports germane learning — variability in examples, elaborative prompts, and dual-coding (mixing visual and verbal information via the dual-channel processing principle) all carry cognitive cost but boost schema formation and transfer.
- Common failure mode: Designs that minimize cognitive demand across the board, producing lean but sterile materials that teach narrowly; eliminating examples, worked-out comparisons, or analogies because they "add load"; missing that the cognitive-overload threshold should optimize total learning, not minimize momentary effort.
-
T6: Cognitive Load as Objective Measure vs Subjective Experience.
- Structural tension: Objective measures of load use secondary-task interference (dual-task methods), pupil dilation, or fNIRS imaging; subjective measures rely on self-report instruments like NASA-TLX. The two often diverge: an agent may feel high effort (subjective) but not show interference on a secondary task (objective), or vice versa. Which reflects true load capacity strain?
- Common failure mode: Relying on subjective ratings alone without performance data, or dismissing agent reports of high effort because objective markers are low; assuming that the cognitive-effort metric can be read directly from self-report or physiology without triangulation.
Structural–Framed Character¶
Cognitive Load is a hybrid on the structural–framed spectrum, leaning structural with a light frame. Part of it is a bare pattern — a finite processing budget that a task can demand more or less of; part of it is a vocabulary inherited from cognitive psychology.
The structural core is a resource-constraint shape: a fixed capacity, a demand placed against it, and degraded performance when demand exceeds supply — the kind of bottleneck logic that applies to many limited-capacity systems. The frame comes from the specifics: the capacity is human working memory measured in chunks, and the demand is decomposed in the field's own terms into intrinsic, extraneous, and germane load, a scheme rooted in Sweller's cognitive load theory. Applying it to instructional design, to interface usability, or to task difficulty means importing that working-memory vocabulary and its assumptions about how minds process information. Yet because the underlying capacity-versus-demand pattern does most of the explanatory work, it sits toward the structural side of the middle.
Structural Core vs. Domain Accent¶
Cognitive Load has a generic capacity-versus-demand skeleton but a load-bearing cognitive domain accent. Its composite substrate-independence score remains 2 / 5 on the substrate-independence scale: finite capacity, decomposed demand, and optimization under constraint are portable, but Cognitive Load specifically means demand on human working memory under the intrinsic–extraneous–germane decomposition associated with Sweller's theory. Removing working memory and that psychological decomposition leaves generic Constraint or Capacity rather than Cognitive Load. The abstraction therefore travels across education, interface design, and cognitively demanding work, but it remains a cognitive-science construct rather than a substrate-neutral abstraction.
- Composite substrate independence — 2 / 5
- Domain breadth — 2 / 5
- Structural abstraction — 3 / 5
- Transfer evidence — 2 / 5
Instantiates / Related Primes¶
working_memoryis the strict domain-level prerequisite: Cognitive Load is demand placed on that short-lived storage-and-manipulation workspace, not the workspace itself.constraintis an independent strict prime prerequisite: load becomes diagnostically meaningful only relative to a binding capacity ceiling that separates admissible demand from overload.chunkingis a common intervention neighbor because reorganizing elements into learned units can reduce effective working-memory demand without changing the raw information.attentionis a coupled but distinct prime: it controls which representations receive processing resources, whereas Cognitive Load measures the total demand placed on the active workspace.
Relationships to Other Abstractions¶
Current abstraction Cognitive Load Domain-specific
Parents (2) — more general patterns this builds on
-
Cognitive Load presupposes Working Memory Domain-specific
Cognitive Load presupposes Working Memory because it is demand imposed on that active storage-and-manipulation architecture.Cognitive Load is the task-agent-format demand placed on an active workspace that temporarily maintains and manipulates representations. Remove Working Memory and there is no architecture whose finite supply the load can consume or exceed. The child is demand on that workspace, not a kind of Attention or a synonym for the workspace itself.
-
Cognitive Load presupposes Constraint Prime
Cognitive load presupposes constraint because the working-memory budget is a binding restriction on admissible processing demands.Cognitive load is the working-memory budget — the mental effort required to process information at a given moment, bounded by an approximately four-chunk capacity. The construct is meaningful only against a binding restriction: the limit prunes the feasible set of cognitive demands and any task exceeding it is not admissibly performable. Constraint supplies that structural object — a condition that defines the admissible subset of demands. Cognitive load theory's intrinsic-extraneous-germane decomposition then operates within the constraint, allocating budget across components against the binding capacity ceiling.
Children (3) — more specific cases that build on this
-
Identity Threat Domain-specific is part of, typical Cognitive Load
Identity threat typically contains the extra working-memory demand of self-monitoring and defense competing with the primary task.In the performance branch, defensive self-evaluation consumes the same limited working-memory budget the focal task requires and becomes an internally generated load component. The relation is typical rather than strict because withdrawal, hostile attribution, and some belief-defense episodes can instantiate identity threat without measurable working-memory overload as Cognitive Load defines it.
-
Status Quo Bias Domain-specific is part of, typical Cognitive Load
Status-quo bias typically contains the cognitive load of evaluating and justifying a switch, a cost the unexamined continuation avoids.Switching often consumes extra deliberation and justification budget, but low-effort cases retain loss and regret mechanisms. Cognitive Load supplies an internal constituent: Mental effort. Status Quo Bias requires that role within this mechanism: Model the systematic over-choosing of whatever option is framed as current — the same two alternatives chosen at different rates depending only on which is the default — as a content-independent departure surcharge built from loss aversion, regret aversion, and decision cost. Remove the parent-role and the child loses a required internal operation, even though the parent can exist outside the child. The child is therefore built from the parent rather than being a taxonomic kind of it. The typical qualifier limits the claim to the characteristic route, not a constitutive requirement of every instance; exceptions must retain the child's identity through another mechanism.
-
Stereotype Threat Domain-specific is part of Cognitive Load
Threat-induced monitoring and intrusive thought consume the task-relevant cognitive resources whose diversion produces the defining decrement.Remove anxiety management, self-monitoring, intrusive thought, and their demand on cognitive resources, and stereotype salience no longer has the mechanism that converts a social cue into a performance decrement. Cognitive Load is therefore a constituent of this narrower process rather than merely a frequent accompaniment.
Hierarchy paths (3) — routes to 2 parentless roots
- Cognitive Load → Working Memory → Attention
- Cognitive Load → Constraint
- Cognitive Load → Working Memory → Constraint
Not to Be Confused With¶
Cognitive Load must be distinguished from Chunking, which is the process or capacity to encode multiple elements into a single meaningful unit. Chunking is a mechanism for reducing load: the chess expert perceives a board position as meaningful strategic patterns ("chunks") rather than as 64 individual squares with pieces; the experienced programmer reads a code snippet as a familiar idiom rather than as separate statements. Chunking condenses multiple units into one, thereby reducing the demand on working memory. Cognitive Load, by contrast, is the total processing demand on working memory at a given moment. Chunking is one strategy for managing load; it is orthogonal to the concept of load itself. An expert with powerful chunking ability can process complex material with low cognitive load (because the chunks are pre-built and accessible); a novice processing the same material experiences high load (because the chunks do not yet exist). The expert and novice may be exposed to identical material, but their cognitive loads differ because of chunking capacity. Chunking is about the organizational structure and accessibility of knowledge; cognitive load is about the moment-to-moment demand on processing capacity.
Cognitive Load differs from Attention, though the two interact. Attention is the selective focus of processing resources on specific information or tasks, as opposed to other available information. High attention can be directed at a single, simple task (low cognitive load but high attention) or distributed across multiple concurrent tasks (high cognitive load and divided attention). Conversely, a person can have ample attentional capacity but face high cognitive load if the task demands extensive simultaneous processing: a radiologist scanning an X-ray may focus attention (narrowly and intensely) on a suspicious region, but the overall cognitive load of interpreting the image involves integrating multiple perceptual judgments and expert knowledge. Attention is about where processing resources are directed; cognitive load is about the total amount of processing required. The two can vary independently: a distracted person (low attention, high extraneous distraction) may still succeed at a low-load task; a focused person (high attention) may fail at a high-load task that exceeds capacity.
Nor is Cognitive Load the same as Cognitive Reframing, which involves deliberately reconstructing how one interprets a situation or cognition. Reframing might be used to reduce the emotional or motivational load of a situation ("This setback is an opportunity"), but this is different from cognitive load in the Swellerian sense. Cognitive Load concerns the working-memory demand placed on processing capacity; reframing is an interpretive shift that might make a situation feel less burdensome emotionally but does not necessarily reduce the actual processing demands of a task. A student facing a difficult math problem might reframe it as "challenging but solvable" rather than "overwhelming," reducing emotional distress and motivation loss, but the actual cognitive load—the working-memory demand of solving the problem—is unchanged. Reframing addresses how people interpret and emotionally respond to situations; cognitive load addresses the actual capacity constraints on simultaneous processing.
Finally, Cognitive Load differs from Cognitive Entrenchment, though they interact in expert performance. Entrenchment describes the rigidity of long-internalized mental models that become resistant to revision. Cognitive Load describes the moment-to-moment demand on working memory. An expert with high entrenchment but well-automatized knowledge in the original domain can experience low cognitive load in routine problems (because the solutions are internalized and fast) but high cognitive load when attempting to shift to a new domain (because the new approach demands conscious, deliberate effort to override the entrenched patterns). Conversely, a flexible novice might experience high load even when trying to apply novel approaches (because the approaches are unfamiliar and not yet automated). Entrenchment is a structural property of knowledge acquired through long experience; cognitive load is a performance-time variable dependent on task demands and current processing.
Solution Archetypes¶
(Pass B — pending; see tracker/v2_upgrade.md.)
Catalog cross-references (v1, batches 02–29)¶
Solution archetypes that reference this abstraction (per solution_archetypes/_catalog/catalog_v1_batches_02_29.yaml):
As a related abstraction (9): contrastive_differentiation, essential_structure_extraction, focal_emphasis_design, recovery_interval_design, representation_fit_selection, scale_appropriate_modeling, strategic_juxtaposition, task_relevant_compression, uncertainty_explicitness
References¶
[1] Cowan, N. (2001). "The magical number 4 in short-term memory: A reconsideration of mental storage capacity". Behavioral and Brain Sciences, 24(1), 87–114. Reanalyzes immediate-memory capacity as ~4 chunks under chunking-controlled conditions. Supports marker 100 (working-memory capacity ≈ four chunks). ↩
[2] Sweller, J. (1988). "Cognitive load during problem solving: Effects on learning". Cognitive Science, 12(2), 257–285. Founding cognitive-load-theory paper: means-ends problem solving consumes capacity needed for schema acquisition. Supports marker 101 (the intrinsic/extraneous/germane decomposition is grounded here; germane load = schema-acquisition effort). ↩
[3] Sweller, J., van Merriënboer, J. J. G., & Paas, F. (1998). "Cognitive architecture and instructional design". Educational Psychology Review, 10(3), 251–296. Comprehensive review establishing the three-component model and design principles. Supports marker 102. ↩
[4] Baddeley, A. D. (1986). Working Memory. Oxford University Press. Multi-component model of working memory with capacity limits and temporal decay (seconds; a few chunks for novel material). Supports markers 103 (processing task held in working memory) and 104 (the binding capacity constraint). ↩
[5] Sweller, J. (2010). "Element interactivity and intrinsic, extraneous, and germane cognitive load". Educational Psychology Review, 22(2), 123–138. Clarifies element interactivity as the source of intrinsic load and redefines germane load. Supports markers 105 (the three-component decomposition) and 112 (expertise as schema acquisition that reduces intrinsic load). ↩
[6] Kalyuga, S., Ayres, P., Chandler, P., & Sweller, J. (2003). "The expertise reversal effect". Educational Psychologist, 38(1), 23–31. Formats that help novices become extraneous load for experts. Supports markers 106 (intrinsic load is relative to prior knowledge; experts chunk) and 114 (the expertise-reversal effect). ↩
[7] Paas, F. G. W. C., & van Merriënboer, J. J. G. (1994). "Variability of worked examples and transfer of geometrical problem-solving skills: A cognitive-load approach". Journal of Educational Psychology, 86(1), 122–133. Empirical validation: reducing extraneous load (e.g., eliminating split attention) improves learning and transfer. Supports marker 107 (overload/badly-structured load → poor transfer and learning). ↩
[8] Mayer, R. E., & Moreno, R. (2003). "Nine ways to reduce cognitive load in multimedia learning". Educational Psychologist, 38(1), 43–52. Practical principles for manipulating presentation format to free working-memory capacity. Supports marker 108 (load is manipulable by design). ↩
[9] Mayer, R. E. (2001). Multimedia Learning. Cambridge University Press. Cognitive theory of multimedia learning; principles for reducing extraneous and inviting germane load. Supports markers 109 (decomposing a vague 'too complicated' claim into intrinsic/extraneous load for novices vs experts) and 110 (staging intrinsic, stripping extraneous, inviting germane load). ↩
[10] Chandler, P., & Sweller, J. (1991). "Cognitive load theory and the format of instruction". Cognition and Instruction, 8(4), 293–332. Introduces the split-attention effect: integrating disparate visual-verbal sources reduces extraneous load. Supports marker 111 (reducing split attention frees capacity). ↩
[11] Hart, S. G., & Staveland, L. E. (1988). "Development of NASA-TLX (Task Load Index): Results of empirical and theoretical research". In P. A. Hancock & N. Meshkati (Eds.), Human Mental Workload (Advances in Psychology, Vol. 52, pp. 139–183). North-Holland. Canonical multidimensional subjective-workload instrument. Supports marker 113 (load is not directly observable; subjective measures proxy it with varying validity). ↩
[12] Baddeley, A. D. (2000). "The episodic buffer: A new component of working memory?" Trends in Cognitive Sciences, 4(11), 417–423. Adds the episodic buffer for multimodal integration. Bibliography-only; existence verified, link added.
[13] Wickens, C. D. (2008). "Multiple resources and mental workload". Human Factors, 50(3), 449–455. Multiple-resource theory: dual-task interference depends on shared modality, processing code, and stage. Bibliography-only; existence verified, link added.
[14] Norman, D. A. (1988). The Design of Everyday Things. Basic Books. (Originally The Psychology of Everyday Things.) Bibliography-only; existence verified, link added.
[15] Norman, D. A. (2013). The Design of Everyday Things: Revised and Expanded Edition. Basic Books. Bibliography-only; existence verified, link added.
[16] Vicente, K. J. (1999). Cognitive Work Analysis: Toward Safe, Productive, and Healthy Computer-Based Work. Lawrence Erlbaum Associates. Bibliography-only; existence verified, link added.
[17] Hutchins, E. (1995). Cognition in the Wild. MIT Press. Distributed-cognition account grounded in ship navigation. Bibliography-only; existence verified, link added.
[18] International Organization for Standardization. (2019). ISO 9241-210:2019 — Ergonomics of human-system interaction — Part 210: Human-centred design for interactive systems. ISO. Bibliography-only; existence verified, official link added.
[19] Pheasant, S., & Haslegrave, C. M. (2006). Bodyspace: Anthropometry, Ergonomics, and the Design of Work (3rd ed.). Taylor & Francis / CRC Press. Bibliography-only; existence verified, link added.
[20] Edmondson, A. C. (2018). The Fearless Organization: Creating Psychological Safety in the Workplace for Learning, Innovation, and Growth. John Wiley & Sons. Bibliography-only; see flag — the entry's citation incorrectly adds a co-author (Harvey) and a journal venue (Journal of Applied Behavioral Science, 54(2), 110–132) to what is actually a single-author Wiley book.
[21] Wobbrock, J. O., & Gajos, K. Z. (2008). "Goal crossing with mice and trackballs for people with motor impairments: Performance, submovements, and design directions". ACM Transactions on Accessible Computing, 1(1), Article 4. Bibliography-only; see flag — corrected from the entry's 'mice and touchpads … SIGCHI, 801–810'.
[22] Krug, S. (2014). Don't Make Me Think, Revisited: A Common Sense Approach to Web and Mobile Usability (3rd ed.). New Riders. Bibliography-only; existence verified, link added.
[23] Lewis, C. (1993). "Knowing when to quit: When to abandon a task and continue with another." User Modeling and User-Adapted Interaction, 3(2), 119–144. UNVERIFIED — see flag. No such article could be located; the citation appears spurious. The well-known Lewis 1993 work is Lewis & Rieman, Task-Centered User Interface Design. Bibliography-only; left link-less.
[24] Brooke, J. (1996). "SUS: A quick and dirty usability scale". In P. W. Jordan et al. (Eds.), Usability Evaluation in Industry (pp. 189–194). Taylor & Francis. Bibliography-only; existence verified, link added.
[25] Hart, S. G., & Staveland, L. E. (1988). "Development of NASA-TLX (Task Load Index): Results of empirical and theoretical research". In P. A. Hancock & N. Meshkati (Eds.), Human Mental Workload (Advances in Psychology, Vol. 52, pp. 139–183). North-Holland. Bibliography-only duplicate of hart-1988; existence verified, link added.
[26] Rogers (1983). "Prototyping and the design process." Computer, 16(4), 57–63. UNVERIFIED — see flag. Could not locate a 1983 IEEE Computer article by this title/author; citation appears spurious or misattributed. Bibliography-only; left link-less.
[27] Kahneman, D. (1973). Attention and Effort. Prentice-Hall. Capacity model of attention as a limited, flexibly allocated effort resource. Bibliography-only; existence verified, link added.