

- Published on 8 May 2026
- Last updated on 11 May 2026
- Reading Time: 8 minutes
New Categories for Web Development in Code Arena
AI coding models are increasingly used to build web apps, but aggregated leaderboards obscure key performance differences. After analyzing 250k+ Code Arena prompts, we identified major front-end task categories and built new leaderboard views to compare model strengths and weaknesses.
Code Arena has evolved rapidly alongside model capabilities. Early interactions often involved single-file HTML pages or small frontend components. Today, users ask models to build multi-file React applications, implement dashboards, develop consumer products, create browser games, simulate dynamic systems, and build editing tools.
The evaluation setting has also changed. Models increasingly operate with tools for file editing, execution, web access, and media understanding. As a result, Code Arena is no longer only measuring whether models can write valid code. It is measuring whether models can complete diverse, product-oriented development tasks under realistic conditions.
This shift makes a single global leaderboard less sufficient. Web development tasks vary substantially in intent and required capability: a polished landing page, a data-heavy admin dashboard, a browser game, and a physics simulation stress different model behaviors. Category-specific leaderboards provide a more interpretable way to measure these differences.

Building the Taxonomy
We analyzed more than 250,000 filtered Code Arena prompts collected over five months, focusing on web development tasks. We used clustering analysis to identify recurring patterns in user intent and task structure, then refined the resulting groups through an iterative taxonomy-building process. The refinement process optimized for four criteria:
- Interpretability: Categories should be understandable to users, researchers, and model developers. Each category should describe a recognizable type of web development task or a representative user intent.
- Coverage: The taxonomy should capture a broad share of real user behavior in Code Arena.
- Statistical robustness: Each category should contain enough examples to support reliable leaderboard estimates.
- Boundary clarity: Categories should distinguish meaningful differences in task intent and model capability, while still allowing overlap when prompts are naturally multi-domain.
Categories in Code Arena WebDev
Categories are the primary way we organize prompts in Code Arena WebDev. Each prompt can be tagged with one or more categories, since real web development requests often mix several intents in one task.When you view a category leaderboard, you are seeing the same evaluation methodology as the main Code Arena WebDev leaderboard, filtered to a specific prompt domain. This gives a clearer view of how models perform on different kinds of web development work.We introduce seven categories for WebDev based on the data we analyzed. These categories cover a wide range of user intent, from polished marketing websites to games, simulations, dashboards, and editing tools. Their frequencies vary across the dataset: Reference-Based Design is the most common at roughly 29%, while more specialized categories such as Simulations account for about 15.3%. Because categories are not mutually exclusive, prompts can overlap. For example, a reference-based dashboard may fall under both Reference-Based Design and Data & Analytics Applications.










