ai-newspaper.
Product Launches

Best AI agents: key features of leading autonomous software

The 2026 enterprise software conversation is no longer about chatbots. Gartner forecasts that 40% of all enterprise applications will ship with task-specific AI agents embedded in them by the end of the year, up from less than 5% in 2025.

Best AI agents: key features of leading autonomous software

The agentic AI market is now sized between $12 billion and $15 billion, and the boardroom question is no longer whether to deploy one. It is which vendor will actually finish the job once the agent is wired into the workflow. For operations leaders, IT directors, and RevOps managers, the conversation has shifted from glossy demos to change-management triage: who gets rolled out first, who gets retrained, and which siloed systems finally get stitched together.

The promise of an autonomous agent is not a demo. It is a Tuesday afternoon when nobody has to babysit a ticket.

The shift from reactive chatbots to autonomous workflows

Two years ago, “AI assistant” meant a chat window that paraphrased a knowledge base. In 2026, the same category names an agent that opens a browser, signs into a SaaS dashboard, scrapes a CSV, runs a calculation, and writes back to the source system. That is the operational difference the marketing decks keep tripping over. The shift is not about larger language models — it is about agentic architecture: tool use, memory, planning loops, and the ability to recover from a failed step without a human on a Zoom call.

A chatbot produces an answer. A copilot helps a person complete a task. An autonomous agent is responsible for moving the task forward across several systems, making decisions within a defined scope and escalating when it reaches the edge of that scope. Those distinctions sound semantic until an organization has to assign ownership for a failed payment, a misrouted support case, or a sales quote generated from stale pricing data. Then the difference becomes a control problem.

Here is the catch: most enterprises that claim to be running “agents” in production are still running glorified copilots. They assist a human who still has to click confirm. The platforms that matter in 2026 are the ones that have crossed the line into unsupervised execution — either on a narrow, well-defined task or inside a tightly governed sandbox. That distinction is what separates a procurement pilot from a real line item on the budget.

The downstream effect is on process design. A copilot can be layered on top of an existing workflow without anyone changing the workflow. An agent forces a redesign, because the human step is no longer in the same place. The compliance review shifts, the audit trail shifts, the on-call rotation shifts, and the change-management budget — which is where most 2025 vendor pitches failed to spend a dollar — is where the real cost and the real ROI both land.

That redesign starts with an uncomfortable question: which decisions are actually safe to delegate? A support agent might be allowed to classify an incoming ticket, retrieve an account record, draft a response, and issue a routine refund below a defined threshold. It may be required to stop before changing account ownership, altering contract terms, or responding to a regulatory complaint. The intelligence is only part of the deployment. The rest is policy encoded as permissions, approval gates, logging, and rollback.

The architecture question underneath all of this is what “autonomous” actually means in practice. The term gets stretched in every direction, from a simple if-then rule that routes a ticket to a fully agentic loop that plans, executes, evaluates, and retries on its own. In reality, most production deployments in 2026 sit somewhere in the middle: an agent that plans and executes a multi-step task but escalates to a human at specific checkpoints. The quality of the agent is not how many steps it chains together — it is how intelligently it decides when to stop and ask for help versus when to push through. The platforms that nail this balance will be the ones that stick in the budget; the ones that either hallucinate their way into bad decisions or escalate every single step will quietly get shut off by Q3.

For buyers comparing the best AI agents, the useful question is therefore not “How autonomous is it?” in the abstract. It is “Where does autonomy begin and end in this workflow?” A good answer names the tools the agent can access, the data it can read, the actions it can take, the conditions that trigger approval, and the evidence it leaves behind. Anything less is a product demonstration disguised as an operating model.

Coding and development: the reality gap in autonomous agents

Software engineering is the test case the rest of the enterprise is watching, and Cognition AI’s Devin is the highest-profile example. The vendor reports a 67% pull-request merge rate for 2026, up from 34% in 2025. That is a real number and a real year of progress. But independent testing by Answer.AI put Devin through 20 real-world engineering tasks and recorded a 15% success rate. That gap is the central tension every IT leader has to price in.

The figures are not necessarily contradictory. A pull-request merge rate measures work that reached a particular stage in a particular environment. An independent task benchmark asks whether an agent can take a problem from description to a satisfactory result under different conditions. Both are useful, but neither should be mistaken for a universal measure of autonomous engineering ability. The relevant benchmark for a company is closer to its own repository, test suite, deployment process, security requirements, and review culture.

In practice, what that means for a development team is a different operating model than the vendor pitch implies. Devin operates in an isolated cloud VM with its own browser, terminal, and editor — which is the right architecture for safety. It is not, however, a substitute for a senior engineer. It is a junior engineer who works weekends and does not complain, but still needs code review, still misses edge cases, and still cannot be trusted with a production schema migration without a human in the loop. Any deployment plan that forgets that will produce silos of “agent-written” code that no one on the team fully owns, and the technical debt will compound quietly until the next outage forces a rewrite.

Coding agents are strongest when the task has a clear boundary and a reliable way to verify the result. Boilerplate, test generation, documentation, straightforward refactoring, dependency updates, and well-described bug fixes are all more tractable than a poorly specified redesign of a distributed system. The agent can work quickly when the repository gives it a map and the test suite gives it a destination. It becomes much less dependable when the task depends on undocumented business logic, institutional memory, or trade-offs that exist only in a senior engineer’s head.

That is why the best AI agents for productivity in engineering are not necessarily the ones that produce the most code. They are the ones that reduce the amount of low-value coordination around a change without making review harder. An agent that opens a clean pull request, explains its assumptions, identifies the files it touched, and flags uncertainty can be more valuable than one that generates a larger patch but leaves the team to reconstruct its reasoning.

Coding agents mainly accelerate routine, well-scoped work. Humans still own the difficult decisions, the review, and the consequences of shipping the wrong thing.

The compliance picture is no cleaner. Developer-focused tools like Devin and Cursor are not GDPR-compliant out of the box. They are built for engineering velocity, not for regulated data residency. For European enterprises, that has to be decided before the pilot, not during the legal review, and the data flow diagram has to be drawn before the first commit is reviewed.

The same applies to access control. An agent with read access to an entire monorepo may be able to complete more tasks, but it also has a wider blast radius if a prompt injection or tool error redirects its work. A production-ready setup usually starts with a restricted repository, ephemeral environments, limited credentials, and a requirement that deployment remains a separate human-approved action. The point is not to make the agent powerless. It is to make a failure containable.

The honest productivity case is qualitative rather than mathematical. Coding agents can remove a substantial amount of repetitive effort from a development cycle, particularly where the work is predictable and the output can be checked automatically. They do not remove the need for architecture, prioritization, debugging strategy, security review, or ownership. The danger is when a VP reads a vendor’s headline number and headcount-plans around it, only to discover that the agent-written code passes CI but introduces subtle state bugs that surface three sprints later.

The teams getting the most out of coding agents treat them as accelerants for well-scoped tasks, not as replacements for engineering judgment. They also measure the right things: review time, escaped defects, rollback frequency, cycle time for defined task types, and the amount of rework created by an agent’s output. Lines of generated code are easy to report and almost useless as a measure of value.

Enterprise orchestration: Salesforce Agentforce and Microsoft Copilot Studio

The two enterprise platforms that have moved the furthest in 2026 are Salesforce Agentforce and Microsoft Copilot Studio, and they illustrate two different bets on what an enterprise agent should look like.

Salesforce released Agentforce 360 in early 2026 as part of the Spring ’26 release. The platform is anchored on the Atlas Reasoning Engine, with a low-code Agentforce Builder for line-of-business teams and deep integration with Data 360 — the rebranded Data Cloud — so that agents operate against the same customer record the sales reps see. For a CRM-heavy enterprise, the pitch is straightforward: grounding the agent in the system of record dramatically reduces the risk of hallucinated customer data, because the agent retrieves from verified records rather than confabulating from its training weights.

That is a meaningful architectural advantage over agents that reason from scratch, but it is not a hallucination-proof guarantee. Grounding narrows the error surface; it does not eliminate it. A customer record can be incomplete, permissions can be misconfigured, and the agent can still interpret a correct field incorrectly. Any vendor who suggests otherwise is selling a compliance headache that the buyer will discover in production.

The ROI case leans on deflected case volume, shorter sales cycles, and faster quote turnaround, all of which are easier to measure than generic productivity gains. Agentforce is a natural fit where the workflow already lives inside Salesforce and the organization wants to extend an existing system of record rather than assemble a new agent stack. The trade-off is that the value is closely tied to the quality and completeness of the Salesforce data model. An agent cannot repair a process simply because it has been given access to it.

Microsoft Copilot Studio has taken a different path. Its “Computer use” capabilities went generally available in May 2026, allowing agents to autonomously control web and desktop applications on behalf of users. The orchestration layer was upgraded at the same time, and Microsoft reported a 20% improvement in evaluation performance and a 50% decrease in net token usage. GPT-5 Chat moved into general availability for US and European regions in November 2025, and Work IQ tools were previewed in March 2026.

For organizations already on the Microsoft stack, the integration cost is the lowest in the market, but the change-management cost is not zero. The agents still need clear guardrails, and the licensing conversation is its own workstream that lands before the security review. The appeal of Copilot Studio is breadth: it can connect business users to Microsoft services, internal systems, desktop applications, and workflows that were never designed as clean APIs. That breadth is also the risk. Every new connector expands the number of permissions, data paths, and failure modes that administrators have to understand.

The private-market signal behind these two platforms is enormous. Sierra, a customer-experience and support agent platform, has raised $635M. Glean, an enterprise knowledge agent platform, has raised $765M. Perplexity, a web-research agent platform, has raised $976M. The capital is flowing toward agents that occupy a measurable workflow, not general-purpose chat, and the valuation gap between the two categories is widening every quarter.

The practical distinction between the platforms is less about which one has the more impressive model and more about where the enterprise already has operational gravity. Salesforce starts with customer data and CRM processes. Microsoft starts with the workplace, productivity applications, identity, and a broad automation layer. Neither removes the need to map the process before deploying the agent.

Platform2026 releaseCore engineReported 2026 performanceBest fit
Salesforce Agentforce 360Spring ’26 (early 2026)Atlas Reasoning Engine, Data 360 groundingNative CRM integration, deflection-first ROICRM-heavy enterprises
Microsoft Copilot StudioComputer use GA May 2026GPT-5 Chat, Work IQ, desktop control20% eval improvement, 50% token reductionMicrosoft-stack organizations
Devin (Cognition AI)Ongoing 2026 updatesIsolated cloud VM, browser and terminal67% PR merge rate (vendor), 15% independentEngineering teams with review capacity

An enterprise agent comparison should also account for the ownership model behind each platform. Who configures the agent? Who approves changes? Who sees the logs? Who is paged when an action fails? A low-code builder may shorten the path to a pilot while increasing the importance of governance, because more people can create automations that touch live business data. A platform that is easy to deploy is not automatically easy to control.

An agent that does not have a system of record is a demo. An agent that does is a line item — but even a line item needs a human who checks the math.

Computer use and GUI interaction: Anthropic and Google’s vision

The most technically novel capability in 2026 is computer use — the ability for an agent to drive a graphical user interface the way a person does. Anthropic’s Claude Code and Computer Use framework is the reference implementation. The agent takes a screenshot, reasons about the visual layout, and then executes mouse clicks, keystrokes, and keyboard shortcuts.

That is harder than it sounds, because a UI has no schema. It is a moving target, and every redesign can break the agent. A button may retain the same label but move to a different part of the screen. A drop-down may load slowly. A confirmation dialog may appear only under an unusual condition. An API returns structured errors; a GUI often returns a visual puzzle that the agent has to interpret.

The implication is that computer-use agents are best deployed against legacy systems that have no API, where the only alternative is a human at a keyboard doing the same data entry the agent now does. This is not the glamorous part of the agent story, but it may be one of the most economically defensible. A company does not need the agent to understand every application on an employee’s desktop. It needs the agent to complete a narrow sequence in a stable system that has resisted integration for years.

Google’s Project Jarvis takes the same idea and points it at consumers. It runs on Gemini and operates directly inside the Chrome browser, automating tasks like booking flights, purchasing items, and managing returns. The public release date and pricing structure have not been finalized, which is itself a useful reminder that enterprise buyers should not commit budget to a roadmap that has not shipped.

The operational concern neither vendor will spell out is that a computer-use agent sees everything on the screen, including unrelated tabs, personal email, and confidential data the user did not intend to share with the agent. The compliance review on a deployment like this is not a checkbox. It is a multi-week conversation with security, legal, and the privacy office, and the agent’s screen-scraping footprint has to be scoped, logged, and rate-limited before the first ticket is opened.

Screen access also changes the threat model. Traditional application integrations expose a defined set of fields and actions. A computer-use agent may encounter instructions embedded in a webpage, a malicious document, or an unexpected pop-up. It must distinguish between the task it was assigned and instructions that merely appear in the environment. That makes isolation, browser profiles, domain allowlists, transaction limits, and human approval for high-impact actions practical requirements rather than theoretical safeguards.

The practical reality of computer-use agents in 2026 is that they are fragile in exactly the ways that matter for enterprise rollout. A UI element moves two pixels and the agent clicks the wrong button. A modal pop-up blocks the flow and the agent does not know to dismiss it. A CAPTCHA fires and the agent stalls indefinitely. The vendors are improving steadily — Claude’s visual reasoning is meaningfully better at the start of 2026 than it was six months ago — but anyone deploying computer-use agents at scale needs an error-handling playbook that assumes a meaningful failure rate on unstructured interfaces.

For well-documented, stable enterprise UIs — legacy ERP screens, internal dashboards that change once a quarter — the success rate climbs significantly. Stable layouts, deterministic test accounts, and clear recovery paths make a bigger difference than another round of promotional benchmark results. The right pilot should therefore begin with an application whose behavior can be observed and whose mistakes can be reversed, not with the most consequential screen in the company.

The lesson is the same one that applies to every other agent category: scope narrow, measure honestly, and do not let the demo become the production SLA. A computer-use agent can be the right answer when an API project is uneconomic or impossible. It is the wrong answer when an API exists, the process is high-risk, and the organization is using visual automation merely because it looks faster to deploy.

Standardization protocols: the future of agent-to-agent collaboration

The least photogenic part of the 2026 agent stack is also the most strategically important. Two open protocols have emerged and are seeing increasing adoption this year, and the enterprises that build on them early will spend less on integration later.

Anthropic’s Model Context Protocol (MCP) standardizes how an agent talks to a database, a tool, or an internal API. It is the spec that turns a model into a competent operator against a real system. Without MCP, every agent-to-tool connection is a custom integration, and the integration tax is what kills the ROI on a small pilot before the second use case is even scoped.

MCP is not a substitute for access control or data modeling. It gives tools a more consistent way to expose capabilities and context, but the organization still has to decide which capabilities should exist, which users or agents can invoke them, and how those invocations are logged. A poorly designed connector can make a dangerous action easier to reach. Standardization makes the connection maintainable; it does not make the underlying permission safe by default.

The Google-led Agent-to-Agent (A2A) protocol, stewarded under the Linux Foundation, handles the horizontal case: agents from different vendors handing work off to each other, with shared identity and shared context. The combination of MCP and A2A is what makes a multi-agent orchestration architecture actually maintainable, instead of a tangle of bespoke glue code that nobody on the team can debug at 2 a.m.

That distinction will matter as enterprises accumulate specialized agents. A sales agent may qualify an opportunity, a finance agent may check commercial terms, and a service agent may prepare the account for onboarding. Without a common way to describe the task, pass context, authenticate the participants, and report completion, the organization ends up rebuilding the same handoff logic for every vendor combination. The result is technically possible but operationally brittle.

Neither protocol has reached the point where skipping it is a firing offense, but the adoption trajectory is clear. MCP integrations are showing up in the connector catalogs of every major agent platform, and A2A is gaining traction among vendors who need their agents to interoperate across organizational boundaries. The enterprises treating these as optional today are the ones who will be paying a premium for migration work in 2027, when the protocol layer becomes the baseline expectation rather than an emerging differentiator.

The reason this matters to a CFO is the simplest one in the book: every dollar spent on a custom integration is a dollar that does not come back when the next vendor replaces the last one. The protocols are the insurance policy, and the cost of ignoring them shows up in the next migration cycle, not in the current quarter.

There is a second financial question beneath the integration cost: how much operational complexity is the company willing to own? Multi-agent systems can divide work into sensible components, but each additional agent introduces another boundary where context can be lost, permissions can be misunderstood, and responsibility can become ambiguous. Standard protocols reduce the friction between components. They do not remove the need for a clear owner of the end-to-end outcome.

The bottom line for IT and operations leaders

For corporate IT and operations leaders sizing up the 2026 agent landscape, the priorities are clear.

  • Invest in agents grounded in real systems of record, not in agents that promise to reason from scratch — but understand that grounding reduces risk, it does not eliminate it.
  • Treat vendor-reported success rates as a starting point and independent benchmarks as the actual evidence.
  • Budget for change management with the same seriousness as budget for licenses.
  • Pay attention to MCP and A2A, because the protocol layer is what determines whether the deployment scales.
  • Start with a workflow that has a clear owner, a measurable outcome, and a safe recovery path.
  • Give the agent only the permissions it needs for the task, and make high-impact actions visible to a human reviewer.
  • Measure rework, failure recovery, and escaped errors alongside completion speed. A faster workflow that creates downstream cleanup is not automation; it is deferred labor.
  • Treat the rollout like a conditioning program: the same discipline that drives successful strength and conditioning routines is what eventually turns a pilot into production.

The best AI agents in 2026 are not the ones that win a benchmark. They are the ones that survive the first quarter in production, when the workflow friction is real, the data is messy, and the compliance team is still asking questions. The platforms that have crossed that line — Agentforce 360, Copilot Studio, and the carefully scoped deployments of Claude Code — are the ones worth piloting.

The choice will rarely be a simple ranking of one platform above all others. The best AI agent for a CRM team may be the wrong tool for a developer workflow, and a computer-use system that is valuable against a legacy interface may be unnecessary where a stable API already exists. The leading products are separated less by the promise of autonomy than by the quality of their boundaries: what they can access, what they can change, how they explain failure, and how quickly a human can take control.

That is the standard buyers should use as new AI agent releases arrive. The rest are still trying to graduate from demo.

FAQ

What is the difference between an AI copilot and an autonomous agent?
A copilot assists a human who must still click to confirm actions, whereas an autonomous agent is responsible for moving a task forward across multiple systems independently within a defined scope.
Why do coding agents often show lower success rates in independent tests compared to vendor reports?
Vendor reports often measure specific metrics like pull-request merge rates, while independent benchmarks test the agent's ability to complete end-to-end tasks under varying real-world conditions.
What are the risks of using computer-use agents that interact with graphical user interfaces?
These agents are fragile because UI changes can break their workflow, and they pose security risks by potentially accessing sensitive data on a user's screen beyond the scope of their assigned task.
How does grounding an agent in a system of record improve performance?
Grounding reduces the risk of hallucinations by forcing the agent to retrieve information from verified, existing data sources rather than relying solely on its training weights.
Why should enterprises prioritize the Model Context Protocol (MCP)?
MCP standardizes how agents communicate with databases and tools, preventing the need for expensive, custom-built integrations that become difficult to maintain during vendor migrations.