New benchmark exposes gaps in AI mobile app generation
AI-generated mobile apps can compile but fail on navigation and visual fidelity, new benchmark reveals
A team of researchers from six universities—including the University of Hong Kong and Harbin Institute of Technology—has developed **MobileForge**, the first benchmark designed to evaluate how well multimodal large language models (LLMs) can generate complete, multi-screen mobile applications from visual designs. Published on arXiv as *cs.HC* (arXiv:2607.28645), the work focuses on project-level generation, where apps require multiple interconnected screens, shared components, and functional navigation—far beyond the single-page capabilities tested by existing benchmarks.
The benchmark introduces a five-axis evaluation system: build success, navigation reliability, visual fidelity, code maintainability, and efficiency. It includes real mobile apps with human-reviewed screens, structured page relationships, and test specifications. Early tests on six frontier multimodal LLMs (not named) revealed that while models can generate code that compiles and reaches the correct pages, interactive navigation remains unreliable. Visual fidelity and code maintainability also lag significantly, highlighting critical gaps in current AI app development tools.
- MobileForge is the first benchmark to evaluate multi-screen, project-level mobile app generation from visual designs
- Tests show current LLMs can compile and reach correct pages but fail on interactive navigation, visual fidelity, and maintainability
- Includes real apps with human-reviewed screens, page relationships, and a five-axis evaluation system
Why It Matters
Highlights critical gaps in AI-generated mobile apps, pushing the industry toward more reliable design-to-code automation