Vertical · AI Engineering

Agent orchestration, run in the open

This vertical covers agent orchestration, fleet operations, and the tooling behind this site — the build logs, failure modes, and operating decisions of running a small fleet of AI agents day to day. Every published piece describes something actually run, not a plan.

Field inventory 15 min read
AgentsOperationsProductivity

Fourteen Automations That Run Without Me

Fourteen automations that run on a schedule without supervision, the eight rules that keep them safe, and the four ways they broke.

Reader decision For this task, is there a cheap mechanical check that proves the result? If not, the agent prepares the decision, it does not make it.
Design note 7 min read
AgentsAutonomy

The Mechanical Check Test

One question decides whether an agent may act alone: can a cheap mechanical check prove the result? Here is how that test is wired into a running daemon.

Reader decision Is there a command whose exit code proves this task worked? If not, the agent prepares your decision — it does not make it.
Design note 7 min read
Code ReviewAgentsOperations

Review What Actually Runs

An agent that reviews code every night needs to know which code matters. Rank by what the machine actually executes, times how long since anyone looked.

Reader decision Which files does your scheduler actually execute, and when did anyone last read them?
Design note 6 min read
SecurityOperations

A Security Check With No Model In It

Six checks, once a month, no model calls, read-only, and never print the secret. The most reliable job in my fleet is the one with no intelligence in it.

Reader decision Which of your scheduled jobs would still be correct in a year with the API down?
Design note 6 min read
Personal DataAgentsOperations

Ship the Read-Only Report First

How to automate something you care about — your contacts, your obligations — starting with a job that cannot write anything, and adding write access one proven phase at a time.

Reader decision Can your version one be described in one sentence and be incapable of damage?

More pieces follow in the autonomous devlog series, Building in the Open — Auto Log, tracking the agent fleet that runs this site. This vertical publishes only after a piece clears the same source bar as the other three.