All posts

AWS, Azure, Google converge on one agent architecture

Manaal KhanJuly 22, 2026 at 10:31 AM5 min read
AWS, Azure, Google converge on one agent architecture

Key Takeaways

AWS, Azure, Google converge on one agent architecture
Source: The New Stack
  • The three major cloud providers are aligning on common patterns for deploying AI agents in enterprise environments
  • A 'portability contract' could reduce vendor lock-in and let teams move agents between AWS, Azure, and Google Cloud
  • 65% of enterprises are already experimenting with AI agents in production, making standardization urgent

Amazon, Microsoft, and Google are building their enterprise AI agent platforms around the same architectural patterns. The convergence points toward an emerging standard, one that could let organizations deploy agents across clouds without rebuilding them from scratch.

The concept centers on what The New Stack calls an "agent platform portability contract." Think of it as a shared interface specification. If all three hyperscalers adopt compatible abstractions for how agents authenticate, access tools, and persist state, then agents become portable assets rather than cloud-specific investments.

Advertisements

Why the big three are converging now

The timing is not accidental. Gartner estimates that 65% of enterprises are already experimenting with AI agents in production environments. That number was below 20% in 2023. Enterprises building agentic systems today face a choice: commit to one vendor's agent framework, or wait for something more portable.

AWS has Bedrock Agents. Microsoft has Copilot Studio. Google has Vertex AI agents. Each framework defines how an agent reasons through tasks, calls external tools, and maintains context across sessions. On the surface, they look different. Underneath, they share a similar structure: a planning loop, tool bindings, memory management, and a way to hand off to other agents.

That shared structure is the foundation of the portability contract. If AWS defines tool bindings the same way Azure does, a team can write an agent once and deploy it anywhere. That is the promise, at least.

What the portability contract actually specifies

The contract covers four core areas. First, agent identity and authentication. An agent needs credentials to access enterprise systems. The contract proposes a common identity layer, so an agent authenticated on Azure can present the same claims on AWS.

Second, tool interfaces. Agents call tools to take actions. Today, AWS tools use one schema, Azure uses another. The contract defines a shared schema for tool definitions, inputs, and outputs.

Third, state and memory. Agents need to remember context across interactions. The contract specifies how to serialize and restore agent state, so an agent can checkpoint on one cloud and resume on another.

Fourth, orchestration. Complex workflows chain multiple agents together. The contract defines how agents discover each other, negotiate handoffs, and share intermediate results.

The real stakes: $42 billion by 2028

Analyst estimates peg the AI agent and autonomous systems market at $42 billion by 2028. AWS, Azure, and Google Cloud combined for $1.3 trillion in cloud revenue last year. Whoever controls the agent layer controls the next margin pool.

But control cuts both ways. If one vendor locks customers into proprietary agent frameworks, enterprises will resist. They have learned that lesson from earlier cloud migrations. A shared standard preempts the lock-in objection. It also lets cloud providers compete on execution, pricing, and ecosystem rather than on framework syntax.

Swami Sivasubramanian, VP of AI and Data at AWS, has acknowledged this dynamic. At re:Invent, he noted that customers increasingly want agents that are not locked into a single cloud. Portability is becoming a key requirement.

Advertisements

What DevOps teams should do now

The standard is not finalized. But teams can prepare. Start by abstracting tool bindings. If your agents call internal APIs, wrap those calls in a thin interface layer. When the portability contract stabilizes, you can swap in compliant bindings without rewriting agent logic.

Second, audit your state management. Agents that persist state to proprietary stores will be harder to migrate. Consider using open formats for memory serialization now.

Third, watch the open source layer. LangChain, LlamaIndex, and similar frameworks are likely to adopt the portability contract early. If you build on those abstractions, you inherit compatibility as they update.

For teams using workflow automation tools like Zapier, Make, or n8n to orchestrate AI tasks today, the portability contract offers a glimpse of where integration patterns are heading. Agent-to-agent handoffs will eventually replace some of the point-to-point integrations these tools currently handle.

ℹ️

Disclosure

Some links in this post are affiliate links — Logicity earns a commission if you sign up, at no extra cost to you. We only link products we have used or actively recommend.

Where the gaps remain

The portability contract is a direction, not a finished spec. Critical details remain open. How will vendors handle proprietary model features? Azure agents using GPT-4o capabilities unavailable on Bedrock cannot be fully portable. Will the contract define a lowest common denominator, or allow optional extensions?

Observability is another gap. Agent debugging requires traces, logs, and metrics. If each cloud instruments agents differently, ops teams still face multi-cloud complexity even with portable agent code.

Security and compliance add more friction. An agent portable in code may not be portable in governance. Audit trails, data residency, and access controls vary by cloud and by region.

ℹ️

Logicity's Take

This convergence matters more for what it signals than for what it ships today. The hyperscalers rarely align without market pressure. That 65% enterprise experimentation rate is the pressure. For DevOps teams, the near-term play is not to bet on one framework, but to bet on abstraction. Teams that wrap their agent tooling in clean interfaces will migrate faster when the standard lands. Those who hardcode Bedrock or Copilot Studio primitives will face six months of refactoring. The $42 billion market projection assumes agents become enterprise infrastructure. That only happens if agents are as portable as containers. The portability contract is the first step toward that world.

Frequently Asked Questions

What is an enterprise agent architecture?

An enterprise agent architecture defines how autonomous AI agents plan tasks, access tools, maintain memory, and coordinate with other agents within corporate environments. AWS, Azure, and Google each have their own frameworks.

Will AI agents be portable across AWS, Azure, and Google Cloud?

That is the goal of the emerging portability contract. If finalized, it would let teams write agents once and deploy them across any major cloud without rebuilding.

How should DevOps teams prepare for agent portability?

Abstract tool bindings behind interface layers, use open formats for state serialization, and build on frameworks like LangChain that will likely adopt the portability standard early.

What are the main obstacles to agent portability?

Proprietary model features, differing observability tooling, and cloud-specific security and compliance requirements all create friction that the portability contract does not yet resolve.

Also Read
7 scenarios that could actually pop the AI bubble

Explores the risks facing AI infrastructure investments, relevant context for teams betting on agent architectures.

ℹ️

Need Help Implementing This?

Logicity works with engineering teams adopting agentic AI systems. If you're evaluating multi-cloud agent strategies or need help abstracting your current tooling, reach out at logicity.in/contact.

Source: The New Stack / Janakiram MSV

M

Manaal Khan

Tech & Innovation Writer

Produced with AI assistance and reviewed by the Logicity editorial team. Learn more in our Editorial Policy.