Claude Code 101
Anthropic
Last updated June 19, 2026
Claude Code 101 is a free, short video course from Anthropic on using Claude Code — its command-line coding agent — in real day-to-day development work. It starts at installation and walks through what actually makes an agent different from a chat window: the loop where the model reads your code, runs tools, and edits files while you stay in control through approval and plan modes. From there it builds a repeatable working rhythm — explore the problem, plan the change, write the code, commit it — and shows how to keep the agent on track as your task grows, by managing what sits in its context window and giving it a project memory file it reads every session. The later lessons reach into the parts most developers discover slowly on their own: delegating work to subagents, wiring in outside tools and data, and adding hooks that enforce your own rules. It assumes you can already use a code editor and a terminal; it does not assume you have ever touched an AI coding agent before.
What you'll learn
- What an AI coding agent is, and how Claude Code differs from chat-style AI tools
- How the agentic loop, context window, tools, and permissions fit together
- A repeatable Explore → Plan → Code → Commit workflow for any task
- Setting up Claude Code and writing prompts using approval mode, auto-accept, and Plan Mode
- Giving Claude lasting project context with a CLAUDE.md memory file
- Delegating work to custom subagents to keep your main session focused
- Extending Claude Code with MCP connections to outside tools and data, and hooks for deterministic control
Frequently asked questions about Claude Code 101
Who is Claude Code 101 for?
Developers adopting AI-assisted workflows — both newcomers to software engineering who want to learn agentic coding from the start, and experienced engineers who haven't yet worked with a coding agent.
Is Claude Code 101 free?
Yes — Claude Code 101 is completely free to take.
What are the prerequisites for Claude Code 101?
Comfort with a code editor and the command line. A paid Claude plan (Pro, Max, or Enterprise) or an API key is needed to follow along hands-on. No prior experience with AI coding agents is assumed.
Do you need to code for Claude Code 101?
Yes — Claude Code 101 involves hands-on coding.
Does Claude Code 101 offer a certificate?
Yes. Free certificate of completion.
Why we suggest this course
Free, made by the team behind the tool, and goes past the install-and-go demo most intro material stops at — it teaches the habits (a clear workflow, context management, project memory) that separate fumbling with an agent from working well with one. One thing to know: it's made by Anthropic, so it teaches their tool specifically rather than coding agents in general, and you'll need a paid Claude plan or API key to practice.