Ready to move beyond simple chatbots? Learn a practical methodology for building multi-agent systems that automate high-value, complex workflows like code migration and test generation.
#1about 5 minutes
Moving beyond chatbots to complex AI-driven workflows
Common single-shot AI use cases are limited, so the focus should shift to automating complex, multi-step processes that mirror human workflows.
#2about 4 minutes
Selecting and evaluating workflows for AI automation
Choose non-time-critical processes where accuracy is more important than speed and the output can be scored using objective, verifiable evaluation criteria.
#3about 3 minutes
Decomposing human processes into agent-driven units
Map an existing workflow by identifying actors and decision points, then break it down into goal-driven, injectable units with clear input-output contracts for each agent.
#4about 4 minutes
Designing and implementing multi-agent collaboration patterns
Structure agent interactions using patterns like linear chains, branching, or dynamic orchestration, and scale the system by refining prompts and optimizing model choices.
#5about 7 minutes
Demo of an agentic system for Azure architecture design
A multi-agent system uses an Azure expert, a cost specialist, and a project manager to design cloud architecture and incorporates a human-in-the-loop via a phone call for feedback.
#6about 4 minutes
Demo of automating unit test generation and validation
A workflow automates unit test creation by using separate agents to generate pseudo-code, write C# tests, and then compile and run them to validate code coverage.
Related jobs
Jobs that call for the skills explored in this talk.
The Web We Broke (And Why AI Agents Are Paying the Price) - AgentCon BerlinThis is the accompanying post to the talk Chris Heilmann gave at AgentCon in Berlin on 19/05/2026, you can also see the slides and listen to it in this screencast:
Thirty years of developer shortcuts, bloated JavaScript, and inaccessible HTML have l...
Daniel Cranney
What is Agentic Programming and Why Should Developers Care?Since the release of tools like ChatGPT and GitHub Copilot, the way developers work has shifted dramatically. What began as simple autocomplete in the early versions of Copilot has quickly evolved into agentic programming, where AI agents can take on...
Daniel Cranney
Dev Digest 213: Petrol Prices, Agentic Workflows, AI Skills and CODE100!Inside last week’s Dev Digest 213 .
🤫 Don’t tell your LLM that it is an expert
👻 AI generated code is invisible
🔄 Learn about agentic workflows
🛡️ Linux Foundation sponsors fight against AI slop
🦠 1M users infected by Chrome extension
🫃 The why of J...