Most teams need less than they think. There are three levels, and each one is enough for a different kind of task.
Level 1: prompting in the tool you already have
A person opens Copilot, ChatGPT, Claude or Gemini and asks for what they need, with the context pasted in. This is enough when the task is occasional, the input changes each time, and the person is going to read the output anyway. Meeting summaries, one-off report condensing, a first draft of a difficult email.
The improvement here is not software, it is habit and prompt quality. A team that saves its ten best prompts in a shared document has automated more than most teams with a licence for an automation platform.
Level 2: Custom GPTs, Claude Projects, Gemini Gems and Copilot agents
These are the same models with instructions, files and a tone guide attached in advance. You build one in an afternoon with no code. Everyone on the team then opens "Proposal drafter" or "Policy assistant" and gets the same standard of answer without writing the setup prompt each time.
This is the right level when the same kind of task recurs, the source documents are stable (policies, templates, examples of good work), and the output needs to be consistent across the team. Seven of the ten workflows in the table above sit here.
The difference between the products is mostly where your data lives. Copilot agents read SharePoint with the user's existing permissions; Claude Projects and Custom GPTs take uploaded files inside their own workspace controls; Gemini Gems sit inside Google Workspace. Pick the one that matches where the documents already are and what IT has approved.
Level 3: automation platforms (Power Automate, Zapier, n8n)
An automation platform runs without a person pressing a button. A trigger (an email arrives, a form is submitted, a file lands in a folder) starts a flow, one step of which calls a model to read, classify or draft, and the rest of which moves the result somewhere: a Teams post, a row in a sheet, a ticket in a system.
You need this level when the volume is high enough that a person opening a chat window is the bottleneck, and when the input arrives in a predictable place. Inbox triage at hundreds of emails a day, supplier document extraction across a shared mailbox, the assembly stage of a weekly pack.
Power Automate is the natural choice inside Microsoft 365 and is often already licensed. Zapier is the fastest to learn and connects to the widest set of SaaS tools. n8n is open source and can be self-hosted, which suits teams that want control over where data goes. A capable business user can build the first version of any of them. A developer becomes useful when the flow needs error handling, retries and audit logs that a business owner should not maintain alone.
Prompting, custom assistants and automation platforms compared | Prompting | Custom assistant | Automation platform |
|---|
| Who triggers it | A person | A person | An event |
|---|
| Set-up time | Minutes | An afternoon | A day or two |
|---|
| Best for | Varied, occasional tasks | Recurring tasks with stable sources | High-volume, predictable inputs |
|---|
| Where the human sits | Throughout | Reads the output | Approval step in the flow |
|---|
| Typical examples | Report summary, difficult email | Proposal drafter, policy Q&A | Inbox triage, document extraction |
|---|
Go up a level only when the level below is visibly the bottleneck. Many teams that buy an automation platform never build a flow, because they skipped the audit that would have told them what to automate.