Skip to content
Antoine Janin
Back

Pragmatic automation for small teams

Automation is easy to oversell.

In small teams, the goal is rarely to automate everything. The goal is to remove the repetitive work that drains attention, creates avoidable mistakes and slows down execution.

That sounds obvious, but many automation efforts fail because they start with tools instead of workflows.

Start with friction, not with software

The best starting point is a short list of annoying recurring tasks:

These are not glamorous problems. They are exactly the ones worth solving first.

If a task happens often enough, has a clear structure and creates little strategic value when done manually, it is usually a good candidate for automation.

Keep the system readable

One of the biggest mistakes is replacing visible manual work with invisible complexity.

If only one person understands how the workflow works, the automation is fragile. If the system breaks silently, it creates more risk than value.

A better rule is simple:

This is also where AI should be treated carefully. It can be useful for drafting, classification, extraction or summarisation. It is less useful when teams expect it to become a magical layer with no process around it.

Three levels of useful automation

For most small teams, automation becomes valuable in three stages:

1. Remove manual repetition

This is the obvious layer. Move data automatically, prefill documents, trigger follow-ups, standardise recurring output.

2. Improve operating visibility

Once basic workflows are cleaner, automation can support better reporting and monitoring. Instead of producing information manually, teams can spend more time interpreting it.

3. Support better decisions

This is the point where automation becomes strategic. The system helps surface risks, bottlenecks or anomalies early enough for someone to act.

A practical test

Before automating something, I like to ask four questions:

  1. Does this happen often enough?
  2. Is the logic stable enough?
  3. Will the result actually save meaningful time or improve reliability?
  4. If it breaks, will we notice quickly?

If the answer is weak on most of those points, the workflow probably needs simplification before automation.

Closing thought

Good automation is not a performance. It is infrastructure.

The best version is often quiet: fewer manual steps, fewer errors, better visibility and more attention available for work that actually requires judgment.


Share

Previous Post
Finance as an operating system
Next Post
Training systems that survive real life