AxessAll · AI Integration Lead
AI-Driven Accessibility Platform — Strategy & Implementation
Active · Jan 2026 – PresentThe Problem
Accessibility at Scale is a Manual-First Bottleneck
AxessAll is a digital accessibility consultancy operating across government and enterprise clients — running accessibility audits, producing remediation plans, and supporting organisations in meeting WCAG 2.2 AA compliance. At small scale this works. At national programme scale it breaks: auditors produce reports manually, findings are emailed to developers, tickets are created by hand, and there is no consistent data layer to measure progress or guide decisions.
The rate of generating issues always outpaces the rate of fixing them. Without automation, that gap grows as scope expands. Without data, there is no way to know where to intervene — which entities are falling behind, which bottlenecks are systemic, and whether any given investment in training or tooling is actually moving the dial.
The Approach
Data Science to Introduce AI — Then to Measure It
The approach is intentionally sequenced. Before deploying AI, build the data science layer that validates where AI can have impact and grounds every decision in evidence. The RAG autocomplete system and the analytics pipeline are not just tools — they are the empirical foundation that makes it possible to say with confidence which AI capabilities will improve outcomes and which will not.
Once AI is introduced, the same data science layer measures what changes: fix rates, issue generation rates, auditor throughput, remediation time. This is the difference between deploying a tool and running a programme — the measurement layer is what turns individual AI interventions into a continuously improving system.
This sequencing also de-risks adoption. Starting with RAG-assisted workflows gives consultants and clients a concrete, low-risk demonstration of AI value before anything more complex is introduced. Evidence replaces persuasion.
Implementation · 1
RAG Autocomplete — Production System
The first implementation is a production RAG system that reads the existing YouTrack issue database — accumulated audit findings across clients — and uses them to auto-complete structured issue fields for accessibility consultants. When an auditor identifies a new issue, the system retrieves semantically similar past issues and generates a draft: issue description, WCAG criterion, severity rating, remediation context. The auditor reviews and commits rather than writing from scratch.
The system is built as a FastAPI service with a switchable retrieval backend — ChromaDB, Qdrant, and a NumPy-based backend for comparison — allowing retrieval strategy to be evaluated empirically rather than assumed. A dedicated experiment framework runs controlled comparisons between RAG and in-context learning (ICL) approaches, producing evaluation reports to guide prompt and retrieval design. An observability pipeline logs every call for ongoing performance monitoring.
The system has been running in active use since April 2026, with production call logs across multiple sessions. YouTrack integration is bidirectional — reading historical issues to build the retrieval index, and supporting write-back as the workflow matures.
Implementation · 2
RAG Strategy Pipeline — Analytics & Intelligence
The second implementation is an NLP analytics pipeline over the full audit issue corpus — the data science layer that connects raw audit data to strategic decisions. The pipeline runs: ingest from YouTrack → prepare → embed (sentence transformers) → dimensionality reduction → topic modelling → theme allocation → visualisation → Dash dashboard with RAG synthesis.
The output is an operational intelligence layer. Topic clusters surface recurring issue patterns across clients — the same underlying accessibility barrier appearing as different individual tickets across different entities. RAG synthesis generates thematic summaries from the cluster data, grounding strategic recommendations in the actual issue corpus rather than consultant intuition. The dashboard provides a live view of issue distribution, themes, and programme-level patterns.
This pipeline is the analytical foundation for the AccessOps layer — the mechanism that will measure what AI interventions actually change, run hypothesis-driven experiments to validate procurement decisions, and surface where resource and investment will have the greatest impact.
Implementation · 3
Accessibility Auditing Agent — In Development
The third implementation is an AI auditing agent that automates the detection side of the accessibility workflow. Using Playwright, the agent reads government and enterprise codebases, identifies accessibility issues against WCAG 2.2 AA criteria, and generates structured findings — including issue description, WCAG criterion violated, severity, and initial remediation context — without manual intervention.
The agent operates in two modes: automated scan (rule-based WCAG checks) and assisted review (LLM-interpreted structural analysis for issues that require code understanding). Output is a pre-populated issue card ready for YouTrack submission. The auditor's role shifts from writing reports to reviewing agent findings and handling the cases that require expert judgement.
This is the earliest-stage of the three implementations — currently in active development — but the direction is clear: the agent connects directly into the RAG autocomplete system (its output becomes the input) and into the analytics pipeline (its findings populate the data layer that measures programme health).
Strategy
National AI Platform Vision — Seven Layers
The three implementations above sit within a larger strategic framework designed for deployment at national programme scale — a seven-layer architecture covering the full stack from infrastructure to governance, with analytics and dashboarding spanning every layer.
The framework addresses accessibility at the ecosystem level rather than the tool level. The infrastructure layer defines shared national resource pools. The integration layer connects auditing agents, developer tools, and project management systems so findings become actions without manual handoffs. The automation layer introduces three AI agents working in sequence: the auditing agent detects and documents issues, the developer agent reads the issue queue and generates remediation plans with test cases, and the content agent intervenes upstream — checking new content against WCAG requirements before it is published. The governance layer defines who sees what data, who makes which decisions, and how compliance is enforced across the ecosystem.
This strategy was produced in support of a national government digital accessibility bid — the AI remediation workstream specifically. The platform architecture, agent design, and AccessOps intelligence layer are direct outputs of that work.
Outcomes
Current State & Direction
- RAG autocomplete system in production use — actively reducing issue creation time and improving consistency across the consultant team
- Experiment framework established — RAG vs ICL comparisons running with structured evaluation reports guiding prompt and retrieval design
- Analytics pipeline operational — YouTrack audit data processed through full NLP stack, topic clusters and RAG synthesis surfaced through live dashboard
- Client reports produced from the analytics layer — thematic summaries grounded in the issue corpus rather than manual analysis
- AI platform strategy and seven-layer framework documented — agent architecture, AccessOps intelligence layer, and phased roadmap defined
- Accessibility auditing agent in active development — Playwright-based scanning with structured WCAG issue output