in

A New Era of Multi-Agent AI Systems


Microsoft has just introduced Magentic-One, a groundbreaking generalist multi-agent system designed to tackle open-ended web and file-based tasks across various domains.

The Shift to Agentic AI

The future of artificial intelligence is moving beyond simple conversations to actually getting things done—referred to as Agentic AI, as popularized by StartupHub.ai. Consider an AI that not only summarizes research papers but actively searches for, organizes, and synthesizes relevant studies for a comprehensive literature review. This shift represents the true potential of AI to enhance productivity and transform our daily routines.

What is Magentic-One?

Magentic-One employs a multi-agent architecture where a lead agent, known as the Orchestrator, directs four other specialized agents to accomplish tasks. Here’s a breakdown of how it works:

  • Orchestrator: Acts as the team leader, responsible for high-level planning, task decomposition, and directing other agents. It manages two main loops: an outer loop that handles the task ledger (containing facts, guesses, and plans) and an inner loop that manages the progress ledger (tracking current progress and task assignments).
  • WebSurfer: An AI agent proficient in controlling a web browser. It can navigate to URLs, perform web searches, click and type on web pages, and read content by summarizing or answering questions.
  • FileSurfer: Handles local file navigation and management. It can read files, list directory contents, and navigate through folder structures.
  • Coder: Specialized in writing code, analyzing information gathered from other agents, and creating new digital artifacts.
  • ComputerTerminal: Provides access to a console shell where the Coder’s programs can be executed, and new programming libraries can be installed.

How Does It Work?

The Orchestrator begins by creating a plan to tackle a given task, gathering necessary facts and making educated guesses, all stored in the task ledger. It then enters a loop where it assigns subtasks to the specialized agents based on the plan. After each agent completes its subtask, the Orchestrator updates the progress ledger and checks whether the overall task is complete. If progress stalls or errors occur, it can re-plan and adjust its strategy, showcasing an ability to adapt and recover from setbacks.

Using multiple specialized agents offers several advantages over monolithic, single-agent systems:

  • Modularity: Encapsulating distinct skills in separate agents simplifies development and promotes reusability, much like object-oriented programming.
  • Flexibility: Magentic-One’s plug-and-play design allows agents to be added or removed without affecting the overall system, making it highly adaptable.
  • Specialization: Each agent can be optimized for specific tasks, enhancing overall performance.

Performance Evaluation

To rigorously test Magentic-One’s capabilities, Microsoft introduced AutoGenBench, an open-source evaluation tool designed to run agentic benchmarks. This tool allows for repeated and isolated testing to control for variables like stochastic LLM (Large Language Model) calls and side effects from agents interacting with the environment.

Magentic-One was evaluated against several benchmarks involving complex, multi-step tasks that require planning and tool use, including web interactions. It achieved statistically comparable performance to state-of-the-art methods on GAIA and AssistantBench and competitive performance on WebArena.

The system does come with flaws. During development, misconfigurations led agents to repeatedly attempt website logins until accounts were temporarily suspended. In some cases, agents even tried to recruit human assistance by drafting emails or social media posts.

Understanding that the challenges and risks are too significant to tackle alone, Microsoft is making Magentic-One open-source. They’re inviting researchers and developers to contribute to the project, helping to ensure that future agentic systems are both helpful and safe. Alongside Magentic-One, they’re releasing AutoGenBench to facilitate rigorous testing and evaluation of agentic AI systems.

How to build an app with OpenAI and Blazor