Explore how to orchestrate Claude through common workflow patterns. Master strategies for decomposing complex tasks, routing work efficiently, and executing parallel operations using only prompt engineering and API call orchestration.
Overview
Syllabus
- Unit 1: Getting Started with Claude
- Build Your First Claude Interaction
- Extracting Text Content and Stop Reason from Claude's Response
- Building Multi-Turn Conversations with Claude
- Handling Multiple Content Blocks in Claude Responses
- Enable Extended Thinking in Claude Responses
- Unit 2: Prompt Chaining Workflows
- Building Your First Prompt Chain Link: Summary Generation
- Adding Validation Guardrails to Your Prompt Chain
- Fine-Tuning Validation Guardrails in Prompt Chains
- Complete the Translation Chain Step
- Adding Translation Quality Review to Your Prompt Chain
- Unit 3: Building AI Routing Workflows
- Building the Router System Prompt
- Mapping Router Decisions to Specialist Prompts
- Complete the Specialist Response Handler
- Adding Extended Thinking to Your Router
- Scaling Your Router with a Science Specialist
- Unit 4: Parallel Processing with Claude
- Converting Synchronous Code to Async with TypeScript
- Parallel Claude API Calls with Promise.all()
- Aggregating Parallel Research Results into a Unified Travel Guide