Automate vs hire

Every operator faces the same fork: we need capacity, do we hire a person or automate the work? Most teams default to hiring because hiring feels safer and automation feels speculative. In reality, the answer depends on three variables, variability, volume, and reversibility, more than it depends on cost.

The three variables

Variability

How much does the work vary between instances? High variability favors humans. Low variability favors automation.

Volume

How many instances per unit time?

Reversibility

How bad is a mistake?

The decision matrix

                    HIGH VOLUME              LOW VOLUME
                 ┌──────────────────────┬──────────────────────┐
HIGH VARIABILITY │  Hire + use tools    │  Hire                │
                 │  (e.g, senior CSM)   │  (e.g, executive)    │
                 ├──────────────────────┼──────────────────────┤
LOW VARIABILITY  │  Automate            │  Contract / offshore │
                 │  (e.g, data entry)   │  (e.g, quarterly     │
                 │                      │   reports)           │
                 └──────────────────────┴──────────────────────┘

The costs people forget

Costs of hiring

Costs of automation

The hybrid path, the best answer most of the time

Most real work doesn't neatly automate or fully require a human. The hybrid answer:

A single CSM with good automation serves 3x the accounts of a CSM without it. The question isn't "automate vs hire", it's "what's the right ratio of automated work to human work?"

The automation staircase

Automation isn't binary. The ladder:

  1. Documented, process is written down
  2. Standardized, same steps every time, different people can run it
  3. Templated, inputs and outputs use shared templates
  4. Tool-assisted, software does part of the work (e.g., pulls data, generates drafts)
  5. Semi-automated, pipeline runs; human reviews and triggers
  6. Fully automated, no human intervention except for alerts/exceptions

Climb the staircase. Skipping levels breaks things.

When to hire despite the math

What good looks like

Related: Process mapping · Vendor management · Hiring, signal vs noise

What to do with this