Cookies

    We use one analytics cookie (Google Analytics) to understand which pages are useful. No ads, no reselling, and declining changes nothing about how the site works. Privacy Policy

    Operating Model

    You Probably Don't Have a Tool Problem

    New software rarely fixes a broken operation. It documents it faster. Here is how to tell whether the thing failing is your tooling or the system underneath it, and what to do about the difference.

    Something in the business is not working. Orders take too long. Handoffs drop. Nobody can answer a simple question about status without asking three people. So you go looking for software, because software is the thing you can buy on a Tuesday.

    Six months later the software is installed, half the team is using it, and the original problem is still there. It just has better reporting now.

    This is the most common and most expensive pattern in operations, and it comes from a diagnostic error. The symptom showed up in the tool layer, so the tool layer got blamed. But tools do not decide who owns a piece of work. Tools do not decide what happens when something goes wrong. Tools do not decide which of two people has the authority to say no. Those are properties of the operating system underneath, and software inherits them rather than replacing them.

    Put a new tool on top of an operation nobody has defined, and you have not fixed the operation. You have paid to render it in a nicer interface.

    The tell

    There is a fast way to check which layer you are actually in.

    Take the thing that keeps going wrong and ask four questions about one real instance of it. Not the category, not the process diagram, one specific job that went badly last month.

    Who owned it? Not who worked on it. Who was accountable for the outcome and would have been the person to answer for it.

    What was supposed to happen next, and who decided? At the moment it stalled, whose call was it, and did that person know it was theirs.

    What proves it was finished? Not who said so. What artifact, record, or external confirmation exists.

    What was supposed to happen when it went wrong? Not what people did. What the operation says should happen.

    If you can answer all four crisply, you may genuinely have a tool problem, and better software will help. If you cannot, no tool will save you, because there is nothing for the tool to encode. You will spend the implementation arguing about what the process is, and you will discover halfway through that different parts of the company have been running different processes for years and papering over the gap with individual effort.

    The expensive version of this mistake

    The worst outcome is not that the tool fails. It is that the tool succeeds at automating an operation nobody agreed on. Now the undefined process runs faster, applies more consistently, and is much harder to change, because it is embedded in a system somebody paid for and staked their credibility on.

    What is actually breaking

    When work fails inside an organization, it is almost never the task itself. People are usually competent at the thing they were hired to do. The failure happens in the space between tasks.

    Handoffs. Work moves from one person or team to another and something is lost: context, urgency, a piece of information the next person needed and did not know to ask for. The handoff is not a step anyone owns, so it is not a step anyone improves.

    Decisions with no owner. Something needs a call. Nobody is sure whose call it is, so it waits, or it gets escalated to whoever is most senior and least available. This is the single largest source of unexplained delay in most operations, and it is invisible in every status report, because "waiting on a decision" looks the same as "in progress."

    Exceptions that quietly became the process. Every operation has cases the standard path does not cover. In a healthy system those are named, counted, and handled by a defined route. In most systems they are handled by whoever notices, using judgment, off the record. Do that for two years and the exception path is now carrying a third of your volume with no documentation and one person who understands it.

    Missing definitions of done. Work is described as finished when someone stops touching it. There is no artifact and no external confirmation, so quality is discovered downstream, by a customer, at the worst possible moment.

    None of these four are tool problems. All four will survive a migration to better software, because none of them live in the software.

    What a real diagnosis asks

    The instinct when something is broken is to jump to the fix, because the fix feels like progress and diagnosis feels like delay. Resist it long enough to establish six things:

    Current state. How the work actually moves today, observed rather than described. The gap between the two is usually where the answer is.

    Future state. What it should look like when it works, stated concretely enough that you would recognize it.

    The gap. The specific difference between those two, not a general sense of dissatisfaction.

    Root cause. Why the gap exists. Not the first plausible explanation, the one that survives an attempt to disprove it.

    Impact. What the gap costs, in money, time, capacity, or risk. If you cannot size it, you cannot justify fixing it and you should not pretend otherwise.

    Prescription. What to change. This is where a tool might legitimately appear, and it will be one component of a treatment rather than the whole of it.

    Notice that five of those six happen before anyone opens a vendor website.

    What to do about it

    If you recognize the four questions and could not answer them, the next move is not a purchase. It is an afternoon.

    Take one workflow that matters. Follow a single real instance of it from the moment it enters the business to the moment it is genuinely finished. Write down every handoff, every point where it waited, every decision and who made it, and every time somebody used judgment because there was no rule. Do not clean it up as you go. The mess is the data.

    Most people are startled by what that exercise produces, and the startling part is rarely the technology. It is the number of steps that exist only in one person's head, and the number of decisions that nobody knew they owned.

    Once that is on paper, the tool question answers itself. Sometimes the answer really is software, and now you know exactly what it has to do. More often the answer is that three handoffs need an owner, one exception path needs to become a real route, and two decisions need to move down a level so they stop waiting on someone who is in meetings all day.

    That work is less satisfying to buy. It is considerably more likely to fix the problem.

    Key Takeaway

    A tool encodes an operation. It does not create one. If ownership, handoffs, decisions, and definitions of done are undefined, new software will make the same operation run faster and cost more. Diagnose the system underneath before you buy anything to sit on top of it.

    Back to articles

    Keep reading

    Related articles