TL;DR: Running Claude Code, Gemini, and Codex in parallel shifts the bottleneck from model capability to coordination, according to Obot’s analysis of AI coding agent session management and MCP-based orchestration. The governance problem is no longer task execution alone but who controls session state, permissions, and handoffs across a growing agent stack.
At a glance
What this is: This is an analysis of why multi-agent coding workflows now break down at coordination, not capability, and why MCP-based orchestration is emerging as the missing control layer.
Why it matters: It matters to IAM and security teams because AI coding agents create new access, audit, and boundary questions that look more like NHI governance than traditional developer tooling.
👉 Read Obot’s analysis of AI coding agent orchestration and MCP control planes
Context
AI coding agent orchestration is becoming a governance problem because parallel sessions create state, handoff, and permission boundaries that teams have to control. When developers run multiple agents across research, implementation, and review, the friction shifts from model quality to the management layer that decides what runs next and who can connect to what.
MCP matters here because it turns tool access into a structured interface rather than an informal integration pattern. That makes the topic relevant to NHI governance as well as broader software delivery, since agent sessions, connectors, and workflow state all introduce identity-like control questions even when the primary subject is development automation.
Key questions
Q: How should security teams govern MCP servers used by AI coding assistants?
A: Treat MCP servers as privileged trust boundaries, not simple data sources. Security teams should classify each server by the authority it can influence, sanitize any user-generated or third-party content before delivery, and limit the agent’s tool access so malicious context cannot easily become destructive action.
Q: Why do parallel AI coding sessions create new security risk?
A: Parallel sessions increase the number of state transitions, handoffs, and access decisions that must stay consistent. That creates more chances for an agent to inherit the wrong context, reach the wrong tool, or persist access longer than intended. The risk is less about model weakness and more about unmanaged coordination paths.
Q: What breaks when teams build their own AI agent orchestration stack?
A: The usual failure points are visibility, ownership, and auditability. A custom stack may work for one team, but it often lacks central logs, repeatable permissions, and a lifecycle process for updates or offboarding. That makes it hard for security teams to prove who connected what, when, and under which authority.
Q: What should organisations do before scaling agentic workflows?
A: Before scaling agentic workflows, organisations should define who owns each agent, what it is allowed to do, and where intervention will happen if behaviour drifts. They should also test whether tools can be chained into unsafe outcomes even when individual permissions look reasonable. That is the real governance test for autonomous systems.
Technical breakdown
Why coordination, not model capability, becomes the bottleneck
Parallel agent workflows fail when humans become the routing layer between sessions. Each model may be able to complete its assigned phase, but the team still has to decide what to start, when to advance work, and how to preserve context across transitions. That is a workflow orchestration problem, not a model performance problem. The architecture challenge is persistent state management across multiple agent instances, with clear phase boundaries and a reliable handoff mechanism between tasks.
Practical implication: treat orchestration as a first-class control layer, not a convenience feature bolted onto developer tooling.
How MCP turns agent-to-tool access into a governed interface
MCP provides a structured protocol for connecting AI systems to tools and data sources, which is why it is attracting attention as the coordination layer for agentic workflows. In practice, that means access is mediated through defined servers and transports rather than ad hoc scripts or local integrations. The governance value comes from making the boundary visible, inspectable, and repeatable. The risk comes when teams build custom MCP servers without security review, because the protocol itself does not enforce enterprise control objectives.
Practical implication: review every MCP connector as a new access path, with explicit permissions, logging, and lifecycle ownership.
What DIY orchestration stacks reveal about shadow AI infrastructure
When developers build their own session managers, kanban boards, or orchestration layers, they are usually filling a real product gap. They are also creating shadow infrastructure. A custom SQLite backend, a local TUI, and a bespoke MCP server may work well for one team, but they do not automatically provide shared auditability, consistent authorization, or central oversight. That is the same pattern identity teams see with unmanaged service accounts and ad hoc credentials: useful locally, difficult to govern centrally.
Practical implication: inventory self-built agent orchestration components the same way you inventory unmanaged identities and developer-managed secrets.
Threat narrative
Attacker objective: The objective is not immediate compromise but the creation of an unmanaged access layer that can expose code, secrets, and operational workflows without central oversight.
- Entry occurs when developers connect AI coding agents to tools through custom MCP servers and local orchestration layers that were not built through enterprise review.
- Escalation happens when those connectors become the de facto control plane for task delegation, session switching, and access to code or infrastructure workflows.
- Impact is the expansion of shadow AI infrastructure, with unclear audit trails, inconsistent permissions, and governance gaps across parallel agent sessions.
NHI Mgmt Group analysis
MCP is becoming the identity layer for agentic developer workflows. Once multiple coding agents can query tools, move tasks forward, and persist state across sessions, the real security question becomes who or what is authorised to act. That shifts the discussion from simple automation to governed access, which is why MCP should be reviewed through the same lens as other privileged integration layers. For practitioners, the control objective is clear: define and audit the agent-to-tool boundary before the workflow becomes operationally embedded.
DIY orchestration is the new shadow infrastructure risk. Custom session managers solve immediate developer pain, but they also create unsanctioned control planes that sit outside procurement, review, and monitoring. The problem is not that teams are being careless. The problem is that the market is still young enough that many workflows are being invented faster than governance can catch up. Practitioners should assume that every bespoke agent orchestrator introduces a new lifecycle and access-management burden.
Named concept: coordination-plane sprawl. This is the fragmentation that appears when each team builds its own agent routing, handoff, and state system. It looks like productivity at the edge, but at enterprise scale it becomes an exposure problem because permissions, logs, and ownership are no longer standardised. The implication for IAM and NHI programmes is that orchestration components need a common registration and oversight model, not isolated local trust decisions.
Agentic AI governance is converging with NHI governance. AI coding agents are not human users, but they do consume credentials, hold session state, and trigger tool execution in ways that resemble workload identities. That creates a shared governance challenge across IAM, PAM, and NHI programmes. The field is moving toward treating agent access as a managed identity problem, not just a developer experience issue, and practitioners should prepare their control model accordingly.
Enterprise platforms will win by standardising the control plane, not by adding more agent features. The market signal here is not simply that orchestration is useful. It is that organisations want repeatable boundaries, auditability, and lifecycle control around agent activity. That means the next evaluation criterion will be whether a platform can reduce hidden access paths, not whether it can coordinate one more model or workflow variant. Teams should align procurement criteria with that shift.
What this signals
Coordination-plane sprawl is likely to become a recurring governance issue as teams proliferate custom agent routers, session managers, and workflow plugins. The operational lesson is that agentic productivity gains can quietly create new access estates unless they are registered, monitored, and tied back to ownership. For identity teams, this is the point where NHI governance starts to overlap with developer platform governance in a practical way.
The stronger the push toward parallel coding agents, the more important it becomes to treat agent permissions as bounded identities rather than ad hoc integrations. That means the control conversation shifts toward traceability, lifecycle, and privilege containment. The teams that get ahead of this will be the ones that design for auditability first and scale second.
For programmes already using AI assistants in engineering, the near-term watch item is connector sprawl rather than model risk. A single workflow can spawn multiple tools, local services, and hidden trust decisions. That means the right question is not whether agents are useful, but whether the organisation can still explain and revoke their access paths when needed.
For practitioners
- Inventory agent orchestration paths Map every custom session manager, MCP server, and task-routing layer that can reach code, secrets, or runtime systems. Treat each as a governed integration point with an owner, an approval path, and a review schedule.
- Define access boundaries for agent tools Restrict which tools each coding agent can reach, and separate research, implementation, and review privileges so one session cannot silently expand into another stage. Use explicit approvals for any connector that can modify production-adjacent assets.
- Centralise session logging and traceability Require durable logs for agent prompts, tool calls, and state transitions so investigators can reconstruct what happened across parallel sessions. If the workflow cannot produce a consistent audit trail, it is not ready for enterprise use.
- Apply NHI governance to agent connectors Review AI agents, service accounts, tokens, and MCP connectors together as one access estate. That gives identity teams a single control model for lifecycle, rotation, offboarding, and privilege review instead of fragmented ownership.
Key takeaways
- Multi-agent coding workflows fail first at coordination, which makes orchestration a governance issue rather than just a productivity one.
- Custom MCP-based session managers can solve immediate developer pain while creating shadow infrastructure with weak visibility and inconsistent access control.
- IAM and NHI teams should review agent connectors, session state, and tool permissions as one managed access estate before these workflows become entrenched.
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 and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST AI RMF, NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | The article centers on agentic workflow boundaries, tool access, and orchestration risk. | |
| OWASP Non-Human Identity Top 10 | NHI-01 | Custom agent orchestrators behave like managed non-human identities with tool access. |
| NIST AI RMF | GOVERN | Agent governance and accountability are the core programme questions raised here. |
| NIST CSF 2.0 | PR.AC-4 | The article's main governance issue is controlling access permissions across agent workflows. |
| NIST SP 800-53 Rev 5 | AC-6 | Least privilege is essential when agent orchestration layers can reach code and secrets. |
Register every agent connector and session manager as an identity-bearing integration with lifecycle ownership.
Key terms
- Model Context Protocol: Model Context Protocol is an open protocol that lets AI agents connect to tools and data sources. It expands what an agent can reach, so governance has to cover not only the model and its prompts, but also every system that can receive or return agent-driven data.
- AI Agent Session Manager: An AI agent session manager is the control layer that tracks, advances, and coordinates multiple agent runs across tasks and phases. It preserves state, manages handoffs, and reduces the need for humans to manually move work between sessions, which makes it both an efficiency tool and a governance point.
- Coordination-Plane Sprawl: Coordination-plane sprawl is the fragmentation that happens when teams build separate orchestration layers for agent routing, state, and tool access. It creates multiple local control planes that are hard to inventory, hard to audit, and difficult to align with enterprise identity and security governance.
- Shadow AI: AI agents, copilots, or connected tools operating without full visibility or governance from security teams. Shadow AI becomes an identity problem when those systems authenticate with unmanaged tokens, service accounts, or OAuth apps that can reach production resources.
What's in the full article
Obot's full article covers the operational detail this post intentionally leaves for the source:
- The specific MCP and session-manager architecture behind the orchestration pattern, including how the TUI, SQLite state, and agent handoffs fit together.
- The product comparison between a self-built stack and a maintained platform for teams that need repeatable agent coordination at scale.
- The practical governance arguments for treating agent orchestration as part of the security control plane rather than a local developer shortcut.
- The source article's discussion of platform direction, including why MCP is moving from experiment to infrastructure assumption.
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, agentic AI identity, machine identity security, IAM, and secrets management. It gives security practitioners a common control model for managing access, lifecycle, and privilege across modern identity estates.
Published by the NHIMG editorial team on August 20, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org