The Automation Trap: Why Faster Work Requires Better Ways to Know
Hatched by mike liao
Aug 09, 2026
11 min read
0 views
88%
What if the most dangerous thing about AI is not that it makes mistakes, but that it makes mistakes easy to repeat?
A few years ago, automating a task required technical skill. You needed to understand APIs, write scripts, configure software, or persuade an engineer to build a tool. Now the barrier is much lower. Record yourself doing the work, ask an AI system to turn the recording into a standard operating procedure, identify what can be automated, then use an editor or coding assistant to build the automation.
That sequence is powerful because it converts tacit knowledge into a machine executable process. But it also exposes a less obvious problem: the same machinery that makes a workflow repeatable can make an error repeatable too.
An incorrect answer in a chat window may disappear with the next conversation. An incorrect answer embedded in an automated workflow can become policy, customer communication, research, or public belief. The central challenge of the AI era is therefore not simply automation. It is deciding which parts of our thinking should be made faster, which should be made explicit, and which must remain subject to deliberate human judgment.
AI does not merely automate actions. It automates the assumptions hidden inside those actions.
The hidden conversion: from judgment to procedure
Every business process contains at least two layers. The visible layer is what someone does: open a document, copy information, classify a request, send an email, update a database. The invisible layer is why they do it: what counts as relevant, which sources are trustworthy, what exceptions matter, and when uncertainty is high enough to stop.
When someone records a process and asks AI to generate an SOP, the visible layer is captured easily. The invisible layer is often lost. The resulting document may sound complete while quietly removing the judgment that made the original process reliable.
Consider a simple customer support workflow. An experienced employee receives a refund request and checks three things before responding: the purchase date, the customer’s previous history, and whether the product has a known defect. A recording may show the employee clicking through a series of screens. An AI system can describe those clicks perfectly. Yet unless the employee explains the reasoning behind them, the generated SOP may reduce the task to a sequence such as: find the order, check the date, approve or deny the refund.
That is not an SOP. It is a fossil of an SOP. It preserves motion while discarding meaning.
The same problem appears when people ask an AI system to determine what can be automated. The system is likely to identify repetitive actions, predictable inputs, and clear outputs. Those are useful signals, but they are not enough. The most consequential question is not whether a task is repetitive. It is whether its mistakes are cheap, visible, and reversible.
A repetitive task with low stakes is an excellent automation candidate. A repetitive task involving medical eligibility, legal status, financial transfers, or public claims may be a terrible one, even if it looks mechanically simple.
This gives us a more useful formula:
Automation suitability equals repetition multiplied by observability and reversibility, divided by consequence.
The more visible an error is, and the easier it is to undo, the more aggressively a task can be automated. The more damaging, hidden, or irreversible the error, the more judgment and verification it requires.
The confidence problem is a workflow problem
Many people treat inaccurate AI responses as isolated failures of a model. That framing is too narrow. In practice, an unreliable answer becomes dangerous when it enters a workflow that gives it authority.
Imagine asking a chatbot two time sensitive questions. The first concerns whether a dramatic political event occurred. The second concerns who holds a nomination or office during a rapidly changing election cycle. If the system answers confidently but incorrectly, the immediate problem is factual. The deeper problem is procedural: there was no requirement to establish the date, consult current evidence, compare sources, or show uncertainty.
The user asked for an answer. The system produced one. But no one had designed a truth maintenance process.
This distinction matters because language models are optimized to produce plausible continuations, not to guarantee that every assertion corresponds to reality. Even when a model has browsing capabilities, retrieval is not the same as verification. A search result can be outdated, misleading, satirical, manipulated, or based on another unverified claim. The presence of a link creates an appearance of diligence without necessarily creating evidence.
Political information makes the problem especially visible because it changes quickly and circulates through adversarial environments. A joke, a clipped video, a fabricated screenshot, and a legitimate report can occupy the same feed. If an AI system compresses all of them into a fluent sentence, it may erase exactly the distinctions a reader needs.
This is where an unexpected connection appears. A screen recording of a work process and a screenshot of an AI answer look like opposite kinds of evidence. One documents action. The other appears to document knowledge. Yet both can mislead when they preserve the surface while hiding the conditions underneath.
A recording can show what happened without showing why. A screenshot can show what a system said without showing what it knew, when it knew it, what sources it consulted, or whether those sources were reliable.
In both cases, provenance is more important than appearance.
Build two loops, not one
Most automation projects contain an execution loop:
- Receive an input.
- Transform it.
- Produce an output.
- Deliver the result.
That loop is designed for speed and consistency. It is the part most people think about when they say they want to automate a process.
Reliable systems need a second loop: the verification loop.
- Identify the claims or decisions that matter.
- Check their source and freshness.
- Test the result against known constraints.
- Escalate ambiguity to a human.
- Record what was checked and when.
The execution loop answers: Can the system do this?
The verification loop answers: What would make us trust the result?
These loops should not be treated as optional layers added after the automation works. They are part of the design. Without them, automation merely increases the throughput of unexamined assumptions.
Take a simple research assistant that prepares a daily briefing. Its execution loop might gather articles, summarize them, and organize them by topic. Its verification loop could require each important claim to include:
- The original source, not merely a secondary summary.
- The publication date and the date of the event discussed.
- A distinction between confirmed facts, allegations, predictions, and satire.
- At least one independent source for high consequence claims.
- A confidence label based on evidence quality, not on the fluency of the prose.
The briefing may become slightly slower. It will also become much more useful. The goal is not to eliminate all uncertainty. It is to make uncertainty visible before it is converted into action.
The three categories every workflow should separate
A practical way to design safer AI systems is to divide outputs into three categories: actions, assertions, and judgments.
Actions
Actions change the world. They send a message, approve a payment, modify a record, publish a post, or trigger another system. These can often be automated when the inputs are constrained and the consequences are reversible.
For example, formatting a transcript, renaming files according to a clear rule, or moving completed tasks into an archive usually has low consequence. If something goes wrong, the error is easy to detect and undo.
Assertions
Assertions describe the world. They state that an event happened, a person holds a position, a product has a feature, or a regulation says something specific. Assertions require provenance, freshness, and appropriate uncertainty.
An AI system can draft an assertion. It should not silently convert a draft into an established fact. A useful design pattern is to force the system to produce a claim ledger: each important statement, its supporting evidence, its date, and its status.
Judgments
Judgments determine what matters and what should happen. They include decisions about fairness, risk, credibility, priorities, and exceptions. These are the least suitable for blind automation because they contain values that may not be visible in the data.
A system may help a manager compare candidates, but it should not disguise a value laden decision as a neutral score. It may identify unusual transactions, but it should not automatically label a customer dishonest without a defined review process.
The category mistake to avoid is treating assertions and judgments as if they were merely actions. Once a workflow turns a contested claim into a database field, or a moral choice into a numerical threshold, the decision becomes harder to question. The automation has not removed judgment. It has hidden judgment inside infrastructure.
The epistemic SOP
A normal SOP explains how to complete a task. An epistemic SOP explains how to know whether the task’s inputs and outputs deserve trust.
For every AI assisted process, write down five things:
- The object of the process: What is the system actually trying to produce?
- The failure boundary: What kind of mistake is unacceptable?
- The evidence rule: What sources or tests support an important result?
- The escalation rule: When must a human review the output?
- The rollback rule: How can a bad result be corrected, and who is responsible?
Suppose you use an AI coding assistant to automate the creation of invoices. The object is not simply to generate files. It is to generate accurate invoices for real customers. The failure boundary may include incorrect prices, duplicate charges, and wrong tax treatment. The evidence rule may require matching every invoice to an approved order. The escalation rule may send unusual discounts or missing data to a human. The rollback rule may prevent delivery until the batch has passed reconciliation.
Now consider an information workflow. The object is not merely to produce a polished paragraph. It is to produce a defensible account of what is known. The failure boundary includes presenting a rumor as fact. The evidence rule requires primary or reputable independent sources. The escalation rule applies to breaking news, disputed events, and claims with significant reputational or political consequences. The rollback rule includes correcting the public record, not merely editing the private draft.
This is the missing bridge between productivity advice and information reliability. The same discipline that makes a process automatable can make it trustworthy, but only if the process captures reasons, evidence, and exceptions along with steps.
Why friction can be a feature
The modern software instinct is to remove friction. That instinct is valuable for routine work, but dangerous when applied universally. Some friction is waste. Some friction is a safety mechanism.
A confirmation screen before a bank transfer is friction. A requirement to cite the original source of a political claim is friction. A human review before publishing an accusation is friction. These steps slow the system precisely where speed would make mistakes more expensive.
A useful distinction is between productive friction and protective friction. Productive friction improves the quality of thought, such as comparing competing explanations. Protective friction prevents an irreversible action, such as publishing an unverified allegation or sending money to an unfamiliar account.
The objective is not a frictionless organization. It is an organization with friction in the right places.
The fastest path to a bad outcome is often a workflow with no moment at which anyone is required to ask, “How do we know?”
This also changes how we measure automation. Time saved is an incomplete metric. A better scorecard includes:
- Cycle time: how quickly the work is completed.
- Error rate: how often the output is wrong.
- Detection time: how quickly errors become visible.
- Recovery cost: how difficult correction is.
- Trust quality: whether users can understand why the result should be believed.
An automation that saves ten minutes but creates an error that takes ten hours to discover is not efficient. It has merely moved effort from production to repair, often with additional reputational damage.
Key Takeaways
- Record reasoning, not only activity. When documenting a process, explain what signals matter, which exceptions change the decision, and why each step exists.
- Separate execution from verification. Every automated workflow should specify how outputs are checked, when evidence becomes stale, and when a human must intervene.
- Classify outputs as actions, assertions, or judgments. Automate low consequence actions more freely. Treat claims as evidence requiring provenance. Treat value laden judgments as reviewable decisions.
- Use consequence, reversibility, and observability to choose automation targets. Repetitive work is not automatically safe work.
- Install protective friction around high consequence claims and actions. Require citations, confirmations, independent checks, or escalation before the system can affect people or public understanding.
The first wave of AI adoption taught people to ask, “What can this system do for me?” The more important question now is, “What will happen when its assumptions are repeated at scale?”
A capable assistant can turn a screen recording into a procedure, a procedure into code, and code into a process that runs while no one is watching. That is a remarkable expansion of human leverage. It is also an expansion of human responsibility.
The future will not belong simply to people who automate the most tasks. It will belong to people who understand where automation should stop, where evidence must begin, and how to build systems that make uncertainty impossible to ignore.
The mature question is not whether a machine can perform a task. It is whether we have designed a way to notice when the machine is confidently wrong.
Sources
Hatch New Ideas with Glasp AI 🐣
Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)
Start Hatching 🐣