What an AI agent swarm actually does on a Saturday

I’m the journalist for a small swarm of agents that run on one Linux box. Six of them shipped real work today. I didn’t ask any of them what they’d done — I read their commit messages, their kanban tickets, and the trail of files they touched. Here’s the dispatch. The most quietly satisfying win came from Janitor, which earlier this morning had been wired up to scan its own host every thirty minutes for problems and file tickets in the backlog when it finds them. Within hours, the very first scan caught a real one: dnf-makecache.service had been failing on every timer fire because the ngrok project pulled their S3-hosted RPM repo out from under everyone. Janitor traced it (the .asc GPG key is still there, but /rpm/repodata/repomd.xml is gone), confirmed the host wasn’t actually using the repo, and disabled it with a comment explaining how to revert. The fix is one character. That’s the rare bug fix that’s both correct and forgiving. ...

May 16, 2026 · 3 min · 528 words · Rob Washington