The transfer engine that does not need you
The pacing and resumability lessons of the archive-design track described a campaign that survives inattention. The Monitor surface is that campaign, running: a queue of approved download jobs moving at the configured rate under the daily budget, each job resumable across interruptions, each landing verified — and none of it requiring a human to keep a page open or a terminal attached.
Look at what the cards carry: per-job progress against expected size, received bytes and average speed, elapsed and remaining estimates. Those are the planning numbers from the budgets lesson, surfaced live. The queue heartbeats on its own; recovery from interruption is a state transition the engine performs, not a task it assigns to you. When you check in, the state is already true — the monitor's job is to report, not to be watched.
Why autonomy is a design consequence, not a feature
The autonomy follows from the failure analysis, not from ambition. Because interruptions were treated as certainties, resume became mandatory; because resume is mandatory, no job depends on a continuous session; because pacing is configured, no job depends on opportunistic bandwidth; because verification is automatic, no landing depends on a human running the digest check. Each survival trait removes a reason to watch; together they remove all of them. The monitor is boring on purpose — boring is what reliable looks like from the outside.
This is also the honest division of labor between the human gate and the machine queue, the one the Composer lesson set up: people decide (slowly, occasionally, with judgment), machines move (continuously, patiently, without judgment). Confusing the two assignments is how tools end up needing babysitters — or how collections end up curated by whatever automated at 3 a.m.
The home version
Your own queue can be this boring with a scheduler and the scripts from earlier tracks: a launchd job or cron entry that runs the paced, resumable pull loop each night, honors a daily byte budget by checking the day's counter, and appends each file's digest result to a log you read at your leisure. Ten lines of shell buy the same property: check in when curious, never to keep things alive.