Claude Code for Dummies

By Jasmine Sun · Last updated: January 21, 2025

I am dumb enough that even the existing "Claude Code for nontechnical people" guides were still too scary for me. So I made one that is even dumber:

  1. Minimal setup for Claude Code
  2. Ideas for starter projects
  3. Tips for talking to Claude Code
  4. How I built two of my first projects

Setting up Claude Code

Setting up Claude Code is slightly scary if you've never touched your Terminal before (like me). But once I got past the hackery UI, I found it easier and more powerful than the web/app versions:

  1. Upgrade to the Pro ($20/month) or Max ($200/month) plan.
  2. I installed Claude Code in my Terminal, which is an app already on your computer. Once it installs, type claude and hit Enter to start a session of Claude Code.
  3. Make sure it says "Opus 4.5" at the top of the screen, or ask what model it's using (and tell it to switch to Opus 4.5 if not).
  4. Then you can start: tell it your project idea or command in plain English, and it'll type back. You can have back-and-forths for brainstorming, execution, etc. Terminal looks scary but is basically chat in a different font.
  5. When you want to start a new session of Claude Code (e.g. different projects in different windows), hit Cmd-N in the Terminal and type claude again.
  6. Your projects start as a file that's "local" to your computer, not on the cloud where other devices can access. Tell Claude to host it on a website if you want to share it. Then future updates will need to be explicitly deployed to the cloud (or tell Claude to keep local/cloud in sync).

Starter Project Ideas

If you don't immediately think of a software-shaped problem in your life, I recommend picking a dead-simple starter project just to try it out. Here are some ideas for things to ask Claude:

Tips for Talking to Claude Code

More importantly, though, is adopting the right attitude about Claude Code. Most of the tips below are about experimentation, looseness, and play—none of this is high-pressure, and the AI is more adaptive and subtle than you think.

Examples

If it's useful to have examples, I had Claude write two blog posts about how I built my iMessage Wrapped and YouTube converter, including the actual prompts I sent it. If you read them, you'll see how stupid my questions are, and how little technical knowledge you need to make this work!

If you liked this, sign up for my newsletter for more human coverage of AI.