AI Automation

What Does an Automation Nobody Owns Actually Cost You?

Written by
Pravin Kumar
Published on
Sep 17, 2026

What does an automation nobody owns actually cost you?

More than the automation ever saved, eventually, and you will not see the bill arrive. The cost is not a failure you notice, it is a slow divergence between what a workflow is doing and what everyone assumes it is doing, compounding quietly until someone finds it.

I have built automations that saved genuine time, including one on Airtable and WhaleSync for Ajust that has delivered more than 25,000 cases. I have also inherited automations where nobody in the business could tell me what they did, and those two experiences taught me different things. The second one taught me more.

This is about the second kind: how a workflow loses its owner, what that costs, and what to do with the ones you have already lost.

How does an automation end up ownerless?

Not through negligence. Through completion. Somebody built it, it worked, and the problem it solved stopped being a problem, so attention moved. There is no moment where anyone decides to stop maintaining it, which is precisely why it happens so reliably.

The three routes I see most often are all ordinary. A person leaves and their workflows stay behind, still running under a credential nobody can trace. A project ends and its automation keeps executing because nothing said to switch it off. A contractor builds something, hands over documentation for the parts that seemed important, and the rest becomes folklore.

What makes it worse is that automations are invisible by design. A neglected page still sits there looking neglected. A neglected automation looks exactly like a working one from the outside, because the only evidence of its existence is that things keep happening.

So the question is not whether you have any. If you have been running a business for a few years and using any automation platform, you have some. The question is how many, and whether any of them touch something that matters.

What breaks first when nobody is watching?

Assumptions about the platform, usually before anything in your own logic. The workflow does not change. The ground underneath it does, and the mismatch surfaces weeks later in a form nobody connects to the cause.

Here is a concrete example of the shape. Webflow's command line tool changed where telemetry preferences are stored in a release dated August 19, 2026, moving them from the project file to a global config file, with a new flag to restore the old per-project behaviour. That is a small, well-documented, sensible change. It is also exactly the kind of thing that alters what an unattended script does without anyone deciding it should.

The same release notes carry a second example worth keeping in mind. They describe fixing a crash that could occur when a published page loaded code components built against different React major versions, with advice to upgrade a package to a specific version. A workflow nobody owns does not get that upgrade, because nobody is reading the release notes on its behalf.

None of this is a criticism of the platforms. Software changes and documenting the change is the correct behaviour. The point is that reading those notes is a job, and an automation without an owner has nobody doing that job for it.

Why is a silent automation more dangerous than a broken one?

Because a broken automation announces itself and a silent one recruits your trust. When something fails loudly, somebody investigates that day. When something drifts, it produces plausible output for months and everything downstream treats that output as true.

Zapier's own documentation contains a good illustration of how state can vanish without a visible failure. It explains that when a Zap is first turned on, Zapier makes an initial call to your API and caches each record identifier, and that when the Zap is turned off, that stored list is cleared. Toggling something off and on again is not a neutral maintenance action, and an owner would know that. An orphan will just get toggled by whoever is troubleshooting.

There is a second Zapier detail that produces the same class of surprise. Its help documentation notes that the deduplication system only checks within the same Zap, so two workflows watching the same trigger will both fire. Split one automation into two at some point in the past, forget you did it, and you now have a duplication problem whose cause is a decision nobody remembers making.

And on the destination side, Zapier's documentation is explicit that if an app allows duplicate data, a duplicate record gets created. So the failure is not an error message. It is a slightly wrong database, which is the expensive kind of wrong because everything built on top of it inherits the error.

What does ownership actually mean here?

One named person who can answer four questions without research: what this does, what it touches, what happens if it stops, and when they last looked at it. If nobody can answer all four, it is unowned regardless of whose name is in a field somewhere.

Notice that none of those four is technical. The owner does not have to be the person who built it or be able to rebuild it. They have to know its purpose and its blast radius, which is a management responsibility rather than an engineering one, and that is why it can sit with the person whose work depends on the output.

The credential question is a useful proxy, and it is one place platforms will help you. Webflow's documentation says only site administrators are authorised to create a site token, and that if you are not one you have to ask. That means every token traces to somebody who had the authority to create it, which is a thread you can pull when you are trying to work out who owned something.

The other thread is the activity record, and it needs to exist before you need it. Webflow exposes site activity and workspace audit reading as separately grantable permissions, so the ability to review what happened is a thing you grant deliberately. Grant it to yourself now, and an orphaned automation becomes traceable rather than mysterious.

How do you find the ones you have already lost?

Start from the credentials rather than from the automations, because the credential list is finite and the automation list is not. List every API token, integration, and connected account across your platforms, and for each one ask who created it and what uses it.

Anything you cannot attribute is a finding. Do not switch it off immediately, because an unowned automation can still be load-bearing, and turning one off blind is how a Monday gets ruined. Record it, watch it, and find out what stops if it stops.

The second pass is from the output side. Look at any table, sheet, or CRM object that gains rows without a person adding them, and trace backwards. That usually surfaces the workflows the credential audit missed, particularly the ones built inside a tool rather than through an API.

Both passes are boring and both are a one-afternoon job for most small businesses. The reason people do not do it is not difficulty, it is that the output is a list of problems you did not previously have to think about. That discomfort is the point.

What should you do with an automation you cannot explain?

Give it an owner or turn it off. Those are the only two options, and choosing neither is what created the situation in the first place.

To decide between them, ask one question: if this stopped today, who would complain, and how long would it take them to notice. If the answer is nobody and never, switch it off. If somebody would notice within a week, it needs an owner, and that owner should be the person who would have complained.

The middle case is the hard one, and it is the most common. Somebody would eventually notice, in a month, indirectly. That is an automation doing real work with no supervision, and it is exactly the profile of the ones that cause damage. I would treat that group as the priority rather than the low-risk pile, because low visibility plus real consequence is the worst combination available.

When you do turn one off, keep it recoverable rather than deleting it, and write down the date and the reason. A workflow you disabled and documented is a decision. A workflow you deleted is a mystery for whoever comes next, and you have just recreated the problem you were solving. That is the same instinct behind writing an automation runbook before you ship.

How do you stop creating more of them?

Attach an owner and an expiry at the moment of creation, not afterwards. Every automation gets a named person and a date by which somebody confirms it is still needed. Without the date, the review never happens, because there is no trigger for it.

The second habit is a one-credential-per-automation rule, which sounds like paperwork and is actually the thing that makes an audit possible later. Shared credentials are what turn a clear question, what does this automation do, into an unanswerable one, because the trail leads to a token that does nine things.

Third, write down what the automation assumes, not just what it does. Which fields it expects, what it treats as unique, what it does on a duplicate. Those assumptions are what platform changes break, and they are invisible in the workflow itself. I made the same argument about duplicate handling in why automations keep creating duplicate records, where the assumption is usually the bug.

Finally, be willing to not build it. An automation that saves twenty minutes a month and needs quarterly attention is a net loss, and the arithmetic is not close. Choosing not to automate something is a legitimate answer, and I have written about when not to automate a workflow for exactly this reason.

What should you do next?

Spend one hour listing every credential and integration connected to your business systems, and mark each one with a name or a question mark. Do not fix anything yet. The list is the deliverable, and it is usually longer than people expect.

Then take every question mark and find out what stops if it stops. That single question sorts the list into things to own and things to switch off, and it converts a vague anxiety into a short set of decisions you can actually make this week.

If you have inherited a set of automations nobody can explain, and you want help working out which ones are load-bearing before you touch anything, reach out. It is usually less alarming than it looks from the outside, and the audit is worth doing before the platform underneath changes again.

Get found, cited and the back office automated

Let's make your site the source AI engines quote and wire up the systems behind it.

Contact

Let's get your website found and cited by AI

Tell me what you're working on, whether AI search is skipping your product, your back office is buried in manual work, or you need a build that does both.

Got it, thanks. I read every message personally and reply within 1-2 business days.
Oops! Something went wrong while submitting the form.