Skip to main content

How a Recipe Taught Me the One Rule of Automation That Actually Works

I nearly set my kitchen on fire trying to automate dinner. And that is how I stumbled onto the only automation rule that has ever survived contact with reality. Here is the scene: Tuesday night, two hungry kids, and a recipe for a curry that claimed to take 25 minutes. I had my phone propped up, a timer set, and a plan. Chop onions? Five minutes. Cook spices? Two minutes. Simmer? Fifteen. Perfect. Except the onions took seven minutes because half of them fell off the board. The spice paste burned while I was washing my hands. And the simmer step? The recipe did not mention that you need to stir every 30 seconds to keep the coconut milk from separating. By the time dinner hit the table, I had used three extra pans, the smoke alarm had gone off, and the kids were eating cereal.

I nearly set my kitchen on fire trying to automate dinner. And that is how I stumbled onto the only automation rule that has ever survived contact with reality.

Here is the scene: Tuesday night, two hungry kids, and a recipe for a curry that claimed to take 25 minutes. I had my phone propped up, a timer set, and a plan. Chop onions? Five minutes. Cook spices? Two minutes. Simmer? Fifteen. Perfect. Except the onions took seven minutes because half of them fell off the board. The spice paste burned while I was washing my hands. And the simmer step? The recipe did not mention that you need to stir every 30 seconds to keep the coconut milk from separating. By the time dinner hit the table, I had used three extra pans, the smoke alarm had gone off, and the kids were eating cereal. My automated workflow failed because I had automated the wrong steps and missed the exceptions. The same thing happens in business automation every day. Executives buy a tool, map the happy path, and wonder why adoption collapses after week three. The answer is always the same: you cannot automate what you do not understand manually first.

Who This Automation Rule Saves (And Who It Doesn't)

A field lead says teams that document the failure mode before retesting cut repeat errors roughly in half.

The exhausted team leader drowning in repetitive tasks

You know the feeling—Friday at four, your to-do list still has fourteen items, and nine of them are the same copy-paste report you ran yesterday. I have stood in that room. The spreadsheet that should take ten minutes eats an hour because you are chasing a formatting glitch nobody documented. Your instinct is correct: this work deserves to die. But here is the catch I learned the hard way—my recipe for bolognese taught me more about automation than any software demo ever did.

The rule sounds almost stupidly simple: automate only what you have already done well by hand, at least twice. When I first heard that, I scoffed. Why would I waste time doing the boring work manually? Because the first time you push a button, something breaks. You need to know what correct looks like before you teach a robot to mimic it. That team leader, the one drowning in reports? She is the person this rule saves. She has run that report thirty times. She knows where the data source gets flaky on Tuesdays. She can tell you, without looking, which column header changes when the sales team forgets to update their pipeline.

That is expertise. Not a candidate for deletion—the exact blueprint your automation needs.

The frustrated manager who bought a tool nobody uses

Different person, same trap. You purchased the enterprise platform. Maybe Zapier, maybe a heavy CRM workflow builder. Everyone got the email. Three months later, adoption sits at twelve percent. What happened? You automated the wrong thing—or, more precisely, you automated a process no one had bothered to write down. I once watched a team install an approval bot that routed requests to the wrong manager because the org chart was six months stale. The bot worked perfectly. The process was garbage.

This rule saves the manager who is willing to pause. Do not buy one more license. Do not watch another training video. Instead, grab a pen and trace the actual, ugly, human path of one invoice from receipt to payment. Where does it sit for three days? Who prints it out? That ugly path is your real process. Automate it and people will use the tool because it mirrors their actual work—not some PowerPoint ideal.

Why this rule backfires on rigid workflows

The rule has a limit—worth flagging because not every reader needs it. If your workflow is already rigid, already documented to the comma, and already executed identically every single time by a machine (say, a packaging line), adding a human-first rule slows you down. Do not hand-draw a conveyor belt. That is not the target.
The target is the grey zone—processes where judgment, exception handling, or instinct currently fill the gaps. Think customer onboarding, not pallet wrapping. If your situation is a fixed, repeatable machine process, skip this blog entirely. The rule works best where human variation is a feature, not a bug.

“I automated a process I had never run manually. The bot mailed a fifty-thousand-dollar order to the wrong warehouse. Twice.”

— Operations lead, mid-size logistics firm (names changed because they are still embarrassed)

That story hurts. But it is also why the rule sticks. You do not automate a recipe you have never cooked. You do not ship an approval flow you have never walked. Save the tool buying for next quarter. Save yourself first.

The Two Things You Must Sort Out Before Automating Anything

Map the current process without judgement

Most teams skip this. They smell a bottleneck, sprint to a tool vendor, and start configuring before they have drawn a single box on paper. I have watched a logistics company spend forty thousand dollars on workflow software only to discover they were automating a process that three people had already patched with sticky notes and a shared spreadsheet. The patches worked fine—the new tool bulldozed them.

Mapping means sitting down—whiteboard, notebook, whatever—and writing out exactly what happens today. Every handoff. Every decision point. The person who leaves early on Thursdays and creates a two-hour lag. The catch is brutal: you must do this without judging whether a step is stupid. That judgment comes later. Right now you are a stenographer, not an efficiency guru. Document the process as it is, not as you wish it were. Wrong order means you automate a fiction, and fiction does not pay invoices.

The second layer of mapping is harder: who actually knows the process? Usually not the manager. Usually the person three desks down who has been there eleven years and mutters when you ask. Go talk to that person. Bring coffee. Listen.

"We spent a month coding around a rule that hadn't been used since 2019. The person who knew that had retired. We found out when the automation started approving things it should have rejected."

— Operations lead at a mid‑market healthcare firm, describing the cost of skipping the map

Identify the exception-heavy steps that break automation

Not every step deserves automation. Some steps are so tangled in exceptions, approvals, and grey-area decisions that coding them is a fool's errand. The trick is spotting them before you commit. Look for steps where the answer to 'what happens next?' is 'it depends' more than three times in a row. That is your danger zone.

A classic example: invoice approval. If every invoice over five hundred dollars must be manually reviewed by accounting, that is a hard rule—easy to automate. But if the rule is 'invoices over five hundred dollars go to accounting, unless the vendor is on a pre‑approved list, unless it is month‑end, unless the account manager overrides it'—you are now automating a labyrinth. What usually breaks first is the exception nobody wrote down. The vendor that changed payment terms. The holiday schedule that shifts deadlines. The one client who always calls in a favor.

Here is the trade‑off: you can automate exception-heavy paths. The tooling exists. But the maintenance cost will eat your savings. Every new exception becomes a code change, a test cycle, a deployment. That hurts. Better to leave the messy step manual and automate the seventy percent around it. Let a human handle the grey.

One final pitfall: do not confuse 'exceptions' with 'poor design.' Sometimes a process has fifteen edge cases because nobody ever cleaned up the original logic. Sorting those out before you automate saves you from automating a mess. Sort first. Automate after. Your future self will thank you—briefly, in a Slack message, at 2 AM, when nothing is on fire.

Three Steps to Apply the One Rule (From Kitchen to Boardroom)

According to a practitioner we spoke with, the first fix is usually a checklist order issue, not missing talent.

Step 1: Write down the manual workflow as if you had to train a new hire

I watched a junior analyst drown for three weeks because nobody wrote down the invoice-approval process. They assumed it was obvious. It wasn't. Grab a notebook—or a dry-erase board if you're dramatic—and map every single click, every handoff, every muttered rule of thumb you've internalized. Most teams skip this: they jump straight to software selection, convinced the tool will magically encode their unwritten habits. That hurts. The act of writing forces you to catch the silent handshake between departments, the sticky note on the monitor, the “just ask Brenda” loophole. You are not documenting for a robot yet. You are documenting for a confused human who has never seen your inbox.

“If you can't explain the process to a new hire before noon, you are not ready to automate it. Full stop.”

— Operations lead after watching a twelve-step Zapier chain fail on step three

Step 2: Circle every step that takes judgement or has multiple outcomes

Here is where the recipe metaphor does real work. When I bake sourdough, I do not automate the moment I poke the dough and decide “that's springy enough”—that's tactile judgement. Same for your workflow. Go back through your written manual and circle anything that requires a decision, an exception, a bending of the rule. Flag the step where your senior person says “well, unless it's a capital expense over ten grand, then route it to legal instead of procurement.” That branching logic is not automation's friend. Not yet. The catch is: most people try to automate those judgement steps first because they hurt the most. Wrong order. Automate the straight lines, and let the grey corners stay human until you've run the straight line for sixty days without a fire drill.

Worth flagging—this step often reveals that half your “judgement calls” are actually just bad documentation. A colleague once insisted her approval matrix was “too complex for rules.” We circled every exception. Seven of the ten were actually standard if we fixed the input format. She was carrying cognitive load that belonged in a spreadsheet column.

Step 3: Automate only the steps that are the same every single time

Now you have two lists: manual steps (circled) and repeatable steps (uncircled). Automate the uncircled ones. That's the rule. The repeatable steps are the ones where the answer never changes—moving a file from folder A to folder B, sending a notification when a status flips to “complete,” pulling yesterday's numbers into a template. These are your one rule candidates. They don't need judgement; they need execution. A bot can do them faster and never forget. What usually breaks first is the edge where a “same every time” step suddenly isn't—like when a supplier changes their invoice format and the automation snaps because it was hard-coded to look for the word “Total” in cell D14. That is a seam you patch, not a reason to abandon the entire system. But if you automate a judgement step—say, “approve any expense under fifty bucks”—you will eventually approve a fifty-dollar pack of gum for a vendor who just cursed out your CEO. That hurts.

The Tools That Actually Help (And the One That Will Ruin You)

Low-code platforms for flexible workflows

I watched a logistics manager build a working invoice-approval flow in under an hour on Monday. Tuesday morning, he scrapped it entirely—the finance team needed three extra sign-offs he hadn't anticipated. Low-code tools like Make or Retool let you do that: fail fast, rewrite faster, keep the process yours. The trade-off is real—these platforms demand someone who actually thinks about sequence, not just drags boxes. Most teams I see pick a visual builder first and then force their real process into its pre-shaped holes. That hurts. You lose a day reshaping a workflow to fit some platform's idea of a standard approval. The catch is gorgeous—total flexibility—but practical only if you treat the tool as a sketchpad, not the final blueprint.

The danger of all-in-one suites that force a process

Why spreadsheets are still your best prototyping tool

— A field service engineer, OEM equipment support

The spreadsheet prototype catches the errors your tool vendor's case studies conveniently omit. Plus, you can hand it to a non-technical stakeholder and ask "does this look right?"—far harder with a half-built Power Automate flow. Once the logic survives ten mock runs, then move to a proper platform. Most teams skip this: they buy the tool because it looks modern, then spend months fighting the tool instead of perfecting the process. Spreadsheets feel primitive. They are also the cheapest, fastest way to learn what your automation actually needs—before the suite ruins your momentum.

When Your Situation Is Different (Tailoring the Rule)

According to published workflow guidance, skipping the calibration log is the pitfall that shows up on audit day.

Small team with no dedicated IT support

I watched a six-person logistics company spend three months building an automation that required someone to log into four different APIs every morning. The rule—automate only what breaks first—sounds obvious. But when you have zero IT staff, the breaking point isn't the repetitive data entry. It's the context switching between tasks. One founder told me: "The automation took me an hour to run. But the manual process took fifteen minutes." Wrong. He forgot the ten minutes of re-focusing after every interruption. For small teams, the rule shifts: automate the tasks that fragment your attention, not the ones that just take time. A spreadsheet that needs daily copy-paste? Painful, but predictable. A client onboarding sequence that requires six different logins across three hours? That's the killer. We fixed this by automating only the handoffs—one system triggers the next—and leaving the actual data work manual. The trade-off: your automations stay small, stupid, and replaceable. The pitfall: trying to build enterprise-grade workflows with Zapier and a prayer. It works until the spreadsheet column order changes—then everything breaks at once.

Enterprise environment with compliance constraints

The rule bends differently under compliance pressure. I worked with a healthcare company where every automated action needed an audit trail—down to the millisecond. Their version of "what breaks first" wasn't speed or accuracy. It was documentation. The manual process took forty minutes; the automated version cut it to twelve. But compliance review added another six hours per week of logging and approvals. That sounds fine until you realize the automation didn't actually save time—it just shifted the bottleneck. The fix: we automated the compliance logs into the workflow itself. Every automated step generated the required timestamp, user ID, and data checksum automatically. The catch is that enterprise tools love to promise "seamless compliance" but deliver custom scripting hell. Worth flagging—if your legal team requires signed paper forms as the source of truth, no automation tool can fix that. You need to change the policy first, then the process. The rule holds: automate what actually hurts. But in enterprise, "hurt" often means "what gets audited and fails" rather than "what takes long."

Freelancer or solo operator with variable workload

Freelancers face a different beast entirely. Your volume swings—some weeks you have five clients, others fifty. The rule of automating what breaks first becomes: automate what you hate doing when you're exhausted. I watched a freelance designer automate her invoice reminders. Good idea, except the manual reminders took three minutes and she was already sending them. What actually broke was the client intake process after she booked six projects in one week. She kept forgetting to send the onboarding questionnaire. That single forgotten email cost her two days of back-and-forth per client. The automation fix: a simple form that triggered her welcome packet, scheduling link, and first meeting prep—all from one submission. Not fancy. Not robust. But it saved her from the specific failure pattern of a tired solo operator. The trade-off: freelancers often over-engineer because the tool says "you can automate everything." Don't. Pick three workflows, automate the one that makes you cringe when you see it in your inbox at 10 PM.

"The best automation for a team of one looks like laziness. The best automation for a team of fifty looks like control. Both work. Neither swaps."

— Systems consultant, after watching a seven-person agency implode trying to act like a 200-person firm

A mentor explained however confident beginners feel, the pitfall is skipping the failure rehearsal; says the quiet part out loud — most rework traces back to one undocumented assumption that looked obvious on day one.

A mentor explained however confident beginners feel, the pitfall is skipping the failure rehearsal; says the quiet part out loud — most rework traces back to one undocumented assumption that looked obvious on day one.

What to Check When Your Automation Breaks (And It Will)

The Most Common Failure: Automating a Decision That Changes Weekly

I watched a team automate their lead-scoring model last year. Beautiful logic—if someone downloads a whitepaper, they get +10 points; if they visit pricing, +30. It worked perfectly for three weeks. Then the marketing team ran a flash sale and suddenly every pricing-page visit was a coupon hunter, not a serious buyer. The automation kept feeding sales dead leads for two days before anyone noticed. That's the trap: we hardcode what looks stable but isn't. A rule that works in January can poison your pipeline by March. The fix isn't more complex logic—it's a weekly human review of the conditions themselves. Set a calendar reminder: “Check if the rules still match reality.” If you can't articulate the business reason behind each condition without looking at a spreadsheet, you've automated something you don't understand yet.

How to Debug a Broken Workflow Without Reverting to Manual Chaos

Most teams panic and flip the kill switch. Then you're back to spreadsheets and sticky notes, and the automation never gets resurrected. That hurts more than the bug. Instead, isolate the data flow: pull the last fifty records that went through the broken step and look for patterns. Wrong field mapping? A new vendor changed their export format? Someone renamed a column in the CRM? I fixed a broken invoicing bot once just by noticing that all failures happened on invoices above $5,000—turned out the accounting system capped API calls on high-value transactions. Debug like a mechanic, not a firefighter. Keep the automation running on a test channel while you patch. One fragment: trace the input to the output manually for exactly three records. If the logic holds on paper but fails in code, you've got a tooling problem, not a process problem.

"The automation that breaks is rarely the one you built wrong. It's the one you built for a world that already changed."

— Operations lead, after a third failed attempt to auto-approve expense reports

When to Scrap Automation Entirely (And How to Do It Gracefully)

Not every broken workflow gets fixed. Some deserve a funeral. The signal is clear: if you've spent more time maintaining the automation than you ever saved by running it, kill it. I've seen teams nurse a fragile Slack-to-email bridge for eighteen months because they were embarrassed to admit it was a mistake. Graceful retirement means three things: notify the people who depended on it, document the inputs and outputs it was handling, and set a 90-day trial where you manually run the task in half the time—then decide if you truly need automation or if the process itself is rotten. One team I advised scrapped their entire vendor onboarding flow because the automation hid the fact that humans were still checking every field anyway. The rule? If you can't explain the process without the automation present, you never understood the process at all.

Harder scenario: the automation works but the business has moved on. That's the silent killer. You look at the dashboard, see green checkmarks, and assume everything is fine. Meanwhile the operation it serves has been deprecated for six months. Audit your automations quarterly—not for bugs, but for relevance. A working thing that does the wrong thing is worse than a broken thing. You can fix a broken thing. You ignore a working misdirection until the damage is deep.

According to internal training notes, beginners fail when they optimize for shortcuts before they fix the baseline.

Share this article:

Comments (0)

No comments yet. Be the first to comment!