English

Vibe Coding in Practice: Flow, Technical Debt, and Guidelines for Sustainable Use

Software Engineering 2025-12-16 v1 Artificial Intelligence

Abstract

Vibe Coding (VC) is a form of software development assisted by generative AI, in which developers describe the intended functionality or logic via natural language prompts, and the AI system generates the corresponding source code. VC can be leveraged for rapid prototyping or developing the Minimum Viable Products (MVPs); however, it may introduce several risks throughout the software development life cycle. Based on our experience from several internally developed MVPs and a review of recent industry reports, this article analyzes the flow-debt tradeoffs associated with VC. The flow-debt trade-off arises when the seamless code generation occurs, leading to the accumulation of technical debt through architectural inconsistencies, security vulnerabilities, and increased maintenance overhead. These issues originate from process-level weaknesses, biases in model training data, a lack of explicit design rationale, and a tendency to prioritize quick code generation over human-driven iterative development. Based on our experiences, we identify and explain how current model, platform, and hardware limitations contribute to these issues, and propose countermeasures to address them, informing research and practice towards more sustainable VC approaches.

Keywords

Cite

@article{arxiv.2512.11922,
  title  = {Vibe Coding in Practice: Flow, Technical Debt, and Guidelines for Sustainable Use},
  author = {Muhammad Waseem and Aakash Ahmad and Kai-Kristian Kemell and Jussi Rasku and Sami Lahti and Kalle Mäkelä and Pekka Abrahamsson},
  journal= {arXiv preprint arXiv:2512.11922},
  year   = {2025}
}

Comments

10

R2 v1 2026-07-01T08:22:46.236Z