Zone 1: Employee Only · Zone 2: Copilot Assisted · Zone 3: Cowork · Zone 4: Automated. Full framework in Issue 01.
01 / Beyond the Chat Interface
When AI Becomes Part of the Process
There is a meaningful distinction between AI that is available and AI that is embedded. In the first mode — which describes most enterprise AI deployments after 12 months — Copilot is a tab in Teams, a button in Word, and a feature that employees use when they remember to. It is a tool that sits alongside the workflow. In the second mode, AI is part of the workflow itself. It is invoked automatically at the right point in a process, by the right person, with the right data, and its output feeds directly into the next step without a human manually copying it across.
The distinction is not just about efficiency, though the efficiency gains are real. It is about whether AI capability becomes embedded in institutional practice or remains dependent on individual initiative. Embedded AI scales with the organisation; optional AI scales with the individuals who chose to use it. The former survives team changes, manager transitions, and technology updates. The latter does not.
McKinsey's analysis identifies customer operations and marketing as the functions where AI embedding creates most per-employee value. In customer operations, the value is in response quality and speed — AI surfacing the right information at the right moment, embedded in the case management system, not waiting to be summoned from a separate window. In marketing, it is in content velocity and consistency — AI integrated into the production workflow rather than bolted on as an afterthought.
The journey from "we have Copilot licences" to "AI is embedded in our significant workflows" takes most organisations two to three years. The maturity model in Section 5 maps that journey. The practical entry points are described in Sections 2, 3, and 4: Copilot Studio for custom copilots, Power Platform for process automation, and multi-agent chains for complex Zone 4 workflows.
02 / Copilot Studio
Custom Copilots for Specific Roles and Workflows
Microsoft Copilot Studio is the low-code platform for building custom AI copilots — conversational AI agents tailored to specific roles, workflows, or knowledge domains in your organisation. It sits within the Power Platform suite and is accessible to citizen developers (non-programmers with appropriate training) as well as professional developers. The key entry point for most enterprise AI teams is the custom copilot: a chat interface grounded on your organisation's specific data, documents, and knowledge base.
The use cases that consistently deliver value in Copilot Studio fall in Zone 3 and Zone 4 of the four zones framework. Zone 3: the HR Business Partner copilot, grounded on your HR policies, that can answer employee queries accurately without requiring a human HR contact for every question. The procurement assistant, grounded on your supplier catalogue and procurement policy, that helps buyers find the right supplier and understand the relevant approval thresholds. The IT helpdesk first-line agent that handles the top 20 query types and escalates the rest with context already gathered.
Zone 4: the compliance checking agent that reviews documents against a defined policy set and flags non-conformances. The invoice routing agent that classifies incoming invoices, routes them to the right approver, and escalates exceptions. The onboarding workflow agent that guides new starters through their first 30 days, delivers the right information at the right time, and captures completion data back into HR systems.
The governance question for Copilot Studio is about data grounding and output accuracy. A custom copilot is only as reliable as the documents it is grounded on. If your HR policy document is six months out of date, your HR copilot will give six-months-out-of-date answers confidently. Document governance — keeping source materials current, accurate, and tagged with appropriate metadata — is the hidden dependency that most Copilot Studio projects underestimate. Resolve this before building, not after deployment reveals the problem.
03 / Power Platform Integration
Zone 4 Automation at No-Code Entry Points
Microsoft Power Automate, combined with AI Builder, provides the most accessible entry point for Zone 4 automation in the Microsoft ecosystem. Power Automate is a workflow automation platform — it connects applications, triggers actions based on events, and moves data between systems without requiring custom code. AI Builder adds intelligence to those workflows: the ability to extract structured data from unstructured documents, classify documents by type, analyse sentiment, detect objects, and make predictions from structured data.
The practical Zone 4 use cases for Power Automate plus AI Builder are immediate and high-value. Document processing automation: an invoice arrives by email, AI Builder extracts the vendor, amount, and line items, the data is written to a SharePoint list, and a Power Automate flow routes it to the right approver in Teams. Approval chains: a leave request submitted through a Teams form triggers a Power Automate flow that checks the leave balance in the HR system, sends an approval request to the manager, records the outcome, and updates the HR system — all without a human administrator in the loop. Data extraction: contracts or reports arrive as PDFs, AI Builder extracts the key fields, and the data is written to a structured list for analysis.
The no-code / low-code entry point is significant for governance. These workflows can be built by business analysts and subject matter experts, not just professional developers. This accelerates deployment but introduces governance risk: citizen developers can build and publish automation without the scrutiny that IT-led development typically applies. Your governance framework (Issue 05) needs to cover the citizen development lifecycle — a lightweight review and approval process for Power Platform flows that move or process organisational data.
The escalation path to professional development matters. Some Zone 4 automation requirements are complex enough to require Power Platform pro-code extensions, API integrations, or custom connectors. Know where the citizen developer ceiling is for your use cases and have a path to professional development for what exceeds it.
04 / Agent Chains
Multi-Step Agentic Workflows
The emerging architecture for complex Zone 4 automation is the multi-agent chain: a sequence of AI agents, each handling a distinct step in a workflow, with structured handoffs between them. This is not science fiction — it is an operational pattern already deployed in production in finance, procurement, and customer operations functions in large enterprises.
The invoice processing example illustrates the pattern. The workflow begins when an invoice arrives by email. Agent 1 (document extraction) opens the attachment, extracts structured data — vendor, amount, currency, line items, VAT, payment terms — and passes it to Agent 2. Agent 2 (validation and matching) queries the purchase order system, attempts to match the invoice to an open PO, and flags discrepancies. If there is a clean match within tolerance, Agent 3 (routing) sends an approval notification to the appropriate budget holder via Teams. If there is a discrepancy, Agent 3 routes to an exception handling queue with the discrepancy documented. Agent 4 (ERP update) posts the approved invoice to the ERP system on receipt of approval. The whole process, for a clean invoice, runs without human intervention in under 60 seconds.
The governance questions this architecture raises are real and important. Who is accountable for an error in an agentic chain? How is an incorrect payment traced and reversed? What audit trail does the system maintain? How are the agents tested and validated before deployment? What triggers a human review of aggregate output? These questions need answers before you deploy, not after an error reveals that you did not have them.
Microsoft Copilot Studio and Azure AI Foundry both support multi-agent architectures. The tooling is moving fast — capabilities that required custom development in 2023 are now available in low-code tools. The governance questions are moving more slowly. This is the typical pattern in technology deployment: the build side moves ahead of the accountability side. Your job is to close that gap deliberately.
Zone 4 Agent Chain Example — Invoice Processing
05 / Integration Maturity Model
Five Levels from Licences to Embedded AI
Most enterprises are at Level 1 or 2. Reaching Level 5 takes years of deliberate investment in governance, technical infrastructure, and organisational capability. The model below helps you assess where you are and define where you need to be over what timescale — which is the necessary input to a credible multi-year AI strategy.
06 / Key Moves
Five Actions for the Technical Lead
Key Moves — Issue 06 · Integrate
Citations
[1] McKinsey Global Institute. "The Economic Potential of Generative AI." June 2023.
[2] Gartner. "Predicts 2025: AI and the Future of Work." Gartner, Inc., 2025.
[3] Microsoft Copilot Studio: microsoft.com/en-us/microsoft-copilot/microsoft-copilot-studio
[4] Microsoft Power Platform: microsoft.com/en-us/power-platform