The Benefits Of Cognitive Inclusion In UX Research
Summary
A Smashing Magazine study found that participants with cognitive disabilities surfaced 1.8× more usability issues and suggestions than general-population testers across three test websites. The article details recruitment methods, study design, and quantified findings relevant to anyone building user-facing tools.
Smashing Magazine published a detailed write-up of an exploratory UX study comparing usability feedback from participants with cognitive disabilities against general-population participants. The work was led by researchers at Fable in collaboration with the University of California, Irvine, and tested across three purpose-built websites with varying complexity.
What’s actually new
The core finding is quantified and specific: cognitive participants identified 197 issues versus 113 from gen pop participants — a consistent 1.8× ratio that held for suggestions as well (93 vs. 54). The study tested three websites of increasing complexity (a recipe site, a bookstore with cart/checkout, and a salon booking site) with 30 total interviews split evenly between the two groups. Cognitive participants also scored usability lower on the Accessible Usability Scale across all three sites, with the gap widening as site complexity increased — the bookstore site saw a 17.2-point average AUS difference. Beyond the numbers, the article walks through the full methodology: how they built a screener for self-identified cognitive challenges, how they iterated on interview best practices through a 25-person pilot, and how they counted issues (once per participant, including observer-noted misses). The study provides a practical argument that including cognitively disabled testers in research yields a denser set of usability signals, not just accessibility-specific ones.
What it means for your config
This article is about UX research methodology, not tooling configuration. There are no config files, CLI flags, build settings, or migration paths to consider. That said, if you maintain developer-facing tools — CLIs, dashboards, documentation sites — the findings are a useful prompt to think about how your interfaces handle cognitive load. Complex multi-step flows (like the bookstore checkout in the study) surfaced disproportionately more issues with cognitive testers. If you’re configuring accessibility linting tools like axe-core or pa11y, note that most automated checks target perceivable/operable criteria, not the cognitive usability gaps this study surfaced. Automated tooling won’t catch “I get no feedback when I like a book” — that requires human testing.
Recommended next step
If you run usability studies on developer tools or any user-facing product, read the full article for the recruitment screener approach and interview methodology — those are the most directly reusable parts. The Accessible Usability Scale (AUS) mentioned in the study is Creative Commons-licensed and worth bookmarking as a lightweight post-session survey. For teams that currently test only with general-population users, the 1.8× issue-discovery ratio makes a concrete case for broadening your participant pool without needing a larger sample size.
Read the full announcement on Smashing Magazine → The Benefits Of Cognitive Inclusion In UX Research
More Smashing Magazine Updates
When It Makes Sense To "Block" The Main Thread
Victor Ayomipo walks through a real Chrome extension case where offloading canvas work to a background context was slower than processing it on the main thread, due to the serialization cost of moving large image payloads between isolated contexts.
From Kickoff To First Concept: How To Turn Brand Strategy Into Visual Direction
Smashing Magazine published a detailed walkthrough of the 'pre-concept' phase of brand identity design — the work between kickoff and the first visual direction. The article focuses on workshop questions and exercises that force stakeholders to define vague brand adjectives before designers open Figma.
Designing For Distressed Users: Why Mental Health Apps Shouldn't Follow Every UI Fashion
Kat Homan argues in Smashing Magazine that mental health apps face a severe retention crisis partly because trendy UI patterns add cognitive load exactly when users can least handle it, and proposes an evaluation framework for assessing whether design choices support or harm distressed users.