{"id":40418,"date":"2026-08-07T02:20:47","date_gmt":"2026-08-07T02:20:47","guid":{"rendered":"https:\/\/www.insentragroup.com\/nz\/insights\/uncategorized\/how-multi-agent-architectures-are-reshaping-enterprise-it\/"},"modified":"2026-08-07T02:20:47","modified_gmt":"2026-08-07T02:20:47","slug":"how-multi-agent-architectures-are-reshaping-enterprise-it","status":"publish","type":"post","link":"https:\/\/www.insentragroup.com\/nz\/insights\/not-geek-speak\/generative-ai\/how-multi-agent-architectures-are-reshaping-enterprise-it\/","title":{"rendered":"How Multi-Agent Architectures Are Reshaping Enterprise IT"},"content":{"rendered":"\n<p>The enterprise AI conversation is changing.&nbsp;<\/p>\n\n\n\n<p>A year ago, many IT leaders were asking whether they should deploy an AI agent. Today, a more consequential question is&nbsp;emerging. How should organisations coordinate multiple agents working across departments,&nbsp;applications&nbsp;and business processes?&nbsp;<\/p>\n\n\n\n<p>Interest in this model is accelerating. Gartner reported a 1,445 per cent increase in enquiries about multi-agent systems between the first quarter of 2024 and the second quarter of 2025.\u00b9 Gartner also predicts that 40 per cent of enterprise applications will include task-specific AI agents by the end of 2026, up from less than 5 per cent in 2025.\u00b2&nbsp;<\/p>\n\n\n\n<p>The architecture supporting this shift is multi-agent orchestration. It is becoming an important consideration for CIOs, CTOs and enterprise architects&nbsp;seeking&nbsp;to move beyond isolated AI experiments.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">From solo performers to coordinated networks\u00a0<\/h2>\n\n\n\n<p>A single AI agent can be effective when given a clearly defined task. It can interpret a request, use an approved&nbsp;tool&nbsp;and return a result.&nbsp;<\/p>\n\n\n\n<p>Most enterprise workflows, however, are not isolated.&nbsp;<\/p>\n\n\n\n<p>They cross system boundaries, involve different areas of expertise and depend on decisions made throughout a broader process. A customer request might require an agent to retrieve account information, another to assess contractual obligations and a third to\u00a0initiate\u00a0an operational workflow.\u00a0<\/p>\n\n\n\n<p>A multi-agent architecture divides this work among specialised agents with defined responsibilities. An orchestration layer coordinates how tasks are assigned, how context is shared and when work is transferred between agents.\u00a0<\/p>\n\n\n\n<p>The result is less like a single digital assistant and more like a coordinated team. Each agent performs a defined role while the wider system manages the workflow.\u00a0<\/p>\n\n\n\n<p>This division of responsibility can improve modularity and make individual components easier to test,&nbsp;govern&nbsp;and replace. It also introduces&nbsp;additional&nbsp;complexity. Microsoft\u2019s current guidance recommends starting with a single agent and separating responsibilities only when modularity, security boundaries or specialist capabilities make a multi-agent design necessary.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Five orchestration patterns that matter\u00a0<\/h2>\n\n\n\n<p>Several recurring patterns are shaping the way multi-agent systems are designed.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Sequential Orchestration\u00a0<\/h3>\n\n\n\n<p>One agent completes a task before passing its output to the next agent. This approach is suitable for structured, linear processes such as document verification, invoice\u00a0handling\u00a0and compliance reviews.\u00a0<\/p>\n\n\n\n<p>Its strength is predictability. Each stage can be recorded and evaluated independently. Its weakness is that an error or delay early in the sequence can affect every later stage.\u00a0<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Parallel Orchestration\u00a0<\/h3>\n\n\n\n<p>Multiple agents work at the same time on separate parts of a problem. Their results are then combined by an orchestrator or aggregation agent.&nbsp;<\/p>\n\n\n\n<p>This pattern can support research, security analysis, market assessment and risk evaluation. It reduces total processing time when tasks do not depend on one another, although conflicting results still require a method of reconciliation.\u00a0<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Hierarchical Orchestration\u00a0<\/h3>\n\n\n\n<p>A supervisor or manager agent breaks a larger&nbsp;objective&nbsp;into smaller tasks and assigns them to specialist agents.&nbsp;<\/p>\n\n\n\n<p>This approach can make complex workflows easier to manage, but it places significant responsibility on the supervisor. Poor planning or task allocation at the top can reduce the quality of the entire system.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Handoff Orchestration\u00a0<\/h3>\n\n\n\n<p>An initial\u00a0agent assesses a request and transfers it to the most appropriate specialist.\u00a0<\/p>\n\n\n\n<p>This model resembles a service desk or contact centre. It can be effective when requests fall into recognisable categories, but routing rules and escalation paths must be carefully designed.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Iterative Orchestration\u00a0<\/h3>\n\n\n\n<p>An agent or group of agents repeatedly reviews and improves an output until it meets defined acceptance criteria.&nbsp;<\/p>\n\n\n\n<p>This pattern is useful for drafting, software testing, data&nbsp;validation&nbsp;and quality assurance. Clear stopping conditions are essential to prevent unnecessary processing, rising costs or endless revision loops.&nbsp;<\/p>\n\n\n\n<p>These patterns are not mutually exclusive. A single enterprise workflow might use a routing agent at the entry point, a supervisor within a business domain and sequential or parallel processing inside individual tasks.\u00a0<\/p>\n\n\n\n<p>The real architectural skill lies in combining these approaches without creating unnecessary complexity.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why interoperability matters\u00a0<\/h2>\n\n\n\n<p>One of the most significant developments in multi-agent architecture has been the emergence of open communication standards.&nbsp;<\/p>\n\n\n\n<p>Google introduced the Agent2Agent protocol, commonly called A2A, in April 2025. The protocol was designed to allow agents created with different frameworks or by different vendors to discover capabilities, exchange\u00a0information\u00a0and delegate tasks.\u00a0<\/p>\n\n\n\n<p>Google transferred the A2A project to the Linux Foundation in June 2025, establishing vendor-neutral governance for the standard. By April 2026, the Linux Foundation reported that more than 150 organisations supported A2A, with integrations across major cloud platforms and early production\u00a0use.\u00b3\u00a0<\/p>\n\n\n\n<p>This matters because most large organisations do not&nbsp;operate&nbsp;within a single technology ecosystem.&nbsp;<\/p>\n\n\n\n<p>An enterprise may use Microsoft for productivity and workflow automation, Salesforce for customer relationship management, Google Cloud or Amazon Web Services for infrastructure, and custom-built agents for industry-specific functions.\u00a0<\/p>\n\n\n\n<p>Without an interoperability standard, every connection between those systems could require a bespoke integration. A2A provides a common contract through which compatible agents can communicate while keeping their internal implementations private.&nbsp;<\/p>\n\n\n\n<p>A2A does not\u00a0eliminate\u00a0integration,\u00a0security\u00a0or governance work. Organisations still need to manage identity, authentication, authorisation and data exposure. It can, however, reduce the amount of custom communication logic\u00a0required\u00a0when connecting compatible agent platforms.\u00a0<\/p>\n\n\n\n<p>Microsoft is moving in the same direction. Copilot Studio now supports multi-agent orchestration and connections to external agents using the A2A protocol. Microsoft has also made computer-using agents&nbsp;generally available, allowing approved agents to interact with websites and desktop applications when suitable application programming interfaces are unavailable.&nbsp;<\/p>\n\n\n\n<p>The direction across the major platforms is becoming clearer. Enterprise agents are increasingly being designed as parts of coordinated systems rather than disconnected point solutions.\u00a0<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What multi-agent systems mean for IT architecture\u00a0<\/h2>\n\n\n\n<p>Deploying a multi-agent environment is not simply a matter of creating more agents.\u00a0<\/p>\n\n\n\n<p>Each\u00a0additional\u00a0agent introduces dependencies, permissions, context requirements and possible failure points. The overall system must therefore be designed around several architectural priorities.\u00a0<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">State and context management\u00a0<\/h2>\n\n\n\n<p>When one agent transfers work to another, the receiving agent needs enough information to continue the task accurately.&nbsp;<\/p>\n\n\n\n<p>Passing too little context can produce incomplete or inconsistent outcomes. Passing too much can increase cost, expose unnecessary information or overwhelm the receiving agent.\u00a0<\/p>\n\n\n\n<p>Architects need to define what information moves between agents, where shared state is stored, how long it is&nbsp;retained&nbsp;and which agents are&nbsp;permitted&nbsp;to access it.&nbsp;<\/p>\n\n\n\n<p>Checkpointing can also help a system resume from a known stage after an error rather than restarting the entire workflow.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Orchestration and control\u00a0<\/h2>\n\n\n\n<p>A clear control mechanism is needed to assign tasks, manage dependencies and determine what happens when an agent fails.\u00a0<\/p>\n\n\n\n<p>This does not always require a single, central orchestrator. Some environments may use hierarchical or distributed coordination. Regardless of the model, the organisation needs an identifiable control plane for policy enforcement, access&nbsp;management&nbsp;and auditability.&nbsp;<\/p>\n\n\n\n<p>Without one, agents can duplicate work, issue contradictory actions or operate\u00a0beyond their intended responsibilities.\u00a0<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Observability\u00a0<\/h2>\n\n\n\n<p>Traditional application monitoring focuses on infrastructure health, availability, response times and errors.\u00a0<\/p>\n\n\n\n<p>Agent observability must examine a broader set of questions.&nbsp;<\/p>\n\n\n\n<p>Did the system select the\u00a0appropriate agent? Was the necessary context transferred? Which tools and data sources were used? Why was a particular action taken? Did the workflow remain within its cost and risk limits?\u00a0<\/p>\n\n\n\n<p>Useful observability should capture agent interactions, tool calls, decisions, exceptions, latency, token&nbsp;usage&nbsp;and cost. It should also make the overall workflow understandable to technical teams and, where&nbsp;required, auditors or business owners.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Identity and access<\/strong>\u00a0<\/h2>\n\n\n\n<p>Each agent should have its own defined identity and permissions.&nbsp;<\/p>\n\n\n\n<p>Using shared or overly broad credentials makes it difficult to determine which agent performed an action and increases the potential impact of a compromised\u00a0component.\u00a0<\/p>\n\n\n\n<p>Access should follow least-privilege principles. An agent should only be able to retrieve or&nbsp;modify&nbsp;the information needed for its assigned function.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Governance cannot be an afterthought\u00a0<\/h2>\n\n\n\n<p>As agents gain greater autonomy, governance becomes part of the technical architecture rather than a separate compliance activity.&nbsp;<\/p>\n\n\n\n<p>A minimum governance model should include:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Role-based access controls defining what each agent can view, create\u00a0or modify\u00a0<\/li>\n\n\n\n<li>Tamper-resistant audit records capturing significant actions and decisions\u00a0<\/li>\n\n\n\n<li>Human review requirements for sensitive, high-impact or irreversible decisions\u00a0<\/li>\n\n\n\n<li>Data classification and retention rules covering information shared between agents\u00a0<\/li>\n\n\n\n<li>Testing for reliability, security,\u00a0bias\u00a0and unexpected behaviour\u00a0<\/li>\n\n\n\n<li>Anomaly detection and mechanisms for suspending individual agents\u00a0<\/li>\n\n\n\n<li>Version control and change-management processes for prompts, models, tools\u00a0and policies\u00a0<\/li>\n\n\n\n<li>Clear accountability for each agent and the business process it supports\u00a0<\/li>\n<\/ul>\n\n\n\n<p>Human involvement should be based on risk rather than added indiscriminately. <\/p>\n\n\n\n<p>Routine, reversible and low-risk actions may be suitable for higher levels of automation. Decisions affecting employment, financial commitments, regulated information, customer&nbsp;rights&nbsp;or critical systems&nbsp;generally require&nbsp;stronger controls and human oversight.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The business opportunity\u00a0<\/h2>\n\n\n\n<p>The economic potential surrounding generative AI is&nbsp;substantial, although it should not be attributed exclusively to AI agents.&nbsp;<\/p>\n\n\n\n<p>McKinsey estimates that generative AI could create between US$2.6 trillion and US$4.4 trillion in annual economic value across 63 use cases.\u2074\u00a0Agents may help organisations capture part of that opportunity by coordinating tools,\u00a0models\u00a0and workflows, but the estimate applies to generative AI more broadly.\u00a0<\/p>\n\n\n\n<p>McKinsey\u2019s 2025 global survey also found that AI high performers were more than three times as likely as other organisations to intend to use AI for transformative business change. More than one-third of these high performers reported&nbsp;allocating&nbsp;over 20 per cent of their digital budgets to AI&nbsp;technologies.\u2075&nbsp;<\/p>\n\n\n\n<p>The same survey\u00a0demonstrates\u00a0that scaled agent adoption remains relatively early. No more than 10 per cent of respondents reported scaling agents in any individual business function.\u2075\u00a0<\/p>\n\n\n\n<p>This distinction is important.&nbsp;<\/p>\n\n\n\n<p>Multi-agent architecture is progressing quickly, but most enterprises are still developing the operating models, controls and technical foundations needed to use it at scale. Organisations should avoid treating agent deployment as proof of business value. Success depends on workflow redesign, reliable data, measurable\u00a0outcomes\u00a0and\u00a0appropriate governance.\u00a0<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The opportunity in front of IT leaders\u00a0<\/h2>\n\n\n\n<p>Multi-agent orchestration is moving from research and experimentation into enterprise platforms and production environments.&nbsp;<\/p>\n\n\n\n<p>That does not mean every process needs multiple agents. A single agent or conventional automation may remain the simplest and most reliable&nbsp;option&nbsp;for many tasks.&nbsp;<\/p>\n\n\n\n<p>Multi-agent architecture becomes valuable when a workflow genuinely requires separate expertise, security boundaries, systems or decision stages.\u00a0<\/p>\n\n\n\n<p>The organisations best positioned to benefit will be those that design around clear business outcomes and\u00a0establish\u00a0the right foundations early. These foundations include interoperability, identity, observability, state management, cost\u00a0controls\u00a0and governance.\u00a0<\/p>\n\n\n\n<p>For IT leaders mapping an AI architecture, evaluating&nbsp;platforms&nbsp;or moving beyond isolated pilots, now is the time to&nbsp;determine&nbsp;where multi-agent systems add genuine value and where they add avoidable complexity.&nbsp;<\/p>\n\n\n\n<p>Explore&nbsp;Insentra\u2019s&nbsp;AI practice at&nbsp;<a href=\"https:\/\/aimomentum.insentra.ai\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">AI Momentum<\/a>&nbsp;to learn how we help organisations architect, govern and scale enterprise AI deployments.&nbsp;<\/p>\n\n\n\n<p><strong>Sources<\/strong>&nbsp;<\/p>\n\n\n\n<p class=\"has-extra-small-font-size\">\u00b9 Gartner,&nbsp;<em>Multiagent Systems in Enterprise AI<\/em>, reporting a 1,445 per cent increase in multi-agent-system enquiries from Q1 2024 to Q2 2025.&nbsp;<\/p>\n\n\n\n<p class=\"has-extra-small-font-size\">\u00b2 Gartner,&nbsp;<em>Gartner Predicts 40% of Enterprise Apps Will Feature Task-Specific AI Agents by 2026<\/em>, 26 August 2025.&nbsp;<\/p>\n\n\n\n<p class=\"has-extra-small-font-size\">\u00b3 Linux Foundation,&nbsp;<em>A2A Protocol Surpasses 150 Organizations, Lands in Major Cloud Platforms, and Sees Enterprise Production Use in First Year<\/em>, 9 April 2026.&nbsp;<\/p>\n\n\n\n<p class=\"has-extra-small-font-size\">\u2074 McKinsey Global Institute,&nbsp;<em>The Economic Potential of Generative AI<\/em>, June 2023.&nbsp;<\/p>\n\n\n\n<p class=\"has-extra-small-font-size\">\u2075 McKinsey and Company,&nbsp;<em>The State of AI Global Survey 2025<\/em>, November 2025.&nbsp;<\/p>\n\n\n\n<style>\nbody .blog-body h3 {\n    text-transform: none !important;\n}\n.has-extra-small-font-size {\n   font-size: 14px !important;\n}\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>The enterprise AI conversation is changing.&nbsp; A year ago, many IT leaders were asking whether they should deploy an AI agent. Today, a more consequential question is&nbsp;emerging. How should organisations coordinate multiple agents working across departments,&nbsp;applications&nbsp;and business processes?&nbsp; Interest in this model is accelerating. Gartner reported a 1,445 per cent increase in enquiries about multi-agent&hellip; <a class=\"more-link\" href=\"https:\/\/www.insentragroup.com\/nz\/insights\/not-geek-speak\/generative-ai\/how-multi-agent-architectures-are-reshaping-enterprise-it\/\">Continue reading <span class=\"screen-reader-text\">How Multi-Agent Architectures Are Reshaping Enterprise IT<\/span><\/a><\/p>\n","protected":false},"author":55,"featured_media":40419,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":""},"categories":[295],"tags":[],"class_list":["post-40418","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-generative-ai","entry"],"_links":{"self":[{"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/posts\/40418","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/users\/55"}],"replies":[{"embeddable":true,"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/comments?post=40418"}],"version-history":[{"count":0,"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/posts\/40418\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/media\/40419"}],"wp:attachment":[{"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/media?parent=40418"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/categories?post=40418"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/tags?post=40418"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}