Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
AutoGen: Multi-Agent AI Applications
An overview of AutoGen, a framework for building multi‑agent AI applications, with a live demo of AutoGen Studio for rapid low‑code prototyping.
Generative AI models have made significant progress on tasks such as summarizing passages, extracting entities and generating code etc. However, they currently struggle to address more complex tasks that require multi-step planning, reasoning, and action - for example, building a complete Android app for displaying stock prices. To create helpful AI assistants that can seamlessly handle these complex tasks, it is crucial to develop agents that can act, collaborate with other entities (including humans), and serve as interfaces to the digital world.
But how do we define such multi-agent workflows, empower developers to build them, and address the open challenges that arise? AutoGen is a pioneering attempt to answer these questions and offers a generic framework for building multi-agent AI applications.
In this talk I will briefly introduce the AutoGen framework and show a demo of AutoGen Studio - a low code interface that enables rapid prototyping of multi-agent applications.
AutoGen is an open-source project (MIT License) on GitHub - https://github.com/microsoft/autogen. With over 24k stars, more than 250 contributors, and a growing ecosystem of integrations, AutoGen is a vibrant community of enthusiasts prototyping applications across various industry use cases.
Microsoft AutoGen: Python framework for orchestrating autonomous multi-agent LLM workflows.
AutoGen Studio: UI for prototyping multi-agent LLM workflows via AutoGen.
Related projects
AI Agent that autonomously browses websites and executes task
Palo Alto
Demonstration of an autonomous AI agent that browses the Starbucks website, selects custom coffee options, and completes the…
AutoML Agent: Automating ML Code Generation
Toronto
Learn how to build a custom AutoML agent that generates and runs Python code, using state‑machine management, open‑source…
12 Factor Agents - You dont need a complex framework to build agents.
Nairobi
Learn how to construct production‑scale AI agents using simple, composable code modules, exposing context engineering and low‑level control…
AI Agents working together on a Machine Learning Task
Milan
Watch three AI agents collaborate: a data engineer cleans raw data, a tech lead orchestrates, and a data…
Creating AI Agents in JavaScript
Miami
Live demonstration of building a JavaScript multi‑agent system using KaibanJS, showing role‑based agents, shared memory, LLM integration, tool…
Agentic Control of Research Labratories (AI Scientists!)
San Francisco
Demonstration of multi-agent systems controlling lab automation to design, execute, and review wet‑lab experiments, including deployment in a…