Claude 201 — How I Use Claude · Trier Bryant
A Claude 201 Guide  ·  TrierBryant.com

How I Use
Claude.

Most people think Claude is one thing. It's not. It's a system. This guide breaks down the three tools, what each one does, and exactly how to go from idea to something real — no coding required.

Start Here
What is Anthropic? What is Claude?

Anthropic is the AI safety company that built Claude. Think of them like Apple; Claude is their product, like the iPhone. Claude lives in several different tools, and each one does something different. Here's how to understand the system.

0.

First: Get a Claude Pro account — everything starts here

Sign up at claude.ai and subscribe to Pro ($20/mo). Then: (1) install the Claude Chrome extension for browser access to Chat, and (2) download the Claude Desktop App — your gateway to Cowork and Code. Three separate things. All three start with one Pro account.

Know what each one does.

These are not interchangeable. Each tool has a specific job. Understanding the difference is the whole game.

Desktop App Only
Cowork
AI desktop automation
Claude Desktop App → Cowork
Desktop App ONLY — not in browser
  • Automates tasks on your computer, no code needed
  • Organizes and moves files for you
  • Fills forms, navigates apps on your behalf
  • Best starting point before building with Code
  • Works with what's already on your computer
  • Great for repetitive admin and workflow tasks
Desktop App Only
Code
aka 'Codi'
Claude Desktop App → Code terminal
Desktop App ONLY — not in browser
  • Builds real apps, websites, and tools
  • Writes and runs actual code. You don't have to.
  • Searches websites and clicks through them for research
  • Reads and edits files directly on your machine
  • Accepts new prompts while it's still working
  • Needs detailed prompts. Get Chat to write them first.

What Each Can Do

A quick reference for when you're not sure which tool to reach for.

Scroll right to see full table →

Capability Chat Cowork Code
Brainstorm & write ✓ Yes — its specialty ✕ No ✕ Not its job
Deep web research ✓ Yes — with web search ✕ No ✓ Yes — clicks through sites
Build apps & websites ✕ No ✕ No ✓ Yes — its entire purpose
Automate tasks, no coding ✕ No ✓ Yes — its specialty ✕ No
Read & edit your files ✕ No ✓ Yes ✓ Yes
Accept prompts while working ✕ Must finish first ✕ No ✓ Yes — keep typing while it builds
Browser or desktop access ✓ Web, mobile, and desktop Desktop App ONLY Desktop App ONLY
Help you deploy & go live ✓ Walks you through it ✕ No ✓ Can help

Two Things Worth Knowing Early

Security Steps — Those Are Yours to Handle

API keys and credentials are something Code can't touch for your protection. When it asks you to enter one, just say: "Walk me through this step by step like I've never done it before." It will. Every time.

"No — You Do It."

When Code tells you to take a manual step, try saying "no, you do it." It handles most things on its own. You are the decision-maker, not the engineer. Only a handful of security steps truly require your hands.

Step by Step

Now Let's Build
Something.

No developer required. No engineering background needed. Just an idea, a process, and Claude.

Phase 01 — Capture Phase 02 — Brainstorm Phase 03 — Build Phase 04 — Deploy
1
Before you open anything

Start by talking your idea out loud

Before you type a single word to Claude, start recording your thoughts. Voice notes on your phone. Voice memos in the car. Any time the idea comes to you, hit record and talk. Your notes don't need to be structured or polished. Just talk.

The best move: Record a real conversation

Tell a friend or colleague your idea and have them ask you questions. Push back. Pressure test it. Make you think through features, edge cases, what happens when someone clicks this button. You don't need all the answers now, but the more detail you capture upfront, the better everything that follows will be.

2
Open Chat at Claude.ai

Load your thoughts in — then run the real brainstorm

Paste your voice note transcripts — messy, unedited, all of them — directly into Chat. Say: "Here's everything I've been thinking about. Help me develop this." Then ask Claude to work through the idea from three professional perspectives. This is the exact process real tech companies use to build products.

Hat #1
Product Manager

Who is this for? What problem does it solve? What are must-haves vs. nice-to-haves? What does success look like?

Hat #2
Senior Engineer

What can actually be built? What's complex? What decisions need to be made before writing a single line of code?

Hat #3
UI/UX Designer

What does it feel like to use? What does someone see first? How do they move through it? Where do they get confused?

PRODUCT ENGINEERING DESIGN viable? beautiful? buildable? What You Build
Try this prompt →

"Interview me about this idea from three perspectives: first as an experienced product manager asking about users and features, then as a senior software engineer asking about technical feasibility, then as a UI/UX designer asking about how it looks and feels. One set of questions at a time. Start with product."

This is how companies build real products. You're running a tested process Claude already understands. You simply prompt it so you can go through it together. This is how you elevate your build.

3
The Split-Screen Method

Get Chat to write the prompt, then hand it to Code

Don't walk into Code with a vague idea. Once you've brainstormed, ask Chat to write you a detailed, specific build prompt. Then open Code on the other half of your screen, paste the prompt, and let it run. While Code is building, flip back to Chat and develop your next prompt. Drop it in the queue. You're running both in parallel.

Try this prompt →

"Based on everything we discussed, write me a detailed, comprehensive prompt for Code to build this. Include the tools and technology it should use, the features, the user flow, and all design decisions we landed on. Be as specific as possible. The more detail you give, the better it builds."

When Code asks you to do something

First try: "No, you do it." It handles most things. For the handful it genuinely can't (entering credentials, for security), it will tell you clearly. Just say: "Walk me through each step simply." It will.

4
From your computer to the world

Going live — here's how the pieces fit together

Right now, what Code builds lives only on your computer. To share it, you need: somewhere to store the code, and somewhere to host it. Here's the full path from building to live:

01 — Build
Code

Your app lives here first. Only on your local computer. No one else can see it yet.

02 — Store
GitHub

Free account at github.com. Stores your code like Google Drive — versioned and backed up.

03 — Deploy
Vercel / Netlify

Free hosting. Connects to GitHub and goes live in minutes.

04 — Data
Database

Supabase or Firebase (free tools that store your app's information). Claude sets this up too.

Website vs. App — the path differs

For a website or web app
Faster — live in hours

Build with Code, push to GitHub, deploy via Vercel or Netlify. Free. No approvals needed. Anyone with your link can access it immediately. This is where to start.

For a mobile app (iOS / Android)
Longer path — weeks, not hours

Requires submitting to the App Store or Google Play. Developer accounts, review processes, and specific build formats. Chat will walk you through every step. Start with a web app to validate your idea first, then go mobile.

The Real Unlock

You already have everything you need

The only thing between you and building something real is starting. You don't need to learn to code. You don't need to understand how any of this works under the hood. You need an idea, a voice memo, and the willingness to have a real conversation with Claude. The rest is a process, and now you have it.

Treat Claude like a strong collaborator — not a search engine, not a chatbot.

The people who get the most out of Claude bring full context, stay in the conversation, and don't hesitate to push back or ask follow-up questions. Bring the messy idea. Bring the half-formed thought. Let Claude help you shape it into something real. With Claude, you can genuinely build almost anything. You just have to start.

Ready to Go Deeper

Let's Build Something Together.

You now have the framework. If you want a thought partner to help you apply it to your specific idea — from brainstorm to build to launch — book a call.

Work with Trier