Skip to content
Lingows
Geometric navy key art of faceted wireframe structure, for automation workflows.

Process work

Map the process before you automate anything in it map the process

Automation only compounds when it removes a step someone was repeating by hand every single day. Finding that step is the actual work.

Everyone wants automation. Almost nobody has mapped the process they want automated. That gap is why so many automation projects end up wiring together tools that speed up a step nobody needed sped up, while the genuinely repetitive, error-prone step stays manual because nobody wrote it down clearly enough to build against.

We start every engagement by mapping the process as it actually runs today, not as it is described in a slide from two years ago. That means sitting with the person who does the work, watching where they copy data between systems, where they wait on someone else, and where they fix the same kind of mistake every week.

From that map, we decide what to automate first using a simple test: how often does this step happen, how much human time does it take, and how much does it cost when it is done wrong. A step that happens fifty times a week and occasionally causes a billing error ranks above a step that happens twice a month and is mildly annoying.

The value of automation is compounding, not linear. Removing one repeated five-minute step does not save five minutes once. It saves it every time the process runs, forever, and it removes the specific kind of human error that shows up when someone does the same tedious thing for the four hundredth time. That compounding effect is the actual return on this work, more than the individual automation itself.

What it is

Mapping, prioritizing, and building around the real process

The work has three distinct phases, and skipping the first one is why most automation projects underdeliver.

Process mapping means documenting every step of a workflow as it is actually performed, including the exceptions and workarounds that never made it into any official documentation. This usually surfaces steps nobody upstream realized were still happening manually, and it is often the most valuable output of the engagement even before anything gets automated.

Prioritization means ranking candidate automations by frequency, time cost, and error cost, then picking a small number to build first rather than trying to automate an entire department at once. A workflow with five steps rarely needs all five automated. Usually two or three steps account for nearly all the manual burden.

Build means implementing the automation against the mapped process, with the same exception handling the human version had. An automation that only handles the happy path and breaks on every edge case creates more manual cleanup work than it saves, so we design for the exceptions from the start rather than adding them later as patches.

Once live, we track what the automation actually replaced: how many times it ran, how much manual time it displaced, and what still requires a human. That tracking is what lets you make the case for the next automation with real numbers instead of a guess.

Fit

Who this is for, and who it is not for

We would rather say no early than sell a program that cannot work.

Right fit

  • You have a manual process that runs frequently enough that the repeated time cost is real, even if each instance seems small.
  • You want automation prioritized by actual impact, not by whichever tool a vendor is trying to sell you.
  • You are willing to have someone walk through the current process in detail, including the messy parts.

Not the right fit

  • You want a specific tool implemented without first confirming it addresses the highest-impact step in the process.
  • The process in question happens rarely enough that automating it will not meaningfully change anyone's week.
  • You want the automation built without anyone available to explain how the current process actually works, exceptions included.

Deliverables

What you get

A documented process map, a prioritized automation plan, and the automation itself.

Process map

A documented, step-by-step map of the workflow as it actually runs, including exceptions and workarounds nobody had written down.

Prioritized automation plan

Every candidate step ranked by frequency, time cost, and error cost, so the highest-impact work gets built first.

Built automation

The prioritized steps automated, with exception handling designed in rather than patched on afterward.

System connections

The integration work needed to move data between the tools already in use, without creating a new manual step in the process.

Documentation of the new process

A written record of what is now automated, what still requires a person, and who owns each part going forward.

Impact tracking

Reporting on how often the automation ran and how much manual time it displaced, so the next priority can be argued with numbers.

How we run it

How this runs

Mapping comes first, always, even when the client is confident they already know the bottleneck.

  1. Step 1: Map the current process

    We sit with the person doing the work and document every step, including exceptions, as it actually runs today.

  2. Step 2: Prioritize by impact

    Candidate steps get ranked by frequency, time cost, and error cost, and we agree on a small set to build first.

  3. Step 3: Build with exceptions in mind

    The automation gets built against the real process, including the edge cases the manual version already had to handle.

  4. Step 4: Measure and expand

    We track what got displaced, then use those numbers to decide whether and where to automate the next step.

What is the first step in automating a manual process?

Mapping the process as it actually runs today, including exceptions and workarounds. Automating a step before understanding it usually just moves the manual work somewhere less visible.

Where this connects

Where automation workflows connect

A mapped process feeds directly into the tooling and agent work that carries it out.

Once a process is mapped and prioritized, the actual orchestration layer is built under automation tools which covers how the pieces connect to each other.

When a step in the process needs judgment rather than a fixed rule, it is better handled as an agentic workflow instead of a rigid automation.

If the manual process involves answering the same questions repeatedly, a custom bot may be the more direct fix than a background automation.

For processes that generate or update internal dashboards, the frontend for that work is scoped separately under dashboards since displaying the data is a distinct problem from automating the process behind it.

Questions

Automation workflows questions we get asked

Map the process before automating any of it

The compounding value comes from the step that stops happening manually every single week.