Community
Community
Overview
The story and values that drive us
Ambassadors
Become a Platform Engineering Ambassador
Events
Check out upcoming events near you
Reports
Check out the #1 source of industry stats
Jobs
Find your next  platform engineering role
GET CERTIFIED
Advance your career with Platform Engineering Certifications!
Get Certified
Join Community
Join as an individual
Join as an organization
Certifications
FOR INDIVIDUALS
Introduction to Platform Engineering
Platform Engineering Certified Practitioner
Platform Engineering Certified Professional
...and many more. Check out
Plaform Engineering University
FOR ORGANIZATIONS
Train your platform team.
Certify your engineers.
Certified

Service Provider
Certified
Training Provider
BlogLandscape
Get certified
Join community
Join community
Get certified
Platform Weekly, the best newsletter in Platform Engineering. Subscribe now
Blog
Intent-to-infrastructure: Platform engineers break bottlenecks with AI
Infra
DATA
DEVEX
AI
Leadership
SECURITY
DATA

Intent-to-infrastructure: Platform engineers break bottlenecks with AI

Asif Awan
Cofounder & Chief Product Officer @ StackGen
•
Published on
June 19, 2025

Key Takeaways 

  • AI is transforming development speed, but infrastructure delivery remains a manual bottleneck
  • Intent-to-Infrastructure enables teams to express "what they need" instead of "how to build it"
  • Platform engineers can evolve from manual infrastructure implementation to intent-driven operations that scale with AI-accelerated development
  • Early adopters are already gaining competitive advantages with 75% faster infrastructure provisioning
  • Implementation follows a "crawl, walk, run" approach building on existing platform investments

The Intent-to-Infrastructure era is here

While developers are generating entire applications in hours using AI, platform engineers are still working with traditional infrastructure provisioning approaches such as templates that haven't scaled to match this new velocity.

The bottleneck isn't code anymore: it's infrastructure delivery. And the gap is widening fast.

The Intent-to-Infrastructure era represents a fundamental shift in how we think about, design, and deliver cloud infrastructure. This transformation will be a cornerstone of AI's impact on platform engineering, creating unprecedented opportunities for platform teams to become strategic force multipliers and accelerate their platform-as-product journey.

The AI acceleration problem

The momentum is undeniable. Gartner predicted last year that by 2028, 75% of enterprise software engineers will use AI code assistants, up from less than 14% in early 2024. Stack Overflow's 2024 Developer Survey then revealed that 63% of professional developers are already using AI in their development process. And HackerRank’s May 2025 survey states that 97% of developers they surveyed are using AI. 

But here's the bottleneck: As AI coding assistants make developers more efficient at writing code, they create unintended downstream effects. According to Gartner's research, improved coding efficiency creates “a bigger backlog for code reviews and security reviews.” The same dynamic applies to infrastructure: faster application development creates exponentially more infrastructure demands.

Consider this: A frontend team can now use AI to generate a complete React application with authentication, API integration, and responsive design in 3 hours. But getting the AWS infrastructure - ECS cluster, RDS database, CloudFront distribution, and proper security groups - still takes their platform team 2-3 days of manual Terraform work.

The window is closing fast. Organizations that solve this bottleneck in the next 12 months will leave their competitors scrambling to catch up. Those that don't will find themselves explaining to leadership why infrastructure is the reason products can't ship.

Most infrastructure teams are still operating with pre-AI approaches while development velocity accelerates. Intent-to-Infrastructure solves this by moving from "how to build" to "what we need." AI becomes the intelligent translation layer that scales infrastructure delivery to match accelerated development velocity.

The 5 levels of infrastructure intent

To break these bottlenecks, platform teams need to move up from manual implementation (Levels 1-2) to intent-driven approaches (Levels 3-4) that can scale with AI-accelerated development cycles.

Intent exists on a spectrum: the higher you climb, the greater the returns.

At Level 3, users provide directional guidance rather than exhaustive specifications. When someone requests "3 EC2 instances for web tier," AI intelligently infers appropriate instance types, security groups, networking configurations, and compliance requirements based on organizational policies and best practices.

Most platform teams today operate primarily at Levels 1-2. AI is rapidly enabling Level 3-4 operations, allowing teams to express intent at higher levels of abstraction while building on existing platform engineering expertise. This is how infrastructure delivery scales to match AI-accelerated development velocity.

This transformation relies on the optimal mix of deterministic controls, generative AI, and human engagement to achieve the accuracy and reliability needed for production infrastructure.

Multi-modal intent: Meeting teams where they are

To understand how intent-to-infrastructure works in practice, let's examine infrastructure generation as an example (i.e., a Day 0 focus, excluding release, security, remediation and optimization). There are multiple modes for expressing intent about what infrastructure is needed, accommodating different team preferences and workflows:

  • Voice-driven infrastructure: An architect working as a visual designer asks AI to 'Convert this existing GCP architecture to an equivalent AWS setup': AI translates this to infrastructure changes and executes them faster than the architect could do manually.

  • Visual intent translation: Image-to-Infrastructure transforms whiteboard sketches into production code. Experience an example easily on a firsthand basis here, where you can generate Terraform code from not only images but also text and voice - a preview of intent-to-infrastructure capabilities.

  • File-based intent: Upload system diagrams, documentation, or configuration files to generate corresponding infrastructure.

  • System model intent: The internal developer portal Backstage uses specification files based on structured YAML, following the Backstage system model schema to express architectural intent. These declarative design specs define components, APIs, systems, and ownership relationships, serving as a lightweight DSL (Design Specification Language) that enables downstream tooling and automation.

  • Infrastructure from code: Upload your Spring Boot application code, and AI automatically generates the complete AWS infrastructure - ECS service definition, RDS database with proper sizing, Redis cache, load balancer configuration, and security groups - all configured according to your organization's compliance policies.

  • Infrastructure from existing deployments: Generate infrastructure code from existing cloud environments, enabling brownfield modernization

Unlocking the Intent-to-Infrastructure benefits

Let's review how this will impact organizations by breaking the infrastructure bottleneck and enabling better velocity and flow through the SDLC:

Business impact

  • Improved SDLC flow from 10x faster infrastructure delivery: Software can reach the customer faster as infrastructure is no longer the bottleneck. For instance, new service infrastructure that previously took two to three days of platform engineer time now deploys in 15 minutes. Learn how the NBA has increased developer velocity by 400% over the past few years at their PlatformCon session at the NYC Live Day here.

  • Dramatically reduced cognitive load: No need for developers to master Terraform intricacies or hunt for up-to-date modules, enabling developers to focus on building business logic. Developers' (application) infra needs are converted to infrastructure taking into consideration all limitations/restrictions defined by the governance policies.

  • Reduced security and production incidents: Policy-first infrastructure embeds HIPAA, SOC2, and GDPR compliance into generated code from Day 1.

Self-service infrastructure will be a key component of enabling this vision as it cuts manual bottlenecks. To see an example of how self-service infrastructure works in action, join StackGen's workshop at PlatformCon where Arunav Sarker and Dharani Vijayakumar will guide participants on this topic.

The competitive reality check

The scale of this opportunity, especially its velocity impact, rises to the level of competitive advantage for technology and technology-driven industries. Imagine if your enterprise rival deploys to 15 new regions in a quarter because their platform team eliminated manual infrastructure bottlenecks. What if your team is still writing region-specific Terraform modules?

How to make Intent-to-Infrastructure work

Building on solid foundations: Deterministic + generative

Intent-to-Infrastructure builds upon existing platform engineering investments rather than replacing them wholesale. It can leverage Terraform's declarative power, existing CI/CD pipelines, and established governance frameworks as the foundation for intelligent enhancement.

The deterministic + generative convergence combines Policy-as-Code guardrails with AI intelligence. This amplifies proven approaches platform engineers have perfected with intelligent automation.

The shared responsibility model

A critical part of making the intent-to-infrastructure model work is clearly defining responsibilities between developers and platform engineers. Platform engineers can define the policies and the entire setup, while Developers can just focus on the business logic without even thinking about infrastructure resources.

StackGen's Dharani Vijayakumar will be covering detailed implementation patterns for these shared responsibility frameworks at PlatformCon 2025; learn about his session here. 

Meeting different developer needs

Front-end teams often just want "infrastructure that works" - hosting, CDN, and basic services without complexity. Platform-dependent application teams building sophisticated cloud-native systems want granular control over networking, security policies, and resource configurations.

Intent-to-Infrastructure systems must adapt to these different levels of engagement: providing simple abstractions for teams that want them, while offering detailed control for teams that need it.

Trust and verification in AI-generated infrastructure

Platform engineers bring essential expertise to designing trusted AI systems with robust permission models, human-in-the-loop workflows, and policy validation. StackGen's Aaron Yang will be diving into the technical implementation of these trusted AI agent patterns at PlatformCon; learn about his session here. 

Implementation guidance: Crawl, walk, run

  • Crawl: Start with low-risk environments, experiment with AI tools today
  • Walk: Expand to production workloads with established guardrails
  • Run: Full autonomous infrastructure generation with comprehensive oversight

Key advice: Begin experimenting with AI infrastructure tools now. Your platform engineering expertise in governance and reliability positions you perfectly for successful implementation.

The evolution of platform engineering roles

Platform engineers are evolving from infrastructure implementers to intent orchestrators:

  • Intent architecture: Designing systems that capture and refine business requirements into infrastructure specifications
  • AI-generated infrastructure orchestration: Managing AI-generated infrastructure while maintaining quality standards
  • Policy framework design: Creating guardrails that enable rather than restrict innovation

The future is intent-driven

Intent-to-Infrastructure isn't a distant future: it's happening now. With 63% of developers already using AI and enterprise adoption accelerating rapidly, platform engineers who embrace this evolution will gain significant competitive advantages.  

Your Next Steps

The early movers are already gaining ground. While most platform teams are still debating AI adoption, forward-thinking teams are already experimenting and building capabilities. Here's how to join them:

  1. Start experimenting: Try AI infrastructure tools in safe parts of your environment to understand current capabilities and limitations. Visit stackgen.com/intent2infra to try generating Terraform code from images and text 
  2. Structure your policies for intent: Organize your governance frameworks around outcomes and outputs rather than tribal knowledge. Over time move closer to outcome based guardrails. For instance, instead of "developers must use t3.medium instances," define policies like, "web tier must handle 10k concurrent users with 99.9% uptime and 400ms latency." This will enable AI to choose the right implementation while maintaining your standards. 
  3. Identify your highest-pain infrastructure use cases: Target scenarios where manual infrastructure work creates the biggest bottlenecks. Common high-impact areas include:
    1. Multi-cloud deployments where the same application needs different infrastructure across AWS, Azure, and GCP
    2. Developer team enablement where teams with limited infrastructure skills need self-service access without building expertise in each team
    3. Environment proliferation where creating dev/staging/prod variations requires repetitive manual work 
  4. 4. Evolve team skills from implementation to orchestration: Train your platform engineers to design intent-capture workflows, define policy guardrails for AI systems, and manage AI-generated infrastructure rather than writing all infrastructure code manually

The question isn't whether infrastructure will become intent-driven, it's whether your platform engineering practice will lead this evolution and define the future of infrastructure delivery.

What's your take on the Intent-to-Infrastructure evolution? Are you seeing similar patterns in your platform engineering practice? I'd love to hear your thoughts and experiences as we navigate this transformation together. Connect with me on LinkedIn or share your perspectives in the Platform Engineering Slack Community.

This article was sponsored by StackGen for PlatformCon 2025.

Asif Awan is Chief Product Officer at StackGen, where he leads the development of infrastructure management platforms that transform intent into production-ready infrastructure code. StackGen's platform enables the multi-modal, policy-compliant infrastructure generation described in this article, helping enterprise platform teams achieve the Intent-to-Infrastructure vision today.

‍

👉 Master all the key concepts of 
     platform engineering
👉 Design your first Internal Developer Platform
👉 Get access to best practice blueprints + templates
Download Course Info Pack
Share this post

Related articles

Articles
Infra
DEVEX
AI
DATA
Leadership
SECURITY
Infra
DEVEX
AI
DATA
Leadership
SECURITY
Ambassador
Community
Platform engineering: A golden era for service providers
Luca Galante
Core contributor @ Platform Engineering
•
•
Articles
Infra
DEVEX
AI
DATA
Leadership
SECURITY
Infra
DEVEX
AI
DATA
Leadership
SECURITY
Ambassador
Community
Identifying vulnerabilities in public Kubernetes Helm charts
Nigel Douglas
Head of Developer Relations @ Cloudsmith
•
•
Articles
Infra
DEVEX
AI
DATA
Leadership
SECURITY
Infra
DEVEX
AI
DATA
Leadership
SECURITY
Ambassador
Community
Building AI-native infrastructure with platform engineering
Kevin Cochrane
CMO @ Vultr
•
•
All articles
Join our Slack
Join the conversation to stay on top of trends and opportunities in the platform engineering community.
Join Slack
Sitemap
HomeAboutCertifications for individualsCertifications for organizationsEventsJobs
Resources
BlogPlatformConWhat is platform engineering?Platform toolingKartographer
Join Us
Youtube
LinkedIn
Platform Weekly
Twitter
House of Kube

Subscribe to Platform Weekly

Platform engineering deep dives and DevOps trends, delivered to your inbox crunchy, every week.

© 2025 Platform Engineering. All rights reserved.
Privacy Policy
Privacy PolicyTerms of ServiceCookies Settings
Supported by
Platform engineers earn up to 27% more than DevOps. But most engineers report not knowing where to start👇
Platform engineers earn up to 27% more than DevOps. But most engineers report not knowing where to start. 👇