Claude is a family of large language models (LLMs) built by Anthropic, an AI safety company founded in 2021. You interact with Claude through three main surfaces:
๐ค You
โ
โโโโถ ๐ฌ Claude.ai (chat โ web, mobile, desktop) โโ
โโโโถ ๐ป Claude Code (terminal coding agent) โโผโโโถ ๐ง Claude models
โโโโถ โ๏ธ Claude API (build your own apps) โโ
What sets Claude apart:
Anthropic releases models in three โsizesโ named after literary forms โ each balancing intelligence, speed, and cost differently.
| ย | ๐ Opus | โก Sonnet | ๐ Haiku |
|---|---|---|---|
| Best for | Hardest tasks | Daily driver | High volume |
| Great at | Complex reasoning, agentic coding, multi-step research | Production work, coding, agents at scale | Classification, simple Q&A, real-time apps |
| Speed | ๐ข Slower | ๐ Balanced | ๐ Fastest |
| Cost | ๐ฐ๐ฐ๐ฐ Highest | ๐ฐ๐ฐ Mid | ๐ฐ Lowest |
INTELLIGENCE
โฒ
๐ Opusโ
โ
โ
โ โก Sonnet
โ
โ
โ ๐ Haiku
โโโโโโโโโโโโโโโโโโโโโโโโโโโโบ
SPEED & COST
Pick Opus when: the task is hard and quality > everything
Pick Sonnet: 90% of production work โ the best default
Pick Haiku when: volume is huge, latency is tight, cost matters
[!NOTE] The current frontier model is Claude Opus 4.7, with Sonnet 4.6 and Haiku 4.5 rounding out the family. Anthropic regularly releases new versions โ always check the official docs for the latest.
Models use names like claude-opus-4-7 or dated snapshots like claude-sonnet-4-5-20250929. For production, pin a dated version so behavior doesnโt shift underneath you when Anthropic ships an update.
Claude is a transformer trained on a huge corpus of text and code, then refined with two key techniques:
๐ Pretraining โโโถ ๐ RLHF โโโถ โ๏ธ Constitutional AI โโโถ โจ Claude
text + code humans rank outputs self-critique
against principles
The constitution is publicly available and has grown from ~2,700 words in 2023 to ~23,000 words in 2026.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ โ๏ธ WRITING essays, emails, copy, docs, fiction โ
โ ๐ป CODING write, review, debug, refactor, explain โ
โ ๐ ANALYSIS summarize, compare, extract structured โ
โ ๐งฎ REASONING multi-step problems, math, logic โ
โ ๐ TRANSLATION strong across dozens of languages โ
โ ๐๏ธ VISION images, charts, screenshots, handwriting โ
โ ๐งฐ AGENTS tool use, browsing, code execution โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ โ Real-time facts (without web search) โ
โ Knowledge cutoff: ~Jan 2026 for current models โ
โ โ
โ โ Heavy math at scale โ
โ Give it a calculator (code execution tool) โ
โ โ
โ โ Confidently wrong sometimes โ
โ Like all LLMs โ verify critical claims โ
โ โ
โ โ Cross-session memory by default โ
โ Use Memory feature or Projects to persist context โ
โ โ
โ โ Generating images/audio/video โ
โ Text + vision-input only โ pair with other tools โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
| What you need | Reach for |
|---|---|
| โ๏ธ Long-form writing | โ Claude |
| ๐ง Nuanced reasoning | โ Claude |
| ๐ป Code generation | โ Claude |
| ๐ Document analysis | โ Claude |
| ๐จ Image generation | DALL-E / Midjourney |
| ๐ Voice / audio | ElevenLabs / Whisper |
| ๐ฌ Video generation | Sora / Veo |
| ๐ Self-hosted | Llama / Mistral |
A pragmatic mental model: keep accounts on 2โ3 AI tools and route tasks to whichever shines. This course will make you world-class with Claude specifically.
โโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโ
โ ๐ฌ Claude.ai โ โ ๐ป Claude Code โ โ โ๏ธ Claude API โ
โ โโโโโโโโโโโโโโโโโโโโโฃ โ โโโโโโโโโโโโโโโโโโโโโฃ โ โโโโโโโโโโโโโโโโโโโโโฃ
โ Chat UI in โ โ Terminal agent โ โ Programmatic โ
โ browser, mobile, โ โ for coding tasks โ โ access for โ
โ desktop โ โ โ โ developers โ
โ โ โ โ โ โ
โ Best for: โ โ Best for: โ โ Best for: โ
โ โข thinking โ โ โข multi-file โ โ โข building apps โ
โ โข writing โ โ refactors โ โ โข automations โ
โ โข daily knowledge โ โ โข shipping code โ โ โข integrations โ
โ work โ โ fast โ โ โ
โ โ โ โ โ โ
โ โ Module 04 โ โ โ Module 05 โ โ โ Module 06 โ
โโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโ
Youโre going to get extraordinarily capable at directing an AI. With that comes responsibility:
| ๐ | Donโt paste secrets (API keys, passwords, customer PII) into chats unless you understand the data policies |
|---|---|
| ๐ | Disclose AI involvement when professional or academic norms call for it |
| ๐ฏ | Verify before you ship. Claude is a collaborator, not an oracle |
| ๐งญ | Avoid using Claude to deceive, harass, or harm. Itโs against the terms โ and just bad practice |
You should now be able to answer:
๐ Next up: Module 02 โ Getting Started โ sign up, set up, and have your first real conversation.
| โ Previous | ๐ Home | Next โ |
|---|---|---|
| Start of course | Course README | Module 02 โ Getting Started |