Healthy path · Step 1 of 4 Understand

Healthy path · Step 1 of 4 (night one)

What is vibe coding?

In one sentence: you describe what you want in normal language, the computer (AI) helps write a first version, you try it, and you tell it what to fix — instead of typing every line of code yourself from day one.

Stay on this step

Read this page only. When it clicks, go to Step 2 · pick one tool. You do not need the tools hub, production guides, or ten tabs yet.

The simple picture

The old way (traditional coding): you learn a programming language, type instructions carefully, fix errors when they appear, and slowly build something that works.

Vibe coding: you still decide what “good” looks like — but you start by describing the job in everyday words, the way you’d brief a helpful assistant. A tool (a website or an app on your computer) turns that description into a first draft: a page, a small game, a simple form. You open the result, click around, and say what is wrong or missing. Then you send another short instruction. Repeat until it is good enough for today.

Behind the scenes, those tools are often powered by the same kind of AI that powers ChatGPT, Claude, and Grok. People call that family of systems an LLM if you want the jargon — you do not need the science to start. What you type is called a prompt: your instructions.

That back-and-forth can feel amazing. It can also hide problems (logins, privacy, messy results that look pretty). For night one, stay small. Save “real customers” for later.

See 3 example prompts optional · what “what you type” looks like

Examples only — not homework. Step 3 is where you write your own. Labels: CONTEXT (who you are) · SCOPE (what to build) · CONSTRAINTS (must-nots).

Bakery page

CONTEXT:
I’m new. Success today = one simple page for my bakery.

SCOPE:
Heading, short blurb, Contact button. Works on a phone.

CONSTRAINTS:
No sign-up. No fake stats. No payments. Keep it simple.

Todo list

CONTEXT:
I’m new. Success today = a todo list I can use on my phone.

SCOPE:
Add items, tick done, keep list after refresh, friendly empty message.

CONSTRAINTS:
No accounts. No dashboards. No fake stats. Simple only.

Tiny game

CONTEXT:
I’m new. Success today = a tiny playable game.

SCOPE:
Move, one obstacle, score goes up. One screen.

CONSTRAINTS:
No accounts. No ads. No extra menus. Keep it tiny.

Words you’ll hear (enough for this step)

Term Plain meaning
Prompt What you type to the AI — your instructions.
LLM A plain label for the “AI brain” behind tools like ChatGPT, Claude, and Grok.
Sandbox / sandboxing A safe practice try — throwaway project, not your only important work.
Credits Usage limits that often cost money when free tiers run out.
Production The live version real people use — later, not night one.

More terms only when you need them: full glossary.

The trap (don’t do this first)

Beginners often open an AI tool, type “build me an app,” burn credits (money), get confused, and quit.

Start with one small thing to build and a clear prompt instead — see the example prompts above, the bakery line on the home page, or a lab challenge after you have a tool.

Where the name came from (optional)

In early 2025, a well-known AI researcher (Andrej Karpathy) popularised the phrase “vibe coding”: lean on AI helpers — describe what you want, run it, fix it, repeat — instead of hand-writing every line. Great for speed. Risky if you treat a smooth-looking result as proof it is safe for real users and real money.