26 - 28 OCT 2026 Utrecht Netherlands

Let's build our own Claude Code

Room 13Tue 27 Oct • 17:15–18:15AI & AgentsIntermediate
Coding agents can feel like magic: point one at a codebase, ask it to fix a bug, and it reads files, edits code, runs commands, and iterates until the task is done. But under the hood, the core ideas are surprisingly approachable. In this live-coding talk, we’ll build a small coding agent from scratch and use it to demystify how tools like Claude Code, Cursor, or Codex work. We’ll look at the agent harness: the application layer that talks to the model, maintains context, exposes tools, interprets tool calls, and decides what to send back into the loop. Along the way, we’ll cover the tool-calling loop, file and command access, context management, project-level configuration, reusable skills, and how more advanced systems coordinate subagents. This is a practical, technical session for developers who want to understand what coding agents actually do, what tradeoffs they make, and how to design one that is useful, controllable, and debuggable.

About the speaker

Max Gfeller

Max Gfeller is the tech lead for AI at Sutro, where the team builds AI infrastructure that generates production-grade backends from text prompts. He created OpenHarness, an open-source agent harness (400+ GitHub stars, 8k+ weekly npm downloads), and co-founded Storique.ai, an AI-powered personalized storybook platform that trains custom diffusion models on your photos. Max is writing a book on building agentic applications with CrewAI and MCP for Manning Publications. The book was released on Manning's Early Access Platform (MEAP) and has topped Manning's own bestseller list for the first few weeks. He has spoken at LambdaConf, Front Conference Zurich, and many other developer conferences.