DTWdailytechwire
Tech Intelligence, Wired Daily
AI

Why AI Agents Still Fail at Teamwork

The next leap in artificial intelligence isn't bigger models or more compute. It's teaching autonomous agents to think together across organizational boundaries.

AS
Arjun S. Mehta
Staff Writer · Singapore
Jul 28, 2026
5 min read
Why AI Agents Still Fail at Teamwork
Why AI Agents Still Fail at TeamworkCredit: Rose Wong

The Coordination Problem No One Is Solving

Picture four AI agents running a hospital's patient intake: one triages symptoms, another books appointments, a third verifies insurance, the fourth coordinates prescriptions. Each agent performs its narrow task competently. But when a patient arrives with chest pain, conflicting insurance coverage, and an urgent need for medication refills, the system stalls. A human nurse steps in to orchestrate the handoffs, interpret context, and make judgment calls the agents cannot share among themselves.

This gap is not about model size or training data. It's architectural. Current multi-agent systems excel at task division but collapse when problems require shared intent and collective reasoning. Open-source frameworks tested across software engineering, drug discovery, and simulation workflows show failure rates between 41% and 87%, according to Outshift by Cisco's research into production deployments.

The root cause: agents today exchange data but not understanding. They coordinate actions without converging on goals. Vijoy Pandey, who leads Outshift's work on distributed AI systems, frames the challenge as a missing semantic layer that transforms isolated specialists into a unified problem-solving entity.

Vertical Scale Has Hit Diminishing Returns

For the past decade, AI progress has tracked a single axis: make models larger, feed them more tokens, throw more GPUs at training runs. Vertical scaling delivered the reasoning engines that power today's autonomous agents, systems capable of perception, planning, and execution across digital environments.

Yet scaling up individual agents does not automatically yield systems that think together. A healthcare agent trained on millions of patient records remains blind to the insurance agent's constraints. The pharmacy agent cannot access the diagnostic agent's reasoning path. When a novel case arrives, one no agent was explicitly trained to handle, the system fragments.

Horizontal scaling addresses this by connecting agents across organizational silos, allowing them to discover each other, establish trust, and pool knowledge. The technical foundation resembles the early internet's shift from isolated networks to a global fabric, but for machine cognition rather than data packets.

Three Pillars of Collective Intelligence

Building systems where agents genuinely collaborate requires rethinking the coordination stack. Outshift's approach centers on three layers, each addressing a specific failure mode in naive multi-agent architectures.

Shared Intent Through Cognition State Protocols Before agents act, they must agree on what they are trying to accomplish. Cognition state protocols function as semantic handshakes, forcing agents to declare goals, surface missing information, and resolve conflicts upfront. Internal testing by Outshift showed unstructured agent groups reached consensus in roughly one-third of scenarios. Adding a coordination protocol that enforces goal alignment raised that figure to 93%.

The open-source Mycelium project, now under the Linux Foundation's AGNTCY initiative, provides this coordination layer. Organizations can deploy it against proprietary agents without retraining models or exposing internal data.

Shared Context Through Cognition Fabric Most agent systems reset between sessions, discarding insights and repeating work. A cognition fabric solves organizational amnesia by maintaining a policy-governed institutional memory. Agents contribute observations to a shared context mesh, and future agents inherit that cumulative knowledge. The baseline intelligence of the system ratchets upward rather than oscillating with each new task.

This differs from vector databases or retrieval-augmented generation, which retrieve documents but do not synthesize evolving understanding across agent interactions. The fabric tracks not just what was decided, but why, and under what constraints.

Shared Reasoning Through Cognitive Amplifiers and Guardrails Collective reasoning at machine speed introduces new risk vectors. Agents may delegate tasks beyond their authorization, fall victim to prompt injection attacks, or access privileges far exceeding their functional need. Guardrail technologies create security, cost, and compliance frameworks that operate continuously, not as post-hoc reviews.

Continuous Agent Semantic Authorization, another open-source reference from Outshift, checks each tool request against the agent's authorized task. If a healthcare agent asked to summarize one patient record attempts a database-wide query, CASA denies the call. Traditional role-based access controls, designed for humans or stateless machines, cannot enforce task-scoped permissions for agents that reason and delegate autonomously.

Cognitive amplifiers, meanwhile, accelerate the modeling and simulation work that multi-agent systems use to evaluate trade-offs. Humans remain active contributors, handling judgment calls the system routes to them based on uncertainty thresholds rather than reviewing every output.

The Anthropological Parallel

Pandey draws an analogy to human cognitive evolution. For hundreds of millennia, individual humans grew smarter, but those gains died with each person. Around 70,000 years ago, behavioral modernity emerged: humans learned to share intent, build cumulative knowledge, and reason collectively. Isolated bands became civilizations.

AI agents sit at a similar threshold. Vertical scaling has produced silicon savants with impressive individual capability. What they lack is the connective tissue that allowed Homo sapiens to go collective. The Internet of Cognition thesis holds that adding semantic layers for intent, context, and reasoning will trigger a comparable phase transition for machine intelligence.

Whether this leads to "distributed artificial superintelligence," as Pandey suggests, depends on how one defines superintelligence. If the term means systems that solve novel, cross-domain problems without human intervention, then horizontal scaling is a necessary precondition. If it implies recursive self-improvement or goal misalignment risks, the guardrail layer becomes the bottleneck that determines safety outcomes.

Where to Start

Organizations exploring multi-agent systems should begin with one cross-functional workflow that currently requires human handoffs, Pandey advises. Pick a process spanning three or four teams, stand up a small agent system on open infrastructure, and establish measurable baselines. Track not just task completion rates but instances where one agent's insight improved another agent's performance. That signal indicates the horizontal axis is functioning.

The broader implication is a shift in what the industry optimizes for. Model benchmarks that measure individual agent capability, while still relevant, capture only half the picture. The harder engineering problem is building the protocols, fabrics, and guardrails that allow agents to align goals and compound learning across organizational boundaries.

Experimentation windows remain wide open. The standards for agent-to-agent communication, identity verification, and semantic coordination are still being written. Early movers who contribute to open-source projects like AGNTCY and Mycelium will shape the infrastructure that underpins the next generation of enterprise AI.

At DailyTechWire, we have tracked the gap between single-agent demos and production multi-agent deployments across sectors from fintech to logistics. The pattern is consistent: impressive prototypes that fail when scaling beyond controlled environments. If the semantic layer approach proves out in real-world workflows, it would mark a genuine architectural shift, not just an incremental improvement in prompt engineering or model tuning.

The question is whether enterprises will adopt open, interoperable coordination layers or whether cloud providers will bundle proprietary alternatives into their AI platforms. The former path enables the distributed intelligence thesis; the latter risks recreating the walled gardens that slowed earlier waves of enterprise software innovation.

Read next
AI

Why AI Drug Hunters Are Drowning in Success

Arjun S. Mehta · 7 min
AI

Nvidia and Microsoft Form AI Security Coalition as Frontier Model Risks Escalate

Arjun S. Mehta · 7 min
AI

Tencent Sheds Internet Holdings to Back China's AI Startups

Wei Zhang · 6 min
Spot something wrong? Email corrections@dailytechwire.com. We log every correction publicly.