• About Us
  • Disclaimer
  • Contact Us
  • Privacy Policy
Monday, February 23, 2026
mGrowTech
No Result
View All Result
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions
No Result
View All Result
mGrowTech
No Result
View All Result
Home Technology And Software

AI Agents are delivering real ROI — Here's what 1,100 developers and CTOs reveal about scaling them

Josh by Josh
February 23, 2026
in Technology And Software
0
AI Agents are delivering real ROI — Here's what 1,100 developers and CTOs reveal about scaling them



Presented by DigitalOcean

READ ALSO

The best cheap Windows laptops for 2026

NASA Delays Launch of Artemis II Lunar Mission Once Again


From refactoring codebases to debugging production code, AI agents are already proving their value. But scaling them in production remains the exception, not the rule.

In DigitalOcean’s 2026 Currents research report, based on a survey of more than 1,100 developers, CTOs, and founders, 67% of organizations using agents report productivity gains. Meanwhile, 60% of respondents say applications and agents represent the greatest long-term value in the AI stack. Yet, only 10% are scaling agents in production. 

The top blocker? Forty-nine percent cite the high cost of inference. It's not just the price of a single API call. It's the compounding cost as agents chain tasks and run autonomously. Nearly half of respondents now spend 76–100% of their AI budget on inference alone. This is a problem DigitalOcean is working to solve. What's needed is infrastructure designed around inference economics: predictable performance, cost control under load, and fewer moving parts. That's how 2026 becomes the year agents graduate from pilot to product.

52% of companies are actively implementing AI solutions (including agents)

Just a year ago when we ran this survey, only 35% of respondents were actively implementing AI solutions — most were still in exploration mode or running their first projects. Now it’s 52%. The shift from "let's see what this can do" to "let's put this into production" is well underway.

There's an agent boom underneath these numbers. 46% of those respondents are specifically deploying AI agents, autonomous systems that execute tasks on their own rather than wait for instructions at every step. OpenClaw (formerly Moltbot and Clawdbot) is one recent example, an open-source assistant that connects to messaging apps, browses the web, executes shell commands, and runs tasks autonomously.

Where are those agents going? Mostly into code and operations:

  • 54% said code generation and refactoring, making it the clear frontrunner

  • 49% are automating internal operations

  • 45% are building customer support and chatbots

  • 43% are focused on business logic and task orchestration

  • 41% are using agents for written content generation

  • 27% are pursuing marketing workflow automation

  • 21% are conducting data analysis

Developers are leading the charge here. For example, Y Combinator shared that a quarter of its Winter 2025 startups were building with codebases that are 95% AI-generated. Then there's what Andrej Karpathy calls "vibe coding" — describing what you want in plain language and letting the AI write the code.

The tooling has split to match different workflows. Cursor bakes AI into a VS Code fork for inline edits and rapid iteration. Claude Code runs in the terminal for deeper work across entire repositories. But both have moved well beyond autocomplete. These tools now operate in agentic loops, reading files, running tests, identifying failures, and iterating until the build passes. You describe a feature. The agent implements it. Some sessions stretch for hours — no one at the keyboard.

But agents aren't just for engineers. They're making their way into marketing, customer success, and ops. We see this internally at DigitalOcean, too. Experimental showcases and hack days have surfaced demos of AI workflows to test ad copy at scale, personalize emails, and prioritize growth experiments.

67% of organizations using agents report measurable productivity improvements

The productivity question is the one everyone's asking: are agents actually delivering results, or is this still hype? The data suggests the former. Overall, 67% of organizations using agents report measurable productivity improvements. And for some, the gains are substantial: 9% of respondents reported productivity increases of 75% or more. 

When asked what outcomes they've observed from using AI agents:

  • 53% said productivity and time savings for employees

  • 44% reported the creation of new business capabilities

  • 32% noted a reduced need to hire additional staff

  • 27% saw measurable cost savings

  • 26% reported improved customer experience

Internal research at Anthropic explores what these technologies unlock: when the company studied how its own engineers use Claude Code, it found that more than a quarter of AI-assisted work consisted of tasks that simply wouldn't have been done otherwise. That includes scaling projects and building internal tools. It also includes exploratory work that previously wasn't worth the time investment — but now is.

What pushes those productivity numbers even higher? Agents are learning to work together. Google's release of the Agent Development Kit as an open-source framework marked a shift from single-purpose agents to coordinated multi-agent systems that can discover one another, exchange information, and collaborate regardless of vendor or framework. 

That said, 14% have yet to see a benefit, and 19% say it's too early to measure. From what we're seeing, 2025 was largely a year of prototyping and experimentation, with 2026 shaping up to be when more teams move agents into production.

60% bet on applications and agents as the biggest opportunity in AI

Budgets follow the results. AI remains an active area of investment for the vast majority of organizations: only 4% of respondents said they don't expect to invest in AI over the next 12 months. And where organizations are seeing productivity gains, they're doubling down — on the application layer, not foundational infrastructure. 

When asked where respondents expect budget growth over the next 12 months, 37% pointed to applications and agents, more than double the share for infrastructure (14%) or platforms (17%). The long-term view is even stronger: 60% see applications and agents as the greatest opportunity in the AI stack, compared to just 19% for infrastructure. 

Market data backs this up. According to one report, the application layer captured $19 billion in 2025 — more than half of all generative AI spending. Coding tools led at $4 billion, representing 55% of departmental AI spend and the single largest category across the entire stack. Organizations are betting that the application layer, where AI actually touches users and workflows, will matter more than the underlying components.

49% say the cost of running AI at scale is their top barrier to growth

Agents only work if you can run them. And right now, inference is the bottleneck. Unlike training, which is a fixed upfront investment to build the model, each prompt to an agent generates tokens that incur a cost. That cost compounds with every reasoning step, retry, and self-correction cycle. At scale, this turns inference into an operational expense that can exceed the original investment in the model itself.

When we asked respondents what limits their ability to scale AI, 49% identified the high cost of inference at scale as their top barrier. This tracks with where budgets are going: 44% of respondents now spend the majority of their AI budget (76-100%) on inference, not training.

But solving for inference shouldn't fall on developers. 

The complexity of optimizing GPU configurations, managing parallelization strategies, and fine-tuning model serving infrastructure is not the kind of work most teams should be doing themselves. That's infrastructure-level complexity, and cloud providers need to absorb it.

At DigitalOcean, this is central to how we think about our Gradient™ AI Inference Cloud. We're investing in inference optimization so that the teams we serve don't have to. Character.ai is a good example: they came to us needing to lower inference costs without sacrificing performance or latency. By migrating to our inference cloud platform and working closely with our team and AMD, they doubled their production inference throughput and reduced their cost per token by 50%. 

That kind of outcome is what becomes possible when the platform does the heavy lifting. As agents move from pilots to production, the companies that scale successfully will be the ones that aren't stuck solving inference on their own. 

Wade Wegner is Chief Ecosystem and Growth Officer at DigitalOcean.


Sponsored articles are content produced by a company that is either paying for the post or has a business relationship with VentureBeat, and they’re always clearly marked. For more information, contact sales@venturebeat.com.



Source_link

Related Posts

The best cheap Windows laptops for 2026
Technology And Software

The best cheap Windows laptops for 2026

February 23, 2026
NASA Delays Launch of Artemis II Lunar Mission Once Again
Technology And Software

NASA Delays Launch of Artemis II Lunar Mission Once Again

February 23, 2026
Apple might take a new approach to announcing its next products
Technology And Software

Apple might take a new approach to announcing its next products

February 23, 2026
Shadow mode, drift alerts and audit logs: Inside the modern audit loop
Technology And Software

Shadow mode, drift alerts and audit logs: Inside the modern audit loop

February 22, 2026
What is mogging? What is looksmaxxing? Who is Clavicular? We explain.
Technology And Software

What is mogging? What is looksmaxxing? Who is Clavicular? We explain.

February 22, 2026
The Stop Killing Games campaign will set up NGOs in the EU and US
Technology And Software

The Stop Killing Games campaign will set up NGOs in the EU and US

February 22, 2026
Next Post
When to Restrict Your Audience in Meta Advertising

When to Restrict Your Audience in Meta Advertising

POPULAR NEWS

Trump ends trade talks with Canada over a digital services tax

Trump ends trade talks with Canada over a digital services tax

June 28, 2025
Communication Effectiveness Skills For Business Leaders

Communication Effectiveness Skills For Business Leaders

June 10, 2025
15 Trending Songs on TikTok in 2025 (+ How to Use Them)

15 Trending Songs on TikTok in 2025 (+ How to Use Them)

June 18, 2025
App Development Cost in Singapore: Pricing Breakdown & Insights

App Development Cost in Singapore: Pricing Breakdown & Insights

June 22, 2025
Google announced the next step in its nuclear energy plans 

Google announced the next step in its nuclear energy plans 

August 20, 2025

EDITOR'S PICK

The Scoop: OpenAI scurries to walk back CFO’s ‘backstop’ snafu

November 11, 2025
Watch Google speakers and panelists

Watch Google speakers and panelists

October 22, 2025
Why Text Messaging Must Be Core to Nonprofit Fundraising in 2026

Why Text Messaging Must Be Core to Nonprofit Fundraising in 2026

January 23, 2026
The Enterprise Control Layer for Safe GenAI Scaling

The Enterprise Control Layer for Safe GenAI Scaling

February 8, 2026

About

We bring you the best Premium WordPress Themes that perfect for news, magazine, personal blog, etc. Check our landing page for details.

Follow us

Categories

  • Account Based Marketing
  • Ad Management
  • Al, Analytics and Automation
  • Brand Management
  • Channel Marketing
  • Digital Marketing
  • Direct Marketing
  • Event Management
  • Google Marketing
  • Marketing Attribution and Consulting
  • Marketing Automation
  • Mobile Marketing
  • PR Solutions
  • Social Media Management
  • Technology And Software
  • Uncategorized

Recent Posts

  • Reputation Management for Law Firms in the Digital Age
  • FapAI Chatbot Review: Key Features & Pricing
  • AI Salon Booking App Development in Dubai Enterprise Guide
  • Experiential Marketing Trend of the Week: Tarot Card Readings
  • About Us
  • Disclaimer
  • Contact Us
  • Privacy Policy
No Result
View All Result
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions