While genAI chatbots are mostly deployed as assistants or copilots, agentic AI allows companies to automate entire business processes and fundamentally transform operations. Here's how they're doing it.
Remember those simple days of yore, when generative AI meant sending a question to an AI model and getting an answer in return? You might add in a vector database to provide some context for the question and some guardrails for safety and security. That sounded hard at the time, but in retrospect it was a walk in the park.
Today, the trending technology is agentic AI systems. Instead of a chatbot, a vector database, and a guardrail, you now have an endless selection of datasets, large and small models of all kinds running in all possible locations, and instead of a simple prompt-response interaction with a human on one end and an LLM on the other, thereโs an army of agents connected by a complex โ and dynamically evolving โ logical workflow. Or probabilistic workflow, as the case may be.
There are new protocols connecting data and agents, new protocols connecting agents to other agents, and orchestration frameworks to chain it all together.
With all this complexity, you might think that companies would be slow to adopt agentic AI. Youโd be very wrong.
In a Cloudera survey of 1,500 enterprise IT leaders in 14 countries released in mid-April, 57% of respondents say theyโve already implemented AI agents, and 96% say that they plan to expand their use of AI agents in the next 12 months.
Other surveys show similar results.
According to a SnapLogic survey of over 1,000 IT decision-makers in the US, UK, Germany, and Australia released in February, 50% are using AI agents. In addition, 92% of respondents are confident that AI agents will deliver meaningful business outcomes in the next 12 to 18 months, and 79% are planning to invest over $1 million in AI agents over the next year.
According to Gartner, agentic AI is the top strategic trend of 2025. By 2029, 80% of common customer services issues will be resolved autonomously, without human intervention. The firm also predicts that 33% of enterprise software applications will include agentic AI by 2028, and 15% of all day-to-day work decisions will be made autonomously.
โItโs certainly not just marketing hype,โ says Gartner analyst Sid Nag. โIt is something thatโs going to be of very high importance for automating many tasks in many environments.โ
What is an AI agent, really?
There is a bit of โagent washingโ happening in marketing departments right now. Just as, over the past three years, companies have added the โAIโ label to every application, so now everything with a chatbot anywhere near it is being labeled an agent.
But in general, the way that technology leaders differentiate an AI agent from a chatbot is that the agent can take autonomous action.
No longer limited to answering questions, AI agents can carry out tasks on our behalf โ sometimes extremely complicated tasks that require extensive interactions with other agents and systems.
Hereโs how enterprises are putting AI agents to use today.
Software engineering with agentic AI
Software development was one of the breakout use cases for generative AI โ and is also a top use case for agentic systems.
A GitHub survey of 2,000 developers in the Brazil, Germany, India, and the US found that 97% were using AI coding tools by mid-2024. And according to a HackerRank survey of more than 13,000 developers across 102 countries released in March, AI now generates, on average, 29% of all code.
Thereโs a wealth of public code bases on which models can be trained. And larger companies typically have their own code repositories, with detailed change logs, bug fixes, and other information that can be used to train or fine-tune an AI system on a companyโs internal coding methods.
As AI model context windows get larger, these tools can look through more and more code at once to identify problems or suggest fixes. And the usefulness of AI coding tools is only increasing as developers adopt agentic AI. According to Gartner, AI agents enable developers to fully automate and offload more tasks, transforming how software development is done โ a change that will force 80% of the engineering workforce to upskill by 2027.
Today, there are several very popular agentic AI systems and coding assistants built right into integrated development environments, as well as several startups trying to break into the market with an AI focus out of the gate.
The most popular agentic coding platforms today include Devin from Cognition Labs, Cursor, and Windsurf. Thereโs also a free, open-source option, Cline.
OpenAI is expected to release its own agentic software engineer platform soon, A-SWE, which stands for agentic software engineer.
Established players are getting into the game as well. GitHub Copilot announced an agentic mode in February. Amazon announced an enhanced CLI agent for its Q Developer platform in March. VS Code rolled out an agentic mode in April. Google also has an agentic AI development platform, Firebase Studio, that the company announced in April.
Agentic AI code development platforms are a significant advance over chatbot-based code assistants. With a chatbot, a developer asks a question and gets a code snippet. But an agentic AI platform can plan an entire project, write the components, create tests and check that the code works, and iterate until it meets all the project objectives.
At cybersecurity firm Abnormal AI, between half and three-quarters of the companyโs 350 engineers are currently using these tools, says Dan Shiebler, the companyโs head of machine learning.
โWeโre making very substantial investments in making our engineers more effective,โ he says. The company is currently using Cursor and is experimenting with other platforms. โAnd there are a number of things built internally.โ
Not every use case requires a full agentic system, he notes. For example, the company uses ChatGPT and reasoning models for architecture and design. โIโm consistently impressed by these models,โ Shiebler says.
For software development, however, using ChatGPT or Claude and cutting-and-pasting the code is an inefficient option, he says.
โThe next step up is the Cursor type of interface, where you have a box where you tell it what to do, and the agent responding to you has context of the code and can make changes based on the instructions you give it, and you can review it.โ
But the latest evolution is where the coding system can generate an entire application without a human touching the code at all. It can use APIs and provision infrastructure โ and there are several areas where Abnormal is already using such tools.
โBolt, v0, and Lovable are three tools in this category,โ Shiebler says. โI personally like Lovable, but weโve seen a lot of success with v0 for interface design, where itโs taken the place of Figma in a lot of user workflows.โ
Any company thatโs serious about developing technology needs to be using agentic AI software development tools, says Kevin Merlini, VP of product and CoCounsel for tax, accounting, and audit at Thomson Reuters. โIf theyโre not, I donโt know why theyโre not doing that,โ he says.
Thomson Reutersโ software engineers use various AI-powered coding tools. โWe have a multi-model approach so weโre not locked in,โ he says. โAnd, broadly, we have a multi-vendor approach.โ
Being flexible allows companies to be able to ride the wave of innovations thatโs happening now, he says. โEveryone should be employing multi-prong strategies, exploring products, and trying to understand it themselves.โ
AI agents for research and document analysis
Thomson Reuters isnโt just using agentic AI internally for things like software development and research. Itโs also building agents into its customer-facing offerings.
Specifically, the company has created the CoCounsel genAI assistant for legal, tax, audit, and accounting professionals. More than 240,000 customers now use CoCounsel, with the greatest usage related to legal research and document analysis skills.
โAgentic technology is supercharging the way we can deliver value for customers,โ says Merlini. โI look at it as a new category of software.โ It goes far beyond what can be accomplished with a simple chatbot interface, he says.
โWith a basic chatbot using RAG and one folder of files, youโre getting a prompt and giving an answer,โ he says. โThereโs not too much autonomy. But what if you have dozens of different repositories? How does it know which repositories to access? What if you have multiple tools and capabilities, taking actions in some systems, pulling data from an API?โ
Even a straightforward task like research can benefit from an agent approach, he says. โIt seems simple on the surface,โ he says. โBut what if someone has a question that requires multiple steps, and the answer isnโt just in one source?โ
AI is in a feedback loop right now, he says. โAll these building blocks are coming together, giving the system more capabilities and more tools that it can use,โ he says. โItโs opening up more use cases. And itโs definitely the direction weโre going.โ
Agentic AI for customer service
Customer support chatbots can answer simple questions. AI agents can tackle more complex challenges โ and can even act to solve problems.
Thereโs a lot of risk here. Itโs bad enough if a chatbot gives a customer incorrect information or promises a discount that the company canโt deliver. But what if the AI can act autonomously, can place or cancel orders or can give discounts and refunds?
Thatโs why, for its initial deployment, Bosch Power Tools is using agentic AI to assist human agents, not replace them โ and is keeping humans in the loop as a safety precaution.
โThe users will be our agents,โ says Victor Nguyen, the companyโs project lead for genAI in business operations. End customers wonโt be exposed to the new agentic AI systems directly. โWeโll have autonomous AI agents supporting our human agents.โ
Bosch is using Cognigy.AI as its AI platform, which supports integration with multiple back-end AI models. โAt the moment weโre using [OpenAIโs] GPT 4.0 and [Googleโs] Gemini,โ says Nguyen. โWeโre quite flexible.โ
Itโs also integrated with the companyโs CRM system and ticketing system. โWe have also integrated it with a translation service, so we can translate email text or document attachments,โ Nguyen says.
The system is currently in the second pilot phase, he says, and will be used by live human agents for real cases starting in May. In June, it will be deployed to the first customer service center, out of 23 at the company.
The eventual goal is to have the platform be widely used across the company, he says. โBosch is such a huge company; Power Tools is just one division,โ he says. โWe will join forces with other Bosch groups to make it a scalable solution. Weโre closely collaborating with our central IT to make sure this is globally scalable.โ
The biggest challenge, he says, isnโt the agentic technology but the lack of company-wide standardized processes.
โIn Germany, say, there might be a different process for changing an order than if someone in Latin America was doing it,โ he says. โAnd there are different systems being used. We reviewed screens and made sure we standardized them as much as possible, though there will always be some country-specific stuff.โ
Nguyen recommends that companies looking to roll out agentic AI for customer service start standardizing data and systems as soon as possible.
โMost people think that AI is the solution, that AI will fix everything,โ he says. โThatโs not the case. The first homework to do is to get the good data, good quality data, and make sure itโs maintained. Itโs not just a one-time task to upload the data somewhere.โ
AI agents for document processing
Enterprises have been using chatbots to process documents for years. Generative AI is good at, say, summarizing, or pulling out specific information.
But with agentic AI, an entire document-focused workflow can be automated.
Marketing firm Route Three Digital recently built an AI agent for a customer using Googleโs Vertex platform and Gemini genAI models to automate a process that used to take seven days as the clientโs users collected documents and information to create a proposal.
โWe wrote the code and scripted it to capture all the pivotal information into one master document, then use Gemini to clean up the text and make it more readable,โ says Sharmilla Singh, the companyโs chief marketing and operations officer.
Itโs still not completely foolproof, she says, and there is still a human involved to review the final document and tailor it as needed. But when the tool launched last year, the client saw a multi-day workflow reduced to a few hours.
The next step, she says, is to have an AI agent that does everything. โThe goal is to remove the human,โ she says.
Marketing is a relatively low-risk use case for agentic systems, Singh says. โItโs not going to take down your company.โ
Other use cases for AI in marketing include search engine marketing and online advertising. โIf you donโt stay on top of new methodologies, you could lose market share,โ she says.
Agent democratization
Googleโs Vertex AI is just one of many AI agent building platforms thatโs trying to make it easier to build and deploy AI agents. In April, Google also announced that its Agentspace platform, first launched in December, now has a no-code agent designer and pre-built agents for tasks like deep research and idea generation.
Google has also launched an agent marketplace and opened it up to partners. As of this writing, there are 138 agents offered on the platform, from companies like Deloitte, VMware, Amdocs, Palo Alto, Wipro, and Dun & Bradstreet.
But Google is just starting to catch up to the 800-pound gorilla that is Microsoftโs Copilot Studio. It has already been used by more than 160,000 organizations to build agents, said Charles Lamanna, Microsoftโs Corporate VP of Business and Industry Copilot, in a March update. More than 400,000 custom AI agents have been created in the previous quarter alone, he added.
Other companies offering AI agents include AWS, with its Bedrock Agents, as well as Salesforce, ServiceNow, Workday, and SAP.
Whatโs more, AI model makers are beginning to bake agentic capabilities into their core products. OpenAI, for example, just announced two new reasoning models with agentic AI functionality and tool use built right in. In the future, businesses may not even need third-party agents or agentic platforms.
But agentic AI technology is still so new that โitโs a little too early to get any real feedback from enterprisesโ about their experiences with it, says Gartnerโs Nag. โI donโt think itโs ready for prime time yet, or even if itโs ready for prime time, itโs not something that people are adopting wholesale.โ
And thereโs still a lot of healthy skepticism about the technology, he says. โI think that will be mitigated over time and youโll see it become more pervasive in various functions โ IT operations, sourcing, procurement, finance, and a whole bunch of other things.โ
โItโs not there yet,โ he adds. โBut itโs becoming a little bit more real.โ




