TL;DR: Cheap models are now strong enough to make orchestrator-executor agent architectures practical, with Anthropic’s benchmark showing a Sonnet-based team retained 96% of an all-Fable team’s BrowseComp score at 46% of the cost, according to Arize. The shift matters because orchestration quality, not raw model price, now determines whether multi-agent systems stay governable, measurable, and safe.
At a glance
What this is: This is an analysis of how cheaper, capable subagents are changing multi-agent design, with orchestration emerging as the control point that determines quality, cost, and reliability.
Why it matters: It matters to IAM, NHI, and agentic AI practitioners because delegated AI work creates new identity, privilege, and oversight questions around who can act, what each worker can access, and how bounded execution is enforced.
By the numbers:
- Anthropic's benchmark showed a Sonnet-based multi-agent team retained 96% of an all-Fable team's BrowseComp score at 46% of the cost.
- The same pattern once burned roughly 15 times the tokens of a normal chat in Anthropic's earlier multi-agent research system.
- MinionS recovered 97.9% of GPT-4o's quality at 5.7x less cloud spend in Stanford's February 2025 work.
👉 Read Arize's analysis of why cheap models changed multi-agent economics
Context
Orchestrator-executor is a multi-agent design pattern in which one higher-level model plans work and delegates bounded subtasks to lower-cost workers. In practice, that changes the governance problem from single-model prompting to managed delegation, where every worker needs clear scope, isolated context, and measurable output.
For identity and access teams, the relevant question is not whether a model can call tools, but whether each agentic step has defined authority, narrow access, and a verifiable stop condition. That puts this topic squarely at the intersection of agentic AI security, machine identity, and runtime controls for delegated execution.
Key questions
Q: How should security teams govern orchestrator-executor agent systems?
A: Security teams should govern orchestrator-executor systems as delegated access models. Give the orchestrator authority to assign work, but constrain every executor with isolated context, narrow tools, and a termination rule. Then require logs that show who delegated the task, what each worker accessed, and how the final result was validated.
Q: Why do cheap subagents create new identity risks in agentic AI?
A: Cheap subagents create identity risk because lower cost makes delegation easier to spread, not easier to control. Once many workers can act in parallel, teams need clear runtime identities, least privilege, and revocation points for each task. Without that, the system accumulates hidden authority across multiple agent sessions.
Q: What breaks when orchestration quality is weaker than executor quality?
A: When orchestration is weak, even good worker models produce poor outcomes because tasks are decomposed badly, context is incomplete, and verification is inconsistent. The failure is not just lower answer quality. It is a control failure in which delegated actions outpace the system’s ability to judge, stop, or contain them.
Q: How can teams tell whether an agent architecture is actually working?
A: Look at task completion rate, retry rate, cost per successful outcome, and the amount of human correction required after synthesis. If a system looks cheaper but creates more loops, more exceptions, or more manual cleanup, governance is failing even if the model benchmarks look strong.
Technical breakdown
Orchestrator-executor architecture: how delegated agent work is structured
An orchestrator-executor system splits control from execution. The orchestrator decomposes the goal, chooses which worker to call, passes a bounded brief, and decides whether the output is good enough to stop or whether another loop is needed. Executors do narrow work such as search, extraction, code review, or tool use. The design works because the expensive reasoning is concentrated in the orchestrator while the repetitive token-heavy work is pushed to cheaper specialists. That separation also creates a control boundary: each worker can have its own model, prompt, tools, and context, which is useful only if those boundaries are enforced and observable.
Practical implication: Map each subagent to a distinct trust scope and tool set before you scale delegation.
Why cost per completed task matters more than token price
Token price is a poor proxy for operational cost because a cheaper model can consume more context, loop more often, or fail more frequently. Cost per completed task captures the full workload outcome, including retries and orchestration overhead. That matters in multi-agent systems because the executor may look inexpensive while being the most expensive option once failure rates, extra calls, and longer traces are counted. The article’s examples show that the least expensive per-token model is not always the cheapest way to finish work, which is the same measurement problem that identity and security teams face when evaluating control effectiveness rather than feature counts.
Practical implication: Measure agent value against successful task completion, not isolated model pricing.
Why orchestration quality is the real control plane for agentic AI
The evidence in the article suggests weak orchestration breaks delegation even when the worker models are capable. A planner must break down tasks well, assign the right context, evaluate evidence, and decide when to stop. If that judgment fails, cheap executors simply amplify bad delegation. This is where governance enters: the orchestrator is effectively the access controller for agent work, deciding which model can reach which data, tools, and outputs. For NHI and AI security teams, that is the same structural problem as least privilege, just applied to runtime delegation instead of human-administered accounts.
Practical implication: Treat orchestration as a governed control plane, not just an application design choice.
NHI Mgmt Group analysis
Cheap executor models do not reduce governance complexity, they move it. The article shows that lower-cost subagents make delegation financially attractive, but every delegated step still requires explicit scope, context restriction, and verification. In identity terms, that means the model that plans and delegates becomes the control point, while the workers become short-lived actors with constrained authority. Practitioners should treat agent delegation as a privilege distribution problem, not only a model-selection problem.
Agent orchestration is becoming the identity boundary of AI systems. When one model decides which worker can access which tools, memory, or data, that orchestration layer functions like a runtime identity plane. The governance question is no longer whether an agent can act, but whether each action is attributable, bounded, and revocable. That aligns closely with NHI governance principles, especially where tool use, delegated credentials, and isolated execution threads are involved. Practitioners should design agent identity as a first-class control.
Delegation trust gap: the article exposes the assumption that a capable planner can safely supervise weaker workers without formal control design. That assumption fails when workers inherit too much context, too much tool access, or too much implicit trust. The result is a trust gap between orchestration intent and actual execution authority. Practitioners should close that gap with explicit policy for task scope, tool access, and termination criteria.
Measurement discipline will decide whether multi-agent systems stay governable. The article’s emphasis on cost per completed task is a warning that teams cannot manage agent fleets with anecdotal success metrics. Multi-agent governance needs outcome-based telemetry, failure-rate tracking, and control validation across the full delegation chain. For identity teams, the useful parallel is to measure effective access, not just assigned access. Practitioners should build evals that connect agent quality to governance evidence.
The category is converging on policy-controlled AI work rather than free-form automation. Once executor models are cheap enough to trust for bounded work, the market shifts toward systems that decide which model acts, what it can see, and how outputs are checked. That is a stronger fit for governance than unconstrained autonomy, because it preserves modular accountability. Practitioners should expect more demand for policy, traceability, and runtime boundaries around AI agents.
What this signals
Cheap executors make agent fleets easier to deploy, but they also raise the number of identities, traces, and tool edges that need governance. In practice, that means AI programmes will need stronger runtime controls, tighter auditability, and clearer revocation paths before they can scale safely.
Delegation trust gap: the operational problem is not just model quality, but whether the organisation can prove that every delegated action stayed inside its intended scope. That is the same lifecycle control problem that underpins machine identity governance, and it should be treated as a policy issue as much as a technical one.
As agent adoption broadens, teams should expect orchestration layers to become the focus of control mapping against frameworks such as the NIST AI Risk Management Framework and the OWASP Agentic AI Top 10.
For practitioners
- Define orchestration boundaries for every agent role Assign each orchestrator and executor a narrow responsibility, explicit tool scope, and isolated context so delegated work cannot expand beyond its brief. Use separate runtime identities for planning, execution, and verification.
- Measure agents by completed task cost Track success rate, retry rate, token use, latency, and human rework together so a cheaper per-token model does not hide higher operational cost. Pair those metrics with controls for task termination and escalation.
- Bind agent privileges to task scope Treat every subagent as a time-bound identity with only the permissions needed for a single bounded task. Revoke tool access and session context at completion, and prevent workers from inheriting broader privileges than the orchestrator intended.
- Instrument delegation with audit-ready traces Log who delegated what, which model executed the task, which tools were used, what evidence was returned, and why the orchestrator accepted it. That trace becomes the accountability record for AI governance and incident review.
Key takeaways
- Multi-agent economics improved because cheap workers became trustworthy enough for bounded tasks, not because orchestration stopped mattering.
- The real control problem is delegation authority, since each subagent adds a new identity, access scope, and verification requirement.
- Teams should measure agent systems by completed work and governance evidence, or they will mistake lower token spend for safer automation.
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 MITRE ATLAS address the attack and risk surface, while NIST AI RMF, NIST AI 600-1 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | The article centers on delegated agent work, tool use, and orchestration risk. | |
| NIST AI RMF | GOVERN | AI RMF GOVERN covers accountability and oversight for delegated AI systems. |
| NIST AI 600-1 | The article discusses GenAI agent deployment and control choices. | |
| MITRE ATLAS | TA0006 , Credential Access; TA0008 , Lateral Movement | Agent tool misuse and delegated privilege abuse map to attack-style behaviours in AI systems. |
| NIST CSF 2.0 | PR.AC-4 | Scoped access and managed permissions are central to bounded agent execution. |
Map agent delegation, tool boundaries, and verification steps to agentic AI controls before scaling deployment.
Key terms
- Orchestrator-executor architecture: A multi-agent pattern where one model plans, delegates, and verifies work while other models handle bounded subtasks. It separates judgment from execution so teams can use smaller workers for narrow tasks, but it only stays safe when the delegation boundary, access scope, and stopping conditions are explicitly controlled.
- Cost per completed task: A workload metric that measures the total cost of finishing a task successfully, including retries, context use, and orchestration overhead. It is more useful than token price alone because it reflects the real operational cost of getting useful output from an AI system.
- Delegation trust gap: The gap between what an orchestrator intends a worker to do and what authority the worker actually receives at runtime. In agentic AI, this gap appears when subagents inherit too much context, too many tools, or too broad a permission set for the job they are meant to complete.
- Runtime Identity: Runtime identity is the practice of making identity and authorization decisions at the moment an action occurs. For agents and workloads, it means access is validated against live context, not only against the identity state set during onboarding or provisioning. That makes accountability and scope enforcement possible inside fast-moving workflows.
What's in the full article
Arize's full analysis covers the operational detail this post intentionally leaves for the source:
- Benchmark comparisons across multiple models on real task completion rather than token counts, which helps teams validate their own eval approach.
- The specific Anthropic and OpenAI multi-agent configurations discussed in the article, including how orchestration was wired in practice.
- Cost-per-successful-task examples that show why a cheaper model can still be the more expensive choice once retries are counted.
- The article's discussion of routing versus orchestration trade-offs for production agent design.
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It is designed for practitioners who need to connect identity controls to agentic AI and broader security operations.
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