Developer Experience in 2026: What Sets Teams Apart Isn't the Infrastructure Layer—It's How You Present That Infrastructure to Developers

Developer Experience in 2026: What Sets Teams Apart Isn’t the Infrastructure Layer—It’s How You Present That Infrastructure to Developers

I’ve been thinking about this a lot lately as we evaluate our internal platform strategy at my company. We’ve had some fascinating (and sometimes tense) conversations between product, engineering, and infrastructure teams.

Here’s the observation that started it all:

Last quarter, our infrastructure team built an incredible self-service deployment system. Kubernetes, Terraform, everything automated. Technically brilliant. But adoption was stuck at 30%. Developers kept filing tickets instead of using the portal.

The problem? The interface was an afterthought. CLI-first design with 47 flags. Documentation assumed you already understood the mental model. No discoverability of what was actually possible.

The Interface Layer Is Now Make-or-Break

The data backs this up. According to recent platform engineering research:

  • 89% of organizations with IDPs have converged on Backstage as their interface layer
  • 80% of software engineering orgs now have dedicated platform teams
  • 75% provide developer self-service portals

But here’s what matters for those of us on the product/business side: adoption = ROI. An unused platform is an expensive failure, no matter how technically sound.

Three Elements of Successful Interface Layer

1. Developer Portal (Catalog + Templates + Docs)
This is your storefront. Service catalog, API documentation, Golden Path templates. If developers can’t quickly understand what’s available and how to use it, they won’t.

2. Golden Paths (Opinionated Workflows)
Pre-configured, best-practice workflows. Not just “here’s what’s possible”—but “here’s the recommended way for your use case.” Reduces cognitive load dramatically.

3. Clear Boundaries
Explicit contracts: what the platform provides, how it’s consumed. No undocumented conventions. No “just ask someone who knows.”

The Build vs Buy Reality

I’ve been researching this from a business perspective:

  • Self-hosting Backstage: 12-18 months to production-ready
  • Managed Portal solution: ~$200K/year
  • Break-even calculation: If 2-3 FTEs spend most of their time maintaining the portal, you’ve already exceeded the buy cost

Spotify went managed with Portal. Adidas and Chevron treat their portals as full products with dedicated owners. They’re not just providing infrastructure—they’re marketing it internally.

Platform as Product Thinking

This is where it gets interesting from a product lens. Successful platform teams:

  • Treat engineers as customers (user research, personas, journey mapping)
  • Define clear value propositions per persona (backend dev vs data engineer vs ML engineer)
  • Measure product-market fit (adoption rates, NPS, self-service completion)
  • Market internally (docs, demos, office hours, champions program)

The best technical platform is useless if developers won’t adopt it.

My Questions for the Community

  1. How are you approaching the interface layer? Backstage? Port? Custom? Buy vs build decision?

  2. How do you measure DevEx interface success? Beyond adoption rates—what metrics actually matter?

  3. For those who’ve succeeded: What changed to drive adoption? Was it the interface, the messaging, the Golden Paths?

  4. For finance/execs: How do you justify $200K+ annual investment in interface layer when the infrastructure underneath “already works”?

I’m genuinely curious what others are seeing. We’re at a decision point and I want to learn from teams who’ve navigated this successfully (or learned hard lessons from failures).


Related reading if you’re deep in this space:

David, this resonates deeply. I’ve led platform efforts at my current company (Fortune 500 financial services) and the interface layer lesson was expensive to learn.

We Had the Same Problem

Two years ago, we built a fantastic CI/CD pipeline on top of Kubernetes and Terraform. Our infrastructure team was incredibly proud—everything automated, security policies baked in, compliance guardrails enforced. Beautiful architecture.

Adoption after 6 months? 22%.

Developers were still deploying via manual runbooks and filing tickets to DevOps. Our CFO started asking uncomfortable questions about the ROI of our platform team.

What Changed: Backstage + Golden Paths

We implemented Backstage as our developer portal. Not because it was the only option, but because:

  1. It’s the de facto standard (that 89% figure you mentioned)
  2. Strong plugin ecosystem
  3. We could focus our platform team on business-specific Golden Paths instead of building portal infrastructure

The results:

  • Onboarding time for new developers: 2 weeks → 2 days
  • Platform adoption: 22% → 78% in 9 months
  • Self-service deployments: Up 340%
  • Ticket volume to DevOps: Down 60%

The Financial Services Twist

In regulated industries, the interface layer matters even more. We need to embed compliance directly into the Golden Paths:

  • PCI DSS templates for payment systems
  • SOX compliance workflows for financial reporting apps
  • Data residency rules for international deployments

The portal makes these invisible guardrails visible. Developers see “Deploy Payment Service” and get the right security posture automatically.

Build vs Buy for Regulated Industries

You asked about the $200K/year decision. Here’s our math:

Self-hosting Backstage:

  • 2 FTEs maintaining the portal: ~$400K/year fully loaded
  • 12-18 months to production-ready
  • Compliance certification costs for internal tooling
  • Ongoing security patches and upgrades

Managed Portal:

  • $200-250K/year
  • 8 weeks to production
  • Vendor handles compliance certifications
  • Focus our platform team on domain-specific Golden Paths

We went with managed. Our platform engineers now spend 80% of their time on business value (compliance workflows, deployment templates) instead of maintaining YAML configs.

The Warning About Portal Maintenance

Here’s the hidden cost nobody talks about: the portal becomes its own product team.

Once developers adopt the portal, you need:

  • User research (what do developers actually need?)
  • Feature prioritization (which plugins matter most?)
  • Documentation and training
  • Support and office hours
  • Marketing internally (yes, marketing)

If you self-host, that’s all on you. If you buy managed, much of that is handled.

My Question for You

You mentioned your infrastructure team’s adoption was stuck at 30%. What was the breaking point that made leadership prioritize fixing the interface layer?

In our case, it took losing 3 senior engineers who cited “terrible DevEx” in exit interviews. I’m curious what finally moved the needle at your company.


For anyone in fintech/regulated industries exploring this: the interface layer is critical for compliance visibility. Happy to share more about our Golden Path templates for PCI/SOX if helpful.

Oh wow, David—this is giving me flashbacks to my failed startup. :sweat_smile:

Design Systems Taught Me This Lesson First

When I was building design systems at my previous company, I learned the hard way that the best components are useless if they’re hard to discover and use.

We built this gorgeous React component library. TypeScript, fully accessible, beautiful animations. Our design team was so proud.

Developer adoption? Maybe 15%.

Most product engineers just wrote custom components from scratch because:

  • They couldn’t find the right component in our docs
  • Props API was confusing
  • No examples showing real use cases
  • Figma designs didn’t map cleanly to component names

Sound familiar? :upside_down_face:

The Interface Layer = Design System for Infrastructure

Your post made me realize: platform engineering is facing the exact same problem design systems faced 5 years ago.

The solution from design systems world applies directly here:

1. Treat Developers as Users

  • Run user research sessions
  • Watch developers try to complete tasks
  • Ask “what were you trying to do?” not “what’s wrong?”
  • Track abandonment (started task, gave up)

2. Measure Discoverability

  • Time to find the right template/service
  • Search queries that return zero results
  • Documentation page bounce rates

3. Iterate Based on Feedback

  • Weekly office hours
  • Dedicated Slack channel
  • Anonymous feedback forms
  • Regular “what’s broken?” surveys

The Startup Failure Angle

At my startup, we were so proud of our technical architecture. Microservices, event-driven, beautiful. But our internal developer tools were hostile.

Onboarding a new engineer took 3 weeks. Getting a feature to production took 2-3 days minimum.

Our investors kept asking why velocity was so slow. We blamed “building the right thing.” Reality? We had terrible DevEx and didn’t even know it.

By the time we realized the problem, we’d burned through runway trying to hire our way around bad tooling.

Specific Suggestions for Your Team

Based on your 30% adoption issue:

Quick wins (1-2 weeks):

  • Survey the 70% who aren’t using the portal: why not?
  • Shadow 3 developers trying to deploy something
  • Fix the top 3 pain points immediately

Medium-term (1-2 months):

  • Create “Deploy in 5 Minutes” tutorial with video
  • Add search functionality to service catalog
  • Simplify CLI to 5 core commands with sensible defaults
  • Add examples for common use cases

Long-term (3-6 months):

  • Measure “time to first successful deployment”
  • Run quarterly DevEx surveys (track NPS)
  • Build champions program (power users help onboard others)

The Metrics Question

You asked what metrics matter beyond adoption. From design systems + product experience:

  1. Time to first success (how fast can new dev complete first task?)
  2. Task completion rate (% who start a workflow and finish it)
  3. Support ticket volume (are people getting stuck?)
  4. NPS for platform (would developers recommend it?)
  5. Return usage (do people come back or go back to old way?)

My Question

Has your team done any usability testing on the portal? Even just watching 3 developers try to complete a task reveals SO much.

At my current company, we recorded engineers using our design system. Painful to watch, but it showed exactly where the UX broke down. Changed everything.


This whole discussion is reminding me why I love design/product/engineering conversations. We’re all solving the same problems from different angles. :sparkles:

David, excellent framing of the interface layer challenge. From a CTO perspective, I’ll add the strategic and financial angles.

Interface Layer as Competitive Advantage

Here’s what many leaders miss: the interface layer isn’t just about internal efficiency—it’s a talent retention and acquisition tool.

The best engineers increasingly choose companies based on DevEx. When I’m recruiting senior talent, candidates ask:

  • “How long until I can ship my first PR?”
  • “What’s your deployment process like?”
  • “Do I need to file tickets to get infrastructure?”

A polished developer portal signals that you value engineering velocity. Poor DevEx signals tech debt and bureaucracy.

The Data From Our Platform Investment

We invested heavily in our developer portal 18 months ago. Here are the results:

Before (self-hosted, custom portal):

  • Platform adoption: 40%
  • Average time-to-first-deployment: 8 days
  • Infrastructure tickets/month: 450+
  • Annual platform maintenance cost: ~$800K (4 FTEs)

After (managed Backstage + focused Golden Paths):

  • Platform adoption: 85%
  • Average time-to-first-deployment: <2 days
  • Infrastructure tickets/month: 120
  • Annual cost: $250K managed + $600K (3 FTEs on Golden Paths)
  • Net savings: ~$400K/year while improving experience

The Build vs Buy Decision Framework

You asked about justifying $200K+ to finance. Here’s how I frame it:

Total Cost of Ownership:

Self-hosting Backstage:

  • 2-3 FTE platform engineers: $400-600K/year
  • 12-18 month implementation time (opportunity cost)
  • Ongoing maintenance, security patches, upgrades
  • Compliance/security certifications if regulated
  • Risk: if those FTEs leave, knowledge walks out the door

Managed solution:

  • $200-300K/year
  • 6-8 week implementation
  • Vendor handles upgrades, security, compliance
  • Platform team focuses on business-specific Golden Paths
  • Predictable annual cost

The strategic question: Where do you want your platform engineers spending their time?

  • Maintaining YAML configs and troubleshooting portal issues?
  • Or building deployment templates that encode your specific compliance, security, and architectural standards?

We chose managed because our platform engineers are more valuable building domain expertise into Golden Paths than maintaining infrastructure.

The Talent Equation

Here’s the uncomfortable truth: senior engineers leave companies with poor DevEx.

Two years ago, before our portal investment, we lost several staff+ engineers. Exit interviews revealed:

  • “Too much friction shipping code”
  • “Spend more time fighting tooling than solving problems”
  • “Other companies have better developer experience”

Replacing a senior engineer costs $200-300K in recruiting + 6-9 months ramp time. If better DevEx retains even 2 engineers/year, the ROI is obvious.

The Warning About “Already Works”

David, you mentioned the finance question: “why invest when the infrastructure already works?”

My response to CFOs: “Works” from whose perspective?

  • From infrastructure team’s perspective: yes, it works
  • From finance perspective: looks like working (servers are up, bills are paid)
  • From developer perspective: no, it doesn’t work (friction everywhere, slow, confusing)

The hidden cost of poor DevEx:

  • Engineers solving already-solved problems
  • Context switching waiting for infrastructure
  • Innovation velocity capped by deployment friction
  • Best talent leaving

My Recommendation

For teams at your stage (30% adoption, clearly good infrastructure):

  1. Don’t rebuild what you have. Add interface layer on top.
  2. Buy managed for the portal. Build custom for Golden Paths.
  3. Measure impact. Track time-to-first-deployment, adoption, NPS, ticket volume.
  4. Treat it as product. Assign PM, do user research, iterate.

The $200K investment is less than one senior engineer’s salary. If it retains talent and accelerates delivery, it’s a bargain.

Question for the Group

For other CTOs/VPs: How do you measure DevEx ROI to justify continued investment?

We track:

  • Platform adoption rate
  • Time-to-first-deployment (onboarding proxy)
  • Self-service completion rate
  • Infrastructure ticket volume
  • Engineer satisfaction (quarterly surveys)

But I’m always looking for better metrics that resonate with CFO/board.

This thread is gold. :raising_hands: Adding the VP Engineering lens, particularly around team scaling and organizational challenges.

The Scaling Nightmare I Inherited

When I joined my current company (EdTech startup) as VP Engineering 14 months ago, we had ~25 engineers. Leadership wanted to scale to 80+ in 18 months.

The onboarding situation was brutal:

  • Week 1: Account setup, meetings, “here’s our repos”
  • Week 2-3: Try to understand the deployment process by osmosis
  • Week 4: Still haven’t shipped code, start filing infrastructure tickets
  • Week 5-6: Finally ship first PR after shadowing someone

New engineers were productive around week 8-10. At our hiring velocity, this was unsustainable.

Inconsistent Interfaces = Training Nightmare

Here’s what I didn’t fully appreciate until experiencing it: when you scale from 25 to 80 engineers, interface consistency becomes critical.

Without a unified portal/interface:

  • Every team has different deployment processes
  • Tribal knowledge required to navigate systems
  • Onboarding is 1:1 mentorship (doesn’t scale)
  • Senior engineers become bottlenecks answering “how do I…?” questions

We were hiring faster than we could transfer knowledge. New hires were getting frustrated. Senior engineers were burning out from constant interruptions.

What Changed: Interface Layer + Onboarding Velocity

We implemented a developer portal (Backstage) with these specific goals:

  1. Reduce time-to-first-PR to <3 days
  2. Eliminate tribal knowledge dependencies
  3. Free senior engineers from constant context switching

Results after 9 months:

  • Average time-to-first-PR: 10 days → 2.5 days
  • New hire satisfaction (first 30 days): 6.2/10 → 8.7/10
  • Senior engineer interruptions: Down 70%
  • Onboarding scalability: Can now ramp 10+ engineers simultaneously

The Metrics Question

David, you asked how to measure DevEx interface success beyond adoption. From a VP perspective, I care about:

Onboarding velocity:

  • Time-to-first-PR (critical for morale)
  • Time-to-independent-contribution (no longer needs hand-holding)
  • New hire satisfaction scores (30-day survey)

Organizational efficiency:

  • Self-service completion rate (% who complete tasks without asking for help)
  • Support ticket volume to platform/DevOps teams
  • Senior engineer time spent on “how do I?” questions

Business impact:

  • Deployment frequency (indicator of reduced friction)
  • Lead time for changes (time from commit to production)
  • Engineer retention (especially first 90 days)

The Finance Conversation

Michelle’s point about CFO conversations resonates. Here’s how I frame it:

Cost of poor DevEx at scale:

  • 55 new engineers × 8 weeks ramp = 440 engineer-weeks lost
  • At $2K/week average cost = $880K in unproductive onboarding
  • Plus: senior engineer opportunity cost answering questions

Cost of good DevEx:

  • $250K managed portal
  • 2 FTEs focused on Golden Paths: $400K
  • Total: $650K

Even with conservative assumptions, the DevEx investment pays for itself in onboarding efficiency alone. That doesn’t even count:

  • Improved retention (happier engineers stay)
  • Faster feature delivery (less friction)
  • Better talent acquisition (DevEx reputation)

My Question for the Group

How do you measure DevEx interface success at scale?

Specifically, I’m struggling with:

  • NPS for internal platform - should we survey quarterly? Monthly? After each interaction?
  • Time-to-PR metrics - do you track manually or instrument this somehow?
  • Self-service completion rates - how do you define “completed successfully without help”?

I want metrics that:

  1. Resonate with finance (cost/efficiency)
  2. Predict problems early (leading indicators)
  3. Don’t create survey fatigue

The Warning About Scaling

For anyone scaling teams rapidly: the interface layer becomes exponentially more important as headcount grows.

At 25 engineers, you can get away with tribal knowledge and 1:1 mentorship. At 50+, you need systems that scale knowledge transfer.

The interface layer IS that system.


Really appreciate this discussion. Luis, I’d love to hear more about your compliance Golden Paths—we’re expanding into regulated markets and that’s next for us. Maya, the design systems parallel is brilliant—stealing that framing for my next exec presentation. :blush: