THE SIGNAL IN ONE SENTENCE

The web has spent years treating accessibility metadata like optional paperwork attached after the real site is finished. A new vendor-run study offers a blunt reason to stop doing that. AudioEye sent AI agents built from six commercial models through thirteen tasks on six websites, producing 1,560 fresh sessions. Five of the sites were tested with and without AudioEye's accessibility fixes loaded. The company says the underlying pages were otherwise unchanged. The sixth was the World Wide Web Consortium's deliberately paired accessible and inaccessible demonstration site. On the site with the most accessibility problems, agents completed 31 percent of assigned tasks without the fixes and 96 percent with them. Across all sessions, the median inaccessible run used 128,000 tokens compared with 90,000 when fixes were present, a 43 percent increase. One especially clean failure involved numbers trapped inside an image with no text description. Six models tried the task ten times each. All sixty attempts failed. That result is not proof that every accessible page will work for every agent, and it is not independent research. AudioEye designed the comparison, supplied the intervention and sells accessibility services. The public report does not name all six models, identify the five commercial sites or provide a full task-by-task ledger. Still, the engineering lesson is sturdier than the marketing wrapper. People using screen readers and software agents often depend on the same semantic layer: names for controls, roles for interface elements, descriptions for meaningful images and relationships that survive outside the visual layout. When a button looks obvious but has no programmatic name, neither a screen reader nor an agent can reliably infer what clicking it will do. The plain signal is not that accessibility should be funded because robots finally care. People with disabilities were always enough. The signal is that clean semantic structure has become shared infrastructure. Build the page so a person can navigate it without sight or a mouse, and the same work may also make automated tools more reliable, cheaper to run and easier to audit. That is a rare alignment worth using, provided companies do not let the shiny agent story shove the human reason off the page.

01

WHAT ACTUALLY CHANGED

AudioEye published its study and accompanying company release on September 24, 2026.

The company ran 1,560 independent AI-agent sessions built from six commercial models.

The evaluation covered thirteen tasks across six websites, with every agent starting fresh and each test repeated ten times.

Five sites came from retail, travel and direct-to-consumer commerce.

On those five sites, AudioEye says the only experimental change was whether its accessibility fixes loaded. The underlying websites were not otherwise modified.

The sixth site was the W3C Before and After Demonstration, which provides paired accessible and inaccessible versions for education and testing.

On the site with the most accessibility issues, task completion was 31 percent without the fixes and 96 percent with them.

AudioEye describes the change as an up to 68 percent relative drop when accessibility fixes were absent.

The 31 and 96 percent figures describe one site, not the average across all six websites.

Across all 1,560 sessions, the median run used 128,000 tokens without accessibility fixes and 90,000 with them.

That is the basis for AudioEye's reported 43 percent median token increase on inaccessible versions.

On the most inaccessible site, every tested model used at least twice as many tokens without the fixes, according to the company.

The largest reported model-level difference on that site was six times as many tokens.

One task required numbers shown only inside an image that lacked a text alternative in the code.

All six models failed that task in all ten repetitions, producing sixty failed attempts.

AudioEye says results were rechecked with WebJudge, an open-source evaluation system from Ohio State University's NLP group.

The WebJudge recheck agreed with AudioEye's task scoring 95 percent of the time.

The public materials do not name all six models, identify the five commercial sites or provide the complete prompt, trajectory and score record for every run.

02

WHY THIS MATTERS

Visual design and machine-readable structure are different things. A control can look perfectly obvious while remaining unnamed to anything that reads the page programmatically.

Screen readers use semantic information to announce what an element is, what it is called and what state it is in.

Many browser-using agents also consume accessibility-tree representations because they compress a page into structured controls and relationships.

A missing accessible name turns a clear-looking button into an ambiguous action such as button with no useful purpose attached.

An image containing prices, dates or quantities can be visible to a sighted person while remaining absent from the programmatic record.

More model reasoning cannot reliably recover information that the interface never exposes.

The sixty failed attempts matter because they show repeated search and larger token budgets do not necessarily repair a missing input.

Higher token use also converts a quality problem into a cost and latency problem.

An agent that retries, scrolls, inspects and guesses may consume more compute while becoming less predictable.

The same semantic repair can improve keyboard navigation, screen-reader use, automated testing and agent operation without requiring four separate versions of the page.

That makes accessibility work part of core product architecture rather than a compliance layer pasted on at launch.

The business case must not replace the civil-rights case. A page should work for disabled people even if no agent ever visits it.

Agent compatibility can supply additional budget and executive attention, but disabled users should remain involved in defining whether the result is actually usable.

Passing an automated accessibility check does not prove that a real person can complete a workflow efficiently or understand the content.

Likewise, an accessible tree does not guarantee that an agent will reason correctly, respect authorization or recover from a changed page.

AudioEye's result is commercially interested evidence, so buyers should reproduce the task suite on their own pages before projecting the percentages into a budget.

The most transferable finding is architectural: when meaning lives only in pixels, every nonvisual user is asked to guess.

FIG. 234MAKE ONE WORKFLOW LEGIBLE TO PEOPLE AND AGENTS
1MAP THE HUMAN TASK→
2USE NATIVE SEMANTIC ELEMENTS→
3NAME EVERY CONTROL→
4DESCRIBE MEANINGFUL IMAGES→
5CONNECT LABELS, HELP AND ERRORS→
6EXPOSE STATE CHANGES→
7PRESERVE KEYBOARD ORDER AND FOCUS→
8INSPECT THE ACCESSIBILITY TREE→
9TEST WITH A SCREEN READER→
10RUN FRESH AGENT SESSIONS→
11COMPARE COMPLETION, TOKENS AND FAILURES→
12FIX THE SOURCE AND RETEST
The reliable path begins with meaning in the page itself. Models and assistive tools should not have to reverse-engineer pixels to discover what a control does.

03

WHERE IT COULD HELP

  • Give every interactive control a clear programmatic name that matches the visible label.
  • Use native buttons, links, inputs, headings, tables and landmarks before recreating their behavior with generic containers.
  • Add concise text alternatives for meaningful images and keep decorative images out of the accessibility tree.
  • Never place a required price, date, quantity or instruction only inside an image.
  • Associate every form field with its label, instructions, required state and validation message.
  • Expose expanded, selected, checked, disabled and busy states programmatically as they change.
  • Keep keyboard focus visible and move it deliberately after dialogs, validation failures and dynamic updates.
  • Preserve a logical heading order and landmark structure so users and agents can scan before acting.
  • Test forms, bookings and purchases using only a keyboard and a mainstream screen reader.
  • Inspect the browser accessibility tree, not only the rendered DOM and screenshots.
  • Create agent tests that record the selected control, accessible name, action, result, token use and failure reason.
  • Run the same task against the production page before and after a semantic fix while holding prompts and model versions constant.
  • Separate failures caused by missing page information from failures caused by model planning or authorization.
  • Include disabled people in usability studies and pay them for expertise rather than treating automated scans as their substitute.
  • Block releases when a critical task becomes keyboard-inaccessible or loses required labels.
  • Publish task-level results and failure traces when making performance claims about accessibility and agents.
  • Measure completion, retries, time, tokens and unsafe guesses instead of celebrating a single successful demo.
  • Treat vendor overlays as one intervention to evaluate, not as permission to stop fixing source components and content workflows.

KEEP A HAND ON THE WHEEL

AudioEye is not a disinterested observer. It designed the study, ran the sessions, supplied the accessibility fixes and sells the kind of service whose value the result supports. The company release says the five commercial websites were otherwise unchanged when fixes were switched on or off, but the public materials do not identify those sites, all six model names, every prompt, the precise agent harness, task-level sample sizes, individual trajectories or the complete scoring ledger. The headline 31 percent versus 96 percent result comes from the site with the most accessibility issues, not from an average across all sites. The reported 43 percent token increase is a median across all 1,560 runs, while the six-times figure is an extreme model-level result on the roughest site. WebJudge agreed with AudioEye's scoring 95 percent of the time, which is useful, but rechecking labels with another evaluator is not the same as an independent replication of the experiment. Accessibility fixes may also vary in depth. Automated remediation can improve programmatic labels and structure without resolving every keyboard, comprehension or assistive-technology problem. Finally, not every agent reads exactly the same representation, and commercial models change quickly. Watch for named-model results, public task traces, outside replication, direct evaluation by disabled users, source-level comparisons, cost measurements in dollars rather than tokens and tests showing whether gains survive dynamic interfaces, login barriers, payment flows and real-world error recovery.

04

TERMS WORTH KEEPING

SOURCES AND VERIFICATION STATUS

This article was written from the materials below. Product claims and dates were checked against those sources on September 26, 2026.

PUBLICATION RECEIPT: Revision 1. Published September 26, 2026.

THE PUBLICATION ENGINE

WANT A SIGNAL OF YOUR OWN?

We build source-grounded publications, private briefings, and editorial systems for organizations with something useful to say.

WORK WITH US