Overview
Build effective Claude agents from scratch using pure TypeScript and direct Anthropic API calls. Master LLM workflows, tool integration, autonomous agent patterns, multi-agent orchestration, and async parallelization, all without any frameworks.
Syllabus
- Course 1: Exploring Workflows with Claude in TypeScript
- Course 2: Developing Claude Agents with Tool Integration in TypeScript
- Course 3: Mastering Agentic Patterns with Claude in TypeScript
- Course 4: Parallelizing Claude Agentic Systems in TypeScript
Courses
-
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.
-
Discover how to enhance Claude's capabilities by integrating custom tools and functions. Progress from creating tool schemas to building autonomous agents that can interact with external systems through iterative tool use.
-
Build sophisticated multi-agent systems where specialized agents collaborate to solve complex problems. Learn patterns for agent coordination, orchestration, and delegation to create systems greater than the sum of their parts.
-
Scale Claude agents in TypeScript with practical concurrency. Launch multiple conversations in parallel with Promise.all, execute tool calls concurrently within a single turn, and orchestrate specialist agents-as-tools simultaneously. Reduce latency and deliver fast, reliable multi-step results.