← Back

The first monitor that ran unattended

From Anières

The move from re-running a query by hand to letting the system flag movement is the point where a workflow becomes a standing view.

The first standing report on this desk was a query re-run by hand every Monday morning for a family office; the day the query got skipped and the subject filed in a jurisdiction that was meant to be watched was the day the monitor got written. What shipped after that weekend is the shape a monitoring queue still runs in best: a scheduled read, a diff against last week, a short note only when something moved.

The first monitor was a shell script and a diff. Nothing clever; pull the same fields on a schedule, write them to disk, compare against last week, email a text file if anything changed. It ran for two weeks and was almost useless because almost everything changed. Timestamps changed; ordering changed; a search result reshuffled. The diff was noise.

The rewrite was the whole lesson; a monitor is not a change detector. It is a change filter; ninety percent of the code is deciding what does not count as movement. A record was reindexed; a source refreshed its cache. A field was re-cased; none of that is a signal about the person.

What remained, after filtering, was small enough to read. A new company appearing on a director's file. An address disappearing; a filing that had been open for years quietly closing. Two or three per person per month. That is the shape of a monitor that earns its place in the client's week.

The first version of any monitoring system is almost always overbuilt in the wrong direction. It watches too many things, alerts too aggressively, and buries the operator in outputs that all feel equally urgent. The rewrite that follows is mostly subtraction: fewer inputs, fewer alerts, better thresholds, quieter defaults.

The generalisable lesson is that a monitor's job is to change behaviour, not to demonstrate coverage. Any signal it produces that the reader learns to ignore is worse than no signal at all, because it teaches the reader to distrust the whole channel.

Written alongside work at Anières: exposure mapping, cross-reference, and standing-report systems for private clients.