CNCF and SlashData published their Q1 2026 Technology Radar report in March, and the headline stat is easy to misread as a verdict against building AI-native from the ground up: 35% of organizations run a hybrid platform, bolting specialized AI tooling onto a developer platform they already had, rather than operating one unified system.
The short answer: that number isn't evidence that "AI-native from day one" is the wrong pitch — it's evidence of how expensive it is to retrofit one after the fact. Hybrid isn't a preference teams chose; it's the shape every organization takes mid-migration, because ripping out and replacing a production internal developer platform (IDP) is a multi-year project and bolting a second system alongside it is a multi-week one. The report itself, read past the headline number, backs that reading up — and the concrete cost of staying hybrid is bigger than the survey stat alone suggests.
What the Report Actually Measured
CNCF and SlashData surveyed more than 400 professional cloud-native developers in Q4 2025 and published the findings at KubeCon + CloudNativeCon Europe on March 24, 2026. The survey scored platform-engineering tooling across three categories — workflow automation, application delivery, and security/compliance — on maturity, reliability, and whether developers would recommend it to a peer.
The tools that cleared the bar into the radar's "Adopt" tier:
| Category | Adopt-tier tools | Standout number |
|---|---|---|
| Workflow automation | ArgoCD, Armada, Buildpacks, GitHub Actions, Jenkins | 91% would recommend GitHub Actions |
| Application delivery | Backstage, Helm, kro | 94% rated Helm 4–5 stars for reliability |
| Security & compliance | cert-manager, Keycloak, Open Policy Agent | 87% rated cert-manager 4–5 stars for stability |
Two structural numbers matter as much as the tool ratings: only 28% of organizations have a dedicated platform engineering team, and 41% manage platform capabilities through multi-team collaboration instead. Put those two together with the 35% hybrid-AI-platform figure and a pattern emerges — most organizations aren't operating a single, deliberately designed control plane at all. They're coordinating platform decisions across teams that don't report to a platform org, and grafting AI tooling onto whatever that coordination already produced.
What "Hybrid" Actually Costs, Concretely
The report doesn't itemize what a hybrid setup costs a team day to day, so it's worth pricing out. A hybrid platform — an existing IDP like Backstage plus a separately bolted-on AI/agent layer — duplicates work at exactly the seams where a single control plane would have one answer:
| Dimension | Hybrid (existing IDP + bolted-on AI layer) | Single control plane |
|---|---|---|
| Auth model | Human SSO through the IDP; agents get a second, separately-issued credential path | One identity system issues both |
| Golden path | One path for git push deploys, a second for agent-driven calls, kept in sync by hand | One path, two entry points |
| Governance | Policy written once for human-triggered actions, then re-derived for agent-triggered ones | Policy enforced once, at the control-plane layer |
| Cost attribution | Human spend and agent spend tracked in different systems, reconciled after the fact | One ledger, both consumers |
| New-capability rollout | Ships to the IDP, then has to be separately wired into the AI layer | Ships once |
None of this is hypothetical plumbing — it's exactly what Backstage's own 1.43 release shipped to close. That release added experimental MCP token support: the auth-backend can now issue short-lived (currently one-hour), scoped credentials that MCP clients like Claude or Cursor use to call a new plugin-mcp-actions-backend, which exposes Scaffolder actions as agent-callable tools. That's a real, working answer to "how does an agent authenticate against my existing IDP" — but it's also a second plugin, a second token-issuance path, and a second thing to keep in sync with whatever the human-facing Scaffolder templates already do. It's the bolt-on pattern working as well as a bolt-on pattern can.
The Piece a Bolt-On Layer Can't Fully Cover: Agent Golden Paths
A golden path, in platform-engineering terms, is the paved, opinionated way to do a common task — deploy a service, provision a database, roll back a release — that's faster and safer than improvising the equivalent by hand. For human developers, Backstage's Scaffolder templates are exactly that: a curated set of actions a platform team maintains so nobody hand-writes a Kubernetes manifest from scratch.
The MCP-token work in Backstage 1.43 makes those same actions callable by an agent, which sounds like it closes the gap — but it only closes it for capabilities someone has explicitly exposed as a machine-readable MCP tool. Anything the IDP does that hasn't been wrapped that way, an agent still has to reach some other way: reading source files, shelling out, calling an API the platform team never designed for non-human callers. Platform teams that have gone through this are now describing the fix as building agent golden paths deliberately, the same way they built developer golden paths — not by assuming the developer-facing paved road transfers automatically. A hybrid setup gets partial coverage the moment it wires up an MCP actions plugin; full coverage requires treating "can an agent do this the paved way" as a first-class question for every platform capability, not just the ones that happened to get a Scaffolder template first.
That's the concrete shape of the gap a bolt-on layer leaves standing even when it's implemented well: not "agents can't authenticate" (Backstage's MCP tokens solve that part), but "agents can't discover or safely call everything a human golden path covers," because the golden path itself was designed once, for one consumer, and is now being retrofitted for a second.
Why Hybrid Is the Default Right Now — and Why That's Not an Argument Against AI-Native
CNCF's own framing of where platform engineering is headed makes the transitional read explicit. In a July 2026 CNCF blog post proposing what it calls "Platform Engineering 2.0," the argument is that a platform built for AI-era workloads needs five things a Platform Engineering 1.0 stack wasn't designed for: native GPU/accelerator scheduling and model-serving infrastructure, MCP gateways and governance that treat autonomous agents as first-class platform consumers (not just developers), multi-persona support extending past developers to data scientists and FinOps, cost attribution as a provisioning-time decision rather than a monthly report, and AI-specific security controls for things like prompt injection and model-registry integrity.
That's a list of capabilities a platform either has natively or doesn't — and a hybrid setup, by construction, has them scattered across two systems instead of designed into one. CNCF isn't describing hybrid as an equally-valid architecture choice; it's describing a maturity curve, with "AI capability grafted onto a 1.0 platform" as the starting point most organizations are stuck at, not a destination.
There's a broader market signal pointing the same direction. In February 2026, roughly $285 billion was wiped from SaaS company valuations in a 48-hour selloff the financial press dubbed the "SaaSpocalypse" — triggered by a wave of agentic product launches that made investors reprice per-seat software built for human operators, with AI features added as a separate layer reading an underlying system that still assumed a human at every step. The mechanism is the same one showing up in the CNCF data at platform-tooling scale: architecture designed around one consumer (a human developer, a per-seat buyer) doesn't extend cleanly to a second one (an autonomous agent) without either a bolt-on seam or a rebuild. The market punished the bolt-on seam at the application layer months before this report measured it at the platform layer.
The Actual Answer: Hybrid Is Where Teams Are Stuck, Not Where They're Headed
So is "AI-native from day one" the wrong pitch because most of the market is bolting AI onto what it already has? No — and the report's own framing says so once you separate the measurement from the interpretation. The 35% figure describes where organizations are in Q4 2025, one to two years into agentic tooling going mainstream, constrained by IDPs that took years to stand up and can't be swapped overnight. It doesn't describe where a team building fresh would choose to land, and it doesn't describe what the resulting hybrid setup costs to run — which the auth/golden-path/governance/cost-attribution breakdown above answers directly.
The honest caveat: the survey doesn't say what the other 65% run instead — some slice of them may have no AI tooling at all yet, not a unified platform. The 35% isn't proof unified is rare among teams that have actually made the leap; it's a floor on how many are visibly mid-transition.
For a platform being built today, the practical implication is narrow but concrete: every dimension in the cost table above — one identity system, one golden path with two entry points, one governance layer, one cost ledger — is a design decision that's dramatically cheaper to make once, at the start, than to retrofit onto a platform three years into production. That's the case for building the control plane to handle both git push and MCP-driven agent calls from the same auth, policy, and audit layer rather than standing up a second system next to the first one. It's also, not coincidentally, the shape bex is built in: one control plane, one set of credentials, one audit trail, whether the caller triggering a deploy is a person running git push or an agent calling the same API over MCP.
Bex.co is the open-source, AI-native Render alternative — push a git repo, get a running HTTPS service on machines you own, with the same control plane serving human deploys and agent-driven MCP calls from day one. Star the repo on GitHub or deploy your first app today.
Sources
- CNCF and SlashData Report Finds Platform Engineering Tools Maturing as Organizations Prepare for AI-Driven Infrastructure.
- State of Cloud Native Development Q1 2026 — CNCF.
- Evolving Platform Engineering for AI-Native Workloads — CNCF.
- v1.43.0 — Backstage Software Catalog and Developer Platform.
- MCP Actions Backend — Backstage.
- The SaaSpocalypse Explained: AI Agents & SaaS Market Impact.



