Platform engineering has moved from a niche discipline practiced at a handful of hyperscale companies to one of the most discussed topics in enterprise software. In 2025, nearly every organization with more than fifty engineers is grappling with the same fundamental question: how do we give our developers a great experience without turning our infrastructure team into a bottleneck?
At DeepDots Ventures, we have spent considerable time with both the companies building internal developer platforms and the infrastructure vendors selling them the tools to do it. The pattern we observe most consistently is that the organizations succeeding with platform engineering share a set of principles that the struggling ones have not yet internalized.
The Platform Engineering Mandate
Internal developer platforms (IDPs) emerged from a specific organizational problem: as engineering teams grew and microservices architectures proliferated, the cognitive load on individual developers became untenable. Every engineer needed to understand networking, container orchestration, observability tooling, CI/CD pipelines, secrets management, and a dozen other infrastructure concerns that were orthogonal to the product features they were hired to build.
Platform engineering addresses this by creating a curated, opinionated layer of abstraction. The platform team builds a "golden path" — a set of paved roads that developers can follow to get from code to production quickly and safely, without needing to be Kubernetes experts. The philosophy is borrowed from the best developer-facing products: reduce cognitive load, increase autonomy, and make the right thing easy and the wrong thing hard.
The concept gained significant momentum after Gartner named platform engineering as a top technology trend, but the organizations we speak with are often frustrated by the gap between the marketing narrative and the reality on the ground. Building a great internal developer platform is genuinely hard, and the tooling landscape is immature enough that most teams are assembling bespoke solutions rather than buying turnkey products.
What Separates Great IDPs From Failures
The single most consistent differentiator between successful and failed internal developer platform initiatives is whether the platform team treats developers as customers. This sounds obvious, but it is violated constantly in practice.
Platform teams that fail tend to operate as infrastructure gatekeepers. They define the golden path based on what is operationally convenient for the platform team, not what actually reduces friction for application developers. They build self-service tooling that is technically capable but practically unusable because it was designed without input from the developers who would use it. And they measure success by uptime and cost metrics rather than developer adoption and satisfaction.
Platform teams that succeed invert this dynamic. They hold regular developer experience office hours. They track developer satisfaction scores alongside infrastructure reliability metrics. They instrument their own platform to understand where developers are getting stuck, and they treat every friction point as a product defect to be resolved. The mindset is explicitly product management, not IT operations.
The second differentiator is the willingness to constrain choices. One of the most counterintuitive insights in platform engineering is that giving developers fewer choices often makes them more productive. When the platform offers five ways to deploy a service and none of them is clearly the "right" way, developers spend cognitive energy on the meta-question of which approach to use. When the platform offers one excellent way to deploy a service, developers spend that energy building product.
The Technology Stack in Practice
The tooling landscape for internal developer platforms has matured considerably over the last three years, though significant gaps remain. Backstage, Spotify's open-source developer portal, has emerged as the de facto standard for the catalog and discoverability layer of an IDP. The ecosystem of Backstage plugins has grown substantially, and several commercial vendors have built managed Backstage offerings that reduce the operational overhead of running the platform itself.
Below the portal layer, most platform teams are assembling a combination of Kubernetes (often via a managed service like EKS or GKE), a GitOps layer (ArgoCD or Flux), a secrets management solution (Vault or cloud-native equivalents), and a CI/CD platform. The integration between these components is where most of the platform engineering work actually lives, and it is the least commoditized part of the stack.
The emerging category that has our attention at DeepDots is what practitioners are calling "platform orchestration" — tools that sit above the infrastructure primitives and provide the workflow, approval, and audit layers that make it safe for developers to self-serve infrastructure operations. This is a space where several well-funded startups are competing, and we believe a market-defining company will emerge here in the next two to three years.
Measuring Platform Engineering ROI
One of the recurring challenges platform teams face is demonstrating return on investment to engineering leadership and finance organizations. Platform engineering is inherently an investment in developer productivity, and developer productivity is notoriously difficult to measure.
The DORA metrics — deployment frequency, lead time for changes, mean time to restore, and change failure rate — provide a framework that is widely used but increasingly recognized as insufficient for capturing the full picture. Teams that score well on DORA metrics are not always the teams with the best developer experience, and the reverse is also true.
The SPACE framework, developed by researchers at Microsoft and GitHub, offers a more comprehensive lens: Satisfaction and wellbeing, Performance, Activity, Communication and collaboration, and Efficiency and flow. We are seeing forward-thinking platform teams adopt SPACE alongside DORA to build a more complete picture of how platform investments translate to developer outcomes.
From an investment perspective, we are particularly interested in companies building measurement and benchmarking tooling in this space. The organizations that can accurately quantify the ROI of developer experience investments will be able to justify larger platform engineering budgets, which in turn creates demand for the tools and services we are investing in.
The Investment Landscape
From a venture perspective, platform engineering as a market presents both opportunities and challenges. The opportunity is that the total addressable market is enormous — every software engineering organization above a certain scale is a potential customer for IDP tooling, and the number of such organizations is growing rapidly. The challenge is that the buying motion is complex, the competitive landscape is crowded, and many of the most capable buyers prefer to build their own platforms rather than buy commercial solutions.
We are focusing our platform engineering investments on three areas: developer portal and catalog software that can expand to become the central nervous system of the IDP, workflow and orchestration tools that sit above raw infrastructure and provide the self-service layer, and measurement and analytics tools that help organizations quantify the ROI of their platform investments.
The companies we find most compelling are those that have found a specific wedge in the developer workflow — a single, high-value use case that developers adopt organically — and are expanding from that beachhead to capture adjacent platform engineering use cases. This wedge-to-platform expansion strategy is the dominant path to building a large, defensible business in developer tools, and it applies with particular force in platform engineering.
What's Next for Platform Engineering
Looking ahead, we see three significant shifts in platform engineering over the next three to five years. First, AI-assisted infrastructure management will become a standard capability of mature IDPs. Natural language interfaces for infrastructure provisioning, AI-powered failure diagnosis, and intelligent recommendations for platform configuration will reduce the expertise required to build and operate a high-quality IDP.
Second, the developer portal will evolve from a discovery and documentation layer into an active governance and policy enforcement mechanism. As organizations deploy AI coding assistants and developer agents with increasing autonomy, the IDP becomes the natural layer to enforce security policies, compliance requirements, and operational standards in a way that does not require manual review of every code change.
Third, the boundary between internal and external developer platforms will blur. Many of the tools and approaches that hyperscale companies developed for internal use are being commercialized and made available to smaller organizations. At the same time, successful developer tools companies are building internal platform capabilities into their external products. The two markets are converging, and the companies that can serve both cohorts effectively will build very large businesses.
Key Takeaways
- Treating developers as customers is the single most important differentiator for successful platform engineering teams.
- Constraining choices often increases developer productivity by reducing cognitive load.
- Backstage has emerged as the de facto portal standard, but workflow and orchestration remain unsolved.
- SPACE metrics complement DORA for a more complete picture of developer experience.
- AI-assisted infrastructure management will become standard in mature IDPs within three to five years.