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
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
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
Geminiの機能を調べ尽くしてみた
naruyoshimi
0
190
RAGでハマりがちな"Excelの罠"を、データの構造化で突破する
harumiweb
8
2k
浮動小数の比較について
kishikawakatsumi
0
360
要求定義・仕様記述・設計・検証の手引き - 理論から学ぶ明確で統一された成果物定義
orgachem
PRO
1
480
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
9
4.6k
CopilotKit + AG-UIを学ぶ
nearme_tech
PRO
1
110
Go Conference mini in Sendai 2026 : Goに新機能を提案し実装されるまでのフロー徹底解説
yamatoya
0
460
「ブロックテーマでは再現できない」は本当か?
inc2734
0
1.1k
AIに仕事を丸投げしたら、本当に楽になれるのか
dip_tech
PRO
0
170
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
740
CSC307 Lecture 09
javiergs
PRO
1
850
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
140
Featured
See All Featured
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
470
The Cost Of JavaScript in 2023
addyosmani
55
9.7k
Joys of Absence: A Defence of Solitary Play
codingconduct
1
300
Collaborative Software Design: How to facilitate domain modelling decisions
baasie
0
150
The SEO Collaboration Effect
kristinabergwall1
0
380
Ruling the World: When Life Gets Gamed
codingconduct
0
160
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.6k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
Efficient Content Optimization with Google Search Console & Apps Script
katarinadahlin
PRO
1
350
Documentation Writing (for coders)
carmenintech
77
5.3k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
122
21k
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/