Skip to content
All posts

17 August 2026

4 min read

Written by

Clément Lacaille

Clément Lacaille

Founder, Tech-Bharat

About the author
Studio notes

Studio notes — automate the rhythm, not the judgment

This week, again, no new client commits landed — so the studio looks at two automations already running in production from a different angle: not whether they classify or remind correctly, but how often they act on their own, and where that rhythm has to stop for a human call. At a courier company, background email classification that never re-decides on demand; at a training organization, an automatic reminder that keeps an audit moving without ever grading it. Two builds, one lesson: automate the rhythm, not the judgment.

Another quiet stretch for new commits across client repositories — no fresh activity to report this week. Rather than force a new story, the studio takes a second look at two automations already running in production, this time from a different angle: not whether an agent classifies or reminds correctly, but how often it should be allowed to act on its own — and where that rhythm has to stop for a human call. Two examples, picked for what they teach a business owner who has never opened the underlying code: background email triage at a courier company, and an automatic reminder loop inside a compliance audit at a training organization.

A courier company: classify once, and control when it happens again

At this courier company, every inbound message is read and sorted automatically into operational buckets — urgent client, client, operations, invoice, internal, newsletter — with a priority attached, the moment it lands. That judgment is stored rather than recomputed each time someone opens the inbox, and when the whole mailbox needs reclassifying, it happens in small, explicit batches rather than as an unbounded background job nobody asked for. A widely cited 2008 study by Gloria Mark, Daniela Gudith and Ulrich Klocke, presented at CHI, measured that workers interrupted mid-task compensate by working faster under measurably higher stress and frustration — the very pattern of someone manually re-scanning an inbox every few minutes to find what actually matters. An inbox that is already sorted when it opens removes exactly that repeated interruption. Lesson for a business owner: ask whether your AI agent decides once and keeps that decision, or silently re-runs (and re-bills) itself every time a screen loads — and whether reprocessing everything is a deliberate, bounded action you can see, not something running quietly in the background.

A training organization: automate the nudge, not the verdict

At this training organization, the compliance audit already ran as a strict, step-by-step process; this build added an automatic reminder that checks in on inactive participants every 24 hours to keep a long, multi-step audit moving without a human having to remember to chase anyone. But the audit still splits every finding into minor and major non-conformities, and only a major one is escalated for a person to rule on — minors flow through the automated steps on their own. A study by Dean Karlan, Margaret McConnell, Sendhil Mullainathan and Jonathan Zinman, published in Management Science in 2016, found that simple reminders substantially increased follow-through on a saving commitment participants had already made — evidence that a scheduled nudge, on its own, measurably moves a stalled multi-step process forward. It says nothing about who should judge the outcome once it arrives, which is precisely where the human stays. Lesson for a CIO: automate the pestering, because getting a reminder wrong costs you a day; keep the verdict with a person, because getting that wrong costs you the audit.

What connects the two builds is not the sector but the split each one makes: a rhythm — when to recompute, when to nudge — that can safely run unattended, and a call that must still land on a person’s desk however repetitive the process around it looks. That distinction, more than the model doing the work, is what a business owner should be checking in any agent already running inside their company.

Free resource

The self-assessment grid: 20 tasks AI can automate

Sales, admin, support, operations: the 20 tasks AI agents already handle in SMEs — with, for each one, the tell-tale sign that your team is concerned.

Read next