Your First 10 Minutes: Saying Hi and Getting Something Done
Enough theory — let's open it up and feel how this works. You don't need to understand any of the technical bits yet. You just need to see the rhythm.
Where Claude Code lives: it sits inside your code editor (or a terminal window). Think of it as a chat box that happens to be wired into your actual files and computer. You type a request; it works in the real project.
The loop you'll use forever:
- You ask in plain English — "Create a simple one-page site that says who we are."
- It proposes what it's going to do.
- You approve (or say "actually, change this").
- It does the work — creating files, writing the code.
- You look at the result and ask for the next change.
That's it. Ask → approve → review → repeat. You're the director; it's the crew.
Your first win: ask it to make something tiny and real — a short "About Us" page, a list, a simple calculator. Watch it go from your sentence to an actual thing in seconds.
▶️ Try this
Open Claude Code and type one true sentence about something small you'd like to exist. Don't overthink the wording. Watch what it proposes — and notice that nothing happens until you say go.