Throw compute at
your ambitions.

The cost of building just collapsed. One person can now do what used to take a team. The bottleneck isn't execution anymore. We can all picture the bigger thing... the hard part is believing it's yours to build. Claude Code turns plain English into real things. If you can describe it, you can build it.

Get started in 3 steps.

Five minutes from now, you'll think about what's possible differently.

1

Open your terminal

Press Cmd + Space (Spotlight search), type Terminal, hit Enter.

A window with a blinking cursor appears. That's your terminal.

Press the Windows key, type PowerShell, hit Enter.

A blue window with a blinking cursor appears. That's your terminal.

Press Ctrl + Alt + T.

A window with a blinking cursor appears. That's your terminal.

2

Install Claude Code

Paste the command for your platform and hit Enter:

curl -fsSL https://claude.ai/install.sh | sh && touch ~/.zshrc && echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc

You'll also want Git (used to push live in later modules). Most Macs have it -- run git --version to check. If it asks to install Command Line Tools, click Install.

1. Install Git for Windows. Download from git-scm.com and run the installer with default settings. Close PowerShell completely after installing.

2. Open a new PowerShell window (Windows key → type PowerShell → Enter -- not as Administrator), then paste:

irm https://claude.ai/install.ps1 | iex

Wait 10–30 seconds. Don't type anything while it runs.

3. Type claude and hit Enter. You're done.

Hit an error? Ask my AI coach in the corner of this page -- it knows every install gotcha.

curl -fsSL https://claude.ai/install.sh | sh && touch ~/.bashrc && echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && source ~/.bashrc
Now wait.

It might look like nothing is happening for 5–10 seconds. That's normal. It's downloading. Don't type anything. Don't close the window. Just let it finish.

3

Type claude and hit Enter

If you get an error: Close your terminal window completely, open a brand new one, and type claude again. This fixes it almost every time.

You'll need a Claude Pro account

Claude Code requires Claude Pro ($20/month). You can start free with daily limits, or upgrade for the full experience:

Sign up for Pro

Here's what happens on first launch:

  1. Claude Code asks you to log in. It opens a browser window automatically.
  2. No account yet? Click "Sign up" on the page that opens.
  3. Already have a Claude account? Just log in. Same one you use at claude.ai.
  4. Once you approve the login in your browser, go back to your terminal. When you see a > prompt, you're in.

Try your first prompt:

Build me a personal website. Use my name, a short bio about what I'm working on, and deploy it live. Make it beautiful.

Run into issues? Ask my AI coach in the bottom corner of this page, or take a screenshot and paste it into claude.ai. AI is genuinely good at debugging itself.

Pro tip: Talk instead of type.

The biggest remaining bottleneck isn't the tool. It's the keyboard. I use Wispr Flow to speak directly into Claude Code. It transcribes in real-time, natively on your Mac. I talk out loud, Wispr types it into the terminal, Claude builds it. Voice in, software out.

Download Wispr Flow (3 months free for students)

A few things I've learned.

Your first real project.

You're in. Claude Code is running. Paste this and hit Enter:

Interview me: ask 5-6 questions about who I am, what I'm working on, what tools I use, and what I wish I could build. Then take my answers and generate a personal operating manual, a markdown file that captures how I think, what I'm building, and what I'd want an AI assistant to know about me. Save it to my Desktop.

In five minutes you'll have a document that makes every future Claude session smarter. That's Project Zero. And you'll understand how this works: describe what you want, watch it happen.

What you can build.

These aren't toy demos. They're the same kinds of things I build every day to run a startup as a solo founder.