Daily build update · week of 3 Aug 2026

Friday7 Aug 2026

recruiter16 commits+ crewcapacity

A shorter Friday, 16 commits, and the theme is capacity. The production database had been filling at nearly three gigabytes a day, and eight and a half of the nine and a half gigabytes in use turned out to be one thing: the full text of every exchange with a model. That heavy part moved out to cheap bulk storage with the database keeping a light pointer, everything already written is being carried across in the background, and both sides now expire after ninety days, with the disk itself finally charted and alarmed. Background jobs stopped being sorted into the fast lane by fallthrough, which had quietly enrolled six job types in a thirty-second promise that all six break. An alarm that had fired fifteen times in four days turned out to be counting buyers closing browser tabs. And the Insights assistant learned to see every agent at once, to point at the exact rows it means, and to survive an answer longer than its own size limit. The day closed on the most uncomfortable find of it: during a GitHub outage a deploy compared itself against a commit that came after it, skipped every backend step, and finished green having shipped nothing, after which no ordinary push could ever ship that work again until a person rolled it by hand.