> Markdown version of [/events/world-congress-2026-europe-virtual-stage/sessions/1544-from-minutes-to](https://www.wearedevelopers.com/events/world-congress-2026-europe-virtual-stage/sessions/1544-from-minutes-to). Every page supports `.md` or `Accept: text/markdown`. Links point to the HTML versions so they work for humans too. Agent guide: [/agents.md](https://www.wearedevelopers.com/agents.md). --- # From minutes to seconds: Lessons learned optimizing multi-turn agentic workflows - **Event:** World Congress 2026 Europe - Virtual Stage ## Recording [Watch recording](https://www.wearedevelopers.com/videos/2078-from-minutes-to-seconds-lessons-learned-optimizing-multi-turn-agentic-workflows) ## Description Speed is UX. When a user is forced to wait on an AI response, friction builds and context switching happens. Frustration mounts, mental overhead increases, and even technically impressive tools end up abandoned. We built a production data-staging pipeline where users can paste in virtually anything. The agent resolves entities, deduplicates entries, links existing records, enriches data via web search, and stages everything in a database-compatible format, waiting for user confirmation or change requests. It worked reliably and handled even the worst inputs gracefully. Too bad that a single request could take upwards of 3 minutes. Back to the drawing board! Optimizing agentic AI systems for speed without compromising quality doesn't just mean choosing a faster model or using the context window more efficiently. At its core, it’s a system design challenge involving state management, interface design, task decomposition, and knowing when not to use an LLM at all. In this live-demo, you’ll experience a week's worth of optimization effort condensed into half an hour. In the end, you'll understand the tools, techniques, mental models, and struggles we experienced along the way. View the code on GitHub: <https://github.com/ResoluteError/weAreDevelopers> Slides: <https://docs.google.com/presentation/d/1G6oSbmHhgX3BwG7L3egmf6TPmNizHosUOjtMhsj96JE/edit?usp=sharing> ## Speaker ### [Douglas Reiser](https://www.wearedevelopers.com/@douglas-reiser) AI Engineer & Co-Founder at v9Labs ## Related talks at this congress - [A True Story About Speeding Up the Wrong Things](https://www.wearedevelopers.com/events/world-congress-2026-europe-virtual-stage/sessions/1478-a-true-story-about) — Jo Hasenau, Petra Hasenau - [Same Words, Different Worlds: Who's in Control?](https://www.wearedevelopers.com/events/world-congress-2026-europe-virtual-stage/sessions/1594-same-words-different) — Christina Rohrmoser, Stefan Wöhrer - [The age of agency: When products start to think and act](https://www.wearedevelopers.com/events/world-congress-2026-europe-virtual-stage/sessions/1613-the-age-of-agency) — Madalena Costa - [Designing & Deploying Distributed Multimodal Multi-Agent Systems with Google's AI Stac](https://www.wearedevelopers.com/events/world-congress-2026-europe-virtual-stage/sessions/1523-designing-deploying) — Saoussen Chaabnia