Neuro Ares AI
Agents12 min read

AI Agents for Business: What They Are, How They Work and Real Use Cases

A good chunk of the market is relabeling itself as "agentic", and Gartner estimates that only around 130 of the thousands of vendors advertising themselves that way actually are. Here is the test to tell them apart: what an agent does that a chatbot and an RPA bot cannot, what the loop it runs looks like from the inside, and which use cases already measure results.

JG
Josafat GuerreroSocio · Implementación técnica
Updated August 18, 2026Published August 18, 2026

The word *agent* broke under overuse. In the same month you will see it used for a chatbot with a long script, an RPA bot filling in forms, and a system that genuinely decides on its own what to do with a case. All three cost different amounts, fail in different ways and are governed differently, so it is worth having the criteria to separate them before you sign anything.

62%

of respondents say their organization is at least experimenting with AI agents 3

23%

report scaling an agentic AI system somewhere in the enterprise 3

Single digit

is agent use at scale in nearly every business function 4

~130

vendors that are genuinely agentic among the thousands advertising themselves that way, per Gartner's estimate 5

Those four numbers describe the real state of the market: near universal interest, deployment at scale still marginal, and a marketing layer on top that does nothing to help you tell them apart. Read them precisely: the first two are self-reported by executives in a global survey; the third is published by Stanford's AI Index using data from that same global McKinsey survey (also self-reported, and the chapter itself asks you to read the figures as directional, not as a census), and it refers to use at scale, not to any experiment; and the Gartner one is the firm's estimate, not an auditable census. None of them is a Mexico figure.

01

What an AI agent for business is

An AI agent is a system in which a language model directs its own process: it takes an objective, decides which steps to take, uses tools to execute them, observes the result and corrects course until it finishes or until it asks for help. The cleanest technical distinction was published by Anthropic (a model provider, though the document is engineering rather than commercial): in a workflow, models and tools are orchestrated through predefined code paths; in an agent, the model dynamically directs its own process and tool usage, keeping control over how it accomplishes the task 1. That is how Anthropic draws the line, not a definition the industry has settled.

McKinsey defines it from the business side with four combined attributes (autonomy, planning, memory and integration), and the combination is the whole point: take away any one of the four and you are left with something that already existed and that you probably already had 2. Without connected tools, you have a chat. Without planning, you have a script. Without memory, you have a system that starts from zero on every interaction. Without bounded autonomy, you have a form with natural language on top.

02

Agent, chatbot and RPA: how they actually differ

The comparison matters because all three technologies coexist inside the same company and none of them fully replaces the others. This table is the summary I use in the first technical meeting:

Indicative comparison. In real products the boundaries blur: many systems combine all three approaches.
DimensionChatbotRPAAI agent
Who decides the sequence of stepsNobody: it answers what it is asked, turn by turn.The developer, in advance. The bot replays the recorded script.The model, at run time, against the objective you gave it 1.
What happens when something unexpected shows upFalls back to the menu, escalates to a human, or hallucinates an answer.It breaks. A button changing position is enough to bring it down.Retries by another route, or gets stuck in a loop if you set no limits 10.
Access to systemsUsually none, or read-only.Total, but through the graphical interface and with fixed credentials.Through declared tools: APIs, queries, actions with explicit permissions.
MemoryThe current conversation, at best.None; every run is identical to the last one.Persistent: context of the case, the customer and previous attempts 2.
When it is the right fitFAQs, first line of support, guided forms.High-volume processes, fixed rules and zero ambiguity.Tasks that require judgment, messy data and several systems in between.
03

How an agent works: the perceive, plan, act and verify loop

On the inside, an agent is neither magic nor an exotic architecture. It is a loop with four moments, run as many times as needed until it meets the objective or hits a limit you defined. There is also a fifth exit, the one where it gives up and calls a human, which almost nobody designs.

  1. 1

    Perceive: build the context

    The agent gathers what it needs to know: the ticket, the file, the customer history, the applicable policy. This is where the basic building block Anthropic calls the augmented LLM comes in: a model with retrieval, tools and memory 1. If this layer is badly built, everything downstream inherits the error and no change of model compensates for it.

  2. 2

    Plan: break the objective down

    The model turns *resolve this return* into a concrete sequence: verify the purchase, check the policy, calculate the amount, draft the reply. This is where an agent parts ways with an RPA bot: the sequence was not written in advance, it is produced against the case.

  3. 3

    Act: use tools with explicit permission

    Every action goes through a declared tool: query the ERP, write to the CRM, issue the credit note. The golden rule is to separate reads from writes: reads can be free, every write needs a bounded scope, a cap on amount or volume, and an audit log.

  4. 4

    Verify: check before calling it done

    Does the amount add up? Does the reply cite the right policy? Did the record actually get written? Without this step the system does not fail less: it fails silently, which is worse. Agents of this generation can get things wrong and end up trapped in loops, something Deloitte already flagged when it projected their adoption 10.

  5. 5

    Escalate: know when to stop and call a human

    The step almost nobody designs. A mature agent has explicit surrender conditions: low confidence, an amount above a threshold, a customer flagged as sensitive, a third failed retry. With no exit to a human, autonomy stops being a design decision and becomes a bet.

04

Real use cases for AI agents in business

It is worth separating what already has measured evidence from what is still projection. I will start with the measured part, even if it is less spectacular:

01

Assisted customer support

The best-documented field study followed 5,179 support agents at a single Fortune 500 software company, with a quasi-experimental design over the staggered rollout of the tool: the conversational assistant raised cases resolved per hour by 14% on average, with a 34% improvement among novice and lower-performing workers, and minimal impact on the most experienced 11. Two caveats: it is a single company, not a multi-company sample, and that system suggests answers to a human who keeps control. It is a copilot, not an autonomous agent.

02

Software development

This is where agent use at scale is furthest along: the 2026 AI Index collects studies with 26% more pull requests with AI assistance, and points to software engineering in the tech sector as the exception to the single digit, with 24% agent use at scale 4. In almost every other function it is still in the single digits.

03

Content and ad creation

The same chapter collects studies with up to 50% more output per worker in ad creation with multimodal AI, with the explicit caveat that the gains are smaller on tasks that demand deep reasoning 4.

04

Autonomous customer service

Here we move into projection territory: Gartner predicts that by 2029 agentic AI will autonomously resolve 80% of common customer service issues without human intervention, with a 30% reduction in service operational costs 8. That is a forecast, not measured deployment.

05

Agents embedded in the software you already use

Gartner forecasts that by 2026, 40% of enterprise applications will feature agents for task-specific work, up from less than 5% in 2025 9. A good share of agentic capability is going to arrive inside the CRM or the ERP you already pay for, with no project of its own.

06

Low-risk internal operations

Document reconciliation, request routing, file preparation, supplier follow-up. They do not make headlines, but they are where an agent with bounded permissions usually pays back fastest and with the least exposure.

An honest counterweight drawn from the same body of evidence: the AI Index also includes the METR finding that experienced developers were 19% slower working with AI, a result that later did not replicate 4. I do not cite it to discourage you, but because anyone who presents this literature to you without mentioning the uncomfortable results is selling, not informing.

05

Why so many agentic projects get canceled

The figure that circulates most is Gartner's prediction that over 40% of agentic AI projects will be canceled by the end of 2027, due to escalating costs, unclear business value or inadequate risk controls 5. Two clarifications almost nobody makes when repeating it: it is a global prediction, not a measurement, and canceling is not failing technically. Plenty of projects die because the system works and still nobody can say which number it moved.

McKinsey offers the structural diagnosis. Close to 8 in 10 companies have deployed generative AI in some form, but roughly the same share reports no material impact on earnings (what the firm calls the *gen AI paradox*), and it locates the origin in an imbalance: horizontal use cases, such as enterprise-wide copilots and chatbots, scale fast but deliver diffuse gains that are hard to measure, while close to 90% of vertical use cases, the function-specific and genuinely transformative ones, remain stuck in pilot 2.

Agents almost never die from a model limitation. They die because nobody agreed at the start on which number had to move, and because the process around them stayed intact.
Joint reading of the McKinsey 2 and Gartner 5 diagnoses, 2025

On the most viral figure of them all, the 95% of organizations with no return whatsoever, some care is warranted: it comes from a preliminary report by researchers on the MIT Media Lab's NANDA project (not from MIT as an institution; the document itself clarifies that the views are the authors' own), not peer-reviewed, with a limited sample (52 interviews, 153 survey respondents and 300 public initiatives) and with backing data that was never published 12. It measures the absence of reported return across the whole sample, not a technical failure rate: close to 80% of the companies never got as far as piloting custom tools, and among those that did, the success rate is around 25%. Add to that the fact that the four authors were developing or commercializing agentic AI solutions at the time of publication, a conflict the document does not declare.

06

Bounded autonomy: how to govern an agent without switching it off

The right question is not how much autonomy to give an agent, but how much to give each one. Gartner found that although 75% of the IT application leaders surveyed are already piloting or deploying some form of AI agent, only 15% are considering, piloting or deploying fully autonomous, goal-driven agents with no human oversight 6. The market is indeed adopting agents; what it avoids, with good reason, is letting go of the leash entirely.

The barriers reported by that survey explain the caution: only 19% have high or complete confidence in their vendor's ability to protect against hallucinations, 74% consider agents to be a new attack vector, and just 13% strongly agree that they have the right governance structures to manage them 6. It was fielded between May and June 2025 with 360 IT leaders at organizations of 250 or more employees in North America, Europe and Asia-Pacific: a global figure, and one about large companies, not about the Mexican SME.

Gartner also predicts that by 2027, 40% of enterprises will downgrade or decommission autonomous agents because of governance gaps detected only after production incidents, and its analyst Shiva Varma points to the root cause: agent governance gets treated as binary, either fully blocked or fully trusted. The recommendation is proportional governance across four levels (observe, advise, act with approval and act autonomously), assessing the level of autonomy and the scope of access independently 7.

07

When an agent is not the answer

This section exists because almost nobody writes it. There are four scenarios in which I explicitly recommend not building an agent:

  • The process has fixed rules and zero ambiguity. An RPA bot or a direct integration costs less, fails less and audits better.
  • The error has no undo: payments, payroll, legal or clinical decisions. There the agent can prepare and propose, but a human signs off on the write.
  • The data the agent would need does not exist in queryable form, lives in someone's head, or sits in files nobody can export.
  • Nobody on the business side committed to the metric that has to move. Without that, the project gets canceled even if the system works 5.

And a calibration note. In November 2024, Deloitte predicted that in 2025, 25% of the companies already using generative AI would launch agentic AI pilots or proofs of concept, and that the share would reach 50% in 2027 10. The self-reported 2025 figures (62% of respondents experimenting, 23% scaling an agentic system, and no more than 10% scaling agents within an individual function 3) show the usual pattern: the experiment runs faster than anticipated and scaling runs much slower. The comparison is indicative, not exact: Deloitte's base is companies already using generative AI, and McKinsey's is all respondents to its global survey. That, and not the choice of model, is where the return gets decided.

References

Every figure quoted in this article comes from the sources listed below. Each one links to the original document so you can check it yourself.

  1. 01

    Anthropic. Building Effective Agents (engineering blog), 2024.

    www.anthropic.com/engineering/building-effective-agents
  2. 02
  3. 03

    McKinsey & Company (QuantumBlack). The state of AI in 2025: Agents, innovation, and transformation (global survey), 2025.

    www.mckinsey.com/~/media/mckinsey/business%20functions/quantumblack/our%20insights/the%20state%20of%20ai/november%202025/the-state-of-ai-2025-agents-innovation_cmyk-v1.pdf
  4. 04

    Stanford HAI. The 2026 AI Index Report, Chapter 4: Economy, 2026.

    hai.stanford.edu/assets/files/ai_index_report_2026_chapter_4_economy.pdf
  5. 05

    Gartner. Gartner Predicts Over 40% of Agentic AI Projects Will Be Canceled by End of 2027, 2025.

    www.gartner.com/en/newsroom/press-releases/2025-06-25-gartner-predicts-over-40-percent-of-agentic-ai-projects-will-be-canceled-by-end-of-2027
  6. 06

    Gartner. Gartner Survey Finds Just 15% of IT Application Leaders Are Considering, Piloting, or Deploying Fully Autonomous AI Agents (360 respondents, May to June 2025), 2025.

    www.gartner.com/en/newsroom/press-releases/2025-09-30-gartner-survey-finds-just-15-percent-of-it-application-leaders-are-considering-piloting-or-deploying-fully-autonomous-ai-agents
  7. 07

    Gartner. Gartner Says Applying Uniform Governance Across AI Agents Will Lead to Enterprise AI Agent Failure, 2026.

    www.gartner.com/en/newsroom/press-releases/2026-05-26-gartner-says-applying-uniform-governance-across-ai-agents-will-lead-to-enterprise-ai-agent-failure
  8. 08

    Gartner. Gartner Predicts Agentic AI Will Autonomously Resolve 80% of Common Customer Service Issues Without Human Intervention by 2029, 2025.

    www.gartner.com/en/newsroom/press-releases/2025-03-05-gartner-predicts-agentic-ai-will-autonomously-resolve-80-percent-of-common-customer-service-issues-without-human-intervention-by-20290
  9. 09

    Gartner. Gartner Predicts 40% of Enterprise Apps Will Feature Task-Specific AI Agents by 2026, Up from Less Than 5% in 2025, 2025.

    www.gartner.com/en/newsroom/press-releases/2025-08-26-gartner-predicts-40-percent-of-enterprise-apps-will-feature-task-specific-ai-agents-by-2026-up-from-less-than-5-percent-in-2025
  10. 10
  11. 11

    NBER (Brynjolfsson, Li and Raymond). Generative AI at Work (Working Paper 31161), 2023.

    www.nber.org/papers/w31161
  12. 12

    MIT Media Lab, NANDA project (preliminary findings). The GenAI Divide: State of AI in Business 2025 (preliminary report, not peer-reviewed), 2025.

    web.archive.org/web/20250818145714/https://nanda.media.mit.edu/ai_report_2025.pdf
  13. 13

    NIST. AI Risk Management Framework (AI RMF 1.0), NIST AI 100-1, 2023.

    nvlpubs.nist.gov/nistpubs/ai/nist.ai.100-1.pdf
  14. 14

    ISO / IEC. ISO/IEC 42001:2023, Artificial intelligence management systems, 2023.

    www.iso.org/standard/81230.html
  15. 15

    European Commission. Regulatory framework for AI (EU AI Act), 2026.

    digital-strategy.ec.europa.eu/en/policies/regulatory-framework-ai