Build autonomous systems that hold up in the real world.
Master AI automation, agentic workflows, and production bot infrastructure—from your first API call to enterprise orchestration.
orchestrator.ts
async function run(request: Request) {
const plan = await planner.plan(request)
for (const step of plan.steps) {
const result = await router.dispatch(step)
await memory.store(step.id, result)
}
return stream(plan)
}User / API Request→Router↔Memory
Web SearchCode ExecutorDatabaseLLMCustom Tool
Response stream
TypeScriptUTF-8● Ready
From scripts to systems
01FoundationBuild reliable API, browser, extraction, queue, and compliant routing foundations.02Agentic ArchitecturesDesign typed agents, state machines, coordinated swarms, RAG, repair, and evaluation.03Concurrency & InfrastructureOperate secure containers, worker pools, Kubernetes, authorized routing, telemetry, and recovery.
Learn by shipping
Hands-on labs take you from first build to production-grade systems.
Browse all courses$ pnpm run lab [info] planning... complete [info] tool calls... complete [info] retrieval... complete [stream] chunk 1/6 [stream] chunk 6/6 [success] lab completed ✓
What you’ll build
Agentic workflows with real toolsHigh-concurrency task executionResilient automation in productionObservability and debuggingDeployable systems, not demosThree tiers. One production path.
Compare tiersStarter
Core curriculum and labs to build real automation skills.
Pro
Advanced agentic workflows, tooling, and production patterns.
Enterprise Farm Operator
High-concurrency infrastructure, observability, and team enablement.