Accessibility belongs where developers already work

Dev.to AI
Generative AI

A developer I spoke with recently said something that stuck with me: "I can just add accessibility rules to my CLAUDE.md. Why would I need a tool for that?" He's right that you can. You can write "follow WCAG AA" in your AI instructions and your coding assistant will try. It will add alt text sometimes. It will use semantic HTML when it remembers. It will suggest aria attributes in contexts where it has seen them before. But try this: ask the same AI to review a codebase for accessibility tomorrow. It won't remember what it found yesterday.