claude-mastery-course

# ๐Ÿ‘‹ Module 01 โ€” Introduction to Claude [![Module](https://img.shields.io/badge/01-Introduction-FFD23F?style=for-the-badge&labelColor=2a1f1a)](#) [![Time](https://img.shields.io/badge/โฑ๏ธ_10_min-FF7A4D?style=for-the-badge&labelColor=2a1f1a)](#) [![Level](https://img.shields.io/badge/๐ŸŒฑ_Beginner-6BCF7F?style=for-the-badge&labelColor=2a1f1a)](#) [![Setup](https://img.shields.io/badge/๐ŸŽฏ_No_setup-4DABF7?style=for-the-badge&labelColor=2a1f1a)](#) ***Goal:** know what Claude is, how the model family works, and when to reach for it.*

1.1 What is Claude?

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:


1.2 The Claude Model Family

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

The intelligence vs. speed vs. cost tradeoff

                          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.

Model versioning, briefly

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.


1.3 How Claude Was Trained (The Short Version)

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
  1. RLHF (Reinforcement Learning from Human Feedback) โ€” humans rank model outputs to teach what โ€œgoodโ€ looks like.
  2. Constitutional AI โ€” Claude is trained to critique and revise its own outputs against a written set of principles (a โ€œconstitutionโ€). This reduces reliance on expensive human labeling and bakes in values like honesty, helpfulness, and avoiding harm.

The constitution is publicly available and has grown from ~2,700 words in 2023 to ~23,000 words in 2026.


1.4 What Claude Is Good At

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚  โœ๏ธ  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        โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

1.5 What Claude Isnโ€™t Good At (Honest Limits)

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚  โŒ  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       โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

1.6 When to Use Claude vs. Alternatives

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.


1.7 The Three Surfaces (Visual Tour)

โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•—  โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•—  โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•—
โ•‘   ๐Ÿ’ฌ 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       โ•‘
โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•  โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•  โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

1.8 A Note on Ethics & Responsible Use

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

โœ… Module 1 Checkpoint

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