Glossary · Term

AutoGen

← all terms

Definition

Plain language

A popular open-source framework for building systems of multiple AI agents that talk to each other.

As stated in the literature

Microsoft's open-source multi-agent orchestration framework for composing LLM agents that communicate via natural language.

Why it matters: It made multi-agent LLM systems easy enough to build that they moved from research curiosity to a common pattern in production.

For example, with AutoGen you can wire up a 'planner' agent, a 'coder' agent, and a 'critic' agent that pass messages until a task is done.

Heard on the show

“… long-horizon agent on any of the mainstream frameworks — and the paper names real ones, LangGraph, AutoGen, LangMem — you are very likely shipping this failure today, without knowing it. …”
Episode 164 — The Summarizer That Quietly Deletes Your Agent's Safety Rules

Mentioned in 4 episodes

  1. 164
    The Summarizer That Quietly Deletes Your Agent's Safety Rules
  2. 116
    Why Streaming Half a Reasoning Chain Beats Sending the Whole Thing
  3. 058
    Why Upgrading Your AI Auditor to a Smarter Model Can Make Your System Less Safe
  4. 034
    Catching Multi-Agent Deadlocks Before Deployment With a 40-Year-Old Tool

Related terms