# Research

This page points to the primary sources behind the rest of the site. It is a starting set rather than a complete bibliography, and each item is something you can cite or learn from directly. Where a source shaped a specific page, that page links to it as well.

## Peer-reviewed research

- Glazko and colleagues, [an autoethnographic case study of generative AI for accessibility](https://dl.acm.org/doi/abs/10.1145/3597638.3614548). Disabled researchers document the real benefits and harms of generative AI in their own accessibility work.
- Mason Marks, [Algorithmic Disability Discrimination](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3338209). A legal analysis of how automated systems infer and act on disability, often invisibly.
- Hicks, Humphries, and Slater, ["ChatGPT is bullshit"](https://link.springer.com/article/10.1007/s10676-024-09775-5). Argues that model falsehoods are indifference to truth rather than occasional error, which makes confident wrongness structural.

## Cross-cultural AI design

- Luan Haoyue and Cho, [Factors influencing intention to engage in human-chatbot interaction](https://link.springer.com/article/10.1007/s10209-023-01087-7). A study of the Gov.sg chatbot (N = 304) finding that high-context users respond primarily to social presence while low-context users respond primarily to performance, showing that a single interaction model does different work for different cultural orientations.
- Naidoo and Chadha, [Culturally responsive AI chatbots: From framework to field evidence](https://www.sciencedirect.com/science/article/pii/S2949882125001082). The CRAIF-C framework, tested across four linked studies over twelve months, showing that cultural communication style, narrative structure, and tonal pattern consistently produce higher trust and satisfaction when matched to the user's cultural orientation.
- Arambewela, [The Impact of Cultural Context on User Trust in AI-Powered Chatbots for Everyday Mental Health Support](https://www.diva-portal.org/smash/get/diva2:1969762/FULLTEXT01.pdf). A Sweden-versus-Sri-Lanka comparison showing how collectivist norms and face culture shape what users need from a mental health chatbot, with implications for when cultural misalignment becomes a harm rather than a friction problem.
- Müller and colleagues, [Does Culture Matter for the Design of Chatbots Promoting Blood Donation Behaviour?](https://aisel.aisnet.org/icis2023/ishealthcare/ishealthcare/25/) A study across four countries finding that collectivist framing outperforms individualist framing even for users who self-describe as individualist, when the product is asking them to do something for others.
- More, [Consumer Trust in AI-Powered Customer Service: A Cross-Cultural Study](https://ijsi.in/articles/0904018/). Research across the USA, Germany, and India finding that efficiency and availability are universal trust predictors, while warmth matters more in collectivist cultures and technical accuracy matters more in individualistic ones.
- Alsswey and Al-Samarraie, [The role of Hofstede's cultural dimensions in the design of user interface: The case of Arabic](https://www.cambridge.org/core/journals/ai-edam/article/abs/role-of-hofstedes-cultural-dimensions-in-the-design-of-user-interface-the-case-of-arabic/2F539DB877F7C28EAACBBB947C96E194). Demonstrates how cultural dimensions predict concrete interface preferences, including that icon-based communication outperforms text-heavy design for Arab users.

## Synthetic users and AI usability testing

Synthetic users are AI personas meant to stand in for real testers. They matter for accessibility because disabled people are the users a model trained on web data represents least well, so a simulated panel tends to miss them and the real testers it would replace are often the ones a product most needs. These sources cover both the pitch and the evidence against it.

- Lu and colleagues at Amazon and Northeastern, [an LLM agent-based usability testing framework for web design](https://arxiv.org/abs/2502.12561). Builds a system that generates thousands of simulated users to walk through a website, with one module driving the agents and another connecting them to a real browser. The authors frame it as a way to pilot and refine a study design before running it with real people rather than as a replacement, and their evaluation with five UX researchers welcomed the idea while raising concerns about leaning on simulated users.
- Researchers at UXtweak and the Slovak University of Technology, [a systematic review of synthetic participants generated by large language models](https://www.researchsquare.com/article/rs-9057643/v1). A review of 182 studies that sorts the failures of LLM-generated participants into four kinds, cognitive misalignments, distortions, misleading believability, and overfitting or contamination. It concludes that synthetic participants cannot replace human ones, and that prompt techniques like few-shot examples or chain-of-thought reasoning give only marginal improvement because the underlying problems stay the same.
- Microsoft Research, [OmniParser v2, turning a screenshot into structured elements an agent can act on](https://www.microsoft.com/en-us/research/articles/omniparser-v2-turning-any-llm-into-a-computer-use-agent/). This is the perception layer an agent needs before it can use a real interface, and it is near the current state of the art for finding clickable regions on screen. On a benchmark of high-resolution screens with small icons it still reaches only 39.6 percent average accuracy paired with GPT-4o, which caps how reliable any AI that drives a real interface can be today.

## Standards and policy

- The W3C [AI Accessibility draft](https://w3c.github.io/ai-accessibility/) maps AI across authoring tools, interfaces, evaluation, and assistive technology.
- The W3C [report on AI and the web](https://www.w3.org/reports/ai-web-impact/) proposes standardization steps for AI's impact, including the problem of under-represented data.
- Accessibility Standards Canada's [CAN-ASC-6.2:2025](https://accessible.canada.ca/creating-accessibility-standards/asc-62-accessible-equitable-artificial-intelligence-systems/6-introduction) is an outcomes-based standard for accessible and equitable AI systems.
- The European Disability Forum's [guide to monitoring the EU AI Act](https://www.edf-feph.org/publications/a-disability-inclusive-artificial-intelligence-act-updated-guide-to-monitor-implementation-in-your-country/) tracks implementation from a disability-rights view. See also the [Guidelines](https://artificia11y.ds.house/guidelines/eu-ai-act/) section.
- The US Access Board's [hearings on AI and disability](https://www.access-board.gov/news/2024/07/09/u-s-access-board-holds-hearings-on-artificial-intelligence-ai-for-disability-community-and-ai-practitioners/) signal where US policy is heading.

## Industry and tooling evaluations

- The Microsoft [accessibility LLM evaluation report](https://microsoft.github.io/a11y-llm-eval-report/) measures how often generated markup is accessible, from 12 percent unguided to 86 percent with a dedicated skill.
- Karl Groves on [remediation](https://karlgroves.com/chatgpt-is-not-ready-to-handle-web-accessibility-remediation/) and [AI audits](https://afixt.com/beware-of-ai-audits/) quantifies where AI assistance breaks down.
- The Deque [accessibility coverage report](https://accessibility.deque.com/hubfs/Accessibility-Coverage-Report.pdf) is the usual source for the automation ceiling, the share of issues automated tools can find.
- The [WebAIM Million](https://webaim.org/projects/million/) annual analysis of the top one million home pages, whose 2026 edition found accessibility errors rising for the first time in six years, attributed in part to automated and AI-assisted coding.
- David Mello on [what axe and Lighthouse miss](https://www.davidmello.com/software-testing/test-automation/playwright-accessibility-testing-axe-lighthouse-limitations) is a practitioner account of the gap between a clean automated run and real conformance, and which missed checks a behavioral test can still cover. His [walkthrough of testing AI chatbots and agents](https://www.davidmello.com/software-testing/test-automation/how-to-test-ai-chatbots-and-agents) covers non-deterministic output, guardrails, bias, and the accessibility checks a chat interface needs in both its open and closed states.
- Adrian Roselli on [Google's Modern Web Guidance](https://adrianroselli.com/2026/05/maybe-dont-rely-on-googles-modern-web-guidance.html) tested Google's AI coding guidance against the accordion prompt from its own homepage and found the result was not WCAG conformant, ignored the ARIA Authoring Practices Guide accordion pattern, and broke in Firefox. The takeaway is that a deterministic, vetted pattern library beats trusting generated code.

## Community writing

- Scott O'Hara on [live regions](https://www.scottohara.me/blog/2022/02/05/are-we-live.html) and the [output element](https://www.scottohara.me/blog/2019/07/10/the-output-element.html), the technical basis for announcing streamed output.
- James Scholes on [ARIA and experiential design](https://jamesscholes.com/2025/10/31/on-aria-and-experiential-design/), on designing the screen reader experience rather than delegating it to ARIA.
- Adrian Roselli on [ARIA, AI, and SEO](https://adrianroselli.com/2025/10/openai-aria-and-seo-making-the-web-worse.html), on why pushing ARIA for machines harms accessibility.
- Eric Bailey on [why alt text is context dependent](https://ericwbailey.website/published/thoughts-on-embedding-alternative-text-metadata-into-images/) and on [instructing an LLM with the ARIA Authoring Practices Guide](https://ericwbailey.website/published/heres-how-to-instruct-a-llm-to-reference-the-aria-authoring-practices-guide/).
- Hidde de Vries on [teaching LLMs or organizations](https://hidde.blog/teaching-llms-or-companies/), on where the real bottleneck sits.
- Jakob Nielsen on [accessibility and generative UI](https://jakobnielsenphd.substack.com/p/accessibility-generative-ui), included as the contrarian view this site argues against.
- Anna E. Cook on [AI doesn't fix accessible systems, it depends on them](https://annaecook.com/writing/2026/ai-doesnt-fix-accessible-systems-it-depends-on-them), arguing that AI inherits and reproduces broken structure rather than repairing it, so accessible and parseable systems are the precondition for AI to work.
- Anna E. Cook on [governing accessible design systems in the AI era](https://annaecook.com/writing/2026/governing-accessible-design-systems-in-the-ai-era), a six-question framework that treats AI accessibility as a governance problem, including who owns AI output, which properties are protected, and why a model should never override an explicit user choice.
- Anna E. Cook on [accessible design as digital infrastructure](https://annaecook.com/writing/2026/2/2/accessible-design-is-digital-infrastructure), on why accessibility is foundational rather than a finishing touch and how it erodes quietly when maintenance stops.
- Anna E. Cook on [designing accessibility for real use, not dashboards](https://annaecook.com/writing/2026/1/5/designing-accessibility-for-real-use-not-dashboards), on why a high accessibility score is a floor rather than proof, and how scoreboards create accessibility theater.

## Ongoing work and community

- The W3C [AI Accessibility issues tracker](https://github.com/w3c/ai-accessibility/issues) is where the draft is being worked out in the open.
- The European Disability Forum's [Empowered by AI](https://www.edf-feph.org/projects/empowered-by-ai/) project builds AI literacy among disabled people so they can shape these systems.
- Penn State on [learned disability bias in AI models](https://www.psu.edu/news/information-sciences-and-technology/story/trained-ai-models-exhibit-learned-disability-bias-ist) is concrete evidence for the bias discussion.

> [!ACCESSIBILITY-SPECIALIST]
>
> These are useful when WCAG runs out. For the parts of AI behavior with no success criterion, such as communicating uncertainty, you can anchor findings in the peer-reviewed work and the standards drafts here rather than in WCAG alone. The industry evaluations are also handy for setting expectations with a team, since a figure like 12 percent of unguided output passing checks lands harder than a general warning.

> [!SELF-ADVOCATE]
>
> The first-person and community sources here are worth reading directly, because they describe what these tools are actually like to use rather than how they are meant to work. The autoethnographic study and the community blogs in particular center disabled people's own accounts, which is the kind of evidence that tends to be missing from vendor material.

## Further reading

- The [Foundations](https://artificia11y.ds.house/foundations/what-is-ai-accessibility/) section for how these sources fit together.
- The [Case studies](https://artificia11y.ds.house/resources/case-studies/) page for the same evidence as concrete situations.