← Reddit

Catch common usability problems before user testing

Reddit · suominenko · April 21, 2026
Usability prompts from userium.com were employed to identify common problems on a website before user testing began. As AI generates websites faster than humans can review them, attention to accessibility and usability standards remains critical during development.

Detailed Analysis

A Reddit user in the r/ClaudeAI community documented a practical workflow for using Claude to identify usability and accessibility problems in websites prior to formal user testing, drawing on a curated set of prompts sourced from Userium.com, a heuristic checklist resource. The approach involves copying structured usability prompts into Claude and applying them to website content or code, effectively replicating the kind of expert review that would traditionally require a dedicated UX professional. The post's central observation — that AI can generate websites faster than any human reviewer can evaluate them — reflects a growing tension in AI-assisted development between speed of production and quality assurance.

The practical significance of this workflow lies in its accessibility to developers and designers who may lack formal UX training. Catching issues like confusing navigation, inconsistent design patterns, vague error messages, and poor information hierarchy before user testing prevents these flaws from contaminating test results, which can skew findings or mask deeper structural problems. Heuristic-based reviews, such as those modeled on Nielsen's 10 usability principles, have long been a recognized pre-testing method, but they have historically required trained evaluators. By pairing structured prompt frameworks like Userium with a capable language model like Claude, practitioners can approximate that evaluation layer at low cost and without scheduling constraints.

The workflow also touches on accessibility, a dimension of usability that is frequently deprioritized in rapid development cycles. AI-generated code, while fast to produce, does not inherently account for screen reader compatibility, keyboard navigation, or motor accessibility challenges. By systematically prompting Claude to evaluate these dimensions — before any live users encounter the product — teams can identify failures in assistive technology support that automated tools like WAVE might also catch, but that developers relying solely on visual inspection would likely miss.

This use case represents a broader pattern in how practitioners are incorporating large language models into quality assurance workflows. Rather than treating Claude as a generator of final outputs, users are increasingly deploying it as an analytical layer — a reviewer, auditor, or red-teamer applied to artifacts produced elsewhere, including by other AI systems. The recursive dynamic of using AI to check AI-generated work is becoming a practical norm, particularly in fast-moving product development contexts where the gap between generation speed and review capacity continues to widen.

The post implicitly highlights a maturing understanding of where AI assistance is most valuable: not only in creating content and code, but in stress-testing it against structured frameworks before it reaches real users. As AI-generated interfaces proliferate, the discipline of pre-testing review — whether through heuristic prompts, accessibility audits, or journey flow mapping — becomes more rather than less important, and Claude is being positioned by its users as a practical tool for sustaining that discipline at scale.

Read original article →