Everything below is free. We've ordered it roughly from foundations → applied → advanced. Pair it with our GenAI Engineer Bootcamp if you want mentorship and a cohort.
Start here if you've never built with an LLM. These will give you the mental model for prompting Claude.
Anthropic · GitHub / Google Sheets / Colab
The official 9-chapter tutorial that walks you through basic → advanced prompting with runnable exercises in Claude.
Anthropic · academy.anthropic.com
Anthropic's official learning hub — short courses on prompting, Claude features, and building with the API.
Anthropic Docs
Read the official intro to Claude models, capabilities, context window and how to call the API. Bookmark it.
DeepLearning.AI × Anthropic
Andrew Ng's short course on calling Claude, controlling output, and using system prompts effectively.
Anthropic Docs
The canonical reference for chain-of-thought, XML tags, role prompts, prefilling and other Claude prompting techniques.
Anthropic
Production-ready example prompts for 50+ use cases — copy-paste, fork, and learn from how Anthropic structures them.
Once you can prompt well, learn to build apps that call Claude programmatically.
Anthropic · GitHub
Working notebooks for RAG, tool use, evals, vision, batch processing and more. The single best way to learn the API.
DeepLearning.AI × Anthropic
Define tools, parse tool calls, build a multi-step agent loop. Foundation for anything agentic.
Anthropic Docs
From `pip install anthropic` to streaming, multi-turn, vision, and structured outputs. Use this as your reference.
How modern engineers actually use Claude to ship code, run tasks, and build agents.
Anthropic Docs
Get started with the official agentic coding tool — installation, slash commands, hooks, and MCP servers.
Anthropic Engineering Blog
Anthropic's own writeups on agent patterns, tool design, planning loops and when not to use agents.
Anthropic Docs
Learn the open protocol for plugging tools, data sources and skills into Claude — the standard for agent integrations.