Chat is not a workflow. Build an AI switchboard first

Adam Olofsson HammareAdam Olofsson Hammare
Chat is not a workflow. Build an AI switchboard first

It starts innocently. Someone pastes a customer question into ChatGPT. Someone else asks AI to summarize a meeting. A third person lets a tool write a follow-up email. It feels like a workflow, but most of the time it is just a better chat box with manual copy-paste around it.

That is where small teams get stuck. Not because the AI is useless, but because the work around the AI is vague. Who owns the answer? Which source wins? May the AI send anything outside the company? Should the CRM be updated, or should it only get a suggestion?

Today’s practical signal comes from Zapier, which describes AI automation as the connection between AI models and the systems where work happens. When agents can work across apps, data sources and actions, small businesses need less talk about magical assistants and more order at the switchboard: what goes straight through, what passes a human, and what should never run on autopilot.

Source: Zapier: The 8 best AI automation tools in 2026

Today's signal: AI should not only answer, it should route work

AI automation means the AI model does not stop at the text response. It connects to tools such as email, CRM, spreadsheets, support, project lists or documents. An AI agent goes one step further: software that receives a goal, plans several steps and uses tools to do the work until it is done or needs escalation.

That sounds technical. In everyday work, it is pretty concrete. An agent can read a customer request, find the right price list, draft a reply, create a task and mark that someone needs to approve the email before it is sent. The difference from a normal prompt is not the wording. The difference is that something happens in the systems.

Zapier says strong AI automation tools coordinate work across apps, teams and AI models. They pass context between steps, use logs, handle errors and put humans into the loop where judgment is needed. That is the level many smaller organizations require, only at a much smaller scale than the enterprise brochures suggest.

Source: Zapier: The 8 best AI automation tools in 2026

Why this matters for a small organization

A hair salon, accounting firm, school, or small web shop rarely has time to build a big AI program. But recurring micro-workflows are everywhere. A new customer question. Quote material. An absence notice. Lesson planning. An invoice missing one detail.

If each of those starts in a chat tab, the human becomes the conveyor belt. She copies from email to AI, from AI to CRM, from CRM to a task, from the task back to email. The AI feels smart, but the work is still fragile.

An AI switchboard does not solve everything. It only makes the first decision explicit: should this become an answer, a draft, a task, an update, or a stop? For a small team, that question matters more than which model happens to look most impressive this week.

Build an AI switchboard instead of a loose agent

Think of the AI switchboard as a simple map of the workflow. It should fit on one page. It does not need a fancy system name. Start in a Google Doc, Notion page, spreadsheet or whiteboard.

Write four lines for each recurring task:

  • Entry point: Where does the work start? For example: contact form, email, Teams message, order row or student question.
  • AI role: What may the AI do? Summarize, compare, draft a reply, create a task, fill in a field or search a source folder.
  • Human decision: When must someone approve? For example: before an external email, price change, customer promise, publication or update to sensitive information.
  • Proof: Which log shows what happened? For example: sources, changed fields, created task, who approved it and when.

This is not bureaucracy. It is how you make AI useful without making daily work messier.

Zapier writes that agents should have narrow jobs because long and broad instructions create more variation. It also draws a useful line between exact automation and agent work: use Zaps or regular automation when the work must be precise and predictable, and use agents when roughly 80 percent accuracy is acceptable because a human will review the result anyway.

Source: Zapier: Zapier Agents: Combine AI agents with automation

The 45-minute test: create the switchboard for one workflow

Do not choose the whole company. Choose one task that returns at least once a week and already costs time. Customer questions are often the easiest start, but the same routine works for school admin, course material, quote work, inventory questions and internal planning.

First 10 minutes: choose the entry point

Pick a real type of case. Not the perfect example. A slightly messy but common one is better: a customer asks about price and delivery time, a parent asks for an update, or a quote request is missing two details.

Next 10 minutes: decide what the AI may do

Write a short list. The AI may read the customer text, compare it with a price list, suggest a reply and create an internal task. The AI may not promise dates, change prices, send externally or add payment details without approval.

Next 10 minutes: add the sources

Point to where the truth lives. It could be a source folder, spreadsheet, FAQ, CRM field, course plan or service description. If the source does not exist, that is the most useful discovery of the day. Build the source before you build the agent.

Next 10 minutes: choose the stop rules

Write what should send the case to a human immediately: unclear pricing, angry customer, personal data, special agreement, medical details, legal wording, student matter or unusual discount. The point is not to make AI feel scary. The point is to let the AI know when to raise its hand.

Final 5 minutes: decide the receipt

Each run should leave a small receipt: source, suggestion, changed fields, uncertainties, and approval. A row in a spreadsheet or a comment on the task is enough to start. Without the receipt, troubleshooting becomes hard when something goes wrong.

Copy-paste prompt: build the switchboard

Paste this prompt into any AI service and fill in the brackets. Use a real case if you can, but redact details that are not needed.

You are my workflow designer. Help me build a simple AI switchboard for one recurring workflow.

Business or organization: [short description]
Workflow: [example: new customer email, quote request, school admin question]
Systems used: [email, CRM, Google Sheets, Notion, Teams, support tool, other]
Sources the AI may read: [links or description of documents/source folder]
Actions the AI may suggest or perform: [summarize, create task, draft reply, update field]
Things that always require human approval: [price, external reply, personal data, contract, publication]

Do this:
1. Split the workflow into entry point, AI role, human decision and proof/log.
2. Tell me which steps should be regular automation and which are better suited to an AI agent.
3. Write a short agent instruction in no more than 12 lines.
4. Suggest 5 stop rules where the case should go to a human.
5. Suggest what run receipt should be saved after each case.
6. List the minimum permissions needed: read, write, send or approve.

Three small workflows that fit an AI switchboard

Customer question to sales follow-up

The AI reads the incoming question, compares it with the service description and previous FAQ, drafts a reply and creates a CRM task. A human approves before anything is sent. The run receipt shows sources, suggested next action and any gaps.

School question to internal task list

The AI summarizes a question from a student or parent, connects it to the right policy or plan, and suggests who should respond. It does not send the answer by itself. It creates a draft and marks whether the question needs a mentor, administrator, or principal.

Quote email to missing-information checklist

The AI reads the quote email, checks which details are missing and writes a short follow-up question. It may create an internal quote task, but it may not promise price or delivery date. It is a small workflow, but often the place where hours disappear.

Integrate safely without making AI useless

The practical goal is not to keep AI away from everything important. The goal is to connect it with the right friction.

Start with read access where that is enough. Use scoped permissions so the agent only reaches the apps and actions that belong to the workflow. Separate API keys per flow and keep them in environment variables or a secret manager, not in prompts. Redact sensitive fields before they move onward. Add approval gates before external emails, price changes, contracts, and publication. Save an audit log a normal person can read.

Zapier points to the same thing in its overview of enterprise-ready agents: the difference between a capable agent and a deployable agent often comes down to managed credentials, scoped permissions, audit logs and human-in-the-loop controls. Small teams do not need the enterprise wording, but they do need the same basic idea in miniature.

Source: Zapier: The best AI agents for enterprises in 2026

Hammer's angle

For Hammer Automation, the AI switchboard is a strong first Tool Forge project. Not because Zapier, Make, Airtable, Notion or any other tool is always the right answer, but because the tool choice becomes much easier once the workflow is visible.

In Mindset Forge, the job is choosing the right first process. In Tool Forge, we connect AI to apps, permissions, sources, and logs. Skill Forge makes the routine clear enough that the team can run it every week without asking, "what was the AI allowed to do again?"

Start with a switchboard: one page, one workflow, one receipt.

When it works, build the next one.

FAQ

What is an AI switchboard?

An AI switchboard is a simple routing map for AI-assisted work. It shows which tasks may be automated, which should only become drafts, which need human approval, and which systems the AI may read from or write to.

Do small businesses need AI agents already?

Not always. Many teams get more value from one narrow workflow than from a broad agent. Start with a recurring task where sources, ownership, approval and logging are clear.

How do you integrate AI without giving it too much access?

Use read access where possible, scoped app permissions, separate API keys, environment variables or a secret manager, redaction for sensitive text, approval gates before external actions, and a readable audit log.

The Forge newsletter

Get new articles in your inbox

Pick the topics you care about. No noise, at most one email a week.

Get new articles in your inbox

We follow GDPR. Unsubscribe anytime.