Speaking at Update Conference Krakow 2026

TLDR: Slides & code demos on GitHub
On May 27 and 28, I was at Update Conference Krakow to give my session, ‘Reliable Agentic Systems need Durable Execution’. It was my first time in Krakow and I really enjoyed this visit!
Everybody seems to be building agentic AI systems these days. But can these systems be put in production easily and work reliably under a heavy load? Agentic systems are essentially distributed applications, involving communication across LLM providers, services, and data stores. And luckily, we (the IT industry) have been building distributed systems for decades.
In my session I showed how Dapr, the Distributed Application Runtime, a graduated CNCF project, helps to build and run these agentic systems reliably using the durable execution principle that is provided by Dapr Workflow. I demonstrated various patterns in .NET for building effective agents such as Prompt Chaining, Routing, Parallelization, Orchestrator-Workers, and Evaluator-Optimizer. I also used the new LLM Conversation API in Dapr to interact with different LLM providers.
This is the repo with the demos. It comes with a devcontainer configuration so you can run it yourself easily, either on GitHub Codespaces or locally. And you can use DemoTime to run through the slides and all the demos.
A big thank you to the Update Conference organizers and sponsors for making this event happen, and thanks to the attendees for joining my session!
Do you like Dapr and want to show your support? Claim this community supporter Holopin badge!


