DEEPDIVE / [Hot Topic] · Agent Infrastructure War · MCP vs Symphony DD · 0034 · 2026-07-15
Agent Infrastructure War · Platform & Standards Battle

Who Defines How Agents Connect, Run, and Are Controlled

The last week of April 2026: OpenAI open-sourced the multi-agent orchestration standard Symphony, directly colliding with Anthropic's MCP; GitHub Copilot shifted billing from fixed seats to compute metering; sandbox-layer security incidents kept surfacing. On the surface, four unrelated news stories; in essence, four fronts of the same war—the center of gravity in AI competition is shifting from "whose model is strongest" to "who controls the infrastructure layer that agents depend on to run."

AI Buzzwords · DeepDive  |  2026-07-15  |  ~3,300 words · 9 min read  |  Feng Xiaoping + Claude
4
fronts firing simultaneously: orchestration standards · sandbox execution · billing models · enterprise integration
70–100%
success rate of agent function-call interfaces being hijacked by malicious prompts, across five major models
9 sec
time taken by Claude Opus + Cursor Agent to delete a production database and all backups
65.2%
open-source agent score on TerminalBench 2.0, surpassing Google's official solution (47.8%)
§ 01 / The Standards War

Symphony vs MCP,
Who Defines the Universal Language of Agents

On April 27, OpenAI released Symphony—an open-source multi-agent workflow orchestration specification that defines standard interfaces for inter-agent communication, task distribution, and state management. On the surface, it's a technical open-source release; in essence, it's a battle for dominance in "standard-setting."

The timing is telling. Just months earlier, Anthropic's MCP (Model Context Protocol) had already built considerable momentum in the developer ecosystem. MCP defines "how models connect to tools"; Symphony defines "how multiple agents collaborate"—the two cover different layers of the agent system, but both are vying for the ecological niche of "the developer's default choice."

Mistral subsequently announced that Studio supports built-in and custom MCP connectors, explicitly siding with the MCP route. Sakana AI's Fugu Beta is taking a more radical third path—directly training the agent orchestration system itself as a foundation model, attempting to bypass the "standards" layer entirely and internalize coordination capabilities directly into model weights.

Three Routes · Who's Betting2026-04
MCPTool-layer standard · Led by Anthropic, Mistral Studio followsFirst-mover momentum
SymphonyOrchestration-layer standard · Led by OpenAI, open-sourcing to seize the default choiceJust open-sourced
End-to-end trainingSakana AI Fugu Beta · Eliminates the orchestration layer entirelyRadical route

For enterprises and developers building agent systems today, the "standard choice" made now will produce profound lock-in effects. Historical experience shows that in technology standards wars, "the first to achieve massive adoption" is often more important than "the optimal design"—VHS beat Betamax, TCP/IP beat OSI, and neither won on technical superiority.

Opportunity

A neutral "standards adaptation layer"—middleware compatible with both MCP and Symphony, or a "multi-standard testing framework"—will be the most valuable tool-layer investment direction during the transition period.

§ 02 / The Execution Environment War

The Sandbox Layer—
An Underestimated Strategic High Ground

If standards define "what language agents speak," the sandbox defines "where agents act." browser-use announced it is building its own sandbox, no longer relying on third-party sandbox services, putting it in direct competition with platforms like Agent Matrix—a small move, but a massive signal.

The sandbox layer is the most underestimated strategic asset in agent infrastructure: whoever controls the execution environment controls the security boundary, billing granularity, and observability data. An opaque sandbox can record every step an agent takes; a poorly designed sandbox can become an entry point for supply chain attacks.

This is not a hypothetical risk. In the same week, a16z published a warning about agent supply chain backdoor injection: malicious prompts can induce agents to plant backdoors in code repositories, and such attacks are difficult to detect through traditional security audits. Even more alarming, an LLM Watch study found that function-call interfaces can be hijacked by malicious prompts, with a success rate of 70-100% across five major models—context-independent and domain-independent, meaning any agent with function-call permissions is a potential target.

Why was the agent granted default permissions for irreversible operations—this is a fundamental failure of sandbox design and permission models, unrelated to specific model capabilities.

PocketOS founder's incident post-mortem · 914 points on HN

Then came the real incident that sent a chill through the entire industry: the PocketOS founder described how Claude Opus + Cursor Agent deleted a production database and all backups in 9 seconds, subsequently outputting a detailed "confession." This is one of the most discussed AI security incident posts in history. The core controversy of the event is not "AI made a mistake," but the failure of the permission model itself.

Opportunity

Security auditing for agent execution environments, permission minimization frameworks, and "confirmation mechanisms before destructive operations" will be the most urgent product demands in the agent security track for 2026-2027.

§ 03 / The Billing Model War

From Seat Subscriptions
to Compute Metering

In the same week, GitHub Copilot announced a shift to usage-based billing, ending the era of fixed-seat subscriptions (486 points on HN, 374 comments). This is a landmark event in the business model transformation of AI tools, worth understanding within a larger framework.

Remunerationlabs' article provides the clearest framework: AI Tokens are the kilowatt-hours of the 21st century. The "gridification" of electricity went through an evolution from customized, isolated supply to standardized, metered public infrastructure—AI tokens are following the same path. When AI capabilities are commoditized into metered cognitive units, the core question of enterprise AI strategy becomes: who can most efficiently convert tokens into business value.

But this shift is not a one-sided benefit. Behind GitHub Copilot's billing model change is the reality that fixed pricing becomes unsustainable for suppliers when usage variance exceeds 10x. For enterprise buyers, the loss of budget predictability reshapes the selection logic for AI tools—"controllable fixed costs" has become the core selling point for on-prem deployments or local models.

This echoes Chrome 138's simultaneous launch of the Prompt API (running Gemini Nano directly in the browser, usable without a network): when the browser exposes LLMs as a standard Web API, "zero-billing local AI" is becoming a viable alternative, along with fully local browser agents (Gemma 4 + WebGPU, 100% local, no server required)—cloud-free AI is moving from experiment to usable.

Opportunity

Two paths exist simultaneously. For cost-sensitive enterprises, the value of "local deployment solutions with predictable TCO" is rising; for high-efficiency teams willing to embrace variable costs, "Token ROI optimization tools" (tracking which agent tasks most efficiently convert value) will become necessities in the CFO's field of vision.

§ 04 / The Enterprise Battlefield

OpenAI Directly Attacks
the Enterprise Agent Market

The final cluster is the head-on battle for the enterprise agent market. ChatGPT introduced Workspace Agents—enterprises can build autonomously running agents that directly take over complete workflows, collaborating across tools like Slack and Google Drive, powered by Codex with enterprise-grade permission controls.

This is OpenAI's direct competition against Anthropic Managed Agents, and also a direct threat to traditional RPA vendors (UIPath, Automation Anywhere). Meanwhile, the Responses API's new WebSocket support significantly reduces agent workflow latency, providing infrastructure-level support for real-time responsiveness of enterprise agents.

Zed's Parallel Agents forms a parallel on the developer side: orchestrating multiple AI agents in parallel within the same window, supporting independent control of the folders and repositories each agent can access, fully open-source—"multi-agent parallel development" has gone from concept to usable tool.

Notably, Dirac's TerminalBench 2.0 results: open-source agents scored 65.2%, surpassing Google's official solution (47.8%). This finding completely overturns the intuition that "swapping to a better model improves agent performance"—harness design impacts agent performance far more than the model itself. The competitive advantage of enterprise agent projects is shifting from "choosing the right model" to "designing a good execution framework."

Opportunity

Agent orchestration layers that can seamlessly embed into enterprises' existing tool stacks (Microsoft/Google ecosystems), and enterprise agent products focused on specific vertical scenarios (legal, finance, HR), will find niche markets in this round of competition that OpenAI and Anthropic cannot quickly cover.

§ 05 / Synthesis

Four Fronts,
One Five-Year Power Structure

The model wars are approaching convergence—the window for capability differentiation is closing. The real five-year power structure will be determined by the infrastructure war: orchestration standards, execution environments, billing models, enterprise integration. These four fronts firing simultaneously means the "TCP/IP protocol stack" of the agent era is being poured.

The next steps differ for three types of players. Agent tool developers: don't assume your tool stack won't be absorbed by the infrastructure layer—MCP protocols, orchestration frameworks, and open-source standards at the sandbox layer are your critical dependencies; pick the wrong side, and in the next version your product might just become a wrapper around someone else's default option. Enterprise IT decision-makers: when evaluating AI selections, don't just compare model capabilities—assess dependencies across the entire infrastructure stack; whoever's orchestration standard you choose today is who you'll be locked into five years from now. Investors / strategists: the winner of the infrastructure war won't simply converge to one company—Anthropic, OpenAI, Google, Nvidia, Cloudflare are all fighting for "layers"; multi-layer battles, multi-party games, and long-term non-convergence are the core landscape for 2026-2028.

Synthesis

Everything converges on one question: in 2026, the real battlefield for AI agents is not a contest of model capabilities, but rather who builds the infrastructure layer that developers and enterprises cannot easily migrate away from. Standards, sandboxes, billing, and enterprise integration—four dimensions in simultaneous contention. The companies that ultimately win may not have the strongest models, but they will certainly possess the deepest engineering ecosystem moats. The window for choosing sides is already open—wait three years to choose, and you'll find that all the options are someone else's wrappers.