PRACTICAL AI
One automation worth building before any chatbot
Ask what a business should build first with AI and the answer arrives pre-installed: a chatbot. Here is a better first project, less impressive in a demo and more valuable in every month that follows: a follow-up loop.
Every business runs on promised responses that don’t arrive. Quotes sent and never chased. Receivables ageing politely. Documents due that nobody tracked. Renewals lapsing unnoticed. Submissions expected by a deadline that lives in one person’s memory. The cost is invisible because no single miss looks expensive — but the aggregate is revenue lost to silence, and in professional work a missed deadline is not an inconvenience, it is a liability.
The anatomy of a follow-up loop
Five parts, none exotic.
A tracker. One row per expected thing: who owes it, what it is, when it’s due, current status. A spreadsheet is genuinely fine to start; the discipline is that this one list is the single source of truth.
A cadence. Scheduled reminders before the due date — say a week out, three days, one day — and a follow-up sequence after a miss. Written once, in your voice, sent automatically by email or, where your customers actually live, WhatsApp through its official business API.
Detection. The loop must know when the thing has arrived, so follow-ups stop the moment they should. This is where a single, narrow piece of AI earns its place: classifying an incoming reply or document against the open items. Narrow is the point — in confidential work this step can be designed to read only metadata, never contents, and it still works.
An escalation circuit-breaker. After a defined number of follow-ups, the system stops chasing and flags a human. An automation that nags forever is worse than none; the loop’s job is to surface the exception, not to win an argument.
Filing. Whatever arrives gets named and stored in a structured place automatically, so the record is complete without anyone remembering to complete it.
Why this beats a chatbot as a first build
A chatbot’s value depends on the hardest variables in your business: the quality of your knowledge, the patience of your customers, the long tail of questions. A follow-up loop depends on the easiest: a list, a calendar and message templates you approve once. It ships in weeks, its failure modes are visible, and its return arrives as concrete things — the quote answered, the payment in, the document filed, the deadline met. It also quietly fixes your data along the way, because the tracker becomes the first trustworthy list in the process it serves — which is precisely the foundation every later, cleverer system will need. If your team bills time, the maths is blunter still: the published average for legal practices is barely three billable hours in an eight-hour day, with the rest lost to exactly this kind of administration (source: Clio Legal Trends Report benchmarks).
Build the loop first. Let the chatbot audition later, against a business that already keeps its promises on time.

