Overview
AI-assisted coding has moved from autocomplete to full agentic workflows. Amazon Q Developer and Kiro provide inline suggestions, transformations (Java upgrades, .NET porting), security scans, and full agentic edits across files. The shift from "vibe-coding" to spec-driven development addresses quality, traceability, and trust. Effective use combines AI with strong testing, code review, and observability.
Key concepts
- Inline suggestions vs. agentic edits vs. autonomous swarms
- Spec-driven development with Kiro
- Code transformation: Java upgrades, .NET porting, mainframe
- Security scanning and SBOM with Q Developer
- Productivity measurement (DORA metrics for AI)
Key AWS services
- Amazon Q Developer
- Kiro
- AWS CodeWhisperer (legacy)
Learn more — curated resources
Hand-picked official docs, foundational papers, and the best community guides for going deeper on this topic.
Sessions on this topic
6 sessions from the Summit covered this topic. Each is a self-contained mini-lesson.
- DVT201Intermediate
Building Software like never before with agentic AI
Discover the future of software development as we explore the transformative power of agents with Kiros spec-driven development in modernizing your entire software development lifecycle (SDLC). Agentic AI is impacting software development by automating tasks, improving efficiency, and enabling more autonomous workflows throughout the development lifecycle. It allows teams to go beyond simple code generation to handle project planning, designing, testing, documentation, building agents into workflows, and retiring technical debt. Join us to explore how these powerful capabilities work together to help organizations accelerate from prototype to production ready applications.
- DEV209Intermediate
CI/CD Guardrails for Agentic Coding Workflows
AI coding agents introduce failure modes traditional CI/CD pipelines weren't built to catch — deleted tests, weakened type constraints, silent cross-service regressions. This session examines practical pipeline-level guardrails for agentic workflows running on ECS Fargate and distributed CI environments. You'll learn which failure patterns agents introduce that humans rarely do, which automated checks reliably catch them, and how to structure pipelines that apply appropriate scrutiny to agent-generated code without blocking developer velocity. Leave with concrete, implementable patterns covering test integrity enforcement, type safety validation, and cross-service regression detection — applicable whether you're managing one agent or coordinating many across multiple repositories.
- ISV201Intermediate
MCP on EKS: Xero's AI-Driven Developer Experience
AI coding agents are transforming how developers build and operate modern cloud-native applications. With tools such as Kiro CLI, Kiro IDE, or any MCP-compatible AI coding assistant, developers are embracing AI to move faster and scale smarter. This session explores how MCP servers help developers streamline code generation, deployment, and debugging by embedding infrastructure awareness directly into the AI assistant. Learn how Xero is leveraging MCP to speed up development, simplify operations, and deliver more reliable containerized apps at scale. Xero will also share their success story using Kiro CLI, Prometheus MCP, EKS MCP, and AWS Knowledge Base MCP to identify and resolve Prometheus cost spikesslashing costs by 40%.
- TNC203Intermediate
Structured Approach to AI coding with Spec-Driven Development on Kiro
This session demonstrates how Kiro brings discipline and clarity to AI-assisted software development, ensuring generated code aligns with intended functionality and architecture. Explore Kiro's innovative spec-driven development approach for AI coding. Learn how to leverage structured specifications as a single source of truth, contrasting with unstructured 'vibe coding'. Discover how Kiro uses AI to generate detailed requirements, design, and task documents, guiding AI agents in code creation. Experience a workflow that enhances collaboration, maintainability, and documentation accuracy.
- DEV306Advanced
Taming Legacy Code: Multi-Agent AI in Brownfield Systems
Real engineering happens in legacy codebases, not blank canvases. This session explores deploying multi-agent AI workflows using Kiro against brownfield production systems with tangled dependencies and accumulated technical debt. Learn how to orchestrate specialised agents for system mapping, dependency navigation, code generation, and validation within complex existing architectures. We'll examine practical strategies for providing sufficient context to agents, implementing guardrails to prevent regressions, and coordinating multiple agents toward shared goals. Walk away with actionable techniques for applying agentic AI to real-world codebases, understanding where automation delivers value and where human judgment remains irreplaceable.
- STP216Intermediate
Building AI Agents: From Open-Source Frameworks to Production-Grade
AI agents are moving from demo to deployment. Startups across ANZ are building production-grade assistants using open-source orchestration frameworks, fine-tuned foundation models, and GPU-accelerated inference on AWS and NVIDIA infrastructure. This panel explores what it actually takes to ship agentic use casesfrom choosing the right models and frameworks to managing latency, cost, and reliability at scale. We'll hear from AirTree VC on where the investment thesis is heading, from NVIDIA on how accelerated compute is shaping the agent stack, and from Heidi Health building and scaling these systems in production. Whether it's vertical agents for healthcare, customer support, or code generation, we'll focus on what's working, what's hype, and where the real startup opportunities lie in the agent ecosystem.
Live updates related to this topic LIVE
Sourced via Parallel AI Monitor — continuous web watch on 21 topical streams. Updated .
- github.blog high confidence Autonomous coding agents
Copilot code review: Analysis depth and efficiency updates - GitHub Changelog
GitHub announced that MAI-Code-1-Flash, Microsoft AI's in-house coding model optimized for fast, low-latency responses in agentic coding workflows, is now generally available for GitHub Copilot Business and Copilot Enterprise as of June 26, 2026.
- github.blog high confidence Autonomous coding agents
MAI-Code-1-Flash for Copilot Business and Copilot Enterprise - GitHub Changelog
GitHub announced that MAI-Code-1-Flash, Microsoft AI's in-house coding model optimized for fast, low-latency responses in agentic coding workflows, is now generally available for GitHub Copilot Business and Copilot Enterprise as of June 26, 2026.
- github.blog high confidence Autonomous coding agents
GitHub Copilot for Jira is now generally available - GitHub Changelog
GitHub announced that MAI-Code-1-Flash, Microsoft AI's in-house coding model optimized for fast, low-latency responses in agentic coding workflows, is now generally available for GitHub Copilot Business and Copilot Enterprise as of June 26, 2026.
- github.blog high confidence Autonomous coding agents
Enterprise-managed settings now support strictKnownMarketplaces in VS Code and GitHub Copilot CLI - GitHub Changelog
GitHub announced that MAI-Code-1-Flash, Microsoft AI's in-house coding model optimized for fast, low-latency responses in agentic coding workflows, is now generally available for GitHub Copilot Business and Copilot Enterprise as of June 26, 2026.
- devin.ai high confidence Autonomous coding agents
Plans and Pricing | Devin
Devin announced that Windsurf has been rebranded as 'Devin Desktop,' integrating the Windsurf IDE with Devin's autonomous agent capabilities to provide a more feature-rich development environment.
External links matched to this topic via topic relevance. The KB does not endorse third-party content; verify before citing.
Non-obvious insights
From the PlaybookOne sharp, contrarian insight per session — the things teams don't think of unprompted.