The term appeared on Twitter. Then Threads. Then in job postings. By early 2026, it had its own Wikipedia edit war and a subreddit with 200,000 members.

Vibe coding is writing software by describing what you want in plain language and letting an AI build it.

You do not write code. You do not read code. You describe the vibe — the feeling, the look, the behaviour — and the AI translates that into something that works. If it is not right, you say so, and the AI adjusts. The conversation is the code.

It sounds like a shortcut. It is not. It is a different skill entirely.

Where the term came from

Andrej Karpathy — one of the founders of OpenAI, former head of AI at Tesla — coined it in February 2025. His description: “You just see stuff, say stuff, run stuff, and copy-paste stuff, and it mostly works.”

He meant it casually. The internet took it seriously. Within months, “vibe coding” became the name for a practice that millions of people were already doing but did not have a word for.

What it actually looks like

You open Claude Code. You type:

Build me a portfolio page. My name is in large serif type on a cream background. Below it, a grid of my photographs. Clicking one opens it full-size. Make it feel quiet and spacious. Open it in my browser when you’re done.

Claude builds it. You see it. You say “the font is too heavy” and Claude adjusts. You say “add a subtle fade-in on the images” and it does. In twenty minutes you have a working portfolio site, and you did not write a single line of code.

That is vibe coding.

Why it works

There are two reasons vibe coding works, and neither is that the AI is magical.

Reason 1: The AI talks to your computer.

This is the thing most people miss. Claude Code is not a chatbot that gives you text to copy-paste somewhere. It is an AI that controls your machine. It creates files. It opens browsers. It runs programs. It moves things around. When you say “open it in my browser,” Claude literally opens your browser and shows you the result.

Once you understand this — that you are not copying instructions, but directing an assistant who has access to your computer — vibe coding makes perfect sense. You are not learning to code. You are learning to direct.

Reason 2: You already have the hardest skill.

The hardest part of building something is not the code. It is knowing what to build and how it should feel. That is taste. That is creative judgment. That is the thing a designer, artist, or photographer has spent years developing.

Code is just the translation layer between “I want this” and “here it is.” The AI handles the translation. You provide the vision. The skill bottleneck shifted.

What vibe coding is not

It is not “no skill required.” Bad vibe coding produces bad results. Saying “make something cool” gives the AI nothing to work with. Saying “a single-page portfolio with my name in Playfair Display, thin and elegant, centred on a warm cream background, with a three-column grid of images below, each fading in as you scroll down” gives it everything. The skill is in the specificity of the description. The more precisely you can articulate what you want, the better the result.

It is not a replacement for knowing things. You will pick up concepts along the way — what responsive means, why performance matters, how colour contrast affects readability. The AI teaches you as it works, if you ask it to. Put “explain your decisions as you go” in your project memory, and Claude narrates every choice. You learn without studying.

It is not just for simple projects. People vibe-code entire web applications, interactive art installations, data visualisations, and production tools. The ceiling is your ability to describe what you want, not the AI’s ability to build it.

The learning-by-doing loop

Here is what happens to most vibe coders within the first month:

  1. Week 1: You describe things in broad strokes. “Make it look nice.” The results are generic.
  2. Week 2: You start being specific about colours, fonts, spacing, behaviour. The results improve dramatically.
  3. Week 3: You notice patterns. You learn what “responsive” means because Claude keeps mentioning it. You understand what “a breakpoint” is because you saw one in action.
  4. Week 4: You can read a little code. Not write it — but you can scan what Claude made and spot something wrong before Claude does. You have become a creative director of an AI team.

Nobody sat you down with a textbook. Nobody made you complete exercises. You learned because you were making things you cared about, and the AI explained what it was doing along the way.

This is the most effective learning environment that has ever existed for creative technology. A patient, infinitely knowledgeable teacher who builds things in real time while explaining every decision to you — and who never gets tired of your questions.

The tools

Vibe coding works with several AI tools, but not all of them are equal.

Claude Code (the Code tab in the Claude desktop app) is purpose-built for this. It talks to your computer. It creates files, opens browsers, runs previews, and handles deployment. You describe, it builds, you see it, you refine. The conversation loop is tight — seconds between idea and result.

Cowork (the Cowork tab) does a similar thing for non-code tasks — documents, file organisation, presentations. It is vibe coding for knowledge work.

ChatGPT can write code and show you previews, but it runs in a remote sandbox — not your computer. Good for quick experiments. Less good for building things you keep.

For most creative work, Claude Code in the desktop app is the best fit. It is local, it is fast, and it understands files.

Getting started

If you have not tried vibe coding yet, here is all you need:

  1. Download the Claude desktop app from claude.ai/download
  2. Open the Code tab
  3. Select a folder
  4. Type what you want in plain English
  5. Add “explain what you’re doing as you go” if you want to learn along the way

That is it. No programming language to learn. No course to complete. No prerequisites beyond a paid Claude account and an idea.

The AI talks to your computer. You talk to the AI. The gap between imagination and creation just got very, very small.


Art & Algorithms publishes guides, tutorials, and prompt packs at the intersection of art and code. Subscribe for the full archive.