I spend a lot of my time looking at software from the inside: APIs, databases, background jobs, cloud infrastructure and the bits that make one system talk to another. But when a small business asks me about automation, I do not start there.

I start with the annoying part of somebody's Tuesday.

What gets copied twice? What has to be checked every morning? What does one person know how to do that nobody else wants to touch? Where does a customer wait because information has to move from an inbox to a spreadsheet to another piece of software before anything can happen?

Those questions usually tell me more than a list of software products ever will.

The best first automation is usually boring

The word automation has picked up a lot of baggage. Right now it often gets packaged with AI, agents and big promises about transforming a business. Some of that technology is genuinely useful. It is also very easy to spend money automating something that was not important enough to automate.

The best first candidates are usually boring, repeatable and easy to recognize:

None of that is exciting. That is exactly why it is worth looking at. Repetitive work becomes expensive because it keeps happening.

Four signs a process is worth automating

I look for four things before I recommend building anything.

It happens often. Saving five minutes on a job that happens twice a year is not a project. Saving five minutes on something that happens fifty times a day might be.

The rules are reasonably clear. If a staff member can explain the normal decision in a few sentences, software may be able to handle the routine path and hand exceptions back to a person.

The handoff is causing mistakes or delay. Copy-paste is not only a time problem. It creates opportunities for wrong values, missed records and out-of-date information.

The process matters enough to maintain. Automation is still software. Credentials expire. APIs change. Business rules change. A workflow that matters to the business deserves an owner and a maintenance plan.

Do not automate the broken version of the process

This is the mistake I worry about most. A business has a messy workflow, so the natural instinct is to make the mess move faster.

Before I connect anything, I want to know why each step exists. Maybe one approval was added three years ago and nobody remembers why. Maybe staff are entering the same customer data twice because two systems were never configured to share it. Maybe a spreadsheet exists only because the software already being paid for has a feature nobody turned on.

If we can remove a step, that is better than automating it. If an existing product already solves the problem safely, I would rather configure that than build custom code just to prove I can.

Sometimes Zapier or Make is enough. Sometimes it is not.

There is a useful middle ground between doing everything manually and commissioning custom software. Tools such as Zapier, Make and n8n can connect common business applications quickly. For straightforward triggers and actions, that can be exactly the right answer.

The engineering work becomes more valuable when the requirements stop being straightforward. Maybe one system has a difficult API. Maybe the workflow needs reliable retries, duplicate protection or approval logic. Maybe sensitive business data needs careful handling. Maybe the company has a legacy application that was never designed to integrate with anything.

That is where I stop thinking in terms of a no-code recipe and start treating the workflow as a small software system. The difference is not prestige. It is whether the simpler tool can be trusted to do the job.

A practical example: the lead that gets retyped three times

Imagine a service business where a website lead arrives by email. An office manager copies the contact into a spreadsheet, creates a record in a CRM, forwards the details to the right person and sets a reminder to follow up.

A better flow might take the form submission once, validate the fields, create or update the CRM record, assign the lead based on service or territory, notify the right person and schedule the follow-up automatically. If something important is missing, it can flag the record for a human instead of pretending the automation knows the answer.

That is the kind of automation I like: fewer keystrokes, fewer opportunities to lose a lead and a clear place for a person to step in when judgment is required.

What about AI?

AI is useful when the repetitive task includes unstructured information: reading an email, classifying a request, extracting information from a document, summarizing notes or drafting something for approval.

I still want a boundary around it. If the result affects money, a customer commitment, a legal obligation or important business data, the workflow needs validation and usually a human approval step. The goal is not to remove people from every decision. It is to stop spending people's time on the parts that do not require them.

Start with hours, errors and frustration

If you are wondering whether your business has something worth automating, make a short list for one week. Write down every recurring task that involves retyping, exporting, chasing, reconciling, copying between systems or rebuilding the same output.

Beside each one, estimate how often it happens and roughly how many staff minutes it consumes. You do not need a perfect spreadsheet. You need enough information to see which problem is actually costing something.

That is also why Second Coat's first automation engagement is a $350 Automation Opportunity Report. I review the process, identify the three highest-cost manual workflows, estimate the staff time being spent and recommend the most practical path. If you proceed with the build, the $350 is credited against it.

I am based in London, Ontario, so I can do this remotely or sit down with a London team and watch how the work really moves. That is often more useful than asking an owner to translate an operational headache into a software specification before we have even met.

What does your team keep doing by hand?

Send me the process in plain English. I will tell you whether it looks like a sensible automation candidate and whether the $350 Automation Opportunity Report is the right next step.

ASK AARYN ABOUT THE WORKFLOW