Skip to main content

Survey Surfaces Pervasive Adoption of AI Across SDLC

A global survey of 2,501 IT and DevOps professionals at organizations with more than 150 employees published today finds more than two-thirds (68%) work for organizations that have implemented artificial intelligence (AI) across some or all their software delivery workflows.

Conducted by Tricentis, a provider of a platform for testing software, the survey identifies enhanced quality and risk detection (37%), enhanced accuracy and consistency (36%) and improved test automation coverage (32%) as the top benefits of integrating AI into those workflows

Overall, 53% manage between six and ten AI or automation tools across their software development lifecycle (SDLC).

However, the survey also finds that 60% admit their application developers also regularly ship untested code into production environments.

David Colwell, vice president of AI and machine learning at Tricentis, said that as more AI-generated code is created, the volume of code that has not been tested is increasing, which in the long term is going to have a negative impact on the overall quality of the applications being deployed.

That issue may become further exacerbated with the rise of AI agents. Only 35% said they are fully prepared to govern AI agents, with security concerns (27%) and regulatory and compliance requirements (22%) being the two biggest blockers to adoption.

In general, the top business impacts of the poor quality software cited by survey respondents are security breaches and compliance failures (30%), technical debt and rework costs (28%) and loss of customer or partner trust (25%).

The main operation challenges when it comes to implementing continuous best practices for software quality are tool sprawl/operational complexity (33%), code volume scaling faster than teams can manage (28%) and gaps in AI-related skills and expertise (27%).

A full 20% of respondents also noted their organization reported annual losses of up to $5 million that were attributed to poor software quality.

Not surprisingly, the top two reasons code is not tested are pressure from senior leadership to accelerate software delivery (32%), followed closely by there being too much code to test (30%).

Unfortunately, too many application developers have too much faith in the quality of the code being generated by AI coding tools as there continues to be more emphasis on speed than quality, said Colwell. As the volume of code being generated is only going to increase in the age of AI, it’s only a matter of time before more time and attention is placed on the quality of that code, he added. Eventually, the cost of poor quality software will become too big to bear as more issues arise in production environments, noted Colwell.

Ultimately, each DevOps team will need to strike the right balance between speed and quality. The one thing to remember in the age of AI is that the business benefits of meeting software delivery deadlines are, as always, negated when the quality of the software delivered winds up having a negative impact on the business that far exceeds any perceived cost created by an application that wasn’t delivered exactly on time.



from DevOps.com https://ift.tt/bg1PdYf

Comments

Popular posts from this blog

Cursor’s New SDK Turns AI Coding Agents Into Deployable Infrastructure

For most of its life, Cursor has been an IDE. A very good one. But with the public beta of the Cursor SDK, the company is making a different kind of move — one that should get the attention of DevOps teams. The Cursor SDK is a TypeScript library that gives engineers programmatic access to the same runtime, models, and agent harness that power Cursor’s desktop app, CLI, and web interface. In short, the agents that used to live inside an editor can now be invoked from anywhere in your stack. That’s a meaningful shift in how AI coding tools fit into software delivery pipelines. From the Editor to the Pipeline If you’ve used Cursor before, the workflow is familiar — you interact with an agent in real time, asking it to write functions, fix bugs, or review code. The SDK breaks that dependency on interactive use. Now you can call those same agents programmatically, from a CI/CD trigger, a backend service, or embedded inside another tool. Getting started is a single inst...

Mistral Moves Coding Agents to the Cloud — and Gets Out of Your Way

For the past year or so, AI coding agents have been tethered to your local machine. You kick off a task, watch the terminal, and babysit every step. It works — but it’s not exactly hands-free. Mistral just changed that. On April 29, the Paris-based AI company announced remote coding agents for its Vibe platform, powered by a new model called Mistral Medium 3.5. The idea is simple: Instead of running coding sessions on your laptop, they now run in the cloud — asynchronously, in parallel, and without you watching over them. What’s Actually New Coding sessions can now work through long tasks while you’re away. Many can run in parallel, and you no longer become the bottleneck at every step the agent takes. That’s the core pitch. You start a task from the Mistral Vibe CLI or directly from Le Chat — Mistral’s AI assistant — and the agent handles the rest. When it’s done, it opens a pull request on GitHub and notifies you, so you review the result inste...

GitHub Resets Copilot Pricing as AI Compute Costs Surge

The development community saw this one coming: GitHub will transition its Copilot service to a usage-based billing model on June 1, replacing its existing system of fixed subscriptions supplemented by premium request limits. As reported last week, GitHub suspended new sign-ups for several of its Copilot subscription tiers as it faced a surge in demand from agentic coding workflows. To address that, under GitHub’s new pricing model, customers across individual, business, and enterprise tiers will receive a monthly allocation of AI credits, which are consumed based on token usage. This includes input, output, and cached data processed by underlying models. Once those credits are exhausted, users can purchase additional capacity at published rates. The change leaves base subscription prices intact. Individual plans remain priced at $10 per month for Pro and $39 for Pro+, while business and enterprise tiers continue at $19 and $39 per user per month, respectively. Each plan’s monthly ...