You Don't Need a Workflow. You Need a Scribe.
I have built more Zapier automations than I care to admit. Dozens of them. Multi-step, multi-branch setups that took days to get right. And every single time, the person who asked for the automation had the same reaction when it finally worked: "Can it also handle this other thing?" No. It cannot. Because they just described a judgment call, and workflows do not make judgment calls.
That is the gap that got us excited about Scribes. The automation industry is built around predefined steps. If this, then that. Map every branch, handle every edge case, wire up every integration. It works well for simple, repetitive stuff. But the moment a task requires interpretation, reading context, making a decision, figuring out a path that was not explicitly programmed, you need something more flexible.
Where Workflows Hit Their Ceiling
A workflow is only as good as the person who mapped it. You are essentially writing a program without calling it a program. Every possible input, every conditional branch, every failure mode has to be anticipated up front. That is great for "when a new row appears in this spreadsheet, send a Slack message." It is less great for "review these applications and flag the ones worth interviewing." The second task requires reading, reasoning, and applying judgment that changes depending on context.
McKinsey's research on automation found that while about 50% of work activities are technically automatable with existing technology, only 5% of occupations can be fully automated. Most real work involves some combination of judgment, adaptation, and context that rigid workflows were not designed for. That is not a knock on workflows. It is just a different category of problem.
Give a Goal, Not a Script
A Scribe works differently. You do not map out every step. You describe what you want done: "go through these support tickets and draft responses for anything that is a billing question." The Scribe figures out the path. It reads the tickets, interprets the content, decides which ones match, and drafts appropriate responses. If a ticket is ambiguous, it flags it instead of guessing.
A Scribe has a full computer at its disposal. Browser, terminal, file system. It operates in your systems the same way a remote employee would, except it works around the clock and does not need onboarding to your tech stack.
The difference matters most when things are messy. A vendor changes their invoice format. A customer emails in a way that does not match your template. A new hire uses a different naming convention. A Scribe handles the mess because it reasons through it rather than matching against a predefined pattern.
The Integration Tax
There is another cost to workflows that does not get enough attention: the integration tax. Every new tool in your stack requires a new set of connections, a new set of triggers, a new set of failure modes to monitor. I have seen teams spend more time maintaining their automations than they save by having them.
Scribes sidestep this entirely. Because they control a full computer, they interact with tools the same way a person does, through the interface. No API keys to rotate, no webhook URLs to update, no OAuth flows to re-authorize every ninety days. If a person can do it by clicking through a browser, a Scribe can do it too.
When Workflows Still Win
Workflows are genuinely great for truly mechanical, high-volume, identical-every-time tasks. Send a welcome email when someone signs up. Sync a record between two databases. They are fast, cheap, and predictable.
But most of the work people actually want automated is not like that. It is the stuff that currently lives in someone's head, the tasks that require "just use your judgment." Those are Scribe tasks.
If you are staring at a process that is too messy to flowchart, we have probably seen something similar. Happy to compare notes.
References
"A Future That Works: Automation, Employment, and Productivity"
Analysis of automation potential across 800+ occupations, finding that while 50% of activities are automatable, only 5% of jobs can be fully automated.