Enabling Creative Exploration for Vibe Design Agents
Summary
This paper introduces a method for vibe design agents to explore diverse UI alternatives by separating exploration from implementation through structured design specifications, as evaluated on 168 prompts and a large online experiment with over 300,000 tasks.
View Cached Full Text
Cached at: 09/15/26, 06:40 AM
Paper page - Enabling Creative Exploration for Vibe Design Agents
Source: https://huggingface.co/papers/2609.15078
Abstract
Separating design exploration from code generation via structured intermediate specifications enables diverse UI alternatives without altering downstream generation settings.
Vibe design agents turn natural-language briefs into rendered interfaces and frontend code. Yet a useful design agent should do more than produce one valid page: it should help users explore coherent alternatives. Increasing token-level temperature is a blunt solution because it varies aesthetic decisions and syntax-sensitive code at the same time. We instead separate exploration from implementation through aninference architecturethat makes design direction an explicit intermediate decision. Inspired byVerbalized Sampling, a pre-pass proposes structureddesign specificationswithtypicality scores, an external selector samples one, and the downstream generator realizes the selected specification together with the original request under fixed settings. We apply this approach to UI themes andvisual-asset prompts. Across 168 prompts, with 1,255 paired comparisons per temperature for each intervention,theme samplingbroadens observed selection coverage and screenshot variation, while LLM-judge preferences vary across interventions, prompt complexity, and viewport. In an online experiment with more than 300,000 tasks, the observed code-export increase remains statistically uncertain, while fewer negative feedback events coexist with more correction interactions and modest operational costs. Together, these findings identify structureddesign specificationsas a practical control point for exploring alternative UI concepts while keeping downstream generation settings fixed.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2609\.15078
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.15078 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.15078 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.15078 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
VibeWorlding: Can Multimodal Agents Construct 3D Open Worlds End-to-End?
This paper proposes VibeWorlding, a framework for benchmarking and training multimodal agents to construct 3D open worlds from user queries, showing that reinforcement learning improves open-source models to compete with closed-source frontiers.
@HuggingPapers: Editable Visual Design A new paradigm where a coding agent uses a VLM as the creative brain and an image model as a vis…
A new paradigm enables a coding agent to use a VLM as a creative brain and an image model as a visual simulator to generate posters and infographics featuring real text, decoupled layers, and full editability.
Vibe Coding Ate My Homework: An evaluation of AI approaches to greenfield software engineering and programming
This paper evaluates the viability of 'vibe coding'—using natural language prompts with AI agents to generate code without human review—for greenfield software engineering tasks, and analyzes existing benchmarks for measuring LLM programming proficiency. The authors develop an evaluation suite for simple Python programming tasks to provide scoped insights.
@dedene: Vibe coding looks easy. Zero upfront design. Zero structure. The reality is: Every broken iteration burns tokens. Every…
A tweet highlights the challenges of vibe coding and promotes a free 50-page guide on transitioning to agentic engineering, covering a new AI-driven software development life cycle.
Has anyone actually solved AI-generated UI drifting between sessions? Curious how people structure design rules for coding agents
A developer explores why AI coding agents produce inconsistent UI across sessions and compares solutions like natural-language rules files, Tailwind config, and structured token specs like Google Labs' design.md, seeking feedback on what works in practice.