Tracks 3 · 4 · 5 · 7

Ship Production AI Features with Claude Code and the API

API, CLI, agents, and production patterns

Claude is not just a chatbot for developers — it is a programmable intelligence layer. Claude Code runs in your terminal as an agentic pair programmer. The API lets you build production AI features with tool use, streaming, and multi-agent orchestration.

What You'll Learn

From first API call to production agents

ChatGPT Codex CLI
Run `claude` in your terminal. It reads your repo, understands context, edits files, runs tests, and commits. No copy-paste loop.
Tool Use & MCP
Give Claude tools — web search, database queries, file ops, API calls. The Model Context Protocol standardizes how Claude connects to any external system.
Streaming API
Build real-time AI features with the Anthropic streaming API. Get token-by-token responses for chat interfaces, pipelines, and live previews.
Multi-Agent Architectures
Orchestrate fleets of specialized Claude agents. One agent plans, one executes, one validates. Production patterns with error handling and observability.
CLAUDE.md Configuration
Teach Claude your project conventions once. CLAUDE.md files persist project context so Claude already knows your stack, commands, and style guide.
Evals & Cost Optimization
Measure what matters. Build eval suites, track quality over time, optimize token usage, and build cost controls into production systems.
Terminal
$ npm install -g @anthropic-ai/claude-code
$ claude

> Add rate limiting to all POST endpoints
  ✓ Reading src/app/api/...
  ✓ Applying changes to 4 files
  ✓ Tests passing
+75 XP

Claude Code reads your codebase, edits files, and runs tests

Start building with Claude today

Free tracks to start. Masterclass for production patterns.