I’ve been thinking a lot about the infrastructure fragmentation we’re living with right now. At our Series B SaaS startup, we have three completely separate worlds:
- App developers push to GitHub, CI/CD handles the rest, deploys to production. Clean. Fast. Well-understood.
- ML engineers train models locally or in SageMaker, manually export artifacts, coordinate with platform team for inference endpoint deployment. Slow. Manual. Error-prone.
- Data scientists run notebooks, hand off model code to ML engineers, hope for the best. Zero visibility into production. Days or weeks of coordination overhead.
This fragmentation isn’t just annoying—it’s expensive. Every model deployment requires 3-5 Slack conversations, 2 Jira tickets, and at least one “Can you deploy this by Friday?” escalation. Our data science team builds amazing models that sit in notebooks for weeks before they reach production.
The 2026 Convergence: One Platform, All Personas
According to Gartner’s 2026 predictions, 80% of software engineering organizations will have platform teams this year. But here’s what’s more interesting: by the end of 2026, mature platforms will offer a single delivery pipeline serving app developers, ML engineers, and data scientists through one unified experience.
The Platform Engineering in the AI Era research shows this isn’t just infrastructure consolidation—it’s a fundamental shift in how we think about deployment:
- Model handoffs become automated: No more manual export/import cycles
- Inference endpoints get governance: Deployments go through the same security, compliance, and observability as app deployments
- Data scientists get self-service: Deploy models without understanding Kubernetes
Data platform organizations are merging Data Engineering, Infrastructure Engineering, Platform Engineering, and ML Engineering into unified teams. The parallel universes are colliding.
Why Product Teams Should Care
From a product perspective, this convergence is a competitive advantage:
-
Faster iteration cycles: When data scientists can deploy models as easily as engineers deploy features, we can test product hypotheses at ML speed, not coordination speed.
-
Reduced coordination overhead: Today, launching a model-powered feature requires synchronizing three teams. Unified platforms make this a single-team effort.
-
Unified observability: When everything goes through one platform, we get one dashboard showing app performance AND model performance. No more hunting across tools.
-
Talent mobility: Engineers who understand both app and ML deployment can move fluidly between product features.
The Hard Questions
But I’m not convinced this is as simple as “build one platform and everyone’s happy.” Here are the challenges I’m wrestling with:
Different personas have fundamentally different workflows. App developers think in services and APIs. ML engineers think in models and training runs. Data scientists think in experiments and notebooks. How do we unify deployment without creating a lowest-common-denominator experience that satisfies no one?
Self-service requires different abstractions. An app developer might be comfortable with kubectl apply, but a data scientist shouldn’t need to learn Kubernetes to deploy a model. Are we building one platform with multiple interfaces? Or one interface that adapts to persona expertise?
Governance requirements vary wildly. An app feature deployment and an ML model deployment have different risk profiles. Models can drift. Models need explainability. Models use PII in ways apps don’t. Can we have unified infrastructure with differentiated governance?
Is This the Future or Another Platform Engineering Overpromise?
The research is compelling, and the business case is clear. But we’ve seen platform engineering hype cycles before. 80% of organizations have platforms, but how many of those platforms are actually used?
I’m curious what others are seeing:
- Are you building unified platforms at your company? What’s working? What’s not?
- ML and data science teams: Would you actually use a unified platform, or would you route around it to keep using your preferred tools?
- Platform engineers: What’s the hardest part of making a platform work for ML teams vs app teams?
- CTOs and VPs: Is this a strategic investment or are we solving a coordination problem that culture/process could fix?
The convergence is happening. I just want to make sure we’re building the right thing, not just following the Gartner hype.