From AI Copilots to Agent Swarms
Initially, AMD began developing AI systems in 2024 to generate AI-created production code, aiming for 25 percent by 2027. They measured productivity by tracking the percentage of source code generated by AI that passes all reviews and testing, ultimately included in the final product. By the beginning of this year, AMD crossed the 20 percent mark and is now heading towards 50 percent across entire codebases. Some components even have over 80 percent AI-generated code.
Agentic AI at AMD is now involved in every SDLC step. For code analysis and triage, AI agents analyze problem reports, group similar requests, and highlight code snippets that need modification. In debugging and code generation, agents implement required code changes based on bug analysis. In testing, they generate unit tests and identify necessary integration and product-level tests. Finally, in the approval and release stage, agents prepare architecture summaries, code change reviews, and full test results for engineers' review and approval, integrating changes into the next release if approved.
The next evolution will be collaborative AI agent swarms working independently, guided by humans on what to solve rather than how to solve it. Engineers will define issues, desired outcomes, and constraints, allowing AI to discover solutions beyond human thinking. This shift will fundamentally reshape how software is engineered, moving from AI mimicking human workflows to AI driving innovation.

