LEGOUI: Designing with UI-DSL Bricks for Transparent, Controllable Generation
August 2026 HCI paper introducing a staged Generative UI framework for early design ideation. LEGOUI records prompt-derived and model-inferred decisions in a provenance-aware UI DSL, lets users accept, reject, or add decisions across layout, interaction, relation, and style stages, and renders from the evolving specification.
Beyond a Single Judge: Simulating Social Persona Panels for Generative UI Evaluation
July 2026 paper introducing ESPP, an evaluation method that replaces one LLM judge with a panel of evidence-grounded, psychologically diverse personas. Panelists independently rate generated-interface screenshots, exchange opinions through a bounded-confidence mechanism, and are combined with social weighting.
Design Theater: A Benchmark for Generative UI
July 2026 paper introducing a benchmark for checking whether Generative UI tools implement the design rationales they present to users. Across 120 interfaces from five tools and 24 structural, styling, and functional tasks, the study measures gaps between claimed design decisions and the generated result.
MV-Bench: Benchmarking MLLMs for Coordinated Multi-View Interface Construction
July 2026 benchmark for testing whether multimodal language models can generate executable multi-view visualization interfaces from visual designs. MV-Bench uses Tableau workbooks as structured ground truth and evaluates visual fidelity, data bindings, coordinated interactions, and code executability.
Learning to Detect UI Principle Violations via Reinforcement Learning
July 2026 paper on a lightweight vision-language critic for generated web interfaces. The authors unify 19 principles spanning WCAG 2.2 accessibility, deceptive design, and cognitive usability, then train on roughly 10,000 generated pages with verified synthetic violations.
TaskArtisan: Designing Composable Generative Widgets for LLM-Assisted Analysis
July 2026 HCI paper examining how Generative UI can make long, multi-step chatbot analysis workflows easier to revisit and reuse. TaskArtisan lets people create analysis widgets and compose them into sequential or fan-out workflows, then compares the approach with a conventional chatbot in a 12-participant study.
AI Prototyper: A Figma Plugin for Decomposition-Based GUI Prototyping with LLMs
July 2026 paper introducing AI Prototyper, an open-source Figma plugin that turns natural-language screen descriptions into fully editable prototypes. Its pipeline decomposes a request into reviewable features, retrieves components from a fixed 32-primitive library, generates schema-constrained instances, and renders native Figma layers with auto-layout.
Spatula: Exploring On-Demand In-Situ Interfaces and Interaction for Attribute Control
July 2026 HCI paper introducing Spatula, an LLM-powered system that generates context-aware controls directly on a motion-graphics canvas. Its elastic attribute control space supports progressive discovery, multiple levels of precision, semantic group editing, and new controls on demand.
Rethinking the UI of GenUI: A Tale of Two Designs
June 2026 HCI paper comparing the prompt-first, depth-first, high-fidelity pattern common in Generative UI tools with a structured, breadth-first, low-fidelity alternative. A study with 24 UX designers and product managers surfaces concrete trade-offs for early-stage design exploration.
The Missing Layer: Why EdTech Needs Design-Time Generative UI, Not Just Runtime Personalization
June 2026 arXiv paper accepted at the AIED NextGen Learning Interfaces Workshop. It argues that adaptive education should use Generative UI at authoring time, not only at learner runtime, so instructors can verify accessible, modality-specific representations before students encounter them.
TaskLens: Generating Task-Conditioned Scaffolded Interfaces for Learning Professional Creative Software
Paper de DIS 2026 / arXiv que presenta TaskLens, un método con LLMs para generar UIs scaffolded condicionadas por tarea en software creativo complejo. El sistema identifica etapas de workflow y conceptos de dominio, selecciona herramientas relevantes, genera código de implementación y produce interfaces que revelan funciones avanzadas de forma progresiva en software como Blender.
FlowEval: Reference-Based Evaluation of Generated User Interfaces
Apple-affiliated research on evaluating whether generated interfaces support realistic user journeys. FlowEval runs validated tasks on reference websites and generated analogs, compares their navigation traces with reference-based similarity metrics, and tests how well those scores align with expert UI judgments.
Macaron-A2UI: A Model for Generative UI in Personal Agents
Paper reciente de arXiv 2026 sobre Generative UI en runtime para agentes personales. El trabajo muestra por qué el chat plano se queda corto en tareas complejas, presenta un corpus amplio de Interfaz de Usuario Generativa junto con A2UI-Bench, y entrena modelos capaces de generar lenguaje natural y acciones de UI ligeras para confirmación, refinamiento de preferencias y coordinación de múltiples objetivos.
Efficient Personalization of Generative User Interfaces
Paper reciente de arXiv sobre uno de los problemas abiertos clave en GenUI: la personalización. Los autores recopilan juicios comparativos de diseñadores formados sobre las mismas 600 UIs generadas, demuestran que las preferencias de diseño divergen mucho y proponen un modelo de preferencias eficiente en muestras que personaliza interfaces generadas mejor que evaluadores base y prompting directo.
MAIC-UI: Making Interactive Courseware with Generative UI
Paper reciente de arXiv que presenta un sistema GenUI sin código para material educativo interactivo. MAIC-UI convierte libros de texto, PPTs y PDFs en páginas de aprendizaje interactivas, usa un pipeline generar-verificar-optimizar para cuidar la precisión pedagógica y permite ediciones incrementales mediante click-to-locate en vez de regenerar todo el contenido.
Generative UI as an Accessibility Bridge: lecciones de C2C e-commerce
Paper arXiv / workshop CHI 2026 que argumenta que la Generative UI en runtime puede cerrar brechas de accesibilidad en marketplaces con contenido generado por usuarios. A partir de seis estudios con personas ciegas, con baja vision y mayores, presenta interfaces adaptadas, guia de audio y HTML regenerado como intervenciones de accesibilidad basadas en politicas.
What does Generative UI mean for HCI Practice?
CHI EA 2026 workshop paper from Microsoft Research and academic HCI researchers on how AI-generated interfaces may reshape design methods, workflows, and user experiences. It is useful because it frames GenUI as a practice-level shift for researchers, designers, developers, and product teams, not only a model-output technique.
Software as Content: Dynamic Applications as the Human-Agent Interaction Layer
Paper de arXiv 2026 que argumenta que el chat por sí solo es un medio pobre para trabajo humano-agente estructurado y con estado. Propone Software as Content, donde aplicaciones agentic generadas dinámicamente se convierten en la capa principal de interacción, persisten entre turnos y exponen controles accionables en vez de obligar a pasar todo por texto lineal.
The Keyhole Effect: Why Chat Interfaces Fail at Data Analysis
Paper de arXiv 2026 que sostiene que el chat es una superficie pobre por defecto para análisis de datos multi-paso y con estado. Ofrece una explicación desde la ciencia cognitiva sobre dónde se rompe la conversación lineal y posiciona Generative UI y otros patrones híbridos como formas prácticas de recuperar visibilidad, memoria espacial y control del usuario.
Gradual Generation of User Interfaces as a Design Method for Malleable Software
Paper de arXiv 2026 que propone "Gradually Generating User Interfaces", un método de diseño GenUI que introduce capas intermedias de interfaz durante la generación para que los usuarios descubran y controlen opciones de personalización sin enfrentarse a una caja de prompt enorme ni a menús densos.
AlignUI: A Method for Designing LLM-Generated UIs Aligned with User Preferences
2026 arXiv paper on aligning LLM-generated interfaces with user tasks and preferences. The authors collect 720 UI-control preferences from 50 users across image-editing tasks, use that dataset to guide model reasoning, and evaluate generated UIs with 72 additional users.
Generative UI: LLMs are Effective UI Generators
Paper de Google Research que articula de forma sistemática el concepto de Generative UI. Define Generative UI como modelos de AI que generan no solo contenido, sino toda la experiencia de usuario. Los experimentos muestran que, con prompts y herramientas adecuados, los LLM pueden crear interfaces interactivas personalizadas de alta calidad, preferidas de forma significativa por usuarios humanos, y también publica el dataset PAGEN para evaluar interfaces generadas.
Improving User Interface Generation Models from Designer Feedback
Research paper on training LLM-based UI generators with feedback that matches professional design practice. The authors compare rankings, comments, sketches, and direct revisions from 21 designers, then use the resulting data to improve code models that generate rendered interfaces.
Generative Interfaces for Language Models
Paper ACL 2026 Findings que propone un paradigma donde los LLM generan de forma proactiva interfaces específicas para la tarea, en lugar de responder solo con texto. El trabajo combina representaciones específicas de interfaz con refinamiento iterativo y reporta que evaluadores humanos prefirieron interfaces generativas frente a conversaciones hasta en un 72% en tareas densas en información y exploratorias.
Towards a Working Definition of Designing Generative User Interfaces
Paper DIS 2025 que propone la primera definición operativa de Generative UI (GenUI) a partir de revisión bibliográfica y análisis de casos. Identifica GenUI como un nuevo paradigma de creación de interfaces donde humanos y AI colaboran en tiempo de diseño para generar interfaces, y los usuarios interactúan en runtime con interfaces generadas por AI.
Generative and Malleable User Interfaces with Generative AI
Paper CHI 2025 que propone usar AI para generar interfaces de usuario generativas y maleables basadas en tareas. Los autores diseñan un modelo de datos guiado por tareas donde los LLM interpretan prompts de usuario, generan especificaciones de UI y las mapean a interfaces concretas con Componentes dinámicos con IA.
BISCUIT: Scaffolding LLM-Generated Code with Ephemeral UIs in Computational Notebooks
Paper VL/HCC 2024 de investigadores de Apple que presenta BISCUIT, un flujo de JupyterLab que inserta una capa de UI efímera entre la intención del usuario y el código generado por LLM. En vez de saltar directamente del prompt a archivos fuente, el usuario interactúa primero con controles temporales generados para entender opciones, refinar solicitudes y explorar variables antes de emitir código.