This chapter takes about 20 minutes to read. By the end, you'll have shipped your first AI-built app for free, and you'll have a working mental model for how to talk to AI without it generating garbage. No coding background required.
English is now a programming language
You describe what you want in plain words. The AI writes the code. You ship it. There's no computer-science degree to earn first, no years of learning syntax — you tell the AI something like “build me an app that tracks my expenses” and it builds it.
If you don't know how to do something, your first move is to ask the AI about it before asking it to build anything. Don't know what a database is? Ask. Don't know how to add payments? Ask. Only then say now build it.
What you type to the AI is called a prompt. A prompt can be a question (“how do I add a login page?”), an instruction (“add a payment form”), or part of an ongoing conversation (“this button isn't working, here's the error”). The whole job is learning to write better prompts.

Andrej Karpathy, former Director of AI at Tesla, coined the term “vibe coding” in February 2025.
How to actually talk to AI
Think of the AI as a talented but green subordinate. It's eager, fast, and capable of impressive work. But it doesn't know your project's history, it will confidently make mistakes without flagging them, and it solves the problem you literally described — not the one you actually have. You are the manager. The quality of what comes out depends almost entirely on how clearly you communicate what you want.
The vibe coder's toolkit (2026)
Now that you know how to talk to AI, here's what to talk to it through. Everything below has a free tier — you can start without paying anything.
In-browser AI app builders
Type what you want, get a working app you can open in a browser. No install, no setup. Free tier on each.
Local editors with AI built in
When your app outgrows the in-browser builder, you graduate to a real editor on your machine. You get full control of the codebase and access to the strongest models.
- Claude Code — terminal-native, highest benchmark scores in 2026
- Cursor — VS Code fork, most popular among shippers
Database, auth, and storage
One service handles the boring parts. Free tier covers your whole MVP.
- Supabase — Postgres database, user auth, file storage, all in one
Every tool above has a free tier that's enough to ship your first real app. You only start paying when you want stronger models or you're serving actual users.
Build something tonight
You've read enough theory. Open one of the in-browser builders — Lovable, Bolt, or Replit — and paste a prompt like this in:
About a minute later you'll have a working website. The fun part starts now — tell it to swap the colors, add a section for your projects, change the layout entirely, use your real photo. Every change is one prompt away, and that's when you start to feel how this actually works.
Once you're comfortable, try building something with a purpose — a family page with shared calendars and trip plans, or a small internal tool for your work. You can build real things now, and people will use them.
Want the systematic version? The Vibe Architecture Course →
