Skip to content

AI Agents

Build a Production-Ready AI Agent in 90 Minutes

with Tamas Piros

Wednesday 8 July 15:30 – 17:30 Room R3 (30 Seats)

About This Session

AI agent demos are everywhere. Production-ready agents are not. The gap between a working prototype and a system you'd trust to run unsupervised at 3AM is enormous and it's mostly about infrastructure, not intelligence. In this hands-on workshop, you'll build a multi-step AI agent from scratch in TypeScript and take it all the way to production-grade. We'll start with a naive implementation that works on your machine, then systematically break it and fix it. By the end, your agent will handle LLM failures gracefully, recover from crashes mid-workflow, manage concurrency, and give you full observability into every step. No slides (okay, maybe a few). No theory blocks (only a bit). Just code, patterns, and a deployed agent you can take home (but not literally!).

Topics

  • AI Models
  • Agentic AI
  • TypeScript