Perly Consulting │ Beck Eco

The State of Play

A living index of AI adoption across industries — where established practice meets the bleeding edge
UPDATED DAILY

The AI landscape doesn't move in one direction — it lurches. Some techniques leap from experiment to table stakes in a single quarter; others stall against regulatory walls, technical ceilings, or organisational inertia that no amount of hype can dislodge. Knowing which is which is the hard part. The State of Play cuts through the noise with a rigorously maintained index of AI techniques across every major business domain — classified by maturity, evidenced by real-world adoption, and updated daily so you always know where you stand relative to the field. Stop guessing. Start knowing.

The Daily Dispatch

A daily newsletter distilling the past two weeks of movement in a domain or two — delivered to your inbox while the index updates in the background.

AI Maturity by Domain

Each dot marks the weighted maturity of practices within a domain — hover for a brief summary, click for more detail

DOMAIN
BLEEDING EDGEESTABLISHED

Accessibility auditing & remediation

GOOD PRACTICE

TRAJECTORY

Plateau

AI that audits digital products for accessibility compliance (WCAG) and suggests or implements remediation. Includes automated WCAG testing and remediation code generation; distinct from accessibility support in personal effectiveness which assists individual users rather than auditing products.

OVERVIEW

Accessibility auditing is a solved problem at the detection layer -- AI-augmented scanners reliably catch the majority of WCAG violations at scale -- but genuine compliance still demands code-level remediation and human judgment. That asymmetry defines the practice. Automated tools now cover roughly 57% of issues; AI-powered approaches push further on behavioural criteria like keyboard navigation and focus management, though manual testing remains mandatory for context-dependent checks. The tooling ecosystem is mature, vendor platforms have consolidated, and 82% of organisations embed AI in their accessibility workflows. Regulatory enforcement has sharpened the stakes: the FTC's million-dollar penalty against accessiBe and the European Commission's rejection of overlay solutions closed the "automation as shortcut" path. For most organisations, the question is no longer whether to adopt accessibility auditing but how to pair scalable detection with the engineering commitment that real remediation requires.

CURRENT LANDSCAPE

The vendor ecosystem has consolidated around a hybrid model: automated scanning integrated into CI/CD pipelines, paired with expert manual review for the issues automation cannot reach. Deque's axe-core has surpassed 3 billion downloads, and platforms like Level Access (named a Forrester Wave Leader in 2025) offer end-to-end auditing-to-remediation workflows. A Level Access survey of 1,600+ professionals found 86% now treat AI capabilities as a key purchasing criterion. W3C released WCAG-EM 2.0 in April 2026, standardizing evaluation methodology across web, mobile, and document formats, consolidating auditing as a formal practice with authoritative procedural guidance.

Enterprise-scale AI-assisted remediation is moving from theory to deployment. Meta reported a 90% solve rate on accessibility label issues, landing 2,500+ automated fixes across its codebase. Pasito achieved WCAG 2.2 AA compliance in 14 days using CI/CD-integrated scanning across 200,000+ lines of code. Siteimprove's AI Remediate reached GA in March 2026, providing AI-generated code suggestions for 23 WCAG criteria via Amazon Bedrock, demonstrating mature integration of LLM-assisted remediation in major auditing platforms. A practitioner implementation deployed a Claude-based AI agent alongside axe-core, catching 87% more issues than automated tools alone and pushing coverage from 30% to 55-60%. These results are real but show hard limits: automated testing detects 57.38% of actual issues (Deque analysis of 13,000+ audits); UK GDS testing found only 40% detection on a deliberately broken page; the remaining 70% of WCAG criteria require human judgment. Retrofitting accessibility into an existing product typically requires multiple senior engineers over months, with costs 5-10x higher than building it in from the start.

Litigation and regulatory enforcement sharpen remediation boundaries. Over 5,100 ADA accessibility lawsuits were filed in 2025, up 20% year-over-year, with 77% targeting e-commerce. In April 2026, two SDNY decisions established contrasting outcomes: Moscot's partnership with Level Access (auditing with source-code remediation) won summary dismissal; accessiBe's false WCAG compliance claims failed court and survived FTC settlement, proving overlay presence provides no legal protection. Organisations using source-code remediation face lawsuit rates below 1%, while overlay-reliant sites have drawn more than 800 suits. The U.S. Department of Justice extended ADA Title II compliance deadlines in April 2026, explicitly citing that "generative AI does not yet reliably automate the remediation of inaccessible content at scale"—a crucial regulatory acknowledgment that autonomous fix-generation remains immature. Meanwhile, AI-assisted auditing tools continue advancing: UC Irvine research documents GenA11y achieving 94.5% precision and 87.61% recall on WCAG violations, identifying 8 more violation types than existing rule-based scanners combined; mobile research (ICSE 2025) shows A11yScan achieving 1.7X improvement over state-of-the-art Android testing. However, practitioner assessments remain critical: accessibility experts note AI flags approximately 25% of issues with high confidence, while the remaining 75% require human evaluation, and automated scans frequently create false confidence without substantive remediation. WebAIM's 2026 annual audit shows stalled progress: 95.9% of top 1M sites fail WCAG (up from 94.8% in 2025), averaging 56.1 errors per page (+10.1% from 2025), with the same six error types accounting for 96% of failures for seven consecutive years. This plateau despite mature tooling signals that detection scales reliably, but remediation—the actual fixing of issues—remains bottlenecked by expertise, code ownership, and organisational commitment to authentic accessibility rather than automation-as-shortcut.

TIER HISTORY

ResearchJan-2020 → Jan-2021
Bleeding EdgeJan-2021 → Jan-2023
Leading EdgeJan-2023 → Jul-2023
Good PracticeJul-2023 → present

EVIDENCE (119)

— Enterprise job posting signals market demand for accessibility automation expertise at senior level (5+ years); requires Selenium integration, axe-core, WCAG 2.2 knowledge, CI/CD pipeline embedding.

Success stories - Deque SystemsCase Studies

— Collection of customer case studies from industry-leading accessibility testing platform (axe) showing real-world deployments with measurable outcomes (87% issue reduction at Blue Bottle in 4 months).

— 2026 market comparison of 10 accessibility tools with specific detection metrics, pricing, and CI/CD integration capabilities. Shows tool maturity and real-time monitoring integration into development pipelines.

— Critical design analysis backed by WebAIM data showing AI-assisted coding is contributing to accessibility regression; argues accessible systems must precede AI.

— Named org conducting internal accessibility audit with documented methodology (automated + manual testing), tools used, and scope. Shows practical audit workflow at scale.

— Practitioner guide with business case, legal landscape, adoption signals. Documents Forrester $100:1 ROI and WebAIM data (94.8% of top 1M sites have WCAG errors).

— Regulatory enforcement evidence showing EAA live enforcement in April 2026 with fines issued (€5k–€40k to three SMEs); documents that automated tools catch ~30% of issues.

— Third-party analysis of WebAIM auditing data across 1M websites showing current failure rates (95.9%, first increase in 6 years); documents AI-assisted code generation contributing to regression.

HISTORY

  • 2020: W3C identifies scalability challenges in WCAG conformance verification for dynamic sites. Deque audits 43 U.S. states' mail-in ballot applications, finding widespread inaccessibility and demonstrating real-world audit deployment. Practitioners emphasize that automated tools cannot fix accessibility without manual intervention. ADA litigation surge (181% increase) drives organizational urgency. WCAG 2.2 and 3.0 standards development progresses.

  • 2021: Automated auditing tools mature — Deque's tool identifies 57% of issues, WebAIM audits 1M websites for fourth consecutive year, Level Access launches Elevin platform. UK government and public sector scale accessibility auditing across portfolios. However, critical industry assessment (Orange, accessibility community) confirms AI-powered overlay solutions remain ineffective; remediation still requires manual code changes. Market demand continues: Level Access/G3ict/IAAP conduct third annual State of Digital Accessibility survey. Tension remains between tool capability (detection at scale) and remediation maturity (requires domain expertise).

  • 2022-H1: Accessibility auditing tools deepen ecosystem integration. Level Access integrates with Azure DevOps, enabling direct-to-developer remediation workflows. However, adoption surveys reveal persistent gap: 65% of firms increase accessibility priority, but only 30% achieve WCAG 2.1 compliance; 42% lack in-house expertise. Market analysis shows 97% of top 1M sites still fail automated accessibility tests. Critical reassessment of overlay effectiveness continues: empirical analysis finds overlay tools claim compliance for 68% coverage of WCAG requirements, while practitioners warn overlays create false security. The core tension sharpens: auditing tooling matures and integrates, but remediation remains dependent on organizational expertise and code-level fixes.

  • 2022-H2: Vendor consolidation accelerates — Level Access merges with eSSENTIAL Accessibility to create unified end-to-end platform. Real-world remediation projects demonstrate scale: Cloudflare's year-long accessibility project involves 400+ Jira tickets and 25+ component rewrites to reach WCAG 2.1 AA compliance. Deque reports ML advances in auditing achieve 57% automated detection, reaching 80% with semi-automated methods. However, critical assessments persist: American Foundation for the Blind documents that accessibility overlays fail to address 70% of WCAG guidelines and can degrade user experience. Adoption gap widens: only 1 in 3 organizations have procurement guidance for accessible external services, and 46% lack structured accessibility skills development. Remediation remains bottlenecked by organizational expertise, not tooling maturity.

  • 2023-H1: Accessibility auditing enters mainstream adoption phase. Forrester survey (May) finds 65% of software decision-makers adopting accessibility testing platforms. Marks & Spencer deploys axe-core in CI/CD pipelines (April), exemplifying contemporary best practice. However, deployment audits reveal persistent gaps: Swiss study shows only 20% of 50 popular mobile apps fully accessible to WCAG 2.1 AA. Expert assessments document limitations: accessibility consultant estimates only 25% of best practices can be fully automated, 40% require manual testing. Litigation metrics show 194 lawsuits filed (July), but only 6% of litigated sites use overlays—suggesting direct remediation preference over quick fixes. Core tension remains: auditing tools mature, but remediation at scale still bottlenecked by organizational expertise and code-level fixes.

  • 2023-H2: Ecosystem adoption accelerates — Deque's axe-core surpasses 1 billion downloads by December, confirming massive testing tool penetration. Forrester publishes Wave evaluation of eight DAP vendors (Oct), marking formal analyst recognition of market maturity. WCAG 2.2 reaches Proposed Recommendation stage (July), introducing new criteria for Focus visibility, Target Size, and Accessible Authentication. W3C AI and Accessibility symposium (Aug) raises ethical concerns about representation gaps and bias in AI-driven accessibility solutions. Critical practitioner assessments persist: audits alone insufficient without shift-left integration, overlays remain ineffective legal liability despite vendor claims. Remediation gaps persist: tooling mature, but organizational capacity and expertise remain limiting factors for real-world compliance at scale.

  • 2024-Q1: Auditing tools mature further while remediation bottlenecks sharpen. Deque enhances axe DevTools with AI-driven automation (guided tests, keyboard trap detection). WebAIM's March 2024 Million report finds 95.9% of sites still fail WCAG tests (56.8 errors per page), with minimal improvement over six years—signaling that tool proliferation has not solved deployment. U.S. federal government assessment (Section 508) finds only 53% lifecycle integration despite 61% tool adoption, documenting the organizational execution gap. Practitioners emphasize hybrid auditing (manual, automated, assistive tech, user testing), rejecting automation-only approaches. Overlay litigation increases (25% of 2024 ADA lawsuits target sites using overlays), confirming that quick-fix approaches fail both technically and legally. Auditing has reached organizational mainstream, but genuine remediation remains bottlenecked by expertise, code ownership, and sustained organizational commitment.

  • 2024-Q2: Auditing market expands while AI-augmented tools signal vendor confidence. Deque launches axe Assistant (May), a generative AI chatbot for accessibility code and policy guidance. Enterprise adoption metrics strengthen: Applause survey (May) shows 50% using automated tools (up from 40%), 42% meeting WCAG 2.2, and 44% reporting increased priority. However, tool effectiveness data confirms persistent gaps: axe-core finds 57% of issues, IGT adds 23%, leaving manual expertise mandatory. Regulatory drivers accelerate market growth: U.S. ADA Title II and HHS Section 504 updates predict 10,000+ jobs across 89,000+ public entities (compliance deadlines 2–3 years). Critically, overlay widget critique gains traction—evidence shows overlays fail 70% of WCAG criteria and fail to prevent lawsuits, reinforcing that genuine remediation requires code-level fixes. Market bifurcates: tool vendors face legal backlash while organizations choosing direct remediation build defensible compliance postures.

  • 2024-Q3: Auditing tools expand into mobile and AI-driven evaluation while evidence of remediation failures reinforces auditing-execution gaps. Deque releases axe DevTools Mobile v2024.9.18 (September), extending automated testing into iOS/Android CI/CD pipelines. W3C publishes draft on AI and Accessibility (July), examining both benefits and limitations of AI-driven WCAG evaluation. German e-commerce audit (July) finds 93% meet Name/Role/Value but only 21% keyboard-accessible, showing real-world compliance fragmentation despite tool availability. UK Government (September) documents systematic accessibility monitoring using Axe + manual testing across public sector, exemplifying at-scale government deployment. However, critical signals persist: AccessiBe faces class-action lawsuit (July) for false ADA compliance claims, and practitioner assessment (September) rates GenAI tools as "limited and inconsistent" for accessibility testing. Auditing tooling continues maturing, but execution and remediation barriers remain primary limiting factors for broad organizational adoption.

  • 2024-Q4: Standards maturation and regulatory pressure accelerate auditing adoption while ecosystem tooling expands. W3C publishes WCAG 2.2 as official Recommendation (December), providing authoritative guidance and driving compliance deadlines—universities and enterprises adopt compliance timelines around April 2026. Deque, LambdaTest, and Siteimprove expand ecosystem integration: NuGet package release (Deque.AxeCore.Selenium 4.9.1, November) brings automated testing to .NET/Selenium developers; LambdaTest integrates Playwright-based auditing (October); Siteimprove adds WCAG 2.2 automated testing (October, though notes only 1 of 9 new criteria could be automated—rest require manual). Level Access 6th annual State of Digital Accessibility survey (December) documents mainstream adoption: 80% of organizations have accessibility policies, 61% practice shift-left integration, but 43% remain involved in legal action (down from 46%), showing persistent execution and remediation gaps. Academic deployment case study (University of Washington, December) demonstrates real-world integration: CI/CD pipeline using axe-core with Capybara for browser automation, motivated by ADA Title II deadline. Critical limitations persist: tooling can auto-detect ~57% of issues, with manual expertise mandatory for remaining 43%—reinforcing that auditing at scale still requires organizational commitment and domain expertise, not automation alone.

  • 2025-Q1: FTC enforcement action and practitioner assessments force reckoning on AI claims and effectiveness gaps. The FTC orders accessiBe to pay $1 million (January 2025) for deceptive claims that its AI tool could make websites WCAG compliant, signaling federal regulatory action against false automation claims and invalidating overlay-based remediation approaches. WebAIM's February 2025 Million report shows 94.8% of sites still failing WCAG tests (down 1.1pp from 2024), averaging 51 errors per page—minimal improvement despite mature tooling, reaffirming deployment-remediation gaps. Vendor announcements (Deque's AI roadmap for axe, targeting +10% coverage) signal continued confidence in AI-augmented auditing, but practitioner assessments document reality: ChatGPT and generative AI tools are unreliable for auditing, producing false positives/negatives and lacking assistive tech testing. Industry consensus shifts from "automation will scale remediation" to "automation is a helpful component requiring human expertise." Organizational adoption plateaus at ~50% tool penetration; remediation bottleneck remains expertise and code ownership, not auditing throughput. Practice solidifies as mainstream but reveals core limitation: auditing can scale with tools, but effective remediation still requires organizational commitment and domain expertise.

  • 2025-Q2: Regulatory enforcement and ecosystem expansion reinforce auditing maturity while critical assessment of AI limitations continues. The FTC enforcement against accessiBe (April 2025, final order, $1M penalty) reaffirms federal skepticism of automated remediation claims; the European Commission simultaneously states overlays do not make websites accessible, creating dual regulatory pressure against quick-fix automation. Real-world deployment signals remain positive: Zedge replaced manual accessibility testing vendor with TestParty's PreGame scanner, improving developer clarity and enabling self-service auditing with plans to expand to mobile; TestParty launched accessibility scanning app on Shopify (June 2025) targeting e-commerce ecosystem. However, critical assessments of generative AI persist: BOIA documents algorithmic bias in AI-generated accessibility content, warning outputs perpetuate harmful stereotypes about disability. Regulatory deadlines emerge as market drivers: European Accessibility Act (June 28) and Colorado HB 21-1110 (July 1) approach, expanding compliance obligations. Email accessibility analysis (99.89% of emails have critical issues) documents unaddressed accessibility gaps in emerging channels. By June 2025, practice remains firmly mainstream: auditing tooling matures with ecosystem integration (Shopify, CI/CD platforms), vendor investment in AI-augmented features continues (Deque's advancement initiatives), but the core tension persists—automated auditing can scale to detect issues at massive scale, yet effective remediation and organizational accountability remain bottlenecked by expertise, code ownership, and authentic commitment to inclusive design.

  • 2025-Q3: Ecosystem adoption reaches new scale while regulatory enforcement against false claims reinforces auditing-only boundaries. Deque's axe-core surpasses 3 billion downloads (July 2025), confirming sustained market-wide integration of automated testing. SEMrush study of 10,000 sites finds WCAG-compliant sites gain 23% more organic traffic and rank for 27% more keywords, linking accessibility auditing to measurable business ROI. However, FTC enforcement signals tighten: FTC settlement with accessiBe (September 2025) documents that the tool failed to remediate basic components (navigation, forms, images), reinforcing that automated remediation claims remain unreliable despite vendor confidence. Practitioners predict hybrid automation by 2026-2027 will reach ~70% WCAG detection, but organizations are increasingly dropping expensive legacy providers in favor of efficient AI-augmented auditing tools. Domain-specific remediation continues: Skynet Technologies completes WCAG 2.2 and PDF/UA-1 remediation for K-12 education non-profit (July 2025). By September 2025, the practice remains mainstream and increasingly automated for detection, but regulatory skepticism of remediation claims and persistent organizational remediation gaps underscore the core lesson: auditing can be scaled and optimized, but genuine compliance still requires code-level fixes, human expertise, and authentic organizational commitment.

  • 2025-Q4: Practice reaches mature ecosystem saturation with vendor platform consolidation and regulatory enforcement cementing authentic remediation requirements. Deque publishes empirical data (December) confirming automated testing covers 57.38% of accessibility issues from 13,000+ real-world audits, establishing credible efficacy metrics and validating hybrid approaches combining automation with expert intervention. W3C TPAC conference (November) hosts expert panel on post-source remediation capabilities, objectively evaluating ~75 remediation approaches and addressing overlay controversies with independent standards-body analysis. Level Access achieves Forrester Wave Leader status (October), signaling analyst recognition of platform maturity. Higher-education case study (November) documents successful remediation at scale: 1,000+ issues identified, 55% solved by AI automation, manual expertise applied to 45% complex issues, zero disruption to live courseware. AI tool adoption continues (82% of organizations now embedding AI in accessibility programs per Level Access survey), but regulatory pressure solidifies: FTC finalized $1M penalty against accessiBe (September), European Commission statement that overlays do not make websites accessible, and legal analysis highlighting failed remediation of core accessibility barriers. TestParty data shows <1% lawsuit rates for source-code remediation vs. 800+ overlay users sued. Organization-wide surveys show 80% have accessibility policies, 61% practice shift-left, yet persistent execution gaps underscore that auditing maturity does not automatically translate to remediation success. By December 2025, the practice is undeniably mainstream and AI-augmented, vendor platforms are mature, regulatory enforcement has eliminated overlay-as-shortcut narratives, and auditing effectiveness metrics are credible—but the core tension remains immutable: automation detects issues reliably at scale, yet authentic compliance still requires code-level fixes, organizational commitment, and domain expertise.

  • 2026-Jan: Ecosystem consolidation and AI-augmented auditing achieve saturation as market signals sharpen around deployment reality and legal risk. Pasito (benefits-tech provider) demonstrates rapid remediation: WCAG 2.2 AA compliance achieved in 14 days using TestParty scanning with CI/CD-integrated nightly scans across 200K+ lines of code, exemplifying vendor maturity and real-world deployment speed. Level Access publishes seventh annual SODAR (January 14), documenting 82% of organizations embedding AI tools with 86% considering AI capabilities critical in purchasing—signaling mature market consolidation around AI-augmented platforms. Comparative analysis (Alibaba, January 22) shows 68% of public-sector sites passed automated tools but failed manual verification on WCAG 2.2 behavioral criteria, confirming AI tools outperform rule-based scanners on context-dependent issues but with variable confidence. Legal landscape sharpens: 5,100+ accessibility lawsuits filed in 2025 (+20% YoY), 77% targeting e-commerce, with survey respondents reporting $5K-$25K settlement costs—driving organizational risk awareness. Industry trend analysis documents shift from scan-based to audit-based platforms with 20-40% detection ceiling for fully automated approaches, reinforcing that auditing has reached market saturation while remediation bottlenecks persist. By month-end, vendor maturity is evident (Deque's Axe AI features, Level Access leadership recognition, TestParty ecosystem expansion), market consolidation is clear (82% AI adoption, regulatory barriers to overlays), and deployment realities remain constant: automation scales detection, authentic compliance requires code-level fixes and expertise.

  • 2026-Feb: AI-assisted remediation deployment scales further while regulatory and legal context intensifies organizational urgency. Meta case study demonstrates production-scale AI deployment: 90% solve rate on label issues with 2,500+ fixes landed and 5,000 queued, validating AI-assisted code remediation at enterprise scale. Deque expands auditing tooling to mobile with axe DevTools Accessibility Analyzer for Android, extending automated testing into native and hybrid mobile app development—addressing critical gap in mobile compliance. AI model performance shows mixed signals: GAAD Foundation/ServiceNow AIMAC benchmark finds GPT 5.3 Codex achieved zero accessibility debt (first model to do so), but Claude Sonnet regressed with 1,186 violations, indicating inconsistent AI code generation reliability across models. Legal and regulatory drivers intensify: 3,948 ADA digital accessibility lawsuits filed in 2025 (+23.84% YoY) with e-commerce settlements of $25K-$50K, while analysis shows 22.6% of 2025 lawsuits explicitly cited accessibility overlays—reinforcing regulatory skepticism of automation-as-shortcut. Practitioner signals document deployment barriers: accessibility retrofit projects require 3+ senior engineers over 4 months (retrofitting costs 5-10x more than building in), with only 12% of frontend engineers experienced with screen readers, highlighting skill gaps and organizational readiness challenges. By end of February 2026, the practice consolidates as an AI-augmented mainstream capability: auditing tooling matures across web and mobile, AI remediation demonstrates credible scale and speed, but legal and organizational barriers—expertise gaps, retrofit costs, overlay skepticism—remain defining constraints on rapid compliance achievement.

  • 2026-Mar: Standards evolution and litigation escalation shape 2026 outlook. W3C publishes WCAG 3.0 Working Draft (March 3), signaling next-generation conformance requirements that auditing tools must support—shifting from binary pass/fail toward contextual assessment. Accessibility On Demand launches AI-powered PDF remediation service (March 13) offering WCAG 2.2/ADA compliance at $0.30-$1.80/page, exemplifying production-ready AI remediation at scale for document accessibility. ADA litigation accelerates: 8,667 Title III lawsuits filed in 2025 (preliminary 2025 figures, reported March 17), up 37% YoY in H1; critical signal: 22.6% of sued sites had accessibility overlays installed, proving overlay presence provides no legal protection and reinforcing code-based remediation necessity. Level Access publishes seventh annual State of Digital Accessibility Report (March 4) surveying 1,600+ professionals: 91% report accessibility improves UX, 81% cite business value, yet only 34% achieve WCAG 2.2 compliance despite 80% having policies—revealing execution gaps. Critical practitioner assessment (Accessible.org, March 14): rule-based scans (WAVE, axe) detect ~25% of WCAG issues with high confidence; AI scans flag higher percentage but introduce unreliability, with target of 75% WCAG coverage delayed past 2027. Market analysis (Vervali, March 4) projects accessibility sector at $828M by 2031; 94.8% of top 1M sites still fail WCAG despite ecosystem maturity, confirming that tooling proliferation has not solved deployment. By March end, auditing ecosystem signals mature: tool consolidation accelerating, AI remediation achieving production scale, regulatory pressure escalating—yet the core tension persists: detection scales, remediation remains bottlenecked by organizational expertise, code ownership, and engineering commitment.

  • 2026-Apr: W3C published WCAG-EM 2.0 as an authoritative conformance evaluation methodology, formalizing audit scope, sampling, and reporting across web, mobile, and document formats. Two SDNY decisions established a clear legal distinction: Moscot's qualified source-code audit partnership won dismissal while accessiBe's overlay claims failed both court and FTC scrutiny, confirming overlay absence as a legal prerequisite. The U.S. Department of Justice extended ADA Title II compliance deadlines (effective April 26, 2026, extended to April 2027–2028), explicitly stating generative AI "does not yet reliably automate the remediation of inaccessible content at scale"—a pivotal regulatory signal that autonomous remediation remains immature. Concurrently, AI-augmented auditing research advanced: UC Irvine's GenA11y tool achieved 94.5% precision and 87.61% recall on WCAG violations, identifying 8 more types than existing tools combined; mobile research (ICSE 2025) documented A11yScan achieving 1.7X improvement over state-of-the-art Android testing with 90.56% user validation accuracy. Deque released Axe MCP Server as GA, integrating accessibility scanning and AI-assisted fixes into developer IDEs. Iowa State University deployed ASU's AI-powered PDF remediation tool using Amazon Rekognition for alt-text generation, managing 500k+ PDFs at scale. However, critical practitioner assessments (Accessible.org) countered vendor optimism: AI scans flag ~25% of issues reliably, with remaining 75% requiring human evaluation, and many automation claims create false confidence without substantive fixes. WebAIM's 2026 annual report documented 95.9% of top 1M sites still failing WCAG (10.1% year-on-year increase), with the same six error types persisting for seven consecutive years, underscoring that detection capability continues to outpace remediation execution and organizations remain bottlenecked by expertise and code ownership rather than auditing throughput.

  • 2026-May: Regulatory enforcement and market demand signal consolidation around mature tooling and hybrid workflows. The European Accessibility Act entered enforcement phase with six member states issuing fines (€5k–€40k) and practical guidance emphasizing that automated tools catch ~30% of issues, requiring mandatory manual review. Government sector shows adoption momentum: Oregon and multiple U.S. states standardize on WCAG 2.2 with minimal overhead (0.5% of compliance bugs), signaling rapid version adoption with low friction. Vendor innovation continues: Siteimprove deployed AI-supported rules (SIA-R114, SIA-R115) expanding WCAG coverage while reducing false positives, Deque extended tooling to Playwright automation framework, and accessibility job postings (e.g., Mindlance) signal enterprise demand for Selenium + axe-core integration expertise at senior level. However, critical assessments deepen skepticism of AI claims: practitioners document that AI-assisted coding is contributing to measurable accessibility regression (95.9% of sites failing WCAG, up from 94.8% in 2025—the first increase in six years), with AI flags ~25% of issues reliably and remaining 75% requiring human judgment. Case studies (ProductDock, Blue Bottle/Deque, Legal & General) demonstrate that hybrid auditing (automated + manual) yields best outcomes: rule-based + AI scans detect 57% of issues, expert auditing reaches 87% improvement potential, with issue prioritization and remediation workflows requiring cross-functional teams. Market signals are clear: auditing tooling has reached plateau maturity, adoption is mainstream (80%+ of organizations have policies), regulatory enforcement is real and growing (EAA fines, ADA Title II deadlines extended to 2027–2028), but authentic remediation remains bottlenecked by expertise (only 12% of frontend engineers experienced with screen readers), organizational commitment, and the hard truth that retrofitting costs 5-10x more than building accessibility in from the start. The practice has solidified as an essential good-practice capability: detection scales reliably at scale, tooling is mature and consolidated, regulatory drivers are unmistakable, but compliance success hinges on organizational readiness and engineering investment beyond automated auditing.