Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

The average vibe coder experience

The post humorously captures the typical "vibe coding" experience, where developers rely on AI tools to generate code but often struggle with debugging, understanding the output, or maintaining control over the project's direction.

Background

- "Vibe coding" is a term coined by AI researcher Andrej Karpathy for a new style of programming where the developer describes what they want in plain English (or "vibes") to an AI coding assistant (like Cursor, GitHub Copilot, or Claude) and the AI writes the code. The human barely looks at the code, just accepts suggestions and keeps prompting until the app works. - This post is a joke/satire showing the typical "vibe coding" loop: the user gives a vague request, the assistant outputs a massive wall of code with bugs, a silly error message appears, they tell the AI to fix it, and the AI accidentally breaks something else — all without the human actually understanding the codebase. - The meme captures both the appeal (rapid prototyping, no deep syntax knowledge needed) and the pain point (output is fragile, hard to debug manually, and can spiral into an endless fix loop). The debate around vibe coding centers on whether it's a productivity revolution or just generating technical debt at speed.

Related stories