Claude Full Course: Ultimate Tutorial to Build and Sell

Most people say "I use Claude" like it's 1 thing.

It isn't.

Claude is 4 different products with 4 different jobs. Use the wrong one and you either overcomplicate simple tasks or leave a massive amount of productivity on the table.

For context: I build AI systems for founders who want to cut manual work without hiring. I run all 4 of these products every week, and the right-tool-for-the-right-job question comes up in almost every client call. Here's what each one actually does, who it's for, and how to pick between them.

Claude Chat: the starting point

This is the Claude most people know. Go to claude.ai, type a question, get an answer.

What it does:

  • General conversation and Q&A

  • Writing, editing, brainstorming

  • Document analysis (upload PDFs, images, spreadsheets)

  • Research and summarization

  • Projects for saving reusable context and instructions

Who it's for: anyone who needs a smart assistant for thinking work. Writers, researchers, students, business owners who want quick answers. If your work is mostly "help me think through this" or "help me write this," Claude Chat is your tool.

Where it works: web browser, desktop app, mobile app. No setup. Start typing.

The limit: Claude Chat can't take action in your other tools. It can't send an email, organize your files, update a spreadsheet, or commit code. You're the middleman. You ask, it answers, you copy-paste the result.

Pricing: Free tier available. Pro is $20/month for significantly more usage.

Bottom line: Claude Chat is your thinking partner. Great for brainstorming, writing, and analysis. But it stays inside the chat window.

Claude Code: the developer's workhorse

Claude Code is Claude with hands, built specifically for software development.

What it does:

  • Reads your entire codebase and understands project context

  • Edits files directly in your repository

  • Runs terminal commands

  • Handles git workflows (commits, PRs, branches)

  • Spawns Agent Teams where multiple Claude instances coordinate on complex tasks

  • Integrates with GitHub, GitLab, Slack via MCP connectors

Who it's for: developers. If you don't write code, Claude Code isn't for you. If you do write code (any language, any framework), this is the single biggest productivity upgrade available right now.

It lives in your terminal, your IDE (VS Code, Cursor, etc.), or your browser. It doesn't just suggest code. It writes it, tests it, and commits it.

Where it works: terminal, VS Code, Cursor IDEs, browser-based environments.

The limit: Claude Code is purpose-built for software development. It won't organize your Google Drive, draft your emails, or manage your calendar. Also not beginner-friendly. If you've never opened a terminal, the learning curve is real.

Pricing: same tiers as Claude Chat. Pro at $20/month, up to Ultra at $200/month for heavy usage.

Bottom line: if you write code and you're not using Claude Code, you're working harder than you need to. It's a junior developer that never sleeps and ships 24/7.

Claude Cowork: the biggest unlock for non-developers

This is the one most people haven't tried yet. And it's the one that matters most for non-developers.

Claude Cowork lets Claude take actions directly on your computer and inside your apps. Not just answer questions. Actually do the work.

As of April 2026, Cowork is generally available on macOS and Windows for all paid subscribers. No longer a research preview.

What it does:

  • Connects to Google Drive, Gmail, Excel, PowerPoint, Slack, Zoom, and more

  • Organizes files, renames documents, deletes duplicates

  • Generates reports, spreadsheets, and presentations

  • Runs batch operations (convert formats, compress images, standardize naming)

  • Automates browser tasks via Chrome extension

  • Uses customizable plugins for specific workflows

Who it's for: knowledge workers, solo operators, small business owners, agency teams. Anyone drowning in repetitive computer tasks who doesn't write code. If your day is bouncing between Google Docs, email, spreadsheets, and Slack, Cowork is built for your exact workflow.

Where it works: Claude Desktop app (macOS and Windows). Needs the app open during tasks.

The limit: Cowork uses more tokens than regular chat, so plan your usage. It needs the desktop app running. And there's a learning curve to understanding what it can and can't do across your specific tool stack.

Pricing: available on any paid Claude plan (starting at $20/month).

Bottom line: Cowork is Claude living inside your business tools. Pulls data from 1 app, processes it, pushes results to another. No code required.

If you want more breakdowns like this, go here

Claude Managed Agents: the platform play

This is the newest Claude product and the most different from the other 3. Managed Agents launched in public beta in April 2026. It's not a chat interface or a desktop tool. It's infrastructure.

Claude Managed Agents is a hosted platform for building and deploying autonomous AI agents at scale. You define the agent, give it tools, and let it run in the cloud for minutes or hours without supervision.

What it does:

  • Runs Claude as a long-running autonomous agent on cloud infrastructure

  • Provides a pre-built agent harness (the loop that calls Claude and routes tool calls)

  • Gives each agent a secure sandbox with bash, file operations, web search, and code execution

  • Supports MCP servers so agents can connect to external services

  • Handles session persistence, so an agent can pick up where it left off after interruption

  • Scales to multiple agents coordinating on complex tasks (multi-agent workflows)

  • Built-in prompt caching, context compaction, and performance optimizations

Who it's for: developers and businesses building AI-powered products. If you want to deploy Claude as a backend service that handles customer requests, processes documents, manages workflows, or automates operations without human involvement, this is the tool.

Companies like Notion, Asana, and Sentry are already using it. It's designed for teams that want to embed Claude's intelligence into their own products, not just use it as a personal assistant.

Where it works: cloud-hosted via the Claude Platform API. You interact with it through API calls, not a chat window or desktop app.

The limit: not a consumer product. You won't find Managed Agents in the Claude app. It needs API access, technical implementation, and an understanding of how to design agent workflows. Not for someone who just wants help writing an email.

It also consumes API credits, and long-running agent sessions can add up. Plan usage and set spend limits.

Pricing: usage-based via the Claude API. You pay for the tokens your agents consume. Available to all API accounts.

The architecture (simplified)

Anthropic decoupled 3 components that used to be bundled together:

  1. The brain (Claude and its harness) — handles reasoning and deciding what to do next

  2. The hands (sandboxes and tools) — where Claude actually executes work

  3. The session (event log) — a durable record of everything the agent did

Each piece can fail and recover on its own. If a sandbox crashes, the brain catches it and spins up a new one. If the harness fails, a new one loads the session log and picks up where it stopped. No single failure kills the whole agent.

This separation also means the brain doesn't hold credentials. OAuth tokens and API keys live in a secure vault outside the sandbox, so even if something goes wrong in the execution environment, your sensitive data stays protected.

Bottom line: Managed Agents is Claude as a service you deploy, not a tool you use personally. It's for building products powered by Claude that run on their own in the cloud.

How to pick the right one

Start with Claude Chat if:

  • You're new to AI assistants

  • Your work is mostly thinking, writing, or research

  • You don't need Claude to take action anywhere

  • You want the simplest possible experience

Move to Claude Code if:

  • You write code in any language

  • You want AI that actually ships changes, not just suggests them

  • You're comfortable in a terminal or IDE

  • You need automated code review, testing, or deployment

Move to Claude Cowork if:

  • You need Claude to work inside your existing apps

  • Your day involves repetitive tasks across multiple tools

  • You're non-technical but want real automation

  • You want to stop being the copy-paste middleman

Build with Managed Agents if:

  • You're building a product that needs AI agents running in the background

  • You want Claude handling customer-facing workflows autonomously

  • You need agents that run for hours, recover from failures, and scale

  • You're embedding Claude's intelligence into your own software

The real move

These 4 tools aren't competitors. They're layers of the same platform.

Use Claude Chat for thinking through problems and drafting content. Use Claude Code for building software. Use Cowork for the repetitive tasks that eat your day across your app stack. Use Managed Agents to deploy Claude-powered agents as a product or service.

The progression for most people looks like this: start with Chat, realize you need it to take action, move to Cowork (or Code if you're a developer), and build with Managed Agents once you want to scale beyond personal use.

The question isn't "which Claude is best?" It's "which Claude fits this specific task?"

Pick 1, get comfortable, then expand when you hit its limits. You'll know exactly when you need the next one because you'll feel the friction.

If you want more weekly breakdowns on building AI systems like this, grab my free newsletter

Previous
Previous

How to Set Up Claude Cowork FAST (the Right Way)

Next
Next

Claude Skills: The Ultimate Beginner Guide (Full Course)