Skip to content
zero2vibecodelearn vibe coding
Level 0 · What vibe coding is 5 min Reviewed by the author · Aug 4, 2026

What vibe coding is

Vibe coding is building software by describing it to an AI agent and steering the result — and this lesson draws the line between the part the agent does and the part that stays yours.

Level 0 · 0 / 3 lessons0%

No hands-on task in this lesson — just read it through and answer the questions.

You describe what you want. Something else writes the code. You look at what came back, say what is wrong with it, and go again.

That is vibe coding. It is not a product and not a specific app. It is a way of working.

Where the term comes from

The phrase was coined by the AI researcher Andrej Karpathy, describing a mode of building where you talk to the model, accept what it writes, and stop thinking about the code as code at all.

He was describing it for throwaway weekend projects — small things where nothing bad happens if the code underneath is a mess.

Then people started using the phrase for everything: side projects, internal tools, products with real users and real data. The name spread. The “throwaway weekend project” part quietly got dropped.

This course teaches the version that survives contact with reality. Same core move — describe, steer, repeat — plus the judgement that keeps it from falling over.

What actually changed

Building software used to have a hard entry gate: you could not make a thing until you could write the syntax for it. Not the idea, not the design — the literal characters.

An removes that gate. It can produce a working page in about the time it takes you to explain what you want.

What it cannot do is know what you meant, decide what “good enough” means for your situation, or notice that it just solved a slightly different problem from the one you actually have.

So the work splits into three parts:

  1. Describing — saying what you want precisely enough that a machine can act on it.
  2. Judging — looking at what came back and deciding whether it is right.
  3. Deciding — knowing what to cut, when it is finished, and whether to ship it at all.

Only the first one is new. Two and three are the same skills a good editor or a good product person has always needed. Vibe coding does not delete them. It deletes the excuse that you could not build anything because you could not type code.

Quick check

An agent produces a working app from your description in two minutes. What has actually been automated?

It is deliberately tool-agnostic

You will hear names — Claude Code, Codex, Gemini CLI, Cursor, and others. They differ in where they run and how they show you their work. A few live in your terminal, a few live inside a code editor, a few live in a browser tab.

None of that changes the skill. A good description is a good description everywhere. A vague one fails everywhere.

This course names tools only as examples. If your tool is not mentioned, nothing here stops working.

Note

Tools move fast, and any course that ties itself to one of them ages badly. Learn the loop, not the buttons. The loop has not changed since agents could edit files.

What this course refuses to tell you

That you no longer need to understand anything. That is the version of the pitch that gets people burned.

Here is the honest shape of it:

  • You do not need to be able to write the code.
  • You do need to be able to judge the code — at a level this course will teach you, which is much lower than “software engineer”.
  • The gap between those two is where every bad vibe-coding story lives.

You will build real things. You will also, at some point, get a confident, well-formatted, completely wrong answer. Both are normal. The whole point of the next fourteen lessons is that the second one stops being expensive.

Quick check

Someone says vibe coding means you never have to understand any code again. What is wrong with that?

The loop you are actually learning

Everything in this course is one loop, run over and over:

Describe → Run → Read → Steer.

You describe what you want. Something runs. You read what happened — the screen, the error, the code. You steer: correct one thing and go again.

Beginners tend to do one giant Describe and then hope. Experienced people do the loop twenty times, small each time. That difference is most of the skill, and you will practise it for the rest of the course.

Quick check

Which working pattern is closer to how experienced people use coding agents?

Do I need to know how to program before starting?
Is vibe coding just for small projects?
Does it matter which AI coding tool I use?

Check your understanding

Answered 0/2
Mode:

What is the best one-sentence description of vibe coding?

Which skill does vibe coding NOT remove?

Finish the task in the terminal and answer the questions to complete the lesson.

📝 My notes

Saved automatically in this browser · shows up on the Notes page.

Lesson Q&A

What is the best one-sentence description of vibe coding?

It is a way of working, not a product. The tool changes; describing and steering do not.

Which skill does vibe coding NOT remove?

The agent writes the syntax. Deciding whether what came back is correct and worth shipping is still your job.

An agent produces a working app from your description in two minutes. What has actually been automated?

Syntax is the part that got cheap. Whether the thing is correct, safe, and worth shipping is still a judgement you have to make.

Someone says vibe coding means you never have to understand any code again. What is wrong with that?

Writing and judging are different skills. The agent takes over writing. Judging is what keeps a wrong answer from reaching your users.

Which working pattern is closer to how experienced people use coding agents?

Small loops keep every change small enough to check. One giant request produces a result nobody can review.

Related reading on the blog

Move between lessons with · search with ⌘K