SEAIHCDec 3, 2025

Catching UX Flaws in Code: Leveraging LLMs to Identify Usability Flaws at the Development Stage

arXiv:2512.04262v1Has CodeVL/HCC
Originality Incremental advance
AI Analysis

This addresses the need for faster, less subjective usability testing for developers, though it is incremental as it builds on existing heuristic methods with LLMs.

This paper tackles the problem of automating usability evaluations in software development by testing whether GPT-4o can reliably apply Nielsen's heuristics to websites, finding moderate consistency in issue detection (Cohen's Kappa 0.50, 84% agreement) but variable severity judgments.

Usability evaluations are essential for ensuring that modern interfaces meet user needs, yet traditional heuristic evaluations by human experts can be time-consuming and subjective, especially early in development. This paper investigates whether large language models (LLMs) can provide reliable and consistent heuristic assessments at the development stage. By applying Jakob Nielsen's ten usability heuristics to thirty open-source websites, we generated over 850 heuristic evaluations in three independent evaluations per site using a pipeline of OpenAI's GPT-4o. For issue detection, the model demonstrated moderate consistency, with an average pairwise Cohen's Kappa of 0.50 and an exact agreement of 84%. Severity judgments showed more variability: weighted Cohen's Kappa averaged 0.63, but exact agreement was just 56%, and Krippendorff's Alpha was near zero. These results suggest that while GPT-4o can produce internally consistent evaluations, especially for identifying the presence of usability issues, its ability to judge severity varies and requires human oversight in practice. Our findings highlight the feasibility and limitations of using LLMs for early-stage, automated usability testing, and offer a foundation for improving consistency in automated User Experience (UX) evaluation. To the best of our knowledge, our work provides one of the first quantitative inter-rater reliability analyses of automated heuristic evaluation and highlights methods for improving model consistency.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes