5 Sources
[1]
'Vibe coding' is fun and easy, but there's a major catch
Imagine you've always wanted your own app. Perhaps one that tracks your household budget, organises the family shopping list or reminds you when to water your plants. Until recently, turning that idea into reality would have meant learning to code or paying a software developer. Now you can simply
[2]
As a developer, I always thought vibe coding was overhyped - until I actually tried it
When I first started hearing people talk about vibe coding, I couldn't understand why so many developers were excited about it. The idea of describing what you wanted and letting AI generate most of the code felt completely opposite to how I'd learned software development. I always believed good
[3]
Domesticating AI: Why vibe coding feels like cheating
"I'm going to call it Yaffle." That was the final line of my June New Atlas article, Domesticating AI: It's not coming, it's already here. It was a throwaway remark after spending some time with Home Assistant's increasingly capable AI voice assistant, Nabu. I'm ecstatic to report that Yaffle is
[4]
Why vibe coding is creating a hidden web deployment crisis
Experienced coders and people who have never done so much as a "Hello World" exercise are all having a blast with vibe coding. That's the practice of telling an AI model in plain English what software you want to make and then watching it rattle off lines of code faster than you can read them. The
[5]
Are we vibe coding our way to a new legacy crisis?
When Anthropic's CFO revealed that over 90 per cent of the company's code is now written by its own AI, it landed as a milestone. Tasks that once consumed hours now take 30 minutes. The productivity gains are significant. But Anthropic is an AI-native company with some of the world's best
Share
Copy Link
Vibe coding lets anyone build apps by describing ideas to AI chatbots like ChatGPT. But researchers found 45% of AI-generated code fails security tests, creating hidden vulnerabilities and technical debt. While AI-assisted coding speeds development, experts warn that code appearing functional may expose data or lack proper testing.

Vibe coding, a term coined by AI researcher Andrej Karpathy
1
, allows users to describe desired software outcomes in plain language while AI chatbots for coding generate the actual code1
. Tools like ChatGPT, Claude, and Gemini have made this approach accessible to millions, with Stack Overflow's latest survey revealing 84% of developers globally used or planned to use AI coding tools in 20251
. Even more striking, approximately 63% of vibe coding platform users lack programming backgrounds, demonstrating how AI democratizes software creation1
. Using AI to generate code has fundamentally shifted who can build applications, transforming the barrier to entry for software development.The risks of AI-generated code extend far beyond amateur mistakes. Research across Fortune 50 enterprises found that AI-assisted developers introduce security vulnerabilities at ten times the rate of their peers
5
. In one security study, approximately 45% of AI-generated code samples failed standard security tests, with many containing OWASP Top 10 vulnerabilities1
5
. Researchers have already discovered thousands of security flaws and exposed secrets in publicly available AI-generated software1
. The fundamental problem lies in automation bias, where users accept AI recommendations without adequate verification1
. Applications managing personal information, financial transactions, or business operations require careful testing and human oversight regardless of their origin, yet vibe coding encourages skipping these critical steps when software appears functional.AI in software development has created what experts call Shadow AI, a new threat where code generates at pace without architectural review, security auditing, or institutional understanding
5
. Independent analyses indicate technical debt increases by 30-41% following AI coding tool adoption5
. Unlike traditional technical debt where engineers know they cut corners, vibe coding debt remains invisible because code appears correct until problems surface5
. When Anthropic's CFO revealed over 90% of the company's code is now AI-written, reducing tasks from hours to 30 minutes, it highlighted productivity gains5
. However, Anthropic operates as an AI-native company with world-class engineering talent capable of governing AI outputs, a luxury most enterprises lack5
.Vibe coding shifted friction up the development chain, creating situations where users build working applications but lack knowledge to deploy them to servers
4
. Deployment requires understanding web server configuration, security setup, domain registration, and numerous technical tasks beyond code generation4
. This gap spawned services like VibeHost, offering a free tier with 5GB storage for 100 static applications and a $20-per-month subscription for unlimited deployments4
. Established platforms like Vercel now position themselves as end-to-end solutions for building and deploying AI-generated software, even offering sandboxes to test untrusted code before public release4
. The proliferation of AI-generated projects became so significant that Reddit's r/selfhosted community introduced recurring "Vibe Code Friday" threads after such content overwhelmed regular discussions4
.Related Stories
Developers report vibe coding excels at repetitive work nobody enjoys, including setting up project structures, writing boilerplate code, generating API endpoints, and creating simple UI components
2
. AI-assisted coding proves valuable when learning unfamiliar libraries and frameworks, providing working examples with explanations instead of requiring searches through documentation and Stack Overflow2
. The approach transforms developers into reviewers rather than typists, shifting time from writing every function to planning features, reviewing AI-generated software, testing edge cases, and refining prompts2
. For prototyping and personal projects, vibe coding accelerates moving from ideas to working implementations2
3
. One developer described the experience as having an impossibly talented senior programmer available for a monthly AI subscription, capable of explaining concepts, suggesting approaches, writing code, and iterating until solutions work3
.By some estimates, almost half of all new global code is now AI-generated, yet the engineering talent shortage that makes AI indispensable means insufficient senior engineers exist to review outputs
5
. High-stakes organizations require what experts call an agility layer, a governed process platform imposing structure, ensuring auditability, and keeping AI outputs within maintainable boundaries5
. The US Army and pharmaceutical giant Merck implemented such frameworks where regulatory scrutiny is intense and errors carry severe consequences5
. Organizations face risks of creating next-generation legacy systems faster than ever, replicating the COBOL mistake where inefficiencies and workarounds become baked into supposedly modern applications5
. Quality control remains the critical issue, as scenarios where AI models QA each other's work infinitely never replace knowledgeable humans qualified to perform software quality control4
. The low barrier to entry for development and deployment will likely expose users to websites filled with vulnerable products that don't work as intended because nobody qualified verified their integrity4
.Summarized by
Navi
[1]
[2]
[4]
[5]
09 Dec 2025•Technology

04 Sept 2025•Technology

26 Nov 2025•Technology

1
Science and Research

2
Policy and Regulation

3
Technology