The Rise of AI Coding Agents: Impact on Platform Engineering Teams
How AI coding agents like GitHub Copilot Workspace and Cursor are reshaping platform engineering. What teams need to prepare for and how to leverage these tools.
Internal Developer Platforms (IDPs) have gone from buzzword to requirement. Platform teams need to provide self-service golden paths that reduce cognitive load for developers. Hereβs how the top platforms compare.
The most widely adopted, open-source software catalog and developer portal:
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: payment-service
description: Handles payment processing
annotations:
github.com/project-slug: org/payment-service
backstage.io/kubernetes-id: payment-service
backstage.io/techdocs-ref: dir:.
spec:
type: service
lifecycle: production
owner: payments-team
system: checkout
dependsOn:
- component:user-service
- resource:payments-db
providesApis:
- payments-apiStrengths: Massive plugin ecosystem (200+), software catalog, TechDocs, customizable. Weaknesses: Requires significant engineering investment, React/TypeScript expertise needed, can become a maintenance burden.
Commercial IDP with a no-code builder:
Strengths: Fast setup (days not months), built-in scorecards, self-service actions, no frontend development needed. Weaknesses: Commercial (pricing scales with users), less customizable than Backstage, vendor lock-in.
Platform-as-a-Product framework built on Kubernetes:
apiVersion: platform.kratix.io/v1alpha1
kind: Promise
metadata:
name: postgresql
spec:
api:
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: postgresqls.database.example.com
spec:
group: database.example.com
names:
kind: PostgreSQL
plural: postgresqls
scope: Namespaced
versions:
- name: v1
served: true
storage: true
schema:
openAPIV3Schema:
type: object
properties:
spec:
type: object
properties:
size:
type: string
enum: ["small", "medium", "large"]
version:
type: string
default: "16"Strengths: Kubernetes-native, composable promises, multi-cluster by design. Weaknesses: Smaller community, steeper learning curve, less UI polish.
| Factor | Backstage | Port | Kratix |
|---|---|---|---|
| Team size to operate | 2-4 engineers | 0.5-1 engineer | 1-2 engineers |
| Time to first value | 2-3 months | 1-2 weeks | 1-2 months |
| Customization | Unlimited | Moderate | High |
| Cost | Free (+ engineering) | Commercial | Free (+ engineering) |
| Best for | Large orgs, custom needs | Fast ROI, smaller teams | K8s-native workflows |
The worst IDP is the one that never ships. Start simple, iterate based on developer feedback.
Building an internal developer platform? I help teams design platforms that developers actually use. Get in touch.
AI & Cloud Advisor with 18+ years experience. Author of 8 technical books, creator of Ansible Pilot, and instructor at CopyPasteLearn Academy. Speaker at KubeCon EU & Red Hat Summit 2026.
How AI coding agents like GitHub Copilot Workspace and Cursor are reshaping platform engineering. What teams need to prepare for and how to leverage these tools.
Backstage is the de facto IDP. Adding AI makes it transformative β auto-generated docs, intelligent search, and self-service infrastructure. Here's the architecture.
Schedule Kubernetes workloads when and where the grid is greenest. How carbon-aware scheduling works, the tools available, and the business case for sustainable compute.