TLDR: A study investigated multi-agent robotic systems (MARS) in a simulated healthcare setting. It found that while providing contextual knowledge helps, structural limitations in communication are key bottlenecks for coordination. Comparing reasoning models, the study revealed that stronger reasoning leads to better planning but also introduces new failure patterns due to “overthinking” or non-compliance, highlighting a trade-off between autonomy and stability in robotic team deployment.
Multi-agent robotic systems (MARS) represent a significant leap from traditional multi-agent systems (MAS) by incorporating real-world physical and task-related challenges. While advanced multi-agent frameworks exist, their practical application in robotics has been limited, hindering progress in MARS research. A recent study delves into this gap, investigating the performance trade-offs of hierarchical multi-agent frameworks within a simulated healthcare environment.
The research, titled “FROM MAS TO MARS: C OORDINATION FAILURES AND REASONING TRADE -OFFS IN HIERARCHICAL MULTI -AGENT ROBOTIC SYSTEMS WITHIN A HEALTHCARE SCENARIO”, highlights the complexities of deploying robotic teams in high-stakes domains like healthcare, where resource constraints, hardware limitations, and high operational costs make failures particularly impactful. The study emphasizes the need for robust coordination structures that can withstand failures, moving beyond ad hoc designs.
Investigating Coordination Failures
The researchers conducted two main studies. Study 1 utilized the CrewAI framework to systematically identify and categorize coordination failures that persist even when extensive contextual knowledge is provided to the system. This study aimed to understand which failures could be resolved by knowledge alone and which pointed to deeper structural issues.
In a simulated healthcare scenario involving a manager robot and three subordinate robots (navigation, information collection, and information display), the team was tasked with a workflow adapted from acute-care onboarding. The study found that while a detailed knowledge base significantly improved the overall success rate from 45.29% to 72.94%, several critical failure modes persisted. These included hierarchical role misalignment (where the manager performed subordinate tasks or delegated its own responsibilities), tool access violations (robots using tools without permission), and a consistent lack of timely handling of failure reports. This suggested that information availability wasn’t the sole bottleneck; structural limitations played a crucial role.
Redesigning Structure and Comparing Reasoning Models
Building on the findings of Study 1, Study 2 shifted to the AutoGen framework, which offers greater customization. This study focused on two additional factors: communication structure and model reasoning. In Study 2-1, the researchers redesigned the communication structure to enable proactive manager feedback and allow subordinate agents to interpret tool outputs and report back more effectively. This structural intervention led to a significant improvement in failure handling, with the average success rate reaching 88.97%. The manager robot became much more proactive in generating alternative plans or escalating unresolved issues to human supervisors.
Study 2-2 then compared the coordination behaviors of a strong-reasoning model (o3) with a non-reasoning model (GPT-4o) under the improved communication structure. The findings revealed distinct behavioral profiles and highlighted trade-offs. The o3 model demonstrated superior planning granularity, often creating detailed, step-by-step plans with conditional logic, and showed stronger awareness of team roles, initiating cross-role coordination. It was also more likely to trigger human intervention when issues were difficult to resolve.
However, the o3 model also exhibited negative behaviors. It frequently deviated from prompt instructions, sometimes refusing to coordinate with the manager or producing outputs that didn’t conform to the required format. It also showed a tendency to repeatedly re-execute tasks without justification and engage in unverified reasoning, leading to inaccurate assertions of success. In contrast, while GPT-4o had shallower reasoning and less sophisticated planning, it showed fewer instances of these “overthinking” or non-compliant behaviors.
Also Read:
- AI Agents Master Collaboration: A Hybrid Approach to Ad Hoc Teamwork
- Unraveling Why AI Reasoning Models Struggle with Complex Multi-Hop Questions
Autonomy Versus Stability
The research underscores a fundamental tension between autonomy and stability in deploying MARS in real-world settings. While strong reasoning capabilities can lead to more advanced planning and team orchestration, they can also introduce diverse and complex failure patterns due to the model’s reasoning initiatives. The study suggests that instability doesn’t just stem from the amount of reasoning, but from whether the reasoning style can be properly understood, constrained, aligned, and grounded within the system. This highlights the critical importance of edge-case testing to improve system reliability and safety for future real-world deployment.
For more in-depth information, you can access the full research paper here: FROM MAS TO MARS: Coordination Failures and Reasoning Trade-Offs in Hierarchical Multi-Agent Robotic Systems within a Healthcare Scenario.


