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.
Most platform teams operate as ticket queues. Developer needs a database? Open a ticket. Need a new environment? Ticket. VPN access? You guessed it.
This doesn’t scale. The platform team becomes a bottleneck. Developers wait days for basic infrastructure. Everyone’s frustrated.
The fix: treat your platform as a product. Your developers are your users. Build for them like you’d build for customers.
## Platform Users
### Persona: Backend Developer (60% of users)
- Needs: databases, message queues, CI/CD, staging environments
- Pain points: slow provisioning, unclear docs, debugging deployments
- Skill level: knows their language, basic Docker, minimal K8s
### Persona: Data Engineer (25% of users)
- Needs: compute clusters, data pipelines, GPU instances
- Pain points: cost visibility, job scheduling, data access
- Skill level: Python/Spark, some Terraform, no K8s
### Persona: Frontend Developer (15% of users)
- Needs: CDN, preview environments, environment variables
- Pain points: "it works locally", deployment complexity
- Skill level: JavaScript/TypeScript, Docker basicsPlatform teams need roadmaps just like product teams:
Q1 2026: Self-service databases (PostgreSQL, Redis)
Q2 2026: Preview environments for every PR
Q3 2026: AI-assisted troubleshooting in Backstage
Q4 2026: Multi-cloud deployment (AWS + GCP)Prioritize by impact × number of affected users, not by what’s technically interesting.
# Developer Experience Survey (quarterly)
DORA_METRICS = {
'deployment_frequency': 'How often can you deploy?',
'lead_time': 'Time from commit to production?',
'mttr': 'Mean time to recover from failures?',
'change_failure_rate': 'What % of deploys cause issues?',
}
PLATFORM_METRICS = {
'time_to_first_deploy': 'Time from idea to first deployment?',
'self_service_ratio': '% of infra requests without tickets?',
'developer_satisfaction': 'NPS for platform team (1-10)?',
'onboarding_time': 'Days for new dev to deploy first change?',
}Golden paths are opinionated defaults that cover 80% of use cases. They’re not mandates — teams can diverge, but the golden path should be so good they rarely want to.
I build golden paths with:
The key: golden paths must be maintained. An outdated template is worse than no template.
The best platform teams I’ve worked with follow this structure:
Platform Product Manager (1)
↓
Platform Engineers (3-5)
├── Core Infrastructure (K8s, networking, security)
├── Developer Experience (CI/CD, templates, docs)
└── Data Platform (pipelines, compute, storage)
Developer Advocates / Enablers (1-2)
└── Training, onboarding, feedback collectionThe product manager is often the missing role. Without one, the team builds what’s technically fun instead of what developers need.
Yes, marketing. If developers don’t know your platform capabilities exist, they don’t exist.
#platform-updates for announcementsDeveloper feedback → Platform backlog → Sprint planning → Build → Ship → Measure → RepeatThe loop must be visible. When a developer requests a feature, they should see it move through the backlog. When it ships, notify them directly.
Platform engineering is a product discipline, not an infrastructure discipline. The technology matters, but the user experience matters more. If your developers are filing tickets instead of shipping features, your platform has a product problem, not a technology problem.
For the technology foundations — Kubernetes, Ansible, Terraform — I maintain deep-dive resources at Kubernetes Recipes, Ansible Pilot, and Terraform Pilot. But remember: the technology is the easy part. The hard part is building something developers actually want to use.
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.