Breaking
Why did Trump scale back war games with South Korea?BYD Atto 3 2026 gets RM14,000 rebate this Merdeka season: Up to RM7,000 off for Sealion 7Danish Iftikhar buru hatrik emas Sukma 2026New Nubia Neo 5 Max 5G: 7.5-inch gaming phone with 7,000mAh battery, priced from RM1,299 in MalaysiaWorld Cup: Speedy Tigers earn first goal after 3-3 draw with France10.0% of Germany’s 20‑to‑24‑year‑olds are neither in training nor employed, EU data show.Haushalte geben im Schnitt knapp ein Zehntel ihrer Konsumausgaben für Freizeit, Sport und Kultur ausLong-awaited trial begins in rapper Tupac Shakur’s 1996 Las Vegas killingWhy bother with a second-class seat at the Security Council?Snowflake GitHub Actions Flaw Lets Crafted Issues Trigger Command InjectionCash remittances up 1.7% in June, slowest in over 4 yearsForminator WordPress Flaw Can Enable Unauthenticated RCE via Malicious PHP UploadsBSP says it can still take monetary action amid looming inflation risksTrump approval rating falls to 33%, lowest of his presidency, poll findsAtraksi drone perjalanan Indonesia warnai langit di Bundaran HIThe Download: dead robot friends and the “censorship-industrial complex”Pokémon Center data breach exposes customer info, cancels some ordersMicrosoft confirms GitHub is down worldwideFrom AI Copilots to Agent SwarmsTrump says Iran should surrender, threatens to bomb OmanWhy did Trump scale back war games with South Korea?BYD Atto 3 2026 gets RM14,000 rebate this Merdeka season: Up to RM7,000 off for Sealion 7Danish Iftikhar buru hatrik emas Sukma 2026New Nubia Neo 5 Max 5G: 7.5-inch gaming phone with 7,000mAh battery, priced from RM1,299 in MalaysiaWorld Cup: Speedy Tigers earn first goal after 3-3 draw with France10.0% of Germany’s 20‑to‑24‑year‑olds are neither in training nor employed, EU data show.Haushalte geben im Schnitt knapp ein Zehntel ihrer Konsumausgaben für Freizeit, Sport und Kultur ausLong-awaited trial begins in rapper Tupac Shakur’s 1996 Las Vegas killingWhy bother with a second-class seat at the Security Council?Snowflake GitHub Actions Flaw Lets Crafted Issues Trigger Command InjectionCash remittances up 1.7% in June, slowest in over 4 yearsForminator WordPress Flaw Can Enable Unauthenticated RCE via Malicious PHP UploadsBSP says it can still take monetary action amid looming inflation risksTrump approval rating falls to 33%, lowest of his presidency, poll findsAtraksi drone perjalanan Indonesia warnai langit di Bundaran HIThe Download: dead robot friends and the “censorship-industrial complex”Pokémon Center data breach exposes customer info, cancels some ordersMicrosoft confirms GitHub is down worldwideFrom AI Copilots to Agent SwarmsTrump says Iran should surrender, threatens to bomb Oman
Economy

From AI Copilots to Agent Swarms

The impact of AI on software development has been both profound and ever-evolving. Last year, I wrote about AMD’s plans to use AI not just for generating new lines of code, but also for other steps in the software development lifecycle (SDLC), such as triaging problems, debugging code, and testing the software. At the time, we were hoping for a 25 percent productivity boost from AI use over the course of two or three years. But with each new release, the capabilities of Large Language Models (LLMs) improve dramatically—accelerating software development, increasing the quality of AI-generated code, and fundamentally reshaping how software is engineered. Now, just one year later, we have surpassed our productivity target, achieving a 30 percent overall productivity boost through AI. On top of that, we are rethinking not only how we use AI within the SDLC, but the structure of the SDLC itself. We believe that the biggest AI revolution in software engineering is still ahead. So far, we have largely been teaching AI how we perform tasks and asking it to mimic existing workflows. In many ways, this constrains AI to human patterns of thinking. The next transformation will come from collaborative swarms of AI agents capable of discovering solutions independently. Agents of today AMD began developing AI systems for code generation, testing automation, bug analysis, and code review in 2024. At the time, our objective was to achieve 25 percent AI-generated production code by 2027 while gradually automating larger portions of the SDLC. Measuring productivity is inherently challenging , but from the outset we have consistently tracked one objective metric: the percentage of source code generated by AI. Importantly, we count only code that passes all reviews and testing and is ultimately included in the final product. While AI-generated code is certainly not the only contributor to productivity gains, it is one of the few metrics that can be measured objectively and consistently. By this metric, we have crossed the 20 percent mark at the beginning of this year and are now progressing toward 50 percent across entire codebase. In some software components, more than 80 percent of the code is now generated using AI. Agentic AI has enabled us to include AI in every step of the lifecycle: For code analysis and triage , agents are trained to analyze problem reports, identify and group similar requests, and highlight which code snippets are likely to need modification. For debugging and code generation , agents are directed to analyze a bug request and implement required code changes. For testing , the agents generate unit tests, and if those are passed, identify necessary integration and product-level tests. And finally, for the approval and release stage, agents prepare architecture summary, code change review and full test results for engineers’ review and approval and if approved, integrate the changes into the next release. Agents of tomorrow Today, engineers create AI agents in their own image: they teach AI what they know about the system, how they would fix an issue, and how they would implement a change. This is already a major technological advancement. Engineers can create multiple “AI versions” of themselves, allowing these agents to work in parallel, scaling their expertise far beyond the limits of individual productivity. The limitation, however, is that these AI agents are still constrained by human thinking and human-defined approaches. AMD We believe the next major transformation in software engineering will occur when collaborative AI agent swarms can independently identify and develop solutions, guided by humans on what to solve rather than constrained by human assumptions about how the job should be done. Instead of providing detailed instructions on how to solve a problem, engineers will define the issue, the desired outcome and the quality, performance, and system constraints allowing AI agents to determine the optimal path to a solution. A swarm of AI agents will then work in parallel to generate, evaluate, and refine multiple solution approaches. These agents will automatically validate correctness, measure performance, test trade-offs, and compare alternative implementations against defined success criteria. Finally, AI agents will prepare ranked solution options, along with validation results and performance metrics, for engineer review and approval. The agents won’t be enhancing each step of the SDLC—they will be rewriting the SLDC themselves. To get to this point, we need to change how agents are trained. Today, improvement occurs one engineer and one agent at a time: an engineer reviews the output, refines the prompt, and repeats the process. To scale beyond this model, agents must continuously learn from one another, reuse successful strategies, and improve collaboratively across projects and teams. We are already moving in this direction by using multi-agent workflows extensively through agentic harnesses, such as Codex and Claude Code, while simultaneously developing our own internal multi-agent systems to support the next generation of AI-driven software engineering. A good example is our AI-driven effort to resolve issues in our Radeon Software eXperience (RSX). RSX is a user interface component that allows users to configure and monitor graphics driver behavior. In October 2025, we began using AI agents to automatically debug and fix reported RSX issues. Out-of-the-box AI tools delivered limited results, resolving only 6% of issues. The percentage of software issues fixed automatically by AI agents in AMD’s Radeon Software eXperience (RSX) has been growing steadily, reaching 75 percent in June 2026. As we analyzed failures and identified ways to improve, we built a learning loop—initially a largely manual process—to understand where the agents were falling short and how to improve them. Rather than retraining the underlying models, we refined the objectives given to the agents, allowing them to iteratively explore multiple approaches, evaluate the results against defined success criteria, and converge on better solutions. At the same time, advances in models and agent runtimes further increased effectiveness. Together, these improvements significantly increased our resolution rate from 6 percent to more than 75 percent of RSX issues resolved by agentic loop. To make agents and agent swarms truly productive, we need a continuous learning loop that feeds errors and human interventions back into future agent workflows. The opportunity is to engineer this loop around clear, measurable goals. Each cycle captures new insights, making the entire AI engineering workflow smarter and more effective. Over time, this self-reinforcing loop—not just the underlying model—will become a key driver of AI progress. The evolving role of human engineers At AMD, we view AI as a means of increasing productivity, improving quality, and enabling employees to focus on higher-value work. Our goal is to empower our workforce with AI, not to reduce headcount. To support this transformation, we are investing heavily in AI education and training across the company. The way we work is evolving rapidly, and we want every AMD employee to be prepared to leverage AI confidently, responsibly, and effectively. As AI agents continue to improve, engineers will spend less time manually implementing solutions, focusing more on defining specifications, validating outcomes, and making the strategic decisions that drive innovation.

Source: IEEE Spectrum · August 17, 2026 at 7:27 PM · AI-assisted report

From AI Copilots to Agent Swarms
Image: spectrum.ieee.org

KUALA LUMPUR, 18 AUGUST 2026 —

Listen to this article

DomainFork Audio · read aloud

AMD Achieves 30% AI-Driven Productivity Boost in Software Development, Eyes Next-Gen Agent Swarms

Market Impact

KUALA LUMPUR, Aug 17 — Advanced Micro Devices Inc. (AMD) has surpassed its initial AI productivity target, achieving a 30% boost in software development efficiency within a year—exceeding its original two-to-three-year projection of 25%. The chipmaker’s rapid advancement underscores the accelerating impact of Large Language Models (LLMs) on the software development lifecycle (SDLC), transforming not just code generation but also debugging, testing, and release processes.

AMD began integrating AI into its SDLC in 2024, initially aiming for 25% AI-generated production code by 2027. By early 2026, the company reported that over 20% of its source code—measured by lines passing all reviews and included in final products—was AI-generated. In some components, this figure exceeds 80%, with the company now targeting 50% across its entire codebase. AMD tracks productivity primarily through this metric, citing its objectivity and consistency compared to other measures.

The shift extends beyond automation. AMD has deployed AI agents across the SDLC, handling tasks such as code analysis, triage, debugging, testing, and release preparation. These agents analyze problem reports, implement fixes, generate unit and integration tests, and compile architecture summaries for engineer approval. While current systems reflect human-defined workflows, AMD anticipates the next revolution: collaborative AI agent swarms that operate independently, solving problems without being constrained by human assumptions.

The company’s Radeon Software eXperience (RSX) serves as a case study. In October 2025, AMD deployed AI agents to debug RSX issues, initially resolving just 6% of reported problems. By June 2026, this rate surged to 75%, driven by iterative improvements to agent objectives and advances in model runtimes. Rather than retraining underlying models, AMD refined agent instructions, enabling them to explore multiple solutions, evaluate trade-offs, and converge on optimal approaches.

This self-reinforcing learning loop—where errors and human feedback continuously enhance future workflows—is seen as a key driver of future AI progress.

AMD emphasizes that AI is a productivity enabler, not a workforce reduction tool. The company is investing in AI education and training across its workforce, preparing engineers to focus on higher-value tasks such as defining specifications, validating outcomes, and strategic decision-making. Senior Vice President Andrej Zdravkovic, with over three decades in software leadership, highlights this evolution as a shift from AI mimicking human workflows to redefining the SDLC itself.

Malaysia Market Impact For Malaysia’s tech sector, AMD’s advancements signal broader trends in AI-driven software engineering. Local firms in semiconductor, IT services, and digital innovation may need to adopt similar AI integration strategies to remain competitive. The Malaysian government’s push for digital transformation, including the Malaysia Digital Economy Blueprint, could accelerate demand for AI-skilled talent and tools.

However, challenges remain, such as ensuring data security in AI workflows and upskilling the workforce to leverage agentic AI systems effectively.

Sector & Company Specifics AMD’s progress reflects its broader AI strategy, particularly in software engineering. The company’s use of multi-agent workflows—via platforms like Codex and Claude Code—demonstrates a hybrid approach, combining third-party tools with internal systems. This mirrors trends in Malaysia’s growing tech ecosystem, where companies are increasingly adopting AI copilots and automation tools.

AMD’s focus on measurable outcomes, such as code generation rates and issue resolution percentages, provides a template for Malaysian firms seeking to quantify AI’s impact.

Outlook AMD projects that the next phase of AI-driven software engineering will revolve around autonomous agent swarms capable of independent problem-solving. This transition requires agents to learn collaboratively, share strategies, and refine solutions across projects. For Malaysia, this could translate into opportunities for local tech hubs to develop AI-native software solutions, particularly in industries like fintech, e-commerce, and smart manufacturing.

However, success will depend on robust training programs, infrastructure, and collaboration between industry and academia to bridge the AI skills gap. The pace of change underscores the urgency for Malaysian businesses to embrace AI-driven transformation or risk falling behind in the global tech race.

Reporting based on IEEE Spectrum. Figures and claims are subject to revision as the story develops. DomainFork publishes editorial context, not investment advice — see our editorial standards.