AI agents are starting to deliver measurable value in real-world software and operations, but turning promising pilots into production systems is proving difficult. New survey data from DigitalOcean’s 2026 Currents report, based on more than 1,100 developers, CTOs, and founders, shows strong momentum for AI agents — along with a clear warning: inference economics are emerging as the main brake on adoption at scale.
From experiments to deployments: AI agents gain real traction

One year has made a noticeable difference in how teams approach AI. In DigitalOcean’s previous survey, just 35% of respondents were actively implementing AI solutions; most were still experimenting or running limited trials. In the latest report, that figure has jumped to 52%, signaling a shift from exploring capabilities to building and running production-grade systems.
Underneath that shift is an “agent boom.” Of the organizations actively implementing AI, 46% report deploying AI agents — systems that can execute tasks end-to-end without needing explicit human instructions at every step. Rather than simply returning a single response to a prompt, these agents operate autonomously across a sequence of actions.
One example highlighted in the report is OpenClaw (formerly Moltbot and Clawdbot), an open-source assistant that connects to messaging platforms, browses the web, runs shell commands, and executes tasks autonomously. It reflects a broader pattern: agents aren’t just passive copilots, but active participants in the systems they’re embedded into.
For engineering organizations, this increasingly means AI systems are not only advising humans but directly interacting with codebases, infrastructure, and operational workflows — raising both the upside and the stakes for reliability, cost, and governance.
Where AI agents are actually being deployed
The survey suggests that the first serious wave of agent adoption is concentrated in domains where teams can quickly see tangible results and integrate into existing workflows. Respondents report adopting agents across a mix of software development and business functions:
- 54% are using agents for code generation and refactoring, making this the most common use case.
- 49% are automating internal operations, such as routine workflows or back-office processes.
- 45% are building customer support systems and chatbots.
- 43% are using agents for business logic and task orchestration.
- 41% are applying agents to written content generation.
- 27% are automating marketing workflows.
- 21% are running data analysis tasks with agents.
Developers are driving much of this momentum. DigitalOcean’s report points to data from Y Combinator that a quarter of its Winter 2025 startups were building on codebases that were 95% AI-generated. This aligns with a broader industry trend: engineers are increasingly comfortable offloading large portions of implementation to AI and focusing their attention on problem framing, architecture, and review.
The report also references the “vibe coding” paradigm described by Andrej Karpathy: developers describe the behavior they want in natural language and let AI compose the code, similar to working with a highly capable pair programmer that understands broad intent.
Tooling has evolved to support this mode of work. Cursor integrates AI deeply into a fork of VS Code to support inline edits and fast iteration. Claude Code runs in the terminal, enabling agents to work across entire repositories. Both have progressed well beyond simple autocomplete. They now operate in agentic loops, reading files, running tests, diagnosing failures, and iterating until builds succeed — sometimes over hours-long sessions without direct human intervention beyond the initial specification.
Crucially, these approaches are not limited to engineering teams. According to the report, organizations are starting to bring AI agents into marketing, customer success, and operations. At DigitalOcean itself, internal hack days and experimental showcases have yielded workflows for scaling ad copy testing, personalizing email campaigns, and prioritizing growth experiments — early signs that agentic patterns are permeating non-technical functions as well.
Measured productivity gains and emerging multi-agent patterns
For teams considering whether to invest further, one central question is whether agents are delivering results beyond the hype. The survey data indicates they largely are: 67% of organizations using agents report measurable productivity improvements.
Within that cohort, a smaller but notable subset is seeing dramatic advantages: 9% of respondents say they have achieved productivity gains of 75% or more. While the report does not detail specific organizational contexts, that level of improvement suggests scenarios where agents offload substantial workloads or enable new kinds of parallelization that were previously impractical.
When asked what concrete outcomes they associate with AI agent usage, organizations report:
- 53% see productivity and time savings for employees.
- 44% report the creation of new business capabilities.
- 32% note a reduced need to hire additional staff.
- 27% observe measurable cost savings.
- 26% cite improvements in customer experience.
These results align with internal research from Anthropic on its own engineers’ use of Claude Code, cited in the article. Anthropic found that more than a quarter of AI-assisted work involved tasks that simply would not have been done without AI — including internal tools, scaled projects, and exploratory efforts that previously lacked a clear return on the required engineering time. For technical leaders, this points to a potential second-order benefit: agents do not only make existing work faster; they also make certain categories of work economically viable for the first time.
The survey also points to a structural shift toward multi-agent systems. Google’s open-source Agent Development Kit (ADK) is highlighted as a notable inflection point: it enables agents to discover one another, exchange information, and collaborate across vendor and framework boundaries. Instead of isolated, single-purpose agents, organizations can begin to assemble networks of specialized agents that coordinate on complex tasks.
Despite these gains, the picture is not uniformly positive. Fourteen percent of surveyed organizations have yet to see any benefit from agents, and 19% say it is too early to measure impact. DigitalOcean’s analysis suggests that 2025 was, for many, a year of prototypes and proofs of concept. The expectation is that 2026 will see a larger wave of production deployments — assuming the major scaling challenges can be addressed.
Budgets are shifting to the application and agent layer
The reported productivity gains are reshaping how organizations allocate their AI budgets. Only 4% of respondents say they do not expect to invest in AI in the next 12 months, indicating that AI remains a near-universal priority. Where spending is growing, however, is telling.
When asked where they expect budget growth over the coming year, 37% of respondents point to applications and agents, compared with 17% for platforms and just 14% for infrastructure. Looking further out, 60% of respondents view applications and agents as the greatest long-term opportunity in the AI stack, while only 19% say the same for infrastructure.
External market data cited in the article supports this pattern. One report on generative AI in the enterprise estimates that in 2025, the application layer captured $19 billion — more than half of all generative AI spend. Coding tools alone accounted for $4 billion, representing 55% of departmental AI spending and standing out as the largest single category across the stack.
For software leaders, this reinforces a practical reality: the value of AI is realized where it interacts with people, processes, and products. As a result, budgets are gravitating to where AI changes workflows directly — even as those same investments create new demands on the underlying compute and serving infrastructure.
The inference cost crunch: scaling agents is expensive

While interest and investment are growing at the application layer, the survey identifies a clear barrier to scaling: the cost of running AI systems, particularly agents, at production levels. Forty-nine percent of respondents name the high cost of inference at scale as their top limiter in expanding AI usage.
This is consistent with how AI budgets are currently being spent. According to the survey, 44% of respondents now allocate the majority of their AI budget — between 76% and 100% — to inference rather than training. For teams used to thinking of model training as the primary expense, this marks a shift toward inference as the dominant, ongoing operational cost.
The article emphasizes an important distinction: training is a largely fixed, upfront investment to build or adapt a model. Inference, by contrast, is a variable cost that accumulates with every token generated. As agents chain multiple reasoning steps, call sub-tools, retry failed attempts, or run autonomously over extended sessions, the number of calls — and thus tokens — grows quickly. In agentic workflows, especially ones that involve long-running loops or complex orchestration, these costs can compound in ways that are hard to predict from small-scale experiments.
DigitalOcean’s perspective is that most development teams should not be directly responsible for managing the deep infrastructure complexity behind cost-efficient inference. Tasks such as selecting and tuning GPU configurations, optimizing parallelization strategies, and operating model-serving infrastructure at high utilization are fundamentally infrastructure concerns.
Instead, the company argues, cloud platforms should absorb that complexity and expose predictable performance and cost profiles that make agent economics manageable. This includes infrastructure designed around inference workloads specifically, with a focus on consistent latency under load, cost control, and reduced operational overhead — factors that become critical as agents move from experimental pilots to business-critical services.
Why inference-optimized infrastructure could decide who scales

DigitalOcean frames inference optimization as central to its strategy for supporting AI builders, citing its Gradient AI Inference Cloud as an example of this approach. While the article does not provide detailed technical implementation specifics, it stresses the goal: let the platform handle the heavy lifting so that teams can focus on building and operating applications and agents.
A case study with Character.ai illustrates what this looks like in practice. The company approached DigitalOcean with a need to lower inference costs while maintaining performance and latency for its AI workloads. By migrating to DigitalOcean’s inference cloud platform and working closely with both DigitalOcean and AMD, Character.ai was able to double its production inference throughput and reduce cost per token by 50%, according to the article.
For technical leaders, the takeaway is less about any specific provider and more about the importance of inference-aware infrastructure choices. As agents become more capable and more autonomous, they also become heavier users of inference resources. Organizations that try to scale without addressing inference economics risk seeing their operational costs outpace the value generated.
Conversely, teams that pair agent adoption with platforms optimized around inference efficiency, predictable performance, and lower operational complexity may be better positioned to move from promising pilots to durable products. The DigitalOcean report suggests that 2026 could be the year this transition happens at scale — but only if the cost and complexity of running agents in production become tractable for the majority of organizations.
For developers, CTOs, and founders evaluating AI agents today, the data paints a nuanced picture. The upside is real: most users report productivity gains, some of them dramatic, and new capabilities are emerging that would not have been feasible without AI. At the same time, inference costs and infrastructure complexity are significant enough that scaling agents is still the exception rather than the rule. How the industry addresses inference economics over the next year will likely determine how far and how fast AI agents spread from early adopters to the broader software ecosystem.

Hi, I’m Cary Huang — a tech enthusiast based in Canada. I’ve spent years working with complex production systems and open-source software. Through TechBuddies.io, my team and I share practical engineering insights, curate relevant tech news, and recommend useful tools and products to help developers learn and work more effectively.





