Logo
FrontierNews.ai

Three New Frameworks Are Reshaping How AI Agents Work Together

The way AI agents coordinate with each other is undergoing a fundamental shift. Instead of developers manually wiring together multiple AI models and tools, three emerging frameworks are automating orchestration, improving agent cooperation, and establishing security standards for autonomous systems. These developments suggest that agentic AI is moving from experimental proof-of-concept to production-ready infrastructure (Sources 1, 2, 3).

What Is Multi-Agent Orchestration and Why Does It Matter?

Multi-agent orchestration refers to the process of coordinating multiple specialized AI models to work together on complex tasks. Traditionally, this required developers to manually design workflows, decide which model handles which subtask, and manage communication between them. Sakana AI's Fugu framework changes this by treating orchestration itself as a learned capability embedded in a single language model (LLM), which is an AI system trained on massive amounts of text data to understand and generate human language.

Fugu works by accepting a task through a standard API interface, then internally deciding whether to solve it directly or break it into subtasks and delegate them across a pool of specialized models from companies like Anthropic, OpenAI, and open-source options like Qwen and DeepSeek. The system then synthesizes the results and returns them to the user. From the outside, it feels like calling any other AI model. On the inside, it's orchestrating a team.

The practical impact is significant. In early testing, Fugu Ultra outperformed several leading frontier models on complex, multi-step tasks including autonomous machine learning research, financial time series prediction, mechanical design, code generation, and cybersecurity assessments. In one community benchmark building a complete trading desk application, Fugu Ultra delivered polished, feature-rich results comparable to top models.

How Are AI Agents Learning to Cooperate Better?

While Fugu focuses on orchestration, a complementary framework called LLawCo (Learning Laws of Cooperation) tackles a different problem: how to make agents align their behavior with each other and their environment. Current LLM-based agents frequently struggle with misalignment, leading to inefficient cooperation and poor task outcomes.

LLawCo enables agents to autonomously identify and correct misaligned behaviors by extracting patterns from past interactions. Agents learn high-level behavioral rules like "Talk when necessary" and "Wait for partner," then integrate these rules into their decision-making. Researchers tested LLawCo on the PARTNR-Dialog benchmark, a large-scale multi-agent communicative and cooperative planning platform, and found substantial improvements.

The results were measurable. LLawCo boosted average success rates by 4.5% on the PARTNR-Dialog benchmark and 6.8% on the TDW-MAT benchmark, outperforming other communicative agent frameworks. These gains may seem modest numerically, but in production systems handling millions of transactions, even small percentage improvements translate to significant operational value.

Why Is Agent Identity and Security Becoming Critical?

As AI agents gain the ability to transact autonomously, existing identity and security infrastructure designed for humans is proving inadequate. By Black Friday 2025, AI-driven traffic to US retail sites rose 805% year-over-year, with agents driving over $22 billion in global online sales. The global AI agents market is valued at $5.4 billion in 2024 and is projected to reach $236 billion by 2034.

This explosive growth has exposed a critical gap. Current identity systems focus on verifying humans through Know Your Customer (KYC) processes. But when autonomous agents are making purchases, transferring funds, or accessing sensitive systems, organizations need a parallel framework called Know Your Agent (KYA). According to Socure CEO Johnny Ayers, KYA requires four core capabilities:

  • Agent Identity: Establishing who and what the agent is, including its underlying human or organizational identity.
  • Permitted Actions: Confirming the agent's authorized actions and limits before it can execute transactions.
  • Accountability: Maintaining tamper-evident logs of every action taken by the agent for audit and compliance.
  • Continuous Monitoring: Real-time surveillance of agent behavior against approved parameters to detect anomalies or unauthorized activity.

The security stakes are high. Gartner projects that 1 in 4 enterprise breaches by 2028 could stem from AI-agent exploitation. Without interoperable identity and authorization standards, each agentic integration creates bespoke trust gaps that are difficult to audit or remediate at scale.

What Standards Are Emerging for Agent Security?

The National Cybersecurity Center of Excellence published a concept paper in February 2026 identifying candidate standards for agent identity, including MCP, OAuth 2.0 and 2.1 (delegated authorization protocols), OIDC (OpenID Connect, an identity layer), SPIFFE/SPIRE (machine identity frameworks), and SCIM (identity provisioning). For practitioners, these map to concrete engineering priorities: machine-identity lifecycle management, policy-expressed authorization, tamper-evident logging, and real-time policy enforcement.

However, no interoperable standards have been published at scale yet. This creates a critical window where organizations building agentic systems must decide whether to wait for standardization or build custom solutions. The gap between enterprise agentic ambitions and actual identity and access management (IAM) maturity is widening, according to Okta's "AI Agents at Work 2026" report and IANS Research coverage.

How to Prepare Your Organization for Agentic AI

  • Audit Current Identity Infrastructure: Evaluate whether your existing KYC and IAM systems can extend to machine identities. Most human-centric systems will require significant redesign to support agent identity, authorization, and continuous monitoring at the scale and speed agents operate.
  • Monitor Standards Development: Track whether NIST, IETF, major identity providers like Okta and Ping, or cloud vendors publish interoperable machine-identity and delegation primitives. Early adoption of emerging standards can reduce future integration friction and detection blind spots.
  • Plan for Orchestration Complexity: If adopting multi-agent frameworks like Fugu, understand that internal orchestration generates hidden cascades of model calls, which can significantly inflate token usage and costs. Budget for monitoring real-time token consumption and expect higher costs on complex, multi-step tasks compared to single-model inference.
  • Establish Agent Governance Policies: Define what actions agents are permitted to take, under what conditions, and with what approval workflows. Document these policies in machine-readable formats that can be enforced by authorization systems in real-time.

What Are the Trade-Offs of Current Agentic Frameworks?

Fugu's orchestration approach delivers frontier-level performance and resilience against vendor lock-in, but at a cost. Performance comes with significant token consumption overhead. In the trading desk benchmark, Fugu Ultra consumed approximately 22,225 tokens, costing $0.51, compared to GLM-5.2's 13,677 tokens at $0.03. This represents roughly a 17x cost difference for similar output quality.

Sakana's pricing reflects this orchestration overhead. Subscription plans range from $20 per month for Standard access to $200 per month for Max access, with both including usage caps. Pay-as-you-go pricing for Fugu Ultra is $5 per million input tokens and $30 per million output tokens. For developers and teams working on complex agentic projects, research automation, or secure multi-vendor workflows, Fugu offers a compelling option. For simpler or highly cost-sensitive tasks, lighter single models or cheaper open-weight alternatives may still be more practical.

Fugu is currently available via API key through the Sakana console and is compatible with any OpenAI-compatible client or framework. However, it is not currently available in the EU/EEA due to regulatory compliance.

What Does This Mean for the Future of AI?

These three frameworks point toward a future where the "model" is increasingly a smart coordinator rather than a single brain. As AI systems become more agentic and multi-model ecosystems mature, orchestration, cooperation, and security will become as important as raw model capability. The convergence of learned orchestration, behavioral alignment, and machine identity standards suggests that agentic AI is transitioning from research curiosity to production infrastructure (Sources 1, 2, 3).

For organizations building or deploying agentic systems, the message is clear: the technical and operational challenges are shifting from "Can we build multi-agent systems?" to "How do we orchestrate, align, and secure them at scale?" The frameworks and standards emerging now will shape how that transition unfolds.