Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Building Agentic LLM Workflows with AutoGen
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Daron Yondem
February 24, 2025
Programming
0
100
Building Agentic LLM Workflows with AutoGen
This is the deck I have presented at Intel AI Dev Summit 2025.
Daron Yondem
February 24, 2025
Tweet
Share
More Decks by Daron Yondem
See All by Daron Yondem
Solo to Scale,Building a People-First Engineering Culture
daronyondem
0
65
AI Prototyping to Productionwith Promptflow
daronyondem
0
100
Retrieval Augmented Generation
daronyondem
0
330
Azure OpenAI
daronyondem
0
270
FaaS for Everyone, Everywhere
daronyondem
0
240
Skyrocketing Developer Velocity
daronyondem
0
140
What’s in Azure for Your Mobile Projects?
daronyondem
0
88
Azure Applied AI and AutoML
daronyondem
0
140
Serverless + APIM
daronyondem
0
140
Other Decks in Programming
See All in Programming
米国のサイバーセキュリティタイムラインと見る Goの暗号パッケージの進化
tomtwinkle
1
340
並行開発のためのコードレビュー
miyukiw
2
2.1k
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
410
go directiveを最新にしすぎないで欲しい話──あるいは、Go 1.26からgo mod initで作られるgo directiveの値が変わる話 / Go 1.26 リリースパーティ
arthur1
2
400
Raku Raku Notion 20260128
hareyakayuruyaka
0
420
AIによる開発の民主化を支える コンテキスト管理のこれまでとこれから
mulyu
3
2.2k
浮動小数の比較について
kishikawakatsumi
0
360
TROCCOで実現するkintone+BigQueryによるオペレーション改善
ssxota
0
110
「ブロックテーマでは再現できない」は本当か?
inc2734
0
1.1k
new(1.26) ← これすき / kamakura.go #8
utgwkk
0
920
猫の手も借りたい!ので AIエージェント猫を作って社内に放した話 Claude Code × Container Lambda の Slack Bot "DevNeko"
naramomi7
0
220
Go Conference mini in Sendai 2026 : Goに新機能を提案し実装されるまでのフロー徹底解説
yamatoya
0
470
Featured
See All Featured
Optimizing for Happiness
mojombo
379
71k
GraphQLの誤解/rethinking-graphql
sonatard
75
11k
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.7k
Noah Learner - AI + Me: how we built a GSC Bulk Export data pipeline
techseoconnect
PRO
0
120
Code Reviewing Like a Champion
maltzj
527
40k
Lessons Learnt from Crawling 1000+ Websites
charlesmeaden
PRO
1
1.1k
Technical Leadership for Architectural Decision Making
baasie
2
270
How to make the Groovebox
asonas
2
2k
Public Speaking Without Barfing On Your Shoes - THAT 2023
reverentgeek
1
330
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
130
Claude Code のすすめ
schroneko
67
220k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
16k
Transcript
Building Agentic LLM Workflows with AutoGen Daron Yöndem Tech Lead
for Application Innovation Microsoft http://daron.me @daronyondem
Welcome! • Why Agentic Systems Matter? • AutoGen: An Open
Source Multi Agent Framework that can operate agents autonomously or collaborate with humans. • AG2 – Fork of AutoGen 0.2 • Microsoft AutoGen 0.4
Foundations of Agentic LLM Workflows • Autonomy • Collaboration •
Adaptability
AutoGen Architecture • A unified conversation framework for multi-agent interactions
• Assistant Agents + User Proxy Agents • As simple as it sounds.
Categories of Design Patterns for Agents • Reflection • Tool
Use • Planning • Multi-agent collaboration
Reflection
Tool Use
Planning
Multi-Agent Collaboration
Single-Agent Task DEMO
From Single to Multi-Agent • Easy Agent Orchestration • State
and Memory • Tool Integration • Error Handling & Control
Multi-Agent Problem Solving / Research Assistant DEMO
Advanced AutoGen Workflows • Extending Agent Abilities (Skills/Tools) • Incorporating
Multiple Models • Custom Prompts & Behaviors • Memory and Context
Complex Multi-Agent Orchestration DEMO
Real-World Applications • Customer Support • Automation & Scripting •
Knowledge Assistants
Challenges and Limitations • Complexity • Cost and Performance •
Reliability
Further Learning AutoGen Discord - https://aka.ms/autogen-discord Magentic One • MultimodalWebSurfer,
FileSurfer, and MagenticOneCoderAgent - https://aka.ms/magentic-one Code Samples used in this session • https://drn.fyi/codesamples
Thanks http://daron.me | @daronyondem Grab slides on http://decks.daron.me/