Skip to Content
Solution PlaysPlay 76: Play 76 β€” Accessibility Learning Agent β™Ώ

Play 76 β€” Accessibility Learning Agent β™Ώ

AI accessibility compliance β€” WCAG 2.2 checking, alt-text generation, cognitive load assessment, screen reader optimization.

Build an intelligent accessibility auditor. Combines axe-core automated checks with AI-enhanced analysis (cognitive load, reading order, plain language), generates context-aware alt text via GPT-4o Vision, and provides actionable remediation recommendations with effort estimates.

Quick Start

cd solution-plays/76-accessibility-learning-agent az deployment group create -g $RG -f infra/main.bicep -p infra/parameters.json code . # Use @builder to implement, @reviewer to audit, @tuner to optimize

Architecture

πŸ“ Full architecture details

Pre-Tuned Defaults

  • WCAG: 2.2 AA target Β· 4 principles (POUR) Β· crawl depth 3
  • Alt-text: ≀ 125 chars Β· context-aware Β· decorative detection Β· no β€œImage of” prefix
  • Cognitive: Grade 8 reading level Β· 2000 max words Β· 10 max form fields
  • Severity: Block deploy on critical + serious violations

DevKit (AI-Assisted Development)

PrimitiveWhat It Does
agent.mdRoot orchestrator with builder→reviewer→tuner handoffs
copilot-instructions.mdWCAG domain (automated vs AI checks, alt-text best practices, cognitive load)
3 agentsBuilder (gpt-4o), Reviewer (gpt-4o-mini), Tuner (gpt-4o-mini)
3 skillsDeploy (185+ lines), Evaluate (120+ lines), Tune (220+ lines)
4 prompts/deploy, /test, /review, /evaluate with agent routing

Cost Estimate

ServiceDevProdEnterprise
Azure AI Speech$0$200$700
Azure OpenAI$30$300$1,200
Azure AI Vision$0$80$250
Container Apps$10$150$400
Cosmos DB$3$75$300
Azure AI Content Safety$0$30$100
Key Vault$1$5$15
Application Insights$0$30$100
Total$44$870$3,065

πŸ’° Full cost breakdown

vs. Play 74 (AI Tutoring Agent)

AspectPlay 74Play 76
FocusSocratic tutoring for studentsWCAG compliance for web content
AI RoleGuide student reasoningDetect violations + generate alt text
UsersStudents (possibly minors)Developers + content authors
OutputAdaptive conversationCompliance report + remediation list

πŸ“– Full documentation Β· 🌐 frootai.dev/solution-plays/76-accessibility-learning-agentΒ  Β· πŸ“¦ FAI Protocol

FAI Manifest

FieldValue
Play76-accessibility-learning-agent
Version1.0.0
KnowledgeF1-GenAI-Foundations, O2-AI-Agents, T2-Responsible-AI
WAF Pillarsresponsible-ai, reliability, performance-efficiency, security
Last updated on