Skip to main content

Your organisation probably has more AI agents than it realises. Marketing runs one for content generation. Engineering has three — one for code review, one for CI/CD triage, one for incident response. Sales has a prospecting agent. Customer support has two. And every single one of them was built from scratch, with its own authentication flow, its own retry logic, its own logging, and its own deployment pipeline.

Sound familiar? Welcome to agent infrastructure sprawl — the 2026 version of the microservices mess that platform engineering was invented to solve.

TL;DR

  • Most organisations are duplicating AI agent infrastructure across every team — auth, retry, observability, and deployment built from scratch each time
  • Agent infrastructure sprawl mirrors the early microservices chaos that platform engineering solved five years ago
  • A shared agent platform layer — covering identity, orchestration, observability, and governance — reduces duplication by 60-70% and cuts onboarding time from weeks to days
  • The ThoughtWorks Technology Radar and Gartner both flag agent governance as a critical gap in mid-2026, with 72% of agent-based AI now in production
  • Teams that treat agent infrastructure as a platform engineering problem today avoid the painful consolidation project tomorrow

The Problem: Every Team Is Reinventing the Wheel

A recent analysis on the state of enterprise AI infrastructure painted a stark picture: companies building 50+ AI agents where none of them share infrastructure. Each team independently solves the same problems — how to authenticate the agent, how to handle rate limits, how to log actions for audit trails, how to manage secrets, and how to deploy updates without downtime.

The numbers tell the story. Gartner estimates that 40% of enterprise applications will incorporate AI agents by the end of 2026, up from less than 5% in 2025. That is an eight-fold increase in twelve months. And most organisations are building each agent as if it were the only one that would ever exist.

This is not a technology problem. It is an organisational problem. And we have seen it before.

The Microservices Parallel

Cast your mind back to 2018-2020. Every team was spinning up microservices. Each one had its own service discovery, its own health checks, its own deployment scripts, its own logging format. The result was operational chaos — hundreds of services, no consistency, impossible to debug, expensive to maintain.

Platform engineering emerged as the answer. Instead of every team solving infrastructure problems independently, a dedicated platform team built shared, self-service foundations: standardised CI/CD pipelines, internal developer portals, golden paths for deployment, unified observability stacks.

AI agents are following the exact same trajectory, just compressed into a fraction of the time. The difference is that agents introduce additional complexity that microservices never had: they make autonomous decisions, they consume external APIs with real-world consequences, they handle sensitive data, and they need governance frameworks that did not exist two years ago.

What an Agent Platform Layer Actually Looks Like

An agent platform is not a product you buy off the shelf. It is a set of shared capabilities that your platform team builds and maintains so that product teams can ship agents without reinventing foundational infrastructure every time.

1. Identity and Authentication

Every agent needs an identity. Not a shared API key stuffed into an environment variable, but a proper, auditable, scoped identity. The Five Eyes alliance guidance on agentic AI published earlier this year was explicit: agents need cryptographic identities, not borrowed human credentials.

A shared agent identity layer provides JIT (just-in-time) credential provisioning, scoped permissions per agent, automatic rotation, and audit trails. Build this once, and every new agent inherits it.

1. Orchestration and Communication

Agents rarely work alone. Your code review agent needs to communicate with your CI/CD agent. Your incident response agent needs to query your observability agent. Without a shared orchestration layer, these integrations are built point-to-point — creating the same spaghetti architecture that plagued early microservices.

A platform-level orchestration layer — whether built on durable execution frameworks like Temporal, Restate, or Inngest, or on protocol-level standards like A2A (Agent-to-Agent) — gives agents a consistent way to discover, communicate with, and delegate to each other.

3. Observability and Cost Tracking

You cannot govern what you cannot see. A shared agent observability layer captures token usage, API calls, decision traces, error rates, and cost attribution across every agent in your organisation. Without this, you end up with the AI equivalent of shadow IT — agents running up bills, making decisions, and failing silently with no one the wiser.

The Uber budget blowout earlier this year — burning through their entire 2026 AI budget in four months — is the cautionary tale. Centralised cost tracking and spend caps are not optional.

4. Governance and Policy Enforcement

This is where agent platform engineering diverges most sharply from traditional platform engineering. Agents make decisions. They take actions. They can provision infrastructure, send emails, modify data, and interact with external services autonomously.

A governance layer enforces policies consistently: what data can an agent access? What actions require human approval? What happens when an agent encounters an edge case? What are the blast radius containment rules? These policies need to be defined once and applied uniformly, not reimplemented by each team.

The Cost of Doing Nothing

The ThoughtWorks Technology Radar for 2026 flagged a telling observation: AI has lowered the barrier to building developer tooling so dramatically that many new tools are maintained by a single contributor working with a coding agent. The result is a constant stream of new agent tools, each solving the same problems slightly differently.

Inside your organisation, the same dynamic plays out. Without a platform approach, you accumulate:

  • Security debt: Each agent is a potential attack surface. The Miasma worm earlier this year demonstrated how agent configuration files can be weaponised across repositories. Centralised security policies are not a luxury.
  • Compliance risk: The EU AI Act enforcement deadlines are approaching. If you cannot demonstrate consistent governance across your agent estate, you have a compliance problem that gets harder to solve with every new agent deployed.
  • Operational burden: Duplicated infrastructure means duplicated maintenance. When a provider changes their API, or a vulnerability needs patching, you are fixing it in 15 places instead of one.
  • Cost blowout: Without centralised token budgeting and cost attribution, agent spending scales linearly with agent count. Platform-level cost governance turns that into a managed, predictable line item.

Getting Started: The Pragmatic Path

You do not need to build a comprehensive agent platform before deploying your next agent. Start with the highest-value shared capabilities and expand from there.

Week 1-2: Audit. Inventory every AI agent in your organisation. Who built it? What credentials does it use? What data does it access? What does it cost? Most organisations are shocked by the results of this exercise.

Week 3-4: Shared identity. Implement a centralised agent identity service. This is the single highest-impact move. It gives you visibility and control immediately.

Month 2: Observability. Deploy a shared agent observability layer — token usage, cost attribution, decision logging. Use your existing observability stack (OpenTelemetry, Grafana, Datadog) with agent-specific instrumentation.

Month 3: Golden paths. Create an internal “agent starter kit” — a template that includes identity integration, standard logging, cost tracking, and basic governance guardrails. Make it easier to build on the platform than to build from scratch.

Ongoing: Governance. Layer in policy enforcement as your agent estate matures. Start with spend caps and data access controls, then expand to action-level approval workflows.

Why This Matters Now

The window for getting agent infrastructure right is narrowing. With 72% of agent-based AI now in production according to recent industry analysis, and Gartner projecting 40% of enterprise applications incorporating agents by year-end, the sprawl is already underway.

Organisations that apply platform engineering principles to their agent infrastructure today will have a manageable, governable, cost-effective agent estate. Those that do not will face a painful — and expensive — consolidation project in 12 to 18 months.

The microservices world learned this lesson the hard way. The agent world does not have to.

At REPTILEHAUS, we help organisations design and build AI agent infrastructure that scales — from identity and orchestration to governance and observability. If your agent estate is growing faster than your ability to manage it, get in touch.

📷 Photo by Tyler on Unsplash