Curated by THEOUTPOST
On Wed, 6 Nov, 4:01 PM UTC
6 Sources
[1]
Microsoft Launches Multi-Agent AI System Magentic-One
Disclaimer: This content generated by AI & may have errors or hallucinations. Edit before use. Read our Terms of use Microsoft has launched Magentic-One, an AI agent system that comprises of four independent agents coordinated by a fifth lead agent, the company announced on November 4. The system is capable of planning and executing complex multi-step tasks, like writing code or ordering food delivery, unlike a generative AI chatbot which can also provide information to assist. "It's the difference between generative AI recommending dinner options to agentic assistants that can autonomously place your order and arrange delivery," explained the post. How Does It Work? Magentic-One contains five agents that work in concert with each other: When working on an assignment, the Orchestrator first creates a Task Ledger, where it creates a plan to tackle the task, gather the needed facts and educated guesses. Following that, it creates a Progress Ledger where it continually checks whether a task or subtask has been completed. It begins by dividing the main task into subtasks for other agents to complete, which it then updates in the Progress Ledger. If the Orchestrator is unsatisfied with the progress, it can also update the Task Ledger and create a new plan. In order to evaluate the Magentic framework's effectiveness, Microsoft launched it own test tool called AutoGenBench. While Magentic-One was able to outperform GPT-4 acting on its own on a series of tasks, it lagged far behind humans in accuracy. Potential Risks: "Magentic-One interacts with a digital world designed for, and inhabited by, humans. It can take actions, change the state of the world and result in consequences that might be irreversible," said Microsoft. In one instance Magentic-One agents tried to reset an account's password after they were unable to log in due to a misconfiguration. In other instances, the agents tried to recruit humans for help by posting on social media, emailing textbook authors and even attempting to file a freedom of information request with the government. While the agents failed these attempts, human observers had to manually stop them in some cases. Microsoft also pointed out that these agents would be vulnerable to the safety threats that humans face online, like phishing, social engineering, and misinformation attacks. Also Read:
[2]
Microsoft Unveils Magnetic-One, A Multi-Agent AI That Simplifies Complex Tasks
Accessible to developers and researchers, this open-source AI simplifies tasks such as web browsing, document editing, and data analysis Microsoft has launched an innovative multi-agent artificial intelligence (AI) system named Magnetic-One. This AI system aims to simplify complex, multi-step tasks by leveraging multiple AI agents, each with unique capabilities, to perform tasks collaboratively. This cutting-edge technology is designed to operate efficiently on web browsers or locally on a device, offering a versatile solution for users in need of advanced, automated task management. However, they cause traditional AI systems to have deficiencies in convincing reasoning more than in producing output, which Magnetic-One directly solves. A number of specialized AI agents can be summoned simultaneously in the new Microsoft system to help with splitting processes into steps, like booking a ticket or making purchases online and editing documents that are on a device. Multi-agent architecture in Magnetic-One is considerably a step in advance of other AI systems used to complete tasks and will be a reference point for further systems of that sort. The system at the core of Magnetic-One company's function is Orchestrator, which is a primary Artificial Intelligence agent supervising a set of subordinate agents, each with his own set of peculiar tasks. By definition, the Orchestrator can get in touch with particular agents for special domains when executing a certain task. For instance, to accomplish a movie ticket booking, the system may engage an area agent to decipher icons ON the screen, a navigation agent to control the browser, an application agent to divide the chore into fragments, and a financial agent to process payments. By integrating these capabilities, Magnetic-One provides high precision and speed to tackle actual and complex case scenarios. Magnetic-One is also an open-source model that can be downloaded for free from GitHub, where both the application and its source code can be examined, tested, modified and, if necessary, incorporated into other programs. Microsoft's open-source development approach encourages collaboration within the AI research community and the company's willingness to perform further research on the concept and to extend the potential of the creation of multi-agent systems. Also, there is Microsoft's AutoGenBench, which measures the workouts of AI agents and includes important reps & repeat, isolation & separate scores, and task & accomplishment results. Microsoft's Magnetic-One signals a shift towards a more generalist, agentic AI capable of performing complex, multi-step tasks that were previously challenging for AI systems. By making it available to developers and researchers, is pushing the boundaries of AI and expanding its accessibility for a broader range of use cases, from data analysis and scientific research to software engineering.
[3]
Meet Microsoft Magnetic-One: A generalist multi-agent AI system
Microsoft has introduced a new multi-agent artificial intelligence (AI) system called Magnetic-One, designed to complete complex tasks using multiple specialized agents. Available as an open-source tool on Microsoft AutoGen, this system aims to assist developers and researchers in creating applications that can autonomously manage multi-step tasks across various domains. Magnetic-One is a generalist multi-agent system that uses an orchestrator to coordinate different agents, each specializing in a particular task. The lead agent, called the Orchestrator, works alongside four specialized agents: These agents work together to solve open-ended tasks, making Magnetic-One suitable for applications like software engineering, data analysis, and scientific research. Microsoft describes Magnetic-One as a "flexible and scalable alternative to single-agent systems" due to its modular design, which allows agents to be added or removed without affecting the system's core structure. Magnetic-One stands out because of its ability to activate multiple agents using a single language model. The system can perform various tasks, from navigating web browsers to executing Python code. This functionality means it can handle real-world scenarios such as booking tickets, purchasing products, or editing documents on a local device. The modular multi-agent architecture ensures that each agent has a distinct responsibility, resulting in higher efficiency for complex, multi-step tasks. This approach enables Magnetic-One to divide a problem into subtasks, improving both accuracy and speed of task completion. For example, if the system is asked to book a movie ticket, each agent will handle a different part of the task, such as processing visual information, navigating the website, and completing the transaction. Microsoft's AutoGen framework powers Magnetic-One, supporting integration with various large and small language models to meet different cost and performance requirements. Currently, the system is tested with models like GPT-4o and OpenAI's o1-preview, though it remains model-agnostic, allowing for future flexibility. To assess the effectiveness of Magnetic-One, Microsoft has also released AutoGenBench, a tool that evaluates agentic performance on several benchmarks such as GAIA, AssistantBench, and WebArena. These benchmarks focus on tasks like multi-step planning and tool usage. Microsoft's initial tests from October 2024 indicate that Magnetic-One delivers competitive results against state-of-the-art methods. Video: Microsoft Magnetic-One is part of a growing trend towards multi-agent AI systems. OpenAI has introduced Swarm, another framework aimed at building and deploying multi-agent systems. Similarly, IBM launched the Bee Agent Framework, an open-source toolkit that supports deploying agent-based workflows, compatible with models like IBM Granite and Llama 3.2. These systems, much like Magnetic-One, aim to offer scalable solutions to complex problem-solving tasks. According to Microsoft, "Magnetic-One's plug-and-play design supports easy adaptation and extensibility by enabling agents to be added or removed without altering other agents or the overall architecture." This flexibility is particularly important for evolving business needs and new applications, making Magnetic-One a promising tool for researchers and developers seeking to create more adaptive AI systems.
[4]
Microsoft Launches Magentic-One, an Open-Source Multi-Agent AI Platform
As the future of AI is agentic, Microsoft Research has released Magentic-One, a generalist multi-agent system that can solve open-ended tasks across a variety of domains. Available as an open-source tool on Microsoft AutoGen, Magentic-One is intended to assist developers and researchers in creating agentic applications that manage complex, multi-step tasks autonomously. Magentic-One employs a modular multi-agent architecture where a lead Orchestrator agent coordinates other specialised agents to tackle different subtasks. These agents include the WebSurfer for web navigation, FileSurfer for file management, Coder for programming tasks, and ComputerTerminal for executing code. This division of responsibilities enables Magentic-One to handle tasks involving web browsing, file management, and coding, making it suitable for diverse applications in software engineering, data analysis, and scientific research. Magentic-One is designed to function as a flexible and scalable alternative to single-agent systems. It allows the addition or removal of agents without altering the system's core structure. "Magentic-One's plug-and-play design further supports easy adaptation and extensibility by enabling agents to be added or removed without altering other agents or the overall architecture, unlike single-agent systems that often struggle with constrained and inflexible workflows," said the company in its blog post. Microsoft's AutoGen framework facilitates this adaptability, supporting the integration of various large language models (LLMs) and smaller models (SLMs) to meet specific requirements for cost and performance. The system is currently tested with GPT-4o and OpenAI's o1-preview for certain tasks, though it remains model-agnostic. To evaluate Magentic-One's effectiveness, Microsoft has introduced AutoGenBench, a tool for assessing agentic performance on benchmarks like GAIA, AssistantBench, and WebArena. These benchmarks, which include multi-step planning and tool usage, have shown Magentic-One achieving competitive results against state-of-the-art methods, according to Microsoft's October 2024 data. Recently, several open-source multi-agent frameworks have been introduced. OpenAI launched Swarm, a framework for building, orchestrating, and deploying multi-agent systems. Similarly, IBM has released the Bee Agent Framework, an open-source toolkit for building and deploying agent-based workflows at scale. Currently in its alpha stage, Bee Agent supports a wide range of AI models and offers enhanced compatibility with IBM Granite and Llama 3.x models. This framework is intended to help developers create effective agents with minimal adjustments to existing implementations, and it actively optimises for other popular LLMs.
[5]
Microsoft's Magnetic-One Can Complete Complex Tasks Using AI
Microsoft's new AI system can operate web browsers and open local files Microsoft introduced a new multi-agent artificial intelligence (AI) system dubbed Magnetic-One on Monday. The tech giant called it a high-performing system that can activate multiple AI agents to complete complex tasks via web browsers on locally on a device. It is based on a new framework that allows an AI model to access multiple modalities and capabilities to complete tasks such as booking a ticket, purchasing a product online, or editing a document stored on the device. Notably, Microsoft's Magnetic-One is an open-source project and is accessible to researchers and developers. Generative AI has taken a huge leap in machine intelligence and its capability to generate outputs across text, images, audio, and video formats. However, while modern AI systems are great at retrieving information, they still remain poor at reasoning, especially when it comes to solving problems and completing tasks. This is why AI agents, which can be understood as miniature software capable of executing an action, have become an important extension of large language models (LLMs). Microsoft's Magnetic-One also works on the same principle, as detailed in a research paper. The company describes it as a "high-performing generalist agentic system" designed to complete complex multi-step tasks such as software engineering, data analysis, scientific research, and web navigation. Magnetic-One has a multi-agent architecture, which means one LLM can activate several agents to complete a task. For this, the AI system activates a lead agent dubbed the Orchestrator. It directs four other agents where each agent specialises in one task. For instance, if the system is asked to book a ticket for a movie, the Orchestrator could trigger a vision agent that can look at the screen and process the visual information. Another might have knowledge of web browsers and can handle its navigation. The third could be breaking down the prompt into actionable steps, and the fourth might be able to handle financial transactions. By dividing the task among multiple such specialised agents, both the accuracy and speed of completion is increased. The open-source Magnetic-One AI system is available on GitHub and can be accessed here. It is available to researchers and developers, and can also be used for commercial purposes under a custom Microsoft licence. Alongside, Microsoft has also released AutoGenBench, which is a tool that evaluates the performance of AI agents. It comes with built-in controls for repetition and isolation to thoroughly test the agents.
[6]
Microsoft's new Magnetic-One system directs multiple AI agents to complete user tasks
Enterprises looking to deploy multiple AI agents often need to implement a framework to manage them. To this end, Microsoft researchers recently unveiled a new multi-agent infrastructure called Magnetic-One that allows a single AI model to power various helper agents that work together to complete complex, multi-step tasks in different scenarios. Microsoft calls Magnetic-One a generalist agentic system that can "fully realize the long-held vision of agentic systems that can enhance our productivity and transform our lives." The framework is open-source and available to researchers and developers, including for commercial purposes, under a custom Microsoft License. In conjunction with the release of Magnetic-One, Microsoft also released an open-source agent evaluation tool called AutoGenBench to test agentic systems, built atop its previously released Autogen framework for multi-agent communication and cooperation. The idea behind generalist agentic systems is to figure out how autonomous agents can solve tasks that require several steps to finish that are often found in the day to day running of an organization or even an individual's daily life. From the examples Microsoft provided, it looks like the company hopes Magnetic-One fulfills almost mundane tasks. Researchers pointed Magnetic-One to tasks like describing trends in the S&P 500, finding and exporting missing citations, and even ordering a shawarma. How Magnetic-One works Magnetic-One relies on an Orchestrator agent that directs four other agents. The Orchestrator not only manages the agents, directing them to do specific tasks, but also redirects them if there are errors. The framework is composed of four types of agents other than the Orchestrator: The Orchestrator directs these agents and tracks their progress. It starts by planning how to tackle the task. It creates what Microsoft researchers call a task ledger that tracks the workflow. As the task continues, the Orchestrator builds a progress ledger "where it self-reflects on task progress and checks whether the task is completed." The Orchestrator can assign an agent to complete each task or update the task ledger. The Orchestrator can create a new plan if the agents remain stuck. "Together, Magentic-One's agents provide the Orchestrator with the tools and capabilities that it needs to solve a broad variety of open-ended problems, as well as the ability to autonomously adapt to, and act in, dynamic and ever-changing web and file-system environments," the researchers wrote in the paper. While Microsoft developed Magnetic-One using OpenAI's GPT-4o -- OpenAI is after, all a Microsoft investment -- it is LLM-agnostic, though the researchers "recommend a strong reasoning model for the Orchestrator agent such as GPT-4o." Magnetic-One supports multiple models behind the agents, for example, developers can deploy a reasoning LLM for the Orchestrator agent and a mix of other LLMs or small language models to the different agents. Microsoft's researchers experimented with a different Magnetic-One configuration "using OpenAI 01-preview for the outer loop of the Orchestrator and for the Coder, while other agents continue to use GPT-4o." The next step in agentic frameworks Agentic systems are becoming more popular as more options to deploy agents, from off-the-shelf libraries of agents to customizable organization-specific agents, have arisen. Microsoft announced its own set of AI agents for the Dynamics 365 platform in October. Tech companies are now beginning to compete on AI orchestration frameworks, particularly systems that manage agentic workflows. OpenAI released its Swarm framework, which gives developers a simple yet flexible way to allow agents to guide agentic collaboration. CrewAI's multi-agent builder also offers a way to manage agents. Meanwhile, most enterprises have relied on LangChain to help build agentic frameworks. However, AI agent deployment in the enterprise is still in its early stages, so figuring out the best multi-agent framework will continue to be an ongoing experiment. Most AI agents still play in their playground instead of talking to agents from other systems. As more enterprises begin using AI agents, managing that sprawl and ensuring AI agents seamlessly hand off work to each other to complete tasks is more crucial.
Share
Share
Copy Link
Microsoft has launched Magnetic-One, an open-source multi-agent AI system designed to tackle complex, multi-step tasks across various domains. This innovative technology coordinates multiple specialized AI agents to enhance task completion efficiency and accuracy.
Microsoft has unveiled Magnetic-One, a groundbreaking open-source multi-agent artificial intelligence (AI) system designed to simplify complex, multi-step tasks 1. This innovative technology marks a significant advancement in AI capabilities, moving beyond traditional chatbots to create a system that can autonomously plan and execute intricate tasks across various domains.
At the core of Magnetic-One is a sophisticated multi-agent architecture. The system comprises five AI agents working in concert:
This modular design allows for flexibility and scalability, enabling the addition or removal of agents without disrupting the core structure [4].
Magnetic-One is capable of performing a wide range of tasks, including:
The system's ability to activate multiple agents using a single language model sets it apart, allowing it to handle real-world scenarios such as booking tickets, making online purchases, or editing local documents [3].
Microsoft has made Magnetic-One available as an open-source tool on GitHub, encouraging collaboration within the AI research community [2]. To assess the system's effectiveness, Microsoft has also introduced AutoGenBench, a tool for evaluating agentic performance on various benchmarks [3].
While Magnetic-One represents a significant advancement, Microsoft acknowledges potential risks:
Magnetic-One is part of a growing trend towards multi-agent AI systems, with companies like OpenAI and IBM also developing similar frameworks [3]. This shift towards more generalist, agentic AI capable of performing complex tasks is likely to have far-reaching implications for various industries and applications.
As AI continues to evolve, systems like Magnetic-One are poised to revolutionize task automation and problem-solving across multiple domains, potentially transforming how we interact with and utilize AI in our daily lives and professional endeavors.
Reference
[2]
[4]
[5]
Microsoft introduces Magentic-One, an innovative multi-agent AI system designed to tackle a wide range of complex tasks autonomously. This open-source project aims to push the boundaries of AI capabilities in areas such as web browsing, coding, and task orchestration.
3 Sources
Microsoft launches 10 new autonomous AI agents integrated into Dynamics 365, aiming to streamline workflows and enhance operational efficiency across critical business functions. This move positions Microsoft as a leader in enterprise AI solutions.
34 Sources
Microsoft announces the release of autonomous AI agents and Copilot Studio, enabling businesses to create custom AI assistants for task automation and productivity enhancement.
37 Sources
AI agents are emerging as autonomous systems capable of handling complex tasks across various industries, from customer service to software development. While promising increased efficiency, their deployment raises questions about job displacement, privacy, and trustworthiness.
8 Sources
AI agents are emerging as the next wave of AI technology, offering autonomous task completion and decision-making capabilities beyond traditional chatbots and large language models.
7 Sources
The Outpost is a comprehensive collection of curated artificial intelligence software tools that cater to the needs of small business owners, bloggers, artists, musicians, entrepreneurs, marketers, writers, and researchers.
© 2024 TheOutpost.AI All rights reserved