TrendSane

The Tacit Knowledge Problem: What Automation Cannot Find in a Manual

The Tacit Knowledge Problem: What Automation Cannot Find in a Manual

Published on Sep 10, 2026 · 14 min read

Automation fails in a distinctive way when it is built from the official description of a job rather than the work people actually do. The manual may specify a sequence of steps, inputs and approvals. It may be accurate as far as it goes. But experienced workers also notice an unusual sound, delay a routine action because conditions feel wrong, recognize a familiar pattern in incomplete information, or know exactly whom to contact when a request falls between teams.

Those capabilities are not necessarily mysterious, and they are not an argument against automation. They are, however, a warning against treating a documented workflow as a complete model of a role. Organizations that automate visible tasks while overlooking the less visible work of interpretation, coordination and exception handling can replace apparent inefficiency with brittleness. The result may be more escalations, hidden rework, weaker service and fewer people able to explain why a system is behaving badly.

The central challenge in tacit knowledge automation is not simply extracting information from experienced employees. It is learning which parts of expertise can be made explicit, which parts need to remain available through human review and collaboration, and which practices should be questioned rather than preserved. Good automation makes this distinction visible. Bad automation discovers it only after reality departs from the script.

What tacit knowledge is—and what it is not

Tacit knowledge is knowledge people use but may find difficult to state fully in rules or instructions. The term is closely associated with the philosopher Michael Polanyi, who wrote in The Tacit Dimension that “we can know more than we can tell.” Polanyi’s point was broader than workplace training: human knowing often includes perception, skill and recognition that cannot be reduced neatly to a list of propositions.

At work, tacit knowledge can include knowing what a normal machine vibration sounds like, sensing when a customer’s account of a problem is incomplete, recognizing that a seemingly ordinary request will trigger a downstream failure, or understanding when a checklist should prompt a pause rather than automatic compliance.

This differs from explicit knowledge: the information that can be written, stored and transmitted relatively directly. Procedures, technical specifications, ticket histories, databases, training slides, policy documents and checklists are all forms of explicit knowledge. They are essential. Without them, organizations cannot coordinate at scale, audit decisions or train newcomers consistently.

But explicit knowledge is not the whole of organizational memory. A procedure might say to escalate a fault after a threshold is crossed. It may not say that a particular combination of mild signals has historically preceded a more serious fault, that the threshold was designed for an older system, or that a certain escalation route is slow during a particular shift. These details may exist in someone’s experience, in a team’s habits, or in the pattern of actions taken during past incidents.

Tacit knowledge should not be confused with secrecy. Some information is confidential because it concerns personal data, security controls, trade secrets or legally protected records. Some undocumented practices are unsafe, discriminatory or contrary to policy and should not be preserved merely because they are customary. Nor is every intuition valuable. The task is to distinguish hard-won judgment from unsupported habit, and useful local adaptation from an unexamined workaround.

The unwritten cues behind competent work

Experienced workers rarely execute a role as a fixed chain of instructions. They monitor conditions, compare the present case with prior cases and adjust their actions. Much of this work becomes visible only when a routine breaks down.

Consider the types of cues a capable worker may use:

  • Sensory signals: a change in sound, smell, vibration, visual appearance or response time that is difficult to capture in a standard form.
  • Timing: knowing that a delay of several minutes is normal in one context but alarming in another, or that an action is safer before a system reaches a formal limit.
  • Pattern recognition: seeing a familiar configuration of small anomalies rather than reacting to one metric in isolation.
  • Local context: knowing which equipment is newly installed, which supplier has changed, which customer has a special constraint, or which data source is temporarily unreliable.
  • Exceptions and trade-offs: understanding when two valid rules conflict and which risk should take priority.
  • Workarounds: identifying where a process does not fit reality—while also judging whether a workaround is safe and appropriate.

These capabilities are often described as intuition, but that word can obscure as much as it reveals. In many cases, expertise is learned pattern recognition shaped by repeated exposure, feedback and consequences. A worker may not be able to explain the full basis of a judgment at first because the relevant cues are numerous, subtle or encountered together in practice rather than in isolation.

That does not mean such knowledge is beyond examination. It means the organization must examine it in context. Asking someone in a conference room to list every decision rule may produce a clean but incomplete answer. Observing them during realistic work, reviewing unusual cases and asking why one option was rejected can reveal much more.

Relationships are part of how work gets done

A role also contains social knowledge. In complex organizations, solving a problem depends not only on knowing what should happen but on knowing who can make it happen.

An experienced operations coordinator may know that a particular technical team owns a system in theory, but that a different person is best placed to diagnose a recurring failure. A customer-support specialist may know how to phrase a request so that another department recognizes its urgency. A project manager may understand which disagreement can be settled through a standard approval process and which needs an early, informal conversation to avoid a costly delay.

These informal networks should not be romanticized. They can conceal uneven access, create dependence on a few insiders and make organizations difficult for newcomers to navigate. Yet their existence is evidence of a design problem, not proof that the knowledge is unimportant. When automation assumes formal routing is sufficient, it can miss the trust, interpretation and negotiation that make formal processes function.

In this sense, expertise is frequently distributed. No single employee may hold the full explanation of a process. One person understands the equipment, another the customer history, another the data pipeline and another the practical limits of a policy. A workflow diagram can show handoffs without capturing the quality of the relationships across them.

Why tacit knowledge is hard to capture

Organizations often respond to this challenge with a request for better process documentation. That is necessary, but it is not enough. Tacit knowledge resists simple capture for several reasons.

First, people may be unaware of what they know. Repetition makes skilled action feel ordinary. A worker who can spot an anomaly quickly may describe the process as “just looking at it,” even though their judgment rests on years of comparison and feedback.

Second, knowledge is context-dependent. The right action may depend on equipment condition, workload, location, season, customer history, staffing levels or the interaction of several small signals. A rule written for one setting can become misleading in another.

Third, expertise is often expressed through action rather than language. Someone demonstrates a safe adjustment, changes the order of checks, or pauses before proceeding. Their body, tools and environment may all be part of the knowledge.

Fourth, the most important knowledge is often revealed at the edges of normal operations. Routine cases generate tidy data and predictable process paths. Near-misses, unusual requests and failures reveal the assumptions that routine work conceals. If an organization records only the happy path, it creates an automation model trained on the least demanding part of the job.

Finally, workers have legitimate reasons to be cautious. If a knowledge-capture initiative is transparently designed to eliminate jobs, employees may reasonably worry that their cooperation will be used against them. Organizations cannot solve this with better interview questions alone. Trust, credit, redeployment commitments and genuine participation shape what people are willing to share.

The risky sequence: map, automate, remove, rediscover

A common automation sequence begins with a process map. Teams identify repetitive steps, define inputs and outputs, and build a system to perform the visible flow. The new system works well in demonstrations and in straightforward cases. Experienced workers are then reassigned, reduced in number or asked to focus only on “higher-value” work.

Only later does the organization encounter the missing layer: incomplete records, unusual combinations of events, dependencies outside the mapped process, and failures that require diagnosis rather than execution. The system may have no meaningful way to express uncertainty. It may route a case to a generic queue after it has already caused delay. Or it may proceed with apparent confidence when a person would have recognized that the case did not fit.

The problem is not that automation made an error while humans are error-free. People make mistakes, and automation can improve consistency, speed and traceability. The problem is a mismatch between the system’s defined scope and the role it was assumed to replace.

This distinction matters because automating tasks is not the same as automating roles. A task may be a bounded activity: copying a field, validating a known format, scheduling a routine reminder or calculating a value according to a stable rule. A role commonly bundles many tasks with monitoring, interpretation, communication, judgment under ambiguity and responsibility for outcomes. Removing the role can remove the capacity to recognize when the automated task is no longer appropriate.

What failure looks like after expertise disappears

Automation failures are not always dramatic. More often, they emerge as operational drag that is easy to misclassify as a temporary implementation issue.

  • Brittle workflows: a process handles standard cases efficiently but stops or misroutes work when inputs are incomplete or unusual.
  • Excessive escalation: staff spend more time resolving edge cases because the automated system cannot distinguish a routine exception from a serious one.
  • False confidence: users assume a recommendation or completed workflow is reliable because the system appears authoritative, even where its assumptions do not hold.
  • Hidden rework: errors are corrected downstream by people whose labor is not counted as part of the automated process.
  • Degraded service: customers, patients, citizens or colleagues encounter a system that cannot understand circumstances the previous process handled through judgment.
  • Unsafe workarounds: workers bypass controls to keep operations moving because the formal automated path cannot accommodate reality.
  • Lost early warnings: small anomalies that once prompted informal investigation are treated as noise until they become larger failures.

These outcomes can be difficult to measure if leaders focus only on throughput or cost per transaction. A system may process more standard cases while shifting complexity to queues, customers or other teams. Measuring rework, repeat contacts, delayed resolutions, overrides and escalation quality offers a more complete view.

Why manuals and models still need a living context

Process documentation remains a foundation of reliable work. It clarifies ownership, makes training possible and exposes inconsistency. But a manual can record the rule without recording the reason behind it. It can say what to do while omitting the threshold at which the procedure becomes unreliable, the trade-off it was intended to manage, the history that produced it, or the counterexamples that limit its use.

The same problem applies to AI systems. A large language model can summarize documents, retrieve case notes or help draft instructions. It can sometimes make tacit knowledge easier to discuss by surfacing patterns across records. But it does not automatically gain grounded understanding of a workplace merely by processing its text. If the record excludes local conditions, informal coordination and unreported exceptions, the model inherits those absences. Fluent output can make that gap harder to see.

Process mining tools face a related limit. They can identify patterns in recorded event logs, including delays, variants and frequent paths. But logs show what systems recorded, not necessarily why people acted, what they noticed outside the system or which option they considered and rejected. They are powerful instruments for studying a process; they are not a substitute for observing the work around it.

A better process for knowledge transfer before automation

Knowledge transfer should begin before an automation design is fixed, not after a departure date has been announced. The aim is not to demand that workers convert every aspect of their experience into a database. It is to create a richer account of the work, identify areas of uncertainty and design a system that keeps expertise in the loop where it remains necessary.

  1. Observe work in context. Watch how a task unfolds during ordinary conditions and unusual ones. Include handoffs, tool use, interruptions and informal checks.
  2. Ask for decision narration. Instead of asking only for steps, ask what the worker is looking for, what would make them stop, what alternatives they considered and how they know a case is unusual.
  3. Collect exceptions, near-misses and recoveries. Review cases that almost failed, were resolved through improvisation or required cross-team intervention. These often reveal the real boundaries of a process.
  4. Map dependencies and escalation networks. Document systems, teams and external conditions that affect an outcome. Identify both official owners and recurring points of practical expertise.
  5. Record alternative paths. A useful process map includes not just the preferred route but the conditions that trigger different routes and the consequences of choosing them.
  6. Test with newcomers. Give the documentation to people unfamiliar with the task. If they cannot complete realistic scenarios or recognize when to ask for help, the knowledge has not yet been transferred.
  7. Return findings to workers for review. They should be able to correct simplifications, identify risks and distinguish sound practice from local improvisation that should be redesigned.

Apprenticeship, job shadowing, simulation exercises, incident debriefs and case-based libraries can all support this work. Each method captures a different dimension: demonstration, practice, retrospective explanation and examples of judgment in context. No single repository replaces the value of regular contact between experienced and less experienced people.

Design automation to preserve judgment, not conceal its absence

Responsible automation does not need to imitate certainty. It should make its scope, confidence and limits operationally useful.

That means building clear escalation paths rather than treating escalation as failure. It means providing a human override with defined authority and a record of why it was used. It means preserving case histories so that teams can investigate recurring exceptions rather than resolving each one from scratch. It means tracking provenance: what data, rule, source or model output informed an action.

Interfaces also matter. If exceptions are buried in a generic error message, workers cannot learn from them. If the system presents relevant context, flags missing information and makes prior resolutions searchable, it can support rather than suppress human judgment at work. Feedback loops should allow reviewers to correct outcomes and identify cases that ought to change the workflow, the documentation or the automation boundary.

Human oversight is not a ceremonial button placed at the end of a process. It requires time, authority, usable information and enough retained expertise to challenge the system. A reviewer asked to approve hundreds of opaque outputs without context is not meaningfully in the loop.

The incentives that determine what gets remembered

Organizational memory is shaped by power as much as technology. Work that prevents failures can look inefficient precisely because the failure never becomes visible. A veteran employee who quietly resolves unusual cases may appear to be deviating from a streamlined process, while their interventions are actually protecting service quality and safety.

Leaders should therefore ask what their metrics reward. If teams are rewarded only for reducing handling time, they may remove checks that catch weak signals. If documentation is valued only as a route to headcount reduction, employees will have little reason to disclose the nuanced knowledge that makes the process reliable. If automation teams are judged only on launch dates, they may underinvest in exception design and post-deployment learning.

None of this requires preserving every existing job unchanged. Roles evolve, and some manual work is tedious, error-prone or better handled by machines. The ethical and operational issue is whether workers are treated as disposable sources of training data or as participants in redesigning the work. Fair transition planning, recognition for contributors and credible opportunities to move into new responsibilities can improve both trust and system quality.

A practical checklist for leaders

  • Identify the people who routinely resolve unusual cases, not only formal process owners.
  • Separate stable rules from decisions that depend on context, trade-offs or incomplete information.
  • Document exceptions, near-misses, reversals and recoveries alongside the normal workflow.
  • Map cross-team dependencies and clarify who can make decisions when formal ownership is ambiguous.
  • Retain experienced reviewers during deployment and long enough to study real operating conditions.
  • Build escalation, override, audit trails and feedback mechanisms into the system from the start.
  • Measure rework, repeat contacts, delays, overrides and downstream burden—not just automated throughput.
  • Review the automation boundary regularly as conditions, systems and risks change.
  • Protect confidential information and reject undocumented practices that are unsafe, unlawful or unethical.
  • Give workers a meaningful role in defining what should be automated, what should remain reviewable and what needs redesign.

Automation should make the limits of a script visible

The future of work will include more automation, not less. The enduring question is whether organizations use it to reduce routine burden while strengthening their capacity to handle ambiguity, or whether they mistake a partial process description for the whole of human expertise.

Tacit knowledge does not mean that work is impossibly opaque. Much of it can be elicited, shared, tested and turned into better training, clearer documentation and safer system design. Some of it is best preserved through experienced review, collaborative practice and escalation rather than forced into a rule. And some practices should be deliberately discarded once examined.

The goal is not to preserve every manual task. It is to know what the manual leaves out: the cues that signal trouble, the relationships that coordinate action, the exceptions that define real conditions and the judgment that becomes most valuable when the system encounters something it was not built to recognize. That is the difference between automating a sequence and building an organization that can still learn.

Image by Pexels on Pixabay.