AutoGen is Microsoft's open-source framework for building multi-agent AI applications, though it's now in maintenance mode.
AutoGen is Microsoft Research’s open-source framework for building multi-agent AI applications, where multiple AI agents hold conversations with each other and with humans to complete tasks. Instead of writing one giant prompt for a single model, you define specialist agents (a coder, a reviewer, a planner) and let them collaborate through structured dialogue until the task is finished. Microsoft has since moved AutoGen into maintenance mode in favor of Microsoft Agent Framework, but its conversational multi-agent pattern remains one of the clearest ways for AI developers to understand how agents can reason, critique each other’s work, and hand off tasks in a production system.
AutoGen treats agent collaboration as a conversation. Each agent is an object with a role, a set of tools, and a connection to an LLM (large language model). Agents send messages to each other, and the framework manages the back-and-forth until the group reaches a solution or hits a stopping condition.
AutoGen is used to build applications where multiple AI agents collaborate through conversation to complete a task, such as writing and debugging code, researching a topic, or running a customer support workflow. Developers assign each agent a role, like coder or reviewer, and let them exchange messages until the group reaches a solution or a human approves the result.
AutoGen is now in Microsoft's maintenance mode, meaning it receives bug fixes and security patches but no new features. Microsoft recommends new projects use Microsoft Agent Framework, the enterprise-ready successor built on lessons learned from AutoGen. Existing AutoGen users can keep running the framework or follow Microsoft's official migration guide to move over.
Yes. AutoGen is open-source under the MIT license, so there's no cost to install or run the framework itself. The real cost comes from the underlying LLM API calls, since multi-agent conversations exchange many messages back and forth and can use significantly more tokens than a single-prompt application.
Updates from the AI world — what shipped, what we’re using in production, and what’s worth your attention. Two emails a month, no spam.