• bitcoinBitcoin(BTC)$73,695.000.16%
  • ethereumEthereum(ETH)$2,310.211.81%
  • tetherTether(USDT)$1.000.00%
  • rippleXRP(XRP)$1.512.65%
  • binancecoinBNB(BNB)$669.08-1.24%
  • usd-coinUSDC(USDC)$1.00-0.01%
  • solanaSolana(SOL)$93.43-0.23%
  • tronTRON(TRX)$0.3015891.13%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.030.92%
  • dogecoinDogecoin(DOGE)$0.100215-0.01%
  • whitebitWhiteBIT Coin(WBT)$57.880.22%
  • USDSUSDS(USDS)$1.000.06%
  • cardanoCardano(ADA)$0.2862170.11%
  • HyperliquidHyperliquid(HYPE)$40.904.45%
  • bitcoin-cashBitcoin Cash(BCH)$473.370.19%
  • leo-tokenLEO Token(LEO)$9.050.54%
  • chainlinkChainlink(LINK)$9.740.71%
  • moneroMonero(XMR)$371.781.17%
  • Ethena USDeEthena USDe(USDE)$1.00-0.01%
  • CantonCanton(CC)$0.1549923.50%
  • stellarStellar(XLM)$0.1744801.41%
  • USD1USD1(USD1)$1.000.07%
  • zcashZcash(ZEC)$273.4716.82%
  • litecoinLitecoin(LTC)$57.620.61%
  • avalanche-2Avalanche(AVAX)$10.260.41%
  • daiDai(DAI)$1.00-0.04%
  • hedera-hashgraphHedera(HBAR)$0.0988470.99%
  • RainRain(RAIN)$0.008916-1.23%
  • paypal-usdPayPal USD(PYUSD)$1.000.05%
  • suiSui(SUI)$1.02-3.07%
  • shiba-inuShiba Inu(SHIB)$0.000006-1.51%
  • crypto-com-chainCronos(CRO)$0.0799221.25%
  • the-open-networkToncoin(TON)$1.330.51%
  • MemeCoreMemeCore(M)$1.7112.28%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.103203-1.94%
  • tether-goldTether Gold(XAUT)$4,963.530.08%
  • mantleMantle(MNT)$0.844.56%
  • polkadotPolkadot(DOT)$1.611.65%
  • BittensorBittensor(TAO)$279.65-2.47%
  • uniswapUniswap(UNI)$4.00-1.15%
  • pax-goldPAX Gold(PAXG)$4,992.230.13%
  • Circle USYCCircle USYC(USYC)$1.12-0.01%
  • okbOKB(OKB)$95.60-2.10%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • nearNEAR Protocol(NEAR)$1.455.10%
  • aaveAave(AAVE)$122.352.80%
  • AsterAster(ASTER)$0.731.20%
  • SkySky(SKY)$0.0763916.55%
  • Global DollarGlobal Dollar(USDG)$1.00-0.03%
  • Pi NetworkPi Network(PI)$0.180093-10.29%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

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

February 23, 2026
in AI & Technology
Reading Time: 5 mins read
A A
AI Agents are delivering real ROI — Here’s what 1,100 developers and CTOs reveal about scaling them
ShareShareShareShareShare

Presented by DigitalOcean


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. 

YOU MAY ALSO LIKE

Google AI Releases WAXAL: A Multilingual African Speech Dataset for Training Automatic Speech Recognition and Text-to-Speech Models

Boox’s new Go E Ink tablet includes a 10-inch display and runs Android 15

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 [email protected].

Credit: Source link

ShareTweetSendSharePin

Related Posts

Google AI Releases WAXAL: A Multilingual African Speech Dataset for Training Automatic Speech Recognition and Text-to-Speech Models
AI & Technology

Google AI Releases WAXAL: A Multilingual African Speech Dataset for Training Automatic Speech Recognition and Text-to-Speech Models

March 17, 2026
Boox’s new Go E Ink tablet includes a 10-inch display and runs Android 15
AI & Technology

Boox’s new Go E Ink tablet includes a 10-inch display and runs Android 15

March 17, 2026
Mistral AI Releases Mistral Small 4: A 119B-Parameter MoE Model that Unifies Instruct, Reasoning, and Multimodal Workloads
AI & Technology

Mistral AI Releases Mistral Small 4: A 119B-Parameter MoE Model that Unifies Instruct, Reasoning, and Multimodal Workloads

March 16, 2026
Android tablets and foldables are getting a Chrome bookmark bar
AI & Technology

Android tablets and foldables are getting a Chrome bookmark bar

March 16, 2026
Next Post
No arrests made after search of location near Guthrie home

No arrests made after search of location near Guthrie home

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Trump praises Witkoff, Kushner and Rubio for Iran, Gaza negotiations 

Trump praises Witkoff, Kushner and Rubio for Iran, Gaza negotiations 

March 12, 2026
Mt. Shasta Ski Park shuts early due to lack of snow

Mt. Shasta Ski Park shuts early due to lack of snow

March 11, 2026
Fatal incident in Cuban waters comes amid increased tensions with U.S.

Fatal incident in Cuban waters comes amid increased tensions with U.S.

March 11, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!