Generative and Malleable User Interfaces with Generative and Evolving Task-Driven Data Model
Yining Cao, Peiling Jiang, Haijun Xia
TL;DR
This work presents Jelly, a prototype system that uses LLMs to generate evolving task-driven data models (object-relational schemas, dependency graphs, and structured data) and translates them into UI specifications for generative, malleable user interfaces. By enabling end-user natural language prompts and direct manipulation that update the underlying model, Jelly supports continuous customization, flexible task representation, and interpretable UI generation. Technical evaluation shows that LLMs reliably produce relevant entities and dependencies, while a user study demonstrates that users can effectively organize information, customize interfaces, and pursue open-ended tasks with persistent, task-oriented spaces. The findings suggest a promising direction for personalizable, context-preserving interfaces, with future work focusing on richer dependency modeling, higher-level schema transformations, enhanced view management, external data integration, and broader personalization capabilities.
Abstract
Unlike static and rigid user interfaces, generative and malleable user interfaces offer the potential to respond to diverse users' goals and tasks. However, current approaches primarily rely on generating code, making it difficult for end-users to iteratively tailor the generated interface to their evolving needs. We propose employing task-driven data models-representing the essential information entities, relationships, and data within information tasks-as the foundation for UI generation. We leverage AI to interpret users' prompts and generate the data models that describe users' intended tasks, and by mapping the data models with UI specifications, we can create generative user interfaces. End-users can easily modify and extend the interfaces via natural language and direct manipulation, with these interactions translated into changes in the underlying model. The technical evaluation of our approach and user evaluation of the developed system demonstrate the feasibility and effectiveness of the proposed generative and malleable UIs.
