@eric I hadn't considered AI for accessibility before... It may plug an unfortunate gap I've seen, which is that developers really, really, really don't want to support a11y in most firms and management doesn't care enough to force the issue.
But if an LLM can reduce the problem of identifying issues to one analysis pass... That's not a small thing. And I'm generally seeing LLMs are better at that than traditional heuristic approaches, because they end up trained on real-world examples of what goes wrong.
@eric @mark #Facts The amount of manual effort to get AI to do what everyone thinks it can do is severely understated. And even after all the setup, my experience was that it did not accelerate anything. Output was barely equal, but mostly lagging behind humans. (yes, this was actually measured)
And the reality is, thats "ok?" if everyone agrees and understands the effort and output. It's not magic. It's more artificial than it is intelligent. It's definitely not cheaper.
@eric The approach I've seen work best is AI as an automated reviewer in the pull request workflow. It can false positive and false negative, but in practice the false-pos rate I'm seeing is like 1-5% (and much of that corner case stuff, like "yes you're right but that is autogen code that cannot be fixed at this layer").
It needs human in the loop, but it doesn't get bored in the same way humans do.