Advanced AI Build Night
Advanced AI Build Night · Durable Agents
Build It. Break It. Bring It Back
Build a real AI agent team — a triage agent with memory, a typed tool, a structured action plan, and its first teammate: a scribe subagent it delegates to — then kill it on purpose and watch it recover. Deployed to your own free Cloudflare account, $0 the whole way.
In this playbook
- The presentationRun the slides full-screen. Use ← / → or Space to advance.
- Cheat sheetThe whole topic on one printable page.
- Before you startAccounts and tools to have ready before the session.
- Starter kit (GitHub)Get it before the night: on the GitHub page, click the green "Code" button → "Download ZIP", unzip it, and rename the folder to triage-agent. No git needed. Inside: a src/ tree shaped for a team of agents (you build the first one), six checkpoint folders, sample incident data, and the preflight/catchup scripts.
- Flue docsThe framework we build on — one 'use agent' TypeScript file, compiled by the build step into a Durable Object.
- Flue → Cloudflare deploy guideThe exact steps npx wrangler deploy runs under the hood.
- DeepWiki: Flue internalsAI-generated deep documentation of the Flue codebase — ask it questions about how anything works under the hood (hooks, durability, the build step).
- DeepWiki: the starter kitThe same, for tonight's starter repo — explore and question the exact code you built on.
- Cloudflare × Flue announcementWhy the Astro team's framework runs natively on Workers.
- Agents on CloudflareThe platform picture — Workers, Durable Objects, and Workers AI as one stack for agents.
- Agent tracing docsHow to read the trace waterfall we pull up during Break It.