You reconcile a bank account by laying your records next to the bank’s and fixing every line that doesn’t agree. The point was never tidiness. It’s that a decision made from records that have quietly drifted from reality is a wrong decision, and you usually don’t find out until it’s expensive.
The same drift happens to knowledge, not just cash.
We run our work through what we call Minds — each one a folder of plain-language notes that an AI reads before it does anything. The notes say what a thing is, how it works, what’s in and out of scope. Load the right notes and the assistant is fast and right. But code changes. Features get dropped, renamed, added. The notes don’t change themselves. A week later the assistant is reading yesterday’s map and walking, confidently, into a wall.
That’s an unreconciled account. The record no longer matches the thing.
A few weeks ago we cleaned one up by hand — went through a Mind’s notes line by line against the actual code and fixed everything that had drifted. Useful, but a one-time scrub is just a snapshot. Drift starts again the next day.
So we did what you’d do with any reconciliation worth the name: we put it on a schedule. We taught the system a new skill — we call it Mind Reconcile — that reads a Mind’s notes, checks each claim against the real code, and reports what no longer matches. Then we set it to run every morning, on its own.
This morning it ran for the first time.
It read the notes, checked them against the code, and confirmed that the great majority were still true. Then it flagged three that weren’t: a function the notes placed in the wrong file, a function the notes named that no longer exists, and a folder the notes pointed to that isn’t there anymore. Small things — exactly the kind of small wrong thing that sends you looking in the wrong place at the worst moment.
It also turned up a fourth problem, and this is the part I liked. When it went to file its report, it couldn’t — it didn’t yet have permission to reach the inbox. The reconciliation found a gap in itself on its very first run. We fixed that too. Tomorrow it can report.
None of this is exotic. It’s the oldest discipline in bookkeeping pointed at a new kind of ledger. Your books drift from your bank. Your notes drift from your work. Your assumptions drift from your business. The fix is the same every time: lay the record next to the reality, on a regular cadence, and correct the lines that don’t agree.
Reconcile your accounts. Then reconcile your mind.