Agent Engineering Stack: From Zero to Production in 3 Days

Track Overview

Classes in This Track

Production Agent Engineering

Production Agent Engineering

🖥️A few installs🟣Pro engineering
  • Gate quality with a generator-critic loop — refuse to ship below your bar
  • Orchestrate long-running agents by goal — poll for stalls, cap turns, kill infinite loops
  • Trace every hop of a multi-agent run — who did what, where it broke, what it cost
  • Guardrail your swarm — validate I/O, fence tool access, keep a human in the loop
  • Build an agent that builds agents — a reusable library that loads MCP tools on demand
Intro to Agents: 1-Day Intensive

Intro to Agents: 1-Day Intensive

🖥️A few installs🔵Solo coding
- How to build agents using the ReACT pattern (Reason, Act, Observe) - Request-response agents with Claude Agent SDK and OpenAI Agents SDK - RAG implementation with FAISS and pgvector for retrieval - Building your own minimal agent framework (~140 lines of code) - Multi-agent coordination patterns (sequential, parallel, hierarchical) - Framework comparison: Autogen, LangGraph, OpenAI Swarm - When to use agents vs. simple prompts and common pitfalls