paper-with-me

Papers

Automatically Generating Web Applications from Requirements Via Multi-Agent Test-Driven Development

2025-09-29 · Yuxuan Wan, Tingshuo Liang, Jiakai Xu, Jingyu Xiao, Yintong Huo, Michael R. Lyu arxiv

Developing full-stack web applications is complex and time-intensive, demanding proficiency across diverse technologies and frameworks. Although recent advances in multimodal large language models (MLLMs) enable automated webpage generation from visual inputs, current solutions remain limited to front-end tasks and fail to deliver fully functional applications. In this work, we introduce TDDev, the first test-driven development (TDD)-enabled LLM-agent framework for end-to-end full-stack web application generation. Given a natural language description or design image, TDDev automatically derives executable test cases, generates front-end and back-end code, simulates user interactions, and iteratively refines the implementation until all requirements are satisfied. Our framework addresses key challenges in full-stack automation, including underspecified user requirements, complex interdependencies among multiple files, and the need for both functional correctness and visual fidelity. Through extensive experiments on diverse application scenarios, TDDev achieves a 14.4% improvement on overall accuracy compared to state-of-the-art baselines, demonstrating its effectiveness in producing reliable, high-quality web applications without requiring manual intervention.

📄 PDF Abstract BibTeX arXiv:2509.25297

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AI Control Scientist: LLM-driven Agentic System for Automated Control Design

2026-08-27 · Haiteng Wang, Weihao Li, Jing Zhang, Lei Ren arxiv

Control system design is critical for modern industry, such as chemical process temperature regulation and aero-engine control. However,traditional control design workflows rely heavily on expert knowledge and extensive …

Lessons from the Field: An Adaptable Lifecycle Approach to Applied Dialogue Summarization

2026-01-13 · Kushal Chawla, Chenyang Zhu, Pengshan Cai, Sangwoo Cho 외 arxiv

Summarization of multi-party dialogues is a critical capability in industry, enhancing knowledge transfer and operational effectiveness across many domains. However, automatically generating high-quality summaries is cha…

Multi-Agent LLMs as Ethics Advocates for AI-Based Systems

2025-07-11 · Asma Yamani, Malak Baslyman, Moataz Ahmed arxiv

Incorporating ethics into the requirement elicitation process is essential for creating ethically aligned systems. Although eliciting manual ethics requirements is effective, it requires diverse input from multiple stake…

RAGent: Retrieval-based Access Control Policy Generation

2024-09-08 · Sakuna Harinda Jayasundara, Nalin Asanka Gamagedara Arachchilage, Giovanni Russello

Manually generating access control policies from an organization's high-level requirement specifications poses significant challenges. It requires laborious efforts to sift through multiple documents containing such spec…

Domain AdaptationRetrievalRetrieval-augmented Generation

Improving Performance of Commercially Available AI Products in a Multi-Agent Configuration

2024-10-29 · Cory Hymel, Sida Peng, Kevin Xu, Charath Ranganathan

In recent years, with the rapid advancement of large language models (LLMs), multi-agent systems have become increasingly more capable of practical application. At the same time, the software development industry has had…