Over the past decade, the tech industry has pulled off revolutions that once seemed implausible – mass migration to the cloud, the shift to a mobile-first world, and now the rise of generative AI. Yet one metric has remained stubbornly flat throughout it all.
Every year, the WAVE Web Accessibility Report evaluates the accessibility of the world's leading websites, including the Fortune 500. The conclusion has become almost predictable: despite extraordinary technological progress, the average number of accessibility defects on the world's top websites has barely changed over the past 10 years.
Roughly 16% of the global population living with disabilities still encounter daily digital barriers that prevent them from doing things the rest of us take for granted.
I've thought about this stalemate for a while, and I'd argue the usual explanations – lack of corporate empathy and weak regulation – have always missed the real culprit. The true cause is structural.
Development teams are working under relentless pressure: uptime, security, and feature deadlines. In that environment, accessibility isn't deprioritized because nobody cares. It's deprioritized because it has always cost significant engineering effort and offered no commercial upside. That's a hard combination to overcome with good intentions alone.
What's changed now, and what I believe will finally break the stalemate, is that AI is simultaneously solving both sides of that equation. For the first time, the supply side (the cost of doing the work) and the demand side (the incentive to do it) are moving in the right direction simultaneously.
The supply side: Developer friction goes to near-zero
The traditional bottleneck wasn't developers not knowing what accessibility required. It was that checking for it, fixing it, and keeping it fixed all took real time, time that was perpetually lost to other priorities.
AI-driven development changes this. When high-coverage automated accessibility testing is made available directly to AI coding agents, via MCP integrations or agent skills, accessibility checking stops being a separate step that happens after the code is written. It becomes part of the authoring process itself.
When a developer or their AI coding agent writes a UI component, the tool can flag and fix accessibility issues in real time before a single line reaches production. When that's combined with CI gates powered by the same detection technology, catching regressions before merge, the marginal cost of shipping accessible code drops to near zero.
That's the supply side shift in one sentence: for the first time, accessibility doesn't have to compete for developer bandwidth because it largely no longer requires it.
The demand side: Machines need accessible websites too
Here's where things get interesting, and somewhat unexpected: it turns out accessibility isn't just a requirement for human users. Autonomous browser agents, the kind increasingly being deployed to book flights, manage logistics, or navigate enterprise software on behalf of users, need it too.
Most current browser agents work by taking a screenshot of a page, sending it to a large language model, and asking, "What should I click next?" That process is slow, expensive, and brittle. It breaks the moment the page layout changes.
However, recent research into agentic workflows shows a far better approach: shifting toward "semantic agents" that read the accessibility tree directly rather than inferring from pixels. The accessibility tree is the same underlying infrastructure that screen readers use; it tells an agent the exact role, state, and label of every element on a page, without any visual interpretation.
On the Online Mind2Web benchmark, this semantic approach performs 32x better in price-performance terms than standard visual agents. Testing indicates that on more accessible sites, the advantage narrows to about 50x, and fixing just a handful of key semantic issues on a typical legacy site can push that efficiency to 100x.
The commercial implication is direct: if AI agents are handling increasing volumes of web transactions, semantically well-structured websites will be dramatically cheaper and faster to work with. Agents will naturally prefer them. .
The convergence and what it means for people
These two forces reinforce each other in a way that neither could alone. Automated coding tools create a path to accessibility that doesn't require extra developer effort. Economic pressure from agentic browsing gives businesses a commercial reason to actually walk that path. The deadlock breaks.
There's a temptation to read this as a story purely about machine efficiency and AI readiness. I'd resist that framing, because I think it misses what's actually significant here. The semantic structure an AI agent needs to navigate a website reliably is the same structure a screen reader needs to navigate it accessibly. A well-labeled button, a properly described form field, and a coherent heading hierarchy – these serve the visually impaired user and the browser agent equally. Fixing one fixes the other.
What's new, and what I find genuinely encouraging, is that enterprise self-interest and social good now point in the same direction. For a decade, accessibility improved slowly because the incentives were misaligned. That alignment problem is finally being corrected, not by regulations or better intentions, but by the architecture of the automated economy itself. The web that gets built for machines to navigate will, for the first time, be a web that actually works for everyone.
Yossi Synett is the Chief Scientist at Evinced, a company developing AI-powered tools that enable enterprises to implement digital accessibility at scale across web and mobile applications.