INFLXD. Internal preread · 2026-05-19

Claude Code
Without Being
an Engineer.

If you've heard "just use Claude Code for that" and had no idea what people meant, this is for you. Skim in seven minutes, ship in fifteen.
INFLXD. Preread / 03

Why this exists.

01 · Welcome

You've used Claude in the chat box. You might have tried Cowork. And then someone on the team said "yeah just use Claude Code for that" and your eyes glazed over because the word "Code" was in the name and you are not an engineer.

Here's the secret: most people calling it Claude Code don't write much code with it either. Lenny Rachitsky has half-jokingly suggested renaming it "Claude Local." That's a more honest name. It's Claude with permission to live inside one of your folders and work on the files in it.

This piece walks you through what Claude Code actually is, when to reach for it instead of Claude.ai or Cowork, and what your first session looks like. You should be able to skim it in seven minutes and ship something useful in fifteen.

The three flavors of Claude, in one paragraph.

02 · Mental model

Anthropic frames it like this: Claude.ai is for thinking. Cowork is for delegating. Claude Code is for building.

Claude.ai (chat)
Thinking partner.

You ask a question, you get an answer. No file system, no execution. Best for one-off questions, drafting, brainstorming.

Cowork
Delegation.

Persistent projects, scheduled tasks, the ability to read folders you give it access to, browse the web, and use a sandboxed computer. Best for repeatable multi-step work across documents and apps. Safer default because it runs in an isolated environment.

Claude Code
Building.

Lives in your terminal, in a specific folder on your machine. It can read every file in that folder, edit them, run commands, and use your real tools. Best when the work has a folder: a notes vault, a project directory, a folder full of PDFs, a website's source.

The shortcut: if you don't know which to use, start in Cowork. Graduate to Claude Code when Cowork's sandbox can't reach what you need.

When Claude Code is actually the right tool.

03 · Use cases

These are real things non-engineers use Claude Code for:

What unites these: there's a folder somewhere on your computer, and the work is "look at the stuff in this folder and do something with it."

Why not just use Cowork for this?

04 · Tradeoffs

You can, for a lot of it. Cowork is the safer default and most people should start there. The reasons to graduate to Claude Code:

The tradeoff is that you're working in your real environment, so you need to be slightly more careful. Start small. Tidy one folder, not your whole laptop.

What your first session looks like.

05 · The 20-minute ramp

The honest version. You'll do this once and it'll feel weird, and then it'll feel normal.

  1. Install Claude Code from Anthropic's docs. It's one command. You need a paid Claude plan; the free tier doesn't include it.
  2. Open your terminal. If the word "terminal" stresses you out, that's fine, it's just a text-only window where you can type instructions. The docs have a five-minute guide.
  3. Navigate to a folder you want to work in. cd ~/Documents/messy-folder for example. The cd means "go to."
  4. Type claude. That opens Claude Code right there in that folder.
  5. Type what you want, in plain English: "Tell me what's in this folder, then propose three things you could help me clean up."
  6. Claude proposes. You say yes or no to each. It works.
  7. When you're done, you close the terminal. Nothing weird happens in the background.

The whole first session is maybe 20 minutes including install. You'll feel competent at it by your third session.

A small rule: always plan before you do.

06 · The habit worth borrowing

The one habit worth borrowing from people who use Claude Code well: don't ask Claude to do something. Ask Claude to write a plan for doing it. Read the plan. If it looks good, then say go.

"Write a plan in plan.md for cleaning up this folder. Don't do anything yet. I want to read the plan first."

This is the single biggest difference between Claude Code feeling chaotic and feeling controlled. The plan is your chance to catch mistakes before they hit your real files.

What to avoid in your first month.

07 · Guardrails

If you only remember one thing.

08 · The entire ramp

Open a small folder you want cleaned up. Run claude inside it. Ask it to write a plan for what it could do, read the plan, then say go. That's the entire ramp.

Sources.

09 · Worth keeping on the shelf