# How to succeed with AI-powered devops tools

> Source: <https://www.infoworld.com/article/4177207/how-to-succeed-with-ai-powered-devops-tools.html>
> Published: 2026-06-01 09:00:00+00:00

If the supreme goal for software development teams is to get high-quality products to market as quickly, efficiently, and securely as possible, then deploying AI-powered tools for [devops](https://www.infoworld.com/article/2255028/what-is-devops-transforming-software-development.html) might be the way to achieve that objective.

AI-powered tools can help to speed up software delivery, enhance system reliability, and reduce operational costs by automating complex and repetitive tasks. They enable development, operations, and security staffers to resolve incidents more quickly, detect anomalies proactively, optimize cloud resource management, and ultimately accelerate processes throughout the development life cycle.

In many ways, AI and devops seem made for each other. Any automation that teams can add to the software development process is a plus.

“At this point, most of the enterprise teams I work with have moved well beyond experimenting and AI is part of the daily workflow,” says [Jackie Swanson](https://www.linkedin.com/in/jackie-swanson-944a401/), managing partner at research firm [Gartner](https://www.gartner.com/en). “The on-ramp for most has been AI-assisted coding. Tools like [GitHub Copilot](https://www.infoworld.com/article/3609013/github-copilot-everything-you-need-to-know.html) and [Amazon Q Developer](https://www.infoworld.com/article/2337694/amazon-q-developer-review-code-completions-code-chat-and-aws-skills.html) are showing up everywhere, helping developers knock out boilerplate, write unit tests faster, and scaffold [infrastructure-as-code](https://www.infoworld.com/article/2259359/what-is-infrastructure-as-code-automating-your-infrastructure-builds.html).”

But the more interesting shift is happening further down the pipeline, Swanson says. “Teams are leaning into [AIOps](https://www.infoworld.com/article/2257609/how-aiops-improves-application-monitoring.html) platforms for smarter monitoring, anomaly detection, and incident triage that used to eat up hours of an engineer’s week,” she says. “The real story right now is the move from adopting individual AI point solutions to thinking about AI as a layer across the entire delivery chain.”

Teams using AI-assisted coding and automated test generation are compressing cycle times by 20% to 40%, Swanson says. They are also resolving incidents more efficiently, with AI platforms correlating alerts, flagging probable root causes, and suggesting fixes. This means “on-call engineers aren’t spending their nights sifting through dashboards,” Swanson says. “Mean time to resolution drops and so does burnout.”

In addition, developers are spending less time on repetitive work and more time on things that actually move the business forward, such as architecture decisions, customer-facing features, and problem-solving, Swanson says.

“I’m seeing AI used as a layer across the devops workflow rather than a single tool,” says [Sonu Kapoor](https://sonukapoor.com/), who has worked as an independent software engineer for more than two decades, architecting front ends for Citigroup’s global trading platform and modernizing enterprise stacks for Sony Music Publishing and Cisco, among other work.

“Teams use it for code assistance, [CI/CD](https://www.infoworld.com/article/2269266/what-is-cicd-continuous-integration-and-continuous-delivery-explained.html) support, log and telemetry analysis, incident investigation, and security triage,” Kapoor says. “In practice, this means engineers are using AI to explain failing builds, summarize alerts, investigate production issues faster, and reduce the time spent switching between tools.”

What’s particularly interesting is that AI is starting to sit closer to the actual engineering process, Kapoor says. “It’s not just generating text; it’s helping interpret signals and suggest next steps across code, infrastructure, and operations,” he says.

The biggest benefit of the trend is the reduction of friction, Kapoor says. “AI shortens the path from signal to action,” he says. “That shows up as faster onboarding, quicker incident investigation, less time writing repetitive code, and better interpretation of logs and metrics. It becomes meaningful when the tool is grounded in real context: your codebase, your infrastructure, and your telemetry. Without that, it’s just generating plausible answers.”

The same applies to security workflows, Kapoor says. “If a tool can’t translate findings into something actionable, the value drops quickly, regardless of how advanced the underlying AI is,” he says.

At engineering and construction company [MasTec](https://www.mastec.com/), AI tools are becoming part of the daily workflow, “but not in a flashy way,” says [Sid Vangala](https://www.linkedin.com/in/sidvangala/), senior AI systems engineer.

“In my experience working on production back-end and AI platforms, the adoption has been gradual and very practical,” Vangala says. “On the development side, tools like GitHub Copilot are used pretty heavily for scripting, writing infrastructure configuration, and speeding up repetitive tasks, especially when working with Python services, APIs, or Docker setups. It’s not about letting the tool write entire systems, but about reducing the friction of routine work.”

From an operations standpoint, MasTec relies on Azure-based monitoring tools and AI-assisted observability features to analyze logs and performance metrics. “These tools help identify anomalies or performance bottlenecks earlier than we would catch them manually,” Vangala says. “In practice, AI tools in devops are less about automation for its own sake, and more about making engineers faster and more aware of system behavior.”

The biggest benefit Vangala has seen is faster troubleshooting. “When something breaks in a distributed system, the hard part isn’t usually fixing it; it’s figuring out where the problem actually started,” he says. “AI-assisted log analysis and anomaly detection tools help narrow down the likely root cause much faster than manual inspection alone.”

Another noticeable benefit is reduced time spent on repetitive engineering tasks. “Writing scripts, setting up environments, or generating API documentation templates used to take a lot of time,” Vangala says. “With AI-assisted tooling, those tasks are faster, which gives engineers more time to focus on architecture and reliability.”

[MyManager](https://mymanager.com/), a business management platform that allows entrepreneurs to better manage operations, has gradually introduced AI into its development workflow to enhance engineering productivity and streamline day-to-day development tasks, says CEO [Clinton Oh](https://www.linkedin.com/in/clintonoh/).

“Across the team, AI is primarily used to accelerate code writing, reduce repetitive implementation work, assist with debugging and issue resolution, and support developers in exploring different approaches during implementation,” Oh says.

This approach has helped standardize how the company leverages AI as part of development, allowing engineers to move faster while maintaining full control over system design and technical decisions. “Overall, AI serves as a productivity layer within our development process, enabling more efficient execution without replacing core engineering judgment,” Oh says.

When evaluating AI tools for devops, one of the most important considerations is context awareness. “The tool needs to understand your actual environment: code, pipelines, infrastructure, and telemetry,” Kapoor says.

This includes being able to fit into existing workflows. “The best tools integrate where engineers already work,” Kapoor says, including integrated development environments (IDEs), CI/CD, and observability platforms.

“When we evaluate AI tools for devops, the first question is always, does this actually fit into how we already work?” Vangala says. “If a tool requires major architectural changes just to adopt it, that’s usually a red flag. The best tools integrate cleanly into existing CI/CD pipelines, logging systems, and cloud environments.”

Regardless of how impressive a product demo from a vendor looks, “if it forces engineers to change the way they work, adoption will stall,” Swanson says.

Another thing Vangala pays close attention to is how transparent the tool is. “If an AI system recommends an action, engineers need to understand why,” he says. “Blind automation is risky in production environments.”

Actionability is something else to explore. “Does the tool just summarize a problem, or does it show what to do next?” Kapoor says. “That’s something I’ve been exploring directly in my own work with a CLI [command-line interface] tool for dependency vulnerability scanning.”

One of the gaps Kapoor kept seeing is that tools will surface common vulnerabilities and exposures (CVEs), “but won’t clearly guide developers on what to fix first,” he says. “The approach I’ve taken there is to separate direct and transitive issues and suggest a concrete remediation path, not just a report.”

That same principle applies to AI in devops. “If the output doesn’t reduce ambiguity or help you take action, it’s not solving the real problem,” Kapoor says.

Overall security is a key factor as well, including the ability to verify that tools are taking the necessary precautions to prevent data leakage. “Engineers must validate the AI’s suggestions, especially in production or security contexts,” Kapoor says.

“Many devops tools interact with sensitive infrastructure data, such as logs, configs, and deployment pipelines, which makes governance and data-handling policies matter just as much as technical capabilities,” Vangala says. “But honestly, the biggest test is how the tool behaves during failure scenarios. Tools always look good during normal operations. The real evaluation happens when something goes wrong.”

AI-powered devops tools come in many shapes and sizes, covering the full spectrum of tasks across the software development life cycle. The eight tools listed below represent a tiny fraction of the large and growing number of tools for AI-assisted development, software testing, security scanning, infrastructure automation, CI/CD, monitoring and observability, cloud optimization, incident response, and much more.
