pith. sign in

arxiv: 2410.00400 · v3 · pith:BU6PIA6Anew · submitted 2024-10-01 · 💻 cs.HC

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

classification 💻 cs.HC
keywords designcodedynexexplorationexploratoryprogrammingacceleratedbefore
0
0 comments X
read the original 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.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. AgentDynEx: Nudging the Mechanics and Dynamics of Multi-Agent Simulations

    cs.MA 2025-04 unverdicted novelty 5.0

    AgentDynEx introduces nudging and a Configuration Matrix to help set up and maintain balanced mechanics and dynamics in multi-agent LLM simulations.