The Next Phase of Software Platform Evolution

A Word That Stopped Meaning What It Used To
There is a small, unannounced shift in language inside large engineering organizations that is worth noticing because it has implications most boards have not yet absorbed. When a senior technical leader at a Fortune 500 company says the word platform in 2026, they are increasingly not talking about the product they bought from SAP or Salesforce or AWS. They are talking about the thing their own engineering team has built — the internal developer platform that their teams ship code through, the self-service infrastructure their developers consume, the AI tooling that has been wrapped in their organization's specific guardrails. The word has rotated, quietly, from describing something purchased to describing something owned.
The shift is not absolute and it is not universal, but the direction is unmistakable. And it raises a question that the next phase of software platform evolution is going to be defined by, even though the question itself is rarely asked out loud in the rooms where it matters most: what is a platform actually for, when AI has changed both how software is written and what it costs to build?
This piece is an attempt to take that question seriously. Not to answer it definitively — the answer is still being written by the engineering organizations that are figuring it out — but to map the terrain on which the question is being asked, and to suggest what is actually changing underneath the visible activity.
The Question That Keeps Resurfacing
Every conversation about platforms in 2026 eventually arrives at the same junction. Should we build it or buy it? The phrasing is old. The answer used to be straightforward. Buy commercial software for the things that are not your differentiator; build only the things that are core to your competitive position. This was the conventional wisdom that produced the SaaS industry's twenty-year run, and it was, for most of that period, correct.
The unsettling thing about 2026 is that the math underneath this question has changed in ways the conventional wisdom has not yet caught up with. Three changes specifically.
The first is that the cost to build software has fallen sharply, in a way that is now legible in actual delivery data. Y Combinator has reported that AI-assisted teams are cutting MVP development time by around 60% versus 2022 baselines. Internal benchmarks at well-instrumented engineering organizations show similar compression, sometimes larger. The capital cost of creating a piece of software the team needs has fallen materially in three years, while the capital cost of purchasing a comparable piece of commercial software has, in many categories, gone up. That is a quiet but serious inversion of the unit economics that made buy-over-build obvious.
The second is that the cost to integrate purchased software has not fallen at the same rate. A SaaS product that takes six months to roll out across an enterprise still takes roughly six months to roll out across an enterprise, regardless of how clever its AI features are. The integration tax — the procurement cycles, the security reviews, the change management, the SSO and SCIM configurations, the data mapping, the user training — is mostly a fixed cost in human and political capital, and it has not been deflated by AI in the way that net-new build cost has been.
The third is that the strategic value of an internal platform has gone up specifically because of AI. The DORA 2025 report — drawing on data from nearly five thousand technology professionals — found that internal platform quality was the single strongest predictor of an organization's ability to extract value from AI investments. Other research has found incidents per pull request increased by 242.7% in organizations using AI without robust internal control systems. The pattern across both findings is the same: the marginal return on AI investment is gated by the quality of the internal platform that AI is being deployed onto. A great AI strategy on a poor platform produces noise. A modest AI strategy on a great platform produces leverage.
Put these three together and the buy-versus-build question stops being a comparison between two roughly equivalent options with a clear procedural answer. It becomes a question about where the strategic value lives, and the answer, increasingly, is that it lives further inside the organization than the conventional wisdom has been comfortable admitting.
What Actually Changed
For most of the cloud era, the assumption was that the commercial platform was the strategic asset and the internal tooling was the cost center. The big bets were on which CRM, which ERP, which ITSM platform an enterprise standardized on. The internal tooling was an afterthought — DevOps, infrastructure, the unglamorous work of making the commercial platforms hum. Engineering leaders who built internal capabilities had to fight for budget against commercial software the CFO understood better.
This valuation has flipped, and it has flipped because of a specific structural fact: the commercial platforms have become less differentiated relative to one another at the same time that the internal platforms have become more differentiated across organizations.
Commercial enterprise software has converged. The major CRM vendors all do roughly the same thing. The major ERPs all do roughly the same thing. The major ITSM platforms all do roughly the same thing. AI features were supposed to be the new differentiator, but in practice the AI features ship quickly across all the major vendors because they are built on the same foundation models, and the gap between the leader and the follower in any given AI feature has compressed to months. The commercial platforms have not become commodities, exactly — switching costs are still high — but their relative differentiation has narrowed.
Internal platforms have moved in the opposite direction. The internal developer platform at Shopify is now meaningfully different from the one at DoorDash, which is meaningfully different from the one at JPMorgan. They are built on similar foundations — Backstage, Kubernetes, GitOps, the same handful of CI/CD tools — but they encode different organizational decisions about how that organization specifically ships software. They wire in that organization's specific compliance requirements, security posture, AI governance, deployment culture, and the particular shape of its codebase. Two engineering organizations can adopt the same off-the-shelf IDP framework and end up with profoundly different platforms because the platform reflects more than the framework — it reflects how the organization actually works.
The implication is that internal platforms have become a real source of competitive advantage in a way that commercial platforms increasingly are not. The commercial platforms still matter — they are systems of record, they hold data, they enforce processes — but the delta between a great internal platform and a mediocre one is now larger than the delta between competing commercial offerings. Which means, for the first time in roughly two decades, the highest-leverage software investment for many large enterprises is not the next commercial platform purchase but the internal platform they build on top of and around the ones they already have.
The Discipline Has a Name and a Shape
The discipline that has emerged around this work has acquired its own name — platform engineering — and it is no longer aspirational. By 2026, Gartner is forecasting that 80% of large engineering organizations will have established dedicated platform teams. CNCF data places adoption higher in some surveys, with 94% of organizations either having adopted or planning to adopt this model. Whatever the precise number, the shift from "we have some DevOps people" to "we have a platform team that ships internal product" is now the modal pattern in serious engineering organizations.
What is interesting about the shape of this discipline is that it has imported the language of product management into infrastructure work. A platform engineering team in 2026 has a product manager. It has a roadmap. It has user research. It runs onboarding flows for its developers. It tracks adoption metrics and developer satisfaction. It treats internal developers as customers, in a way that is still novel enough to feel slightly awkward to the engineers who came up through traditional infrastructure roles. The phrase that captures this, repeated by enough practitioners that it has become almost a cliché, is platform-as-product.
The reason this shift matters strategically is that it changes what gets built. Infrastructure built as a service-organization deliverable is built to satisfy whoever asked for it loudest. Infrastructure built as a product is built around a model of what the user actually needs, validated against usage data, and refined based on feedback loops. The first model produces tool sprawl, tribal knowledge, and the slow accumulation of technical debt. The second produces what platform engineers call paved paths — the well-supported, well-documented routes through infrastructure that make the right thing easy and the wrong thing hard.
The paved-path metaphor is doing real work. The point is not that developers are forced down a single path; the point is that one path is dramatically easier than the alternatives, so most developers take it most of the time, and the platform team can invest disproportionately in making that path excellent. The cumulative effect is that an organization with a good platform team produces software faster, more safely, and with less individual cognitive load on its developers — and, crucially, deploys AI capabilities into that flow more reliably than an organization without one.
Where AI Fits, Honestly
It is tempting to position AI as the thing that has remade platform engineering. That framing is half-true and half-misleading, and the honest version is worth being precise about.
AI has not fundamentally changed what a platform engineering team does. The work is still about reducing cognitive load, providing self-service capabilities, encoding organizational defaults, and giving developers golden paths. None of that is AI-specific. A high-functioning platform team in 2018 was doing recognizably the same kind of work, just without the LLMs.
What AI has changed is two things. First, the platform itself has become an AI delivery vehicle. CNCF's 2026 Platform Engineering Survey found that 73% of platform teams have integrated AI assistants into at least one developer workflow. IDE-embedded assistants like GitHub Copilot, Cursor, and Claude Code are configured with organization-specific context — internal API docs, platform conventions, approved patterns. AI-powered service catalogs answer "how do I deploy a new service?" in natural language rather than requiring developers to navigate a portal. The platform is the thing through which AI is being delivered to developers, which means the quality of the platform now bounds the quality of the AI experience.
Second, AI has changed what gets built on top of the platform. The maturation that started as "vibe coding" — non-technical users describing software in natural language and getting working artifacts — has, in 2026, evolved into something more disciplined that practitioners call vibe engineering: high-level intent, planning, testing, the structured work of guiding AI to produce software that holds up in production. Estimates suggest that by the end of 2026, 40% of new custom applications will be built on AI-native development platforms, up from around 2% in 2025. The platform layer is what makes this safe at scale. Without the guardrails, the policy enforcement, the approved patterns that the platform encodes, AI-generated software is unreliable in ways that get expensive at production scale.
Both of these AI-related changes reinforce the central point. The platform is not a neutral substrate. It is a strategic asset whose quality determines what an organization can do with the next decade of AI capability. The organizations that figure this out are the ones that have stopped treating their platform team as overhead and started treating it as one of the most strategically important investments they make. The organizations that haven't figured it out are the ones whose AI initiatives keep producing impressive demos and disappointing production results.
The Awkward Caveat Most Coverage Skips
A piece written about platform engineering in 2026 has to acknowledge something that most of the trade press is reluctant to say plainly. The discipline is producing extraordinary results in some organizations and almost nothing in others. The CNCF maturity model identifies four stages of platform engineering adoption, and only around 15% of enterprises have reached the optimized stage. The plurality is somewhere in the middle — they have a platform team, they have a Backstage instance, they have a self-service portal, and they cannot actually demonstrate that any of it is producing measurable productivity gains.
The Gartner forecast that 80% of large engineering organizations will have platform teams by 2027 has a less-quoted caveat: fewer than 30% of those teams are projected to achieve measurable developer productivity gains from the work. The investment is happening; the return is uneven. This is not an unusual pattern in enterprise software, but it is worth sitting with, because it implies that the discipline of platform engineering is genuinely difficult — not in the technical sense, but in the organizational sense. Building the platform is the easy part. Getting developers to actually adopt it, abandoning the bespoke tooling they had before, accepting the constraints the platform imposes in exchange for the leverage it provides — that is where most of the failures live.
The pattern in the organizations that succeed is consistent and worth naming. They treat their platform like a product their developers can choose to use or not. They invest in adoption the way a SaaS company invests in customer acquisition. They measure platform success by usage and developer satisfaction, not by features shipped. They are willing to deprecate and remove things from their platform when the data shows nobody is using them. And they have enough organizational backing that the platform team can say no to feature requests that would dilute the platform's coherence.
The pattern in the organizations that fail is also consistent. They build the platform as a side project, staffed by whoever was available, with no product management. They impose it on developers rather than recruiting them to it. They measure success by the number of services migrated rather than by whether developers prefer the new way to the old. They let the platform become a museum of features that someone once asked for and nobody now uses. And they discover, two years in, that the platform exists but the productivity gains they were promised do not.
The difference between these two patterns is not technology. It is whether the organization treats the platform as something that has to be earned by adoption, or as something that can be mandated by org chart. The first model works. The second one produces the disappointing 30% number, and it does so reliably enough that it should be considered the default outcome of the second approach, not a bad-luck variant of it.
What's Coming Next
The next phase of software platform evolution, if I had to compress it to a sentence, is the convergence of three things that have been moving on separate tracks until very recently. Internal developer platforms, which have been a primarily engineering-organization concern. AI-native development capabilities, which have been a primarily individual-developer concern. And enterprise governance, which has been a primarily compliance and security concern. These three are converging because AI workloads force them to.
What this convergence will produce, if the pattern of the early adopters holds, is a new class of platform that is best described as the place where an organization's AI capability lives. Not the LLM, which is provided by an external vendor. Not the data, which lives in the systems of record. But the configured, governed, opinionated environment through which the organization's developers and AI agents do their work — with the guardrails, the policies, the approved patterns, the audit trails, the cost controls, all built in.
This is a meaningful expansion of what a platform is for. It is also a meaningful expansion of who has to be involved in building it. The platform team of 2024 was mostly infrastructure engineers. The platform team of 2027 will, in most serious organizations, include AI safety specialists, governance engineers, and people whose job is to think about how autonomous systems should be allowed to act inside the organization's boundaries. That is a different team, with a different skill set, doing different work.
If the buy-versus-build question of 2010 was about which CRM to standardize on, and the buy-versus-build question of 2018 was about which cloud provider to commit to, the buy-versus-build question of 2026 is something more interesting and more consequential: what is the right balance between commercial capability and internal capability for the AI-native phase of our business, and who in this organization is qualified to make that call?
The honest answer at most enterprises is that the question is being made by default rather than by design. The commercial platforms are accumulating because procurement habits are sticky. The internal platforms are growing because individual engineering leaders are championing them. The strategic balance between the two is rarely discussed at the level where it is being decided. And the organizations that are pulling away from the pack are the ones that have moved this question out of the engineering org and into the conversations where strategy actually gets set.
The word platform is going to keep rotating in meaning. The question worth asking is whether your organization is rotating with it deliberately, or whether the rotation is happening to you while you're still operating with a definition that stopped being current sometime around 2022.
