'Agent-of-Agents' Emerges as Architectural Pattern
AI21 Labs has proposed a modular intelligence framework where complex tasks are handled by chaining specialized agent modules for memory, planning, and tool use. This "agent-of-agents" architecture is gaining traction among enterprise CTOs, who noted in a recent podcast that their biggest challenge is the "choreography" of how multiple agents interact. This modular approach is seen as improving reliability, explainability, and adaptability in enterprise workflows.
The "agent-of-agents" model is one of several competing orchestration patterns for multi-agent systems, including sequential, concurrent, and hierarchical structures. Frameworks like LangChain and LlamaIndex provide the developer tooling to implement these patterns, with LangChain focusing more on orchestrating complex workflows and LlamaIndex specializing in data retrieval and indexing. Many production systems use both, leveraging LlamaIndex for the data layer and LangChain for the orchestration layer. Venture capital investment in agentic AI is surging, with global funding reaching $2.8 billion in the first half of 2025 and projected to hit $6.7 billion for the full year. This represents a significant increase from the $3.8 billion raised in 2024 and $1.3 billion in 2023. In total, over 1,000 companies in the agentic AI sector have collectively raised more than $20.8 billion. This modular approach fundamentally reshapes API design, moving from fine-grained, data-exposing endpoints to goal-oriented, task-centric interfaces that enable autonomous decision-making. The rise of agentic AI is forcing a shift in API strategy to prioritize transparency, explainability, and human oversight in the design and deployment of AI-driven APIs. This evolution is critical as traditional enterprise API architectures are often ill-equipped to handle the dynamic, goal-oriented behaviors of intelligent agents. However, enterprise adoption faces significant hurdles, including data quality issues, system integration complexity, and the high costs of running AI systems 24/7. A 2025 McKinsey survey found that while 72% of enterprises have adopted at least one AI capability, only 23% report significant cost savings from these initiatives. Key challenges include a lack of technical expertise and misalignment between business needs and technical goals. The move toward multi-agent systems introduces unique governance challenges not present in single-model systems. Governance frameworks must now account for agent-to-agent communication, collective decision-making, and the potential for emergent, unpredictable behaviors. This requires establishing clear orchestration rules, defining boundaries for agent autonomy, and implementing human-in-the-loop controls for high-stakes decisions to align with regulations like the EU AI Act.