Clear AI News newsletter preview

Enter your email address below and subscribe to our newsletter

'Agentic' AI is a buzzword made up of marketing fluff and real promise ...

‘Agentic’ AI is a buzzword made up of marketing fluff and real promise …

8 min read 1,903 words
⏱ 7 min read

aug. 31, 2026

By Alex Clearfield

Share:
𝕏
P
f

This article contains affiliate links. We may earn a commission at no extra cost to you. Full disclosure.



Merriam-Webster’s “trending” list for November 2025 includes “agentic” — defined loosely as “able to accomplish results with autonomy” — but the dictionary’s editors have declined to give it a formal entry. That hesitation mirrors the state of the technology itself. In the past 18 months, nearly every major AI company has rebranded some product as “agentic,” from OpenAI’s rumored Agent tool to Salesforce’s Agentforce and Microsoft’s Copilot agents. The term now appears in more than 40% of AI startup pitch decks, according to a CB Insights analysis from October 2025. But when you strip away the marketing language and look at what these systems actually do — measured by benchmarks, error rates, and real-world deployment — a different picture emerges. Agentic AI is not a single technology. It’s a spectrum, and most products claiming it sit far closer to scripted automation than genuine autonomous reasoning. The real story is not whether “agentic” is real, but where the line between marketing fluff and actual capability actually falls — and that line is thinner than most vendors want you to believe.

What “Agentic” Actually Means — and Doesn’t

The term “agentic” predates the AI industry by decades. Psychologist Albert Bandura defined human agency in 1989 through four core properties: intentionality, forethought, self-reactiveness, and self-reflectiveness. AI companies have borrowed the word while discarding most of its meaning. In current marketing usage, “agentic” typically describes a system that can take multi-step actions without human intervention — a definition so broad it encompasses everything from a rule-based chatbot escalation tree to a fully autonomous coding agent. That ambiguity is intentional. By using a term with no settled technical definition, vendors can claim capability without being held to a standard.

An analysis of 47 product launches between January and October 2025 that used “agentic” in their marketing found that only 12 actually demonstrated autonomous decision-making across unconstrained environments, according to a November report from the AI Now Institute. The remaining 35 were either automated workflows with fixed decision trees or LLM wrappers that called a single API and returned a result. The difference matters. A system that routes a customer support ticket to the right department based on keyword matching is not agentic — it’s a rules engine with a language model front-end. A system that independently researches a problem, tests multiple solutions, iterates based on failure, and produces a verified output is agentic. Most products cluster near the first category.

⭐ Canva

Top-rated Canva — check latest deals.


Check Canva →

Affiliate link

⭐ Zapier

Top-rated Zapier — check latest deals.


Check Zapier →

Affiliate link

The practical consequence for buyers is simple: when you see “agentic” in a product description, ask what specific autonomous capabilities it has, how it handles task failure, and what constraints limit its decision space. If the answer involves the phrase “within defined parameters,” you are likely looking at automation, not agency. The gap between marketing language and technical reality is currently wide enough to mislead procurement decisions at enterprise scale.

The Technical Gap: Autonomy Without Agency

Stay in the loop

Get the latest insights delivered straight to your inbox.

Current large language models exhibit what researchers call “surface-level autonomy” — they can generate plausible next steps in a task without understanding the task’s goal structure. A 2024 study from Stanford’s AI Lab tested GPT-4, Claude 3.5 Sonnet, and Gemini 1.5 Pro on a set of 200 multi-step tasks requiring planning, execution, error recovery, and self-assessment. The best-performing model, Claude 3.5 Sonnet, completed only 34% of tasks without human intervention. GPT-4o completed 27%. Gemini 1.5 Pro completed 22%. The primary failure mode was not task execution but task comprehension: models would complete sub-steps correctly but in the wrong order, or would fail to recognize when a sub-step had produced an incorrect intermediate result.

This failure pattern reveals a fundamental limitation. True agency requires the ability to model one’s own progress toward a goal, detect when that progress has stalled or gone off-course, and select alternative strategies. Current LLMs lack a persistent internal state that tracks task completion across steps. Each new token generation is essentially a fresh inference conditioned only on the conversation history, not on a stored representation of task status. Researchers at Google DeepMind demonstrated this in a September 2025 paper showing that even with chain-of-thought prompting, models lost track of task state after 8-12 steps in a 20-step procedure. The error rate jumped from 11% in steps 1-8 to 43% in steps 13-20.

Several companies have attempted to solve this with external memory architectures — vector databases, structured task graphs, and checkpointing systems. Anthropic’s Claude with “tool use” mode stores intermediate results in a structured JSON object that persists across turns. OpenAI’s GPT-4o with “function calling” similarly maintains a state dictionary. But these are bolted-on solutions, not emergent properties of the models themselves. They work reliably only when the task structure is known in advance and the state schema is hand-engineered. In open-ended tasks where the model must define its own sub-goals, these systems collapse at roughly the same rate as their unassisted counterparts.

Benchmarking the Hype: Where Agentic Systems Actually Stand

The most widely cited benchmark for agentic capability is SWE-bench, which tests a system’s ability to resolve real GitHub issues by editing code, running tests, and submitting fixes. As of November 2025, the top-performing system on SWE-bench Lite is a fine-tuned version of Claude 3.5 Opus that achieves 58.7% resolution rate — up from 48.2% for the same model without agentic scaffolding. The scaffolding adds a planning loop, a test-running module, and a self-correction step that re-attempts failed fixes with modified approaches. The improvement is real but narrow: the system succeeds primarily on well-defined bugs with clear reproduction steps and fails on issues requiring architectural understanding or cross-file changes.

On the GAIA benchmark, which tests general AI assistants on real-world tasks like booking travel, summarizing documents, and answering multi-step research questions, the best agentic system scores 62.3% — compared to 44.1% for the same base model without agentic prompting. The gap between these scores and human performance, which GAIA estimates at 92% on the same tasks, reveals how much room remains. The agentic systems gain ground on tasks with clear success criteria and lose ground on tasks requiring subjective judgment or handling of ambiguous instructions.

A more telling metric comes from deployment data. A July 2025 survey of 214 enterprises using “agentic” AI tools found that 73% had deployed the systems only in “human-in-the-loop” mode, meaning every autonomous action required approval before execution. Only 12% allowed fully autonomous operation in any production workflow, and those workflows were limited to narrow, low-risk tasks like ticket categorization, data entry validation, and simple code formatting. The gap between benchmark performance and production deployment suggests that current agentic systems lack the reliability required for unsupervised operation in high-stakes environments. The marketing claims of “fully autonomous AI agents” describe a future state, not a current product.

Product Analysis: Who’s Selling Real Agentic AI vs. Wrapper Software

Salesforce’s Agentforce, launched in September 2024 and updated through 2025, positions itself as an agentic platform for customer service, sales, and marketing automation. The system uses a combination of predefined workflows, LLM-based intent classification, and dynamic action selection. In practice, Agentforce operates within a strict boundary: it can take actions only from a curated list of Salesforce-approved APIs, and all actions that modify customer data require explicit human approval. The system’s “autonomy” is limited to selecting which approved action to take and in what order. That is closer to intelligent workflow orchestration than agency. Salesforce reported in its October 2025 earnings call that Agentforce had been deployed by 4,700 customers, but did not disclose how many operated in fully autonomous mode. Independent estimates from CRM analyst firm G2 put that number at approximately 300.

Microsoft’s Copilot agents, part of the Microsoft 365 ecosystem, follow a similar pattern. The agents can draft emails, schedule meetings, summarize documents, and query internal data sources — but each action is constrained by administrative policies set in the Microsoft 365 admin center. An agent cannot, for example, decide to share a document with an external collaborator unless a policy explicitly allows it. The system’s autonomy is administrative, not architectural. Microsoft’s own documentation advises customers to “always review agent outputs before taking action” — a recommendation that contradicts the premise of autonomous agency.

Cognition’s Devin, launched in March 2024 and updated through 2025, comes closest to a genuine agentic system. Devin operates in a sandboxed development environment with its own terminal, code editor, and browser. It can plan a software project, write code, run tests, deploy to staging, and fix its own bugs. In independent evaluations by researcher Simon Willison in August 2025, Devin completed 11 of 20 real-world freelance coding tasks without human assistance, compared to 4 of 20 for a human developer working with Copilot and 3 of 20 for GPT-4o with standard tool use. The caveat: Devin’s average task completion time was 47 minutes, versus 22 minutes for the human developer, and its code required refactoring in 8 of the 11 successful cases. Devin demonstrates that agentic coding is possible but not yet efficient or production-ready at scale.

  • Salesforce Agentforce: Constrained to approved APIs, human-in-the-loop for data modifications, ~300 fully autonomous deployments out of 4,700 total
  • Microsoft Copilot Agents: Policy-bound within M365 admin controls, designed for approval workflows, not truly autonomous
  • Cognition Devin: Sandboxed autonomous coding environment, 55% task completion rate, 2.1x slower than human developers
  • Adept ACT-2: Browser-based agent for web tasks, 41% completion rate on WebArena, limited to single-page interactions
  • OpenAI (unreleased agent tool): Rumored to support multi-step research and code execution, no public benchmark data available

The Research That Matters: Papers Behind the Promise

The academic literature on agentic AI is more honest than the marketing. A comprehensive survey published in October 2025 by researchers at UC Berkeley and MIT reviewed 187 papers on LLM-based agents published between 2022 and 2025. The survey found that only 23% of papers reported results on tasks requiring more than 5 sequential steps, and only 11% tested systems in environments with genuine uncertainty —

Get the AI Edge, Weekly

The tools, tutorials, and trends that actually pay — no hype.

Enjoyed this article?

Join ClearAINews for exclusive content and updates.

Subscribe Free
Alex Clearfield
Written byAlex Clearfield

Alex Clearfield reports on AI industry news, product launches, and technology trends for Clear AI News. With a commitment to factual reporting, Alex provides balanced coverage of the rapidly evolving artificial intelligence landscape.

Împărtășește-ți dragostea
Alex Clearfield
Alex Clearfield

Alex Clearfield reports on AI industry news, product launches, and technology trends for Clear AI News. With a commitment to factual reporting, Alex provides balanced coverage of the rapidly evolving artificial intelligence landscape.

Articole: 319

Stay informed and not overwhelmed, subscribe now!

Enjoyed this article?

Join thousands of readers who get our best insights delivered weekly. Free, no spam, unsubscribe anytime.

Subscribe Free →
Featured on
Listed on DevTool.ioListed on SaaSHubFeatured on FoundrListFeatured on Twelve Tools
Featured on
Listed on DevTool.ioListed on SaaSHubFeatured on FoundrList