English

DynEx: Dynamic Code Synthesis with Structured Design Exploration for Accelerated Exploratory Programming

Human-Computer Interaction 2025-02-11 v3

Abstract

Recent advancements in large language models have significantly expedited the process of generating front-end code. This allows users to rapidly prototype user interfaces and ideate through code, a process known as exploratory programming. However, existing LLM code generation tools focus more on technical implementation details rather than finding the right design given a particular problem. We present DynEx, an LLM-based method for design exploration in accelerated exploratory programming. DynEx introduces a technique to explore the design space through a structured Design Matrix before creating the prototype with a modular, stepwise approach to LLM code generation. Code is generated sequentially, and users can test and approve each step before moving onto the next. A user study of 10 experts found that DynEx increased design exploration and enabled the creation of more complex and varied prototypes compared to a Claude Artifact baseline. We conclude with a discussion of the implications of design exploration for exploratory programming.

Keywords

Cite

@article{arxiv.2410.00400,
  title  = {DynEx: Dynamic Code Synthesis with Structured Design Exploration for Accelerated Exploratory Programming},
  author = {Jenny Ma and Karthik Sreedhar and Vivian Liu and Pedro Alejandro Perez and Sitong Wang and Riya Sahni and Lydia B. Chilton},
  journal= {arXiv preprint arXiv:2410.00400},
  year   = {2025}
}

Comments

27 pages, 9 figures

R2 v1 2026-06-28T19:03:23.163Z