Where Do I Start?

5 min read

Every Vendor Says Start With Them

The pitches arrive weekly. Each one insists its platform is the foundation and everything else comes later. Meanwhile you have a business to run, a rough sense that some of this is real, and no way to rank fifteen competing entry points.

Vendors sell platforms because platforms carry recurring revenue, so every pitch frames the platform as step one. Ignore the framing. The right starting point for an operator is smaller, cheaper, and already sitting inside your week: a single workflow, chosen with a filter you can apply in ten minutes.

Concept

The Three-Part Filter

Start with one workflow that passes three tests: you already hate it, it runs at least weekly, and it has a clear done-state.

Hate matters because you know a hated workflow intimately. You can describe every step, every exception, every place it burns time, which is exactly the specification an automation needs. Weekly matters because leverage compounds through repetition; automating a quarterly task saves an afternoon, while automating a daily one buys back a workweek every month. The done-state matters because you have to be able to check the machine's work. If you cannot say what finished looks like, you cannot verify it, and an unverifiable automation is a liability.

  • Hated: you can specify it precisely because you have suffered through it
  • Weekly or better: savings compound with frequency
  • Clear done-state: finished is checkable, so failures are visible
Scenario

The Discovery Questions We Actually Use

When we run discovery with a client, four questions surface the first candidate faster than any vendor demo.

What do you or your team re-do every single week? Where does information get typed into one system and then re-typed into another? What report does someone assemble by hand that they would not miss doing? What fails silently today, so nobody learns about problems until a customer calls?

The answers cluster fast. Most businesses land on the same shortlist: a weekly report, a data re-entry chore, a status-chasing routine. Any of them makes a fine first loop, and the exercise costs you a notepad and half an hour.

  • What gets re-done every week?
  • Where is the same information typed twice?
  • What report is assembled by hand?
  • What fails silently today?
Concept

Supervise It From Day One

Your first automation ships with reporting built in, or it does not ship.

We learned this the expensive way. Early in our own fleet's life, one configuration change quietly broke a scheduled agent, and it stayed broken for weeks before anyone noticed. Nothing crashed. Nothing alerted. The work simply stopped happening. We built a supervisor agent because of that outage; it now checks every automated run's freshness daily and reports to our ops channel, where silence is treated as failure.

You do not need our whole setup for loop number one. You need the principle: the loop tells a person it ran, every time, and a missing report is treated as an outage.

Warning

First Loop Before First Platform

The costly mistake is inverting the order: signing a platform contract before proving a single working loop.

A platform purchase made before your first automation is a bet placed with no information. You do not yet know what your team will adopt, where your data actually lives, or which of your workflows resist automation. One working loop teaches you all three for a fraction of the price. Once it runs reliably and reports honestly, you will know what to buy, and you will negotiate from evidence instead of a brochure.

Key takeaway

Pick one workflow you already hate, that runs at least weekly, with a clear done-state. Automate it, make it report every run, and treat silence as failure. Prove that first loop before you buy any platform.

Take the quiz