Copilot Cowork¶
Learning Status
📖 Initial overview complete — deeper dive pending. Last updated: 2026-04-04.
☕ The Café Analogy¶
Think of three levels of café help:
- Copilot Chat = A phone hotline. You call, ask a question, get an answer. Hang up.
- Copilot for M365 = A smart assistant sitting next to you. Helps one thing at a time.
- Copilot Cowork = A full-time operations manager. You say "prepare for Q2 franchise meeting" and they pull sales data, compile notes, build a presentation, draft emails, schedule prep time — and come back with everything done.
The leap: from assistant → autonomous operator.
What Is Copilot Cowork?¶
An autonomous AI agent embedded in Microsoft 365 that executes multi-step, cross-app workflows on your behalf. Announced March 2026 as part of Wave 3.
- You describe an outcome in plain English
- Cowork plans, coordinates, and executes across Outlook, Teams, Word, Excel, PowerPoint
- Built on Anthropic's Claude (for reasoning/actions) + OpenAI GPT (for text generation)
- Runs in the cloud (not your desktop) inside your M365 tenant security boundary
Architecture¶
┌─────────────────────────────────────────────────────────┐
│ YOU (the user) │
│ "Prepare for Q2 customer meeting" │
└─────────────────┬───────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────┐
│ COPILOT COWORK (Cloud Agent) │
│ │
│ ┌──────────┐ ┌───────────┐ ┌──────────────────────┐ │
│ │ Work IQ │ │ Planner │ │ Checkpoint Engine │ │
│ │(context) │ │ (steps) │ │ (human-in-the-loop) │ │
│ └────┬─────┘ └─────┬─────┘ └──────────┬───────────┘ │
│ │ │ │ │
│ ┌────▼──────────────▼────────────────────▼───────────┐ │
│ │ Multi-Model Engine │ │
│ │ ┌─────────────┐ ┌──────────────────┐ │ │
│ │ │ Claude │ │ GPT (OpenAI) │ │ │
│ │ │ (reasoning │ │ (creative/text │ │ │
│ │ │ + actions) │ │ generation) │ │ │
│ │ └─────────────┘ └──────────────────┘ │ │
│ └────────────────────────────────────────────────────┘ │
└─────────┬──────────┬──────────┬──────────┬──────────────┘
│ │ │ │
▼ ▼ ▼ ▼
┌──────────┐ ┌────────┐ ┌──────┐ ┌──────────┐
│ Outlook │ │ Teams │ │ Word │ │ Excel │
│ Calendar │ │ Chats │ │ Docs │ │ Data │
│ Email │ │ Files │ │ │ │ │
└──────────┘ └────────┘ └──────┘ └──────────┘
Key Concepts¶
| Concept | What it means | Why it matters |
|---|---|---|
| Work IQ | Intelligence layer that understands YOUR work patterns, calendar, emails, projects | Makes Cowork contextually aware — not generic |
| Multi-model | Uses Claude (Anthropic) for reasoning/actions + GPT (OpenAI) for text generation | Best model for each job |
| Checkpoints | Pauses at critical points to ask for approval | Human-in-the-loop — you stay in control |
| Background operation | Runs while you do other work | True delegation |
| Cross-app orchestration | Works across Outlook, Teams, Word, Excel, PPT in one workflow | The breakthrough — previous Copilot was per-app |
The Evolution — Side by Side¶
| Copilot Chat | Copilot for M365 | Copilot Cowork | |
|---|---|---|---|
| Analogy | Phone hotline | Desk assistant | Operations manager |
| How it works | You ask, it answers | You ask in-app, it helps | You delegate, it executes |
| Scope | Single question | Single app | Multiple apps, multiple steps |
| Autonomous? | ❌ No | ❌ No | ✅ Yes (with checkpoints) |
| AI model | GPT | GPT | Claude + GPT |
| Cost | Included in M365 | $30/user/month | $30 add-on or E7 ($99/user/month) |
| Governance needs | Moderate | High | Very high ⚠️ |
| Status | ✅ Live | ✅ Live | 🔜 Research Preview (Frontier) |
Real-World Scenario¶
"Prepare for Q2 customer meeting"
Cowork would:
- 📧 Scan recent Outlook emails with the customer
- 💬 Review Teams chat threads about the account
- 📊 Pull sales data from the shared Excel workbook
- 📝 Draft a briefing document in Word
- 📊 Create a presentation deck in PowerPoint
- 📅 Schedule prep time on your calendar
- 📧 Draft a meeting prep email to your team
- ⏸️ Pause — show you everything, ask for approval
- ✅ You approve → it sends the email and saves the docs
Customer FAQ¶
| Customer Question | Your Answer |
|---|---|
| "Is it safe?" | Runs inside M365 security boundary, Purview covers it, checkpoints require approval |
| "Does our data go to Anthropic?" | Claude runs as a subprocessor under Microsoft's DPA — data stays in Microsoft's cloud |
| "When can we get it?" | Research Preview now (Frontier program). Broader rollout May–June 2026 |
| "How much?" | $30/user/month add-on, or bundled in new E7 tier at $99/user/month |
| "What do we need to prepare?" | Audit SharePoint/OneDrive permissions, review oversharing, enable in pilot groups first |
| "Can it take actions without us knowing?" | No — checkpoint system requires approval. Full audit trail. |
Admin/Governance Checklist¶
Before enabling Cowork, organisations should:
- [ ] Audit SharePoint and OneDrive sharing permissions
- [ ] Review Purview DLP policies for AI interactions
- [ ] Enable in a pilot group first (not org-wide)
- [ ] Brief InfoSec team on Anthropic as subprocessor
- [ ] Set up activity logging and audit trails
- [ ] Review data residency requirements (EU AI Act)
- [ ] Train users on checkpoint approval workflow