For most of the last two years, the story about enterprise AI was about capability: could a model write the code, draft the report, run the workflow? In 2026 the question changed. The models can clearly do the work. The industry's attention has shifted, almost overnight, to a much less glamorous problem: when an autonomous agent acts on your behalf, who is it, what is it permitted to touch, and can you prove afterward what it did? Call it the agent identity gap, and it is the single trend quietly shaping every serious agent deployment right now.
The hard part of agentic AI in 2026 is no longer getting an agent to act. It is being able to say, with confidence, exactly what it is allowed to do and exactly what it did.
Adoption is real, but it is shallower than the headlines
Start with the ground truth, because it is easy to get swept up in the hype. McKinsey's latest global survey, fielded in mid-2025, found that 88 percent of organizations now use AI in at least one business function, up from 78 percent a year earlier. But most are still stuck in the experimentation and piloting phase, and only about a third have begun scaling AI across the enterprise. On agents specifically, 62 percent are at least experimenting, yet just 23 percent are scaling an agentic system anywhere, and in any given function no more than 10 percent report scaling agents [1].
That gap between "using" and "scaling" is the real state of the market. Agents are everywhere in slide decks and almost nowhere at full production scale. McKinsey's high performers, the roughly 6 percent seeing meaningful bottom-line impact, share one habit above all: they redesign workflows around AI instead of bolting it on, and they define processes for when human validation of outputs is required [1].
Microsoft's 2025 Work Trend Index frames the same shift from the workforce side. It describes the rise of the "Frontier Firm," built on hybrid teams of humans and agents, and reports that 82 percent of leaders call this a pivotal year to rethink operations, with agents moving through three phases: assistant, then digital colleague, then a system running whole processes under human direction [2]. The direction is not subtle. Agents are becoming teammates. And teammates need identities, permissions, and accountability.
Why identity became the bottleneck
Here is the mechanism. A chatbot answers a question and stops. An agent plans, calls tools, touches databases, sends messages, and sometimes spends money, all without a human clicking each step. The moment an agent can act, three questions become unavoidable:
- Authentication: Is this really our agent, or something impersonating it?
- Authorization: What is this specific agent allowed to do, and nothing more?
- Auditability: Can we reconstruct, after the fact, exactly what it did and on whose behalf?
Most enterprises entered 2026 with no good answer. Agents were wired up with shared credentials and broad, standing permissions, because that was the fast way to ship a pilot. That works fine for a demo and fails badly at scale, because a single over-privileged agent becomes a large blast radius when something goes wrong.
The standards finally arrived
The encouraging news is that the plumbing to fix this landed this year, and it landed in neutral hands rather than any single vendor's.
In June 2025 the Linux Foundation took over the Agent2Agent (A2A) protocol, an open standard originally created by Google, for secure agent-to-agent discovery, communication, and collaboration across vendors and frameworks. More than 100 companies, including AWS, Microsoft, Salesforce, SAP, ServiceNow, and Cisco, signed on, and the explicit goals were vendor neutrality, security, and mitigating lock-in [3].
Then in December 2025 the Linux Foundation launched the Agentic AI Foundation (AAIF) to govern the rest of the stack, taking stewardship of the Model Context Protocol (MCP) contributed by Anthropic, the goose framework from Block, and the AGENTS.md standard from OpenAI [4]. The division of labor is now reasonably clean: MCP connects an agent to tools and data, while A2A lets agents find and coordinate with each other across organizational boundaries.
| Layer | Standard | What it governs | Steward |
|---|---|---|---|
| Tools and data | MCP | How an agent connects to external tools, data, and context | Agentic AI Foundation (Linux Foundation) |
| Agent to agent | A2A | How independent agents discover, message, and coordinate | Linux Foundation |
| Identity and authorization | OAuth 2.x, OIDC, SPIFFE, and related | Who an agent is and what it may do | Emerging, guided by NIST work |
The identity row is the one still being written, and that is exactly where the action is.
Regulators and security researchers converged on the same layer
What makes this a genuine industry trend, rather than one company's roadmap, is that independent institutions arrived at the same conclusion from different directions.
Standards bodies. In February 2026 NIST launched its AI Agent Standards Initiative, explicitly aimed at a "trusted, interoperable, and secure agentic frontier." Its research pillar centers on agent authentication and identity infrastructure, and a companion NCCoE concept paper, "Accelerating the Adoption of Software and AI Agent Identity and Authorization," applies existing identity standards such as OAuth 2.x, OIDC, and SPIFFE to enterprise agent use cases, including linking a user's identity to the agent acting for them [5].
Security researchers. OWASP's Agentic Security Initiative has been building out a threat-model reference for agents, and its recommended practices read like a direct response to the identity gap: enforce least privilege, keep a human in the loop for high-impact actions, sanitize external inputs, isolate agent memory, and validate adversarially [6]. Over-privileged integrations are called out as a first-class threat, not an edge case.
Regulators. The EU AI Act's main obligations become applicable on 2 August 2026, including the Article 50 transparency rules that generally require people to be informed when they are interacting with an AI system [7]. For agent builders, disclosure and traceability stop being nice-to-haves and become compliance requirements with a date attached.
When a standards agency, a security community, and a major regulator independently point at the same problem in the same year, that is not noise. That is the shape of the market's next 18 months.
What this means if you are deploying agents
The practical takeaway is that the competitive frontier has moved. Getting an agent to perform a task is now table stakes. The differentiator is deploying agents you can actually govern. A few principles follow directly from the sources above:
- Give every agent its own scoped identity. No shared credentials, no standing god-mode access. An agent should authenticate as itself and carry only the permissions its task requires, ideally tied to the user it is acting for.
- Enforce least privilege and human checkpoints. Reserve autonomous execution for low-stakes actions and require human confirmation for anything irreversible, financial, or safety-relevant, exactly as OWASP recommends [6].
- Log everything for auditability. If you cannot reconstruct what an agent did and why, you cannot meet the EU AI Act's traceability expectations, and you cannot debug your own system.
- Build on the open standards. MCP and A2A are now vendor-neutral and broadly backed. Adopting them reduces lock-in and positions you to interoperate as the ecosystem matures [3] and [4].
- Design for validation, not just automation. The organizations getting real value define, up front, when a human must review an agent's output [1].
The takeaway
2026 is the year enterprise AI stopped asking "can the agent do it?" and started asking "can we trust it to, and prove it did?" Adoption is broad but still mostly shallow, the interoperability standards have finally consolidated under neutral governance, and identity, permissions, and auditability have become the layer that decides which deployments scale and which stay stuck as pilots. The winners will not be the teams with the flashiest agent demo. They will be the teams whose agents have a name, a leash, and a paper trail.
At Intueo, this is how we build: agents with scoped identities, least-privilege access, human checkpoints on high-stakes actions, and full audit trails, on open standards rather than a walled garden. If you want agents you can actually put to work and still sleep at night, talk to us.
References
- [1]McKinsey & Company (November 5, 2025). The state of AI in 2025: Agents, innovation, and transformation.
McKinsey's annual global survey of 1,993 respondents across 105 nations, fielded June to July 2025. The primary source for adoption figures: 88 percent using AI in at least one function, 62 percent experimenting with agents, and only ~23 percent scaling agentic systems. Survey-based and self-reported, so treat specific percentages as directional.
- [2]Microsoft (April 23, 2025). 2025 Work Trend Index Annual Report: The year the Frontier Firm is born.
Based on 31,000 knowledge workers across 31 countries plus Microsoft 365 telemetry. Source for the human-agent 'Frontier Firm' framing and the three-phase assistant-to-colleague-to-operator progression. Vendor-authored, so its framing is optimistic, but the underlying survey data is substantial.
- [3]Linux Foundation (June 23, 2025). Linux Foundation Launches the Agent2Agent (A2A) Protocol Project.
Primary announcement that A2A, originally from Google, moved to neutral Linux Foundation governance with 100+ backers including AWS, Microsoft, Salesforce, SAP, and ServiceNow. Establishes A2A as the vendor-neutral standard for secure agent-to-agent communication.
- [4]Linux Foundation (December 9, 2025). Formation of the Agentic AI Foundation (AAIF).
Announcement that the Linux Foundation formed the AAIF to govern core agentic standards, with inaugural projects including the Model Context Protocol (MCP) from Anthropic, the goose framework from Block, and AGENTS.md from OpenAI. Confirms MCP's move to neutral governance alongside A2A.
- [5]NIST (created February 17, 2026). AI Agent Standards Initiative.
Primary government source establishing NIST's push for a 'trusted, interoperable, and secure agentic frontier,' with a research pillar on agent authentication and identity, and a companion NCCoE concept paper applying OAuth, OIDC, and SPIFFE to agent identity and authorization. Directly supports the article's identity-gap thesis.
- [6]OWASP GenAI Security Project. Agentic AI: Threats and Mitigations.
The OWASP Agentic Security Initiative's threat-model reference for agentic systems. Source for recommended controls cited here: least privilege, human-in-the-loop for high-impact actions, input sanitization, memory isolation, and adversarial validation. Community-authored and regularly updated.
- [7]European Union. EU AI Act, Article 50: Transparency obligations.
Primary legal source for the transparency and disclosure requirements that generally take effect on 2 August 2026, requiring that users be informed when interacting with an AI system. Grounds the article's compliance point in regulation rather than opinion.




