By NHI Mgmt Group Editorial TeamDomain: AI SecuritySource: Holistic AIPublished January 12, 2026

TL;DR: Agentic AI performance does not improve simply by adding more agents, according to Holistic AI’s analysis of Google and MIT research across 180 experiments. The results show that application fit, coordination overhead, and observability determine whether multi-agent systems improve outcomes or become slower, costlier, and harder to govern.


At a glance

What this is: This is a governance analysis of agentic AI deployment that argues observability, not agent count, should determine when multi-agent systems scale.

Why it matters: It matters because identity, access, and lifecycle controls for AI agents fail when organisations expand agent populations faster than they can trace actions, privileges, and dependencies.

By the numbers:

👉 Read Holistic AI's analysis of smarter agentic AI deployment


Context

Agentic AI is software that can plan, reason, and act with limited human prompting, but the control problem changes once organisations move from pilot projects to multi-agent workflows. The first governance gap is not model quality alone. It is whether teams can observe how agents coordinate, consume tokens, and propagate errors across tools, data, and other agents.

That matters for IAM and NHI programmes because each agent becomes a non-human identity in practice, with credentials, permissions, and lifecycles that need oversight. When deployment decisions are driven by enthusiasm for scale rather than task fit, organisations create hidden access paths and accountability gaps that traditional approval workflows do not cover.


Key questions

Q: How should security teams govern AI agents that run long, multi-step workflows?

A: Security teams should require durable execution, full event history, and clear ownership for every multi-step agent workflow that touches sensitive data or privileged tools. If the agent can lose state on failure, the organisation cannot reliably audit what happened or prove which actions were completed versus replayed.

Q: Why do multi-agent systems sometimes perform worse than a single agent?

A: They often fail when the task is sequential rather than parallel. Extra agents add handoffs, reconciliation work, and duplicated reasoning, which can reduce output quality and increase token consumption. The right question is not how many agents to add, but whether the workflow actually benefits from distributed processing.

Q: What do organisations get wrong when scaling agentic AI?

A: They often treat agents as workflow enhancements instead of governed actors with identity, privilege, and audit requirements. That leads to hidden overreach, weak accountability, and poor rollback options. The common mistake is scaling usage before establishing control boundaries, especially for systems that touch customer, employee, or financial data.

Q: Why does open governance change the risk profile for agentic AI infrastructure?

A: Open governance reduces single-vendor dependency, but it also removes the false comfort that a proprietary platform will solve identity, authorisation, or audit problems for you. Once standards become shared infrastructure, the organisation owns the control design. That makes policy consistency, logging, and revocation the real differentiators, not the protocol label itself.


Technical breakdown

Why multi-agent systems help some workloads and fail others

Multi-agent systems are useful when work can be decomposed into parallel tasks that do not depend heavily on one another. They break down when the workflow is sequential, because each agent’s output changes the state that later steps depend on. That creates coordination overhead, duplicated reasoning, and error propagation. The core architectural issue is not simply model capability. It is whether the task structure supports parallelisation without introducing unstable dependencies across agents, tools, and shared context.

Practical implication: map each AI workflow to its dependency structure before deciding whether a multi-agent design is justified.

How coordination overhead becomes an operational control problem

Coordination overhead appears when multiple agents spend more effort aligning with one another than completing the underlying task. In practice, that means more token use, more handoffs, and more chances for inconsistent decisions. Once a single agent reaches a workable success threshold, adding more agents can reduce net performance because the system spends capacity managing itself. This is not just a performance issue. It is a governance issue because uncontrolled coordination can hide failure modes until they appear as cost spikes or unreliable outcomes.

Practical implication: measure coordination cost, task success, and token spend together instead of treating agent count as a proxy for value.

Observability and visualisation for agentic AI governance

Observability in agentic AI means being able to trace agent actions, inputs, outputs, tool calls, and inter-agent dependencies in a way that supports investigation and control. Visualisation adds a systems view, showing how one agent’s behaviour influences another’s accountability path. For governance teams, this is the difference between knowing that something failed and knowing where the failure began. Without that visibility, lifecycle oversight is shallow, and access governance for AI agents becomes reactive rather than continuous.

Practical implication: require runtime tracing and dependency mapping before approving broader agent deployment.


NHI Mgmt Group analysis

Scaling agentic AI is now an identity governance problem, not just an architecture problem. Once agents can plan and act across workflows, they behave like non-human identities with permissions, dependencies, and accountability requirements. That means deployment decisions should be governed with the same seriousness as privileged service accounts and workload identities. The practical conclusion is straightforward: if you cannot govern the agent, you cannot safely scale it.

Task fit is the new control boundary for multi-agent design. The article’s central finding is that parallel work can benefit from more agents, while sequential work often degrades. That creates a named failure mode we can call coordination overhead drift, where extra agents add complexity faster than they add value. Practitioners should treat application structure as a governance input, not an afterthought.

Visibility into agent behaviour is the prerequisite for lifecycle control. Continuous monitoring, visualisation, and auditability are what make agent governance operational rather than theoretical. This aligns closely with NIST AI RMF GOVERN and MEASURE functions, because accountability without telemetry is just policy paperwork. The practitioner takeaway is to gate expansion on traceability, not on enthusiasm for automation.

Agent sprawl will expose the same weak points that have long affected NHI programmes. The more agents are deployed, the more organisations inherit secret management, privilege review, and offboarding problems in a new form. That intersection matters because every agent needs an identity model, lifecycle rules, and evidence of scope. The right response is to classify agents as governed identities, not as disposable automation.

Observability should be treated as a control, not a dashboard feature. The article correctly places diagnostics ahead of scale because visualisation is what lets teams understand dependency chains, redundancy, and failure propagation. In identity terms, that maps to proving who or what acted, with which permissions, and under which workflow. The practical conclusion is to require traceable agent behaviour before broadening production use.

What this signals

Agentic AI deployment is moving faster than the control model around it. For identity teams, the immediate signal is that agents must be managed as lifecycle-bound identities with explicit ownership, scope, and traceability. That is where NIST AI RMF governance expectations intersect with the practical realities of non-human identity management.

Coordination overhead drift: when additional agents create more orchestration complexity than business value, scale becomes a control failure. Practitioners should watch for rising token spend, opaque handoffs, and weak audit trails as indicators that the deployment model no longer matches the workload. Runtime visibility is the deciding factor, not the number of agents in production.


For practitioners

  • Classify AI agents as governed non-human identities Assign each agent an owner, purpose, credential boundary, and lifecycle record so that AI access can be reviewed like other high-risk machine identities.
  • Gate multi-agent rollout on task dependency analysis Approve parallel agent designs only where workflow steps are genuinely independent, and block expansion where sequential state changes would amplify coordination cost.
  • Instrument runtime tracing before production scale Capture agent inputs, outputs, tool calls, and inter-agent handoffs so investigators can reconstruct failures and compliance teams can evidence scope.
  • Measure token spend against task success rates Track completed work per token budget alongside latency and error rates to determine whether additional agents are improving outcomes or just increasing overhead.
  • Apply governance checkpoints to agent offboarding and scope change Revoke unused permissions, retire stale agent identities, and revalidate access when workflows change so old capabilities do not persist beyond their intended use.

Key takeaways

  • Agentic AI scaling fails when teams treat agent count as the objective instead of task fit and control visibility.
  • The strongest evidence here is that more agents can reduce performance, increase coordination cost, and create harder governance problems.
  • Practitioners should govern AI agents like non-human identities, with traceability, ownership, and lifecycle controls before production expansion.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST AI RMFGOVERNThe article is fundamentally about governance, oversight, and accountability for AI systems.
OWASP Agentic AI Top 10Agentic AI deployment raises tool-use, delegation, and visibility risks covered by the agentic application top 10.
NIST CSF 2.0GV.OV-01Governance and oversight are central because the article focuses on lifecycle control of AI agents.

Establish oversight metrics for AI agent behaviour and review them as part of governance reporting.


Key terms

  • Agentic AI: Autonomous AI systems capable of planning, deciding, and taking actions — including calling APIs, writing code, and orchestrating other agents — with minimal human oversight. Agentic AI introduces new NHI risks as agents must authenticate to external services.
  • Coordination Overhead: Coordination overhead is the extra time, compute, and management work created when multiple agents must align their outputs. It becomes a security and governance issue when orchestration complexity hides failure, increases cost, or makes it harder to trace which agent performed which action.
  • Runtime Observability Gap: The disconnect between what identity systems think was granted and what access systems show was actually used. This gap weakens governance because teams cannot confidently decide whether access is still necessary, especially in hybrid and distributed environments.
  • Non-Human Identity (NHI): A digital identity assigned to a non-human entity such as a software application, service account, API key, bot, machine, or AI agent that enables it to authenticate and interact with systems without direct human involvement. NHIs now outnumber human identities in most enterprises by 25 to 50 times.

What's in the full article

Holistic AI's full blog covers the operational detail this post intentionally leaves for the source:

  • The full breakdown of how Holistic AI visualises inter-agent dependencies and workflow bottlenecks during production troubleshooting.
  • The specific interpretation of the Google and MIT experiments across different model families, prompts, and token budgets.
  • The governance platform detail on lifecycle oversight, monitoring, and control enforcement across the AI lifecycle.
  • The vendor's examples of how teams can diagnose when agent coordination cost outweighs automation value.

👉 Holistic AI's full blog covers the observability, visualisation, and governance detail behind the deployment guidance.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, secrets management, and agentic AI identity. It helps security and identity practitioners build the controls needed to govern AI-driven access responsibly.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 18, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org