For a fellow engineer
I run a small fleet of AI agents — they research, build, generate, and watch each other. For months it had a problem you'll recognise: no transparency, no checks, no verification. Agents claimed "done" and I couldn't tell. Status lived in scrollback. I was the message bus. So I built Maestro: one live board where nothing renders without its evidence.
A system that works but can't be seen feels exactly like a broken one. Every claim is self-reported. Staleness impersonates liveness. And when two agents need to coordinate, somehow the human ends up carrying the message.
We're engineers — we don't sign what we haven't verified. Applied to an AI fleet, that instinct becomes a short list of rules, and the board below is just those rules made visible.
Every state carries its basis.a status without the evidence that produced it renders as unverified
Unknown renders as unknown.an unreachable machine yields "unknown", never a confident guess — "running" and "answering" are different facts
Both clocks, always.how old the data is AND when the page last read it — a failed read is named, never smoothed over
Receipts, not reports."done" carries the command that proved it. no receipt → it renders "unverified", on the board
No silent caps.a truncated list must say so — silent truncation reads as full coverage
It reads everything and runs nothing.a view that also executes ends up lying about both jobs
Four decisions never automate.money, external sends, deletions, merges — they queue and wait for a human tap
No platform. Everything in the fleet writes its state into small stamped files, from evidence: git history, mailboxes, process lists, cost ledgers. One generator folds them into a single feed; this one page renders it. Anything that can write a file can join — which is why the whole thing has survived every engine change without the view changing at all. If you're feeling the same frustrations: don't start with a platform. Start with one honest file — who's alive, and what's the evidence — and a page you'd actually look at.