How to Create Better Apps with my 7-step Vibe Coding Workflow
Author(s): Gergely Szerovay
Originally published on Towards AI.
Learn about the main issues with vibe coding and how you can solve these problems
The full article is available here for readers without a Medium subscription.
👏 If you enjoy the content, please consider giving it a few claps — your support helps others discover this article and encourages me to keep writing!
The term “vibe coding” was coined by Andrej Karpathy to describe the process of letting AI assistants generate code while you “fully give in to the vibes” — essentially delegating the details to the AI and forgetting that code even exists.
While this approach delivers initial velocity, especially for quick prototypes, it becomes problematic as the projects grow. After my initial excitement with vibe coding wore off, I noticed something troubling: my codebase was becoming increasingly difficult to maintain and understand.
If this sounds familiar, you’re not alone. Vibe coding delivers remarkable speed, especially when building on a solid boilerplate. But without proper guardrails, that speed comes at a hidden cost to your codebase’s long-term health.
After spending many hours experimenting with vibe coding myself, I’ve seen three common problems emerge:
Organizational chaos: Files end up in unpredictable locations, making the project structure increasingly difficult to navigate.Growing files: What starts as a reasonably-sized component gradually balloons into a 500+ line monstrosity as the AI… Read the full blog for free on Medium.
Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming a sponsor.
Published via Towards AI
Towards AI Academy
We Build Enterprise-Grade AI. We'll Teach You to Master It Too.
15 engineers. 100,000+ students. Towards AI Academy teaches what actually survives production.
Start free — no commitment:
→ 6-Day Agentic AI Engineering Email Guide — one practical lesson per day
→ Agents Architecture Cheatsheet — 3 years of architecture decisions in 6 pages
Our courses:
→ AI Engineering Certification — 90+ lessons from project selection to deployed product. The most comprehensive practical LLM course out there.
→ Agent Engineering Course — Hands on with production agent architectures, memory, routing, and eval frameworks — built from real enterprise engagements.
→ AI for Work — Understand, evaluate, and apply AI for complex work tasks.
Note: Article content contains the views of the contributing authors and not Towards AI.