Anthropic Claude

Master Anthropic Claude end to end. 60 deep dives across 360 lessons covering the Claude 4.X model family (Opus 4.7, Sonnet 4.6, Haiku 4.5, version history, model selection), API fundamentals (Python and TypeScript SDKs, streaming, errors, request anatomy), prompt engineering (XML tags, system prompts, few-shot, chain-of-thought, role prompting), tool use (parallel tools, Computer Use, Web Fetch, Code Execution), extended context (200K to 1M windows, prompt caching, long-context patterns, memory feature, PDF handling, citations), vision & multimodal (image input, charts, screenshots, multi-image, video frames), agentic building (Claude Agent SDK, agent loops, MCP integration, sub-agents, agent evaluations, managed agents), Claude Code CLI (slash commands & skills, hooks, MCP servers, IDE integrations, settings), safety (Constitutional AI, refusals, jailbreak resistance, content filters, system cards, RSP), and production (pricing, batch API, rate limits, prompt caching strategies, latency optimisation, deployment patterns).

60Topics
360Lessons
10Categories
100%Free

Anthropic Claude is a family of frontier large language models — Opus, Sonnet, and Haiku in the current Claude 4.X generation — and a growing surface of features around it: a 200K to 1M-token context window depending on tier, prompt caching, tool use and parallel tools, computer use, vision, PDF / document handling, citations, the Claude Agent SDK, the Claude Code CLI, the Model Context Protocol (MCP), the Batch API, and managed agents. Over the last two years Claude has stopped being a research demo and become an operating choice for product teams: every meaningful AI feature in a modern application now sits behind a model-selection decision, a prompt-engineering decision, a tool-use design decision, an evaluation decision, and a production-cost decision. Practitioners who understand the family and the surface ship better products faster, debug more cleanly, and waste less money on the gap between “works in a notebook” and “runs in production”.

This track is written for the practitioners building with Claude day to day: ML engineers, software engineers integrating LLM features, product managers shipping AI capabilities, prompt engineers, agent builders, T&S teams using Claude for moderation, RAI leads writing evaluations, security engineers reviewing LLM deployments, and platform leads choosing between model providers. Every topic explains the underlying capability or feature (drawing on Anthropic’s public documentation, system cards, the Anthropic SDK source, the canonical research the model is built on, and hard-won production experience), the practical pattern that operationalises it, and the failure modes that quietly trip teams up. The aim is that a reader can build with Claude credibly, defend the choice to a sceptical engineering review, and run the resulting system in production. This course content is independent educational material; Lilly Tech Systems is not affiliated with Anthropic, and Anthropic, Claude, and related marks are the property of their respective owners.

All Topics

60 Anthropic Claude topics organized into 10 categories. Each has 6 detailed lessons with frameworks, templates, and operational patterns.

Claude Model Family

Claude API Fundamentals

Prompt Engineering for Claude

Tool Use & Function Calling

Extended Context & Memory

Vision & Multimodal

Agentic & Building with Claude

Claude Code CLI

Safety, Constitutional AI & Guardrails

Production, Pricing & Optimization