There is a widespread belief about AI that even technically curious Hong Kong SME owners get wrong: that one AI handles one task at a time, like a single employee at a single desk. As of 28 May 2026, that belief is officially obsolete. Claude Opus 4.8 launched on that date with a feature called dynamic workflows that automatically spawns hundreds of specialised AI workers in parallel, all on a single task. This is the technical concept behind the next wave of business automation, and it has a name: AI subagents. This guide explains what they are, what they actually do, when they win, when they lose, and what it means for a Hong Kong business owner thinking about AI.
What Are AI Subagents?
AI subagents are specialised AI workers that each solve one narrow task, working in parallel under a coordinator agent that combines their answers. Instead of one general AI doing five steps in sequence, you get five focused AI workers doing one step each at the same time, with a sixth agent assembling the final answer. The pattern is called a multi-agent system, and the workers inside it are called subagents.
The term moved from research papers to mainstream business vocabulary on 28 May 2026, when Anthropic released Claude Opus 4.8 with built-in dynamic workflows. According to the official announcement reported by TechCrunch and 9to5Google, Opus 4.8 can spin up tens to hundreds of parallel subagents within a single session, including adversarial agents that try to refute each other before the final answer is delivered.
How Do Subagents Actually Work in Practice?
Subagents work in a three-layer pattern: a coordinator agent at the top, specialist subagents in the middle, and a critic or adversarial agent that reviews the output. The coordinator receives the user request, splits it into independent sub-tasks, hands each one to a subagent, then assembles the responses.
Imagine you ask the AI: "Research three local catering vendors for our 50-person staff party, compare their pricing, and draft the invitation email." A single agent would do this in sequence, taking 5 to 10 minutes. A subagent system splits the work three ways at once:
- Subagent A researches vendor pricing in parallel
- Subagent B compares reviews and menus
- Subagent C drafts the invitation email
- A critic agent reviews everything for errors
- The coordinator merges the result and returns one polished answer
The full task finishes in roughly the time the slowest single subagent takes, not the sum of all of them. Anthropic's published research on multi-agent systems showed that on hard research benchmarks, splitting the work this way meaningfully improved answer quality compared to a single agent.
When Do Subagents Outperform a Single AI Agent?
Subagents outperform single agents on four specific kinds of work. FlowHunt's 2026 multi-agent research review identified the categories where parallel multi-agent systems consistently win.
The four winning use cases:
- Research and synthesis (~70% reduction in fact-checking time reported in production teams)
- Tasks needing specialisation (one agent for law, one for finance, one for tech)
- Tasks needing independent quality control (writer agent plus critic agent)
- Tasks requiring parallel scale (ten agents on ten different research topics at once)
For incident response and DevOps, codebridge.tech reported that multi-agent orchestration achieved a 100% actionable recommendation rate in trials compared to 1.7% for single-agent approaches. The advantage is largest when the underlying work is naturally parallelisable.
What Are Three Ideal SME Use Cases?
Three subagent use cases map cleanly onto Hong Kong SME work. Each follows the same pattern: a task with three or more independent sub-tasks that can run at the same time.
Use case 1: Competitive market research
One subagent gathers competitor pricing, a second collects customer reviews, a third extracts product feature comparisons, a fourth synthesises a one-page summary. What used to take a marketing assistant a full day can finish in 15 minutes.
Use case 2: Multi-channel content creation
One subagent writes a Facebook post, a second writes a LinkedIn post, a third generates Instagram captions, a fourth creates an EDM draft. Each adapts the same underlying message to the platform's tone and format. The coordinator ensures consistency across channels.
Use case 3: Vendor and quote comparison
A wedding planner, restaurant owner, or office manager asking "find me three printers under HK$3,000 with same-day delivery" can have three subagents independently search three vendor websites at the same time, then a critic agent verifies the prices and stock before the coordinator hands back a single comparison table.
What Are the Hidden Costs and Risks?
Subagents add real costs that single agents do not. According to the FlowHunt 2026 multi-agent review, running a multi-agent system typically costs 3 to 10 times more in LLM tokens than running one well-designed single agent. If a single-agent query costs HK$0.50 in compute, the same task on a 10-subagent system may cost HK$3 to HK$5.
The second risk is communication instability. When 100 subagents pass messages to each other, small errors compound. A subagent that misreads its input can pollute the coordinator's final answer. This is why Anthropic added adversarial agents to Opus 4.8 specifically to catch each other's mistakes before the final reply leaves the system.
The third risk is debuggability. When a single AI gives you a bad answer, you can look at one chain of reasoning. When 50 subagents give you a bad answer, the failure can sit in any one of them, and finding which one took the wrong turn is genuinely harder.
When Should an SME Owner Stick With a Single Agent?
A single AI agent is the right answer for the majority of Hong Kong SME tasks. The 2026 multi-agent research literature is consistent on this point: subagents only pay off when the task is genuinely parallel and naturally splits into independent sub-tasks.
Stick with a single agent when:
- The task is one step (draft an email, summarise one document, answer one customer query)
- The output must follow a linear narrative (a story, a sales pitch, a presentation script)
- The information lives in one place (one spreadsheet, one PDF, one CRM record)
- Your daily AI budget is small and the 3 to 10 times cost multiplier is not worth the speed gain
The good news is that you do not have to choose in advance. Claude Opus 4.8 decides automatically whether to spawn subagents based on the question. Most simple tasks still run on a single agent. The dynamic workflow only kicks in when the task is genuinely complex enough to benefit.
FAQ: Common Questions From SME Owners About AI Subagents
Do I need to set up subagents myself?
No. With Claude Opus 4.8, dynamic workflows are automatic. The model decides whether to spawn subagents and how many to use. The user interface looks the same as a single-agent conversation.
How is this different from running ChatGPT in five different browser tabs?
It looks similar but works very differently. Browser tabs do not coordinate or critique each other. A subagent system has a coordinator that merges outputs and a critic that catches errors. The whole point is the orchestration, not the parallelism.
Will subagents replace human staff?
For repetitive parallel research work, partly. Pickaxe's 2026 multi-agent guide reported a 40% increase in content production volume when teams introduced subagent workflows. The work shifts from doing the research to reviewing and approving the AI output.
Is it safe to let 100 AI agents act on my business data?
Permissions still control everything. Subagents inherit the access of the user account. If your CRM is read-only for the connected account, every subagent is also read-only. Approval gates before any send, post, or payment still apply.
The Takeaway: A Quiet Architectural Shift
The interesting thing about AI subagents is that the user does not see them. You ask one question, you get one answer, and behind the scenes 30 specialised AI workers ran in parallel to find it. For Hong Kong SME owners, the practical effect is faster, more thorough answers to complex research questions, paid for with slightly higher compute costs. The strategic effect is that AI is no longer one assistant. It is becoming a team. UD stands with you, making AI human.
Ready to Put an AI Team to Work for Your Business?
Understanding subagents is one thing. Building a workflow that uses them well, in the right places, at the right cost, is another. We will walk you through it step by step, from your first single-agent test to a multi-agent workflow tuned to your business.