vibeCode
Fast and loose. Describe what you want and let AI build it in small steps. Good for small, clear, low-risk work where you can eyeball the result.
Say it another way
vibeCoding just means describing what you want in plain words and letting the AI build it, without planning it out first. It is the quick, loose mode, great for a small experiment or a change you can check at a glance. The catch is that quick work put live as if it were finished becomes the mess you are later stuck maintaining, so vibeCode the throwaway parts and build the parts that matter with more care.
Doing this with Claude Code: vibeCode
vibeCode fits a few cases: a quick ask, a small clear change and a prototype you want fast.
A quick ask. Count something, check if it was committed, spell-check this, there is no design to settle so you just do it.
A small clear change. One validation check in one place, where a single step is often enough.
A prototype you want fast. When you vibeCode a prototype for a quick result, eyeball it and move on.
The skill is spotting it. Knowing when a task is clear enough that there is nothing to plan is your call, then go straight to building.
Common questions
- When does vibeCode actually fit?
When the task is small and clear enough to skip planning. There is no design to settle, so you describe the change in plain language, let Claude do it directly and eyeball the result. - What sort of work suits it?
Quick asks like counting something or checking whether it was committed, a small clear change such as one validation check in one place, or a prototype you want fast. - What is the skill in it, if there is no planning?
Spotting when a task is clear enough that there is nothing to plan, then going straight to building. Knowing which tasks those are is your call rather than the tool's. - What is the risk with working this way?
Quick work put live as if it were finished becomes the mess you are later stuck maintaining. So vibeCode the throwaway parts and build the parts that matter with more care.
Back to For developers. The craft around it is Working with AI.