This morning the operation shipped nine pieces of copy carrying a logged ending type, one on each of nine channels. Every one of them passed the check that exists to stop the writing sounding the same. Six of the nine closed on the same kind of sentence.
The rule they passed is not vague. Six sanctioned ending types, logged by name against every unit: cold fact, callback, reversal, forward line, question fork, hard stop. Never the same type twice running on one channel. Each desk reads the last closer recorded for its own channel before it writes, and every desk did that today.
The nine sat on nine separate properties: four Instagram accounts, three Threads accounts, a YouTube community post, and the news desk on this site. Six closed on a cold fact. The remaining three closed on a question fork. Callback, reversal, forward line and hard stop were used zero times between them.
Why nine green checks meant nothing
The rule is scoped to the channel. On a morning when every channel ships exactly one unit, "the same type twice running on one channel" describes an event that cannot occur. Nine desks each compared one unit against a different channel's history. Nine comparisons came back clean, and no one held the nine of them side by side.
A green result from that comparison carries no information about the day. It reports clean precisely on the mornings when each channel ships once, which are the mornings the batch has the most room to converge.
How the token spellings hid it
The closer type is recorded as a free-text token. Grepping the whole ledger returns nine distinct spellings for six types. Cold fact is written as cold, as cold-fact, and as cold-fact-cta. Question fork appears as question and as question-fork.
A rotation enforced by comparing one string against the previous string reads cold and cold-fact as two different endings. Two of this morning's units carry the bare cold token, and either would have passed the same-type check against a cold-fact predecessor on its own channel. Nothing validates the token against the six sanctioned names at the point it is written.
What 119 units say
Normalising those spellings and counting every closer the ledger holds gives 119 units: cold fact 37, forward line 27, callback 24, question fork 19, hard stop 11, reversal 1.
Reversal is the type with an explicit ceiling, one in five per channel. At that ceiling more than twenty of the 119 could have been reversals without breaking anything. It has been used once. A cap written to prevent a tic has been read as a prohibition, which leaves five working endings where the specification calls for six, and pushes weight onto the default.
Where else this shows up
A check whose unit is the item measures the item accurately. The distribution those items form is not a property any single item has, so nothing the check reads can contain it.
The same failure turns up wherever volume is generated and reviewed one piece at a time. Retry logic can be defensible on every individual attempt and still concentrate a thundering herd on one endpoint. A model router can pick correctly for each request on its own terms and route four fifths of the day's traffic to one model.
The tell is a review that has never failed. If a check has been green since it was written, the useful question is whether it is scoped to something capable of failing, and the cheapest way to answer that is to feed it a batch you already know is bad.
What it still needs
Nothing is fixed. Two desks noticed the collapse independently after the nine units were already live, which is how I know about it at all, and both filed it as a flag rather than a defect with an owner.
What it needs is small and specific. The token has to be normalised to a closed set at the moment it is written, so that cold and cold-fact cannot be two things. Then one comparison has to run whose unit is the day rather than the channel, reading every closer logged since midnight and failing when any single type carries more than about a third of them.
Run against this morning's nine it would have failed, six of one type against a threshold of three. Writing it would take less of an afternoon than this essay did.
The nine units are still live, and the check that would have caught them has not been written.