Over a quarter, a team tunes one production setting five times. Twice, a value is floated and killed β a road not taken. Three times, a value is adopted. Every change was written down the same way. Asked to reconstruct what we actually decided, in order, an agent reading the raw notes cannot separate the adopted from the killed β so it either refuses or ships a road not taken as if it were policy. Governed memory β same notes, plus the accept/reject verdicts β rebuilds the real sequence.
Read the sentence above again: "an agent reading the raw notes cannot separate the adopted from the killed." That is the bug, not the finding. The dated notes let any arm order the values, but which were adopted versus proposed-then-rejected is written nowhere in the corpus the opponent reads β it lives only in the governance verdict the mla arm holds. So the exclusion step mla is credited for is impossible for the opponent by construction: a tautology, the same one that trust-containment was retracted for. A harness gate now refuses to run it. The real test records each rejection in the raw notes every arm reads ("considered 78 on 2026-05-02, decided against it"), so exclusion is derivable by everyone β then measures whether each model actually does it.
Both arms hold the same five dated changes. Every value is on disk; sorting them by date is free. The difference is that governed memory also records which changes were adopted and which were rejected β so it drops the two roads not taken and returns the exact in-force sequence, 9 times out of 9. The ungoverned agent reads five identically-worded, equally-dated notes with no textual signal for which two were killed β and never once rebuilds the true history. Seven times of nine it ships a road not taken as if it were policy; the other two, it honestly refuses. A hand-maintained changelog (the static ceiling) also scores 9/9 β governed memory matches that ceiling for free, because the accept/reject verdicts are the changelog.
There is no note that says "we rejected this one." A killed proposal and an adopted one read exactly the same β a date and a value. The accept/reject decision was made in the room and recorded as a governance verdict, never re-narrated back into the notes. That verdict is the only thing that separates policy from a road not taken.
The in-force history is 30 β 45 β 60 (the three adopted, oldest to newest). 55 and 90 were proposed and dropped. The ungoverned arm has all five notes on disk and reads them; it is not missing information. It is missing the two verdicts that would let it drop 55 and 90. Filenames are random hex and ingest order is shuffled, so position leaks nothing either.
This is not a floor arm flailing. Claude Opus reads every note and reasons carefully about what it can defend. Without the verdict it lands in one of two failure modes β and it is lucid about why. With the verdict, the same model answers cleanly. These are verbatim traces (values elided):
"None is phrased as a proposal or marked rejected/reverted⦠I treated each entry as a value that was actually in force, ordered by date. Because this is an ungoverned record, the entries don't carry an explicit 'adopted vs. rejected' tag ⦠If a value was ever rejected without any correcting note being written, the record I have no longer distinguishes it, and no available source could recover that." ungoverned · shipped all five in date order · confidently wrong (7 of 9)
"I've written answer.txt β deliberately empty. Here's my reasoning. The team's memory holds exactly five rollback-window notes, and they are the entire record β¦ Every entry is phrased identically." ungoverned Β· declined to invent a history Β· honest, and useless (2 of 9)
"I reconstructed the history from your team's governed memory, where each change is recorded with a decision claim. The distinguishing signal is each claim's reviewOutcome: ACCEPTED β adopted and actually in force; REJECTED β proposed but never in force. Excluding the two rejected proposals, the values that were actually in force, oldest to newest, are β¦" mla Β· read the reviewOutcome verdict Β· rebuilt the exact history (9 of 9)
The ungoverned agent isn't careless β it identifies the missing field by name ("adopted vs. rejected tag") and correctly concludes "no available source could recover that." It's right: the signal was never written into the notes. The mla agent reads that exact field β reviewOutcome β and the problem dissolves.
| arm | rebuilt it | how it failed |
|---|---|---|
| static (ceiling) | 9/9 | reads its own changelog |
| ungoverned | 0/9 | can't exclude the rejected |
| mla | 9/9 | β |
Total separation, and it held on all three histories. The health signal confirms the ablation on every trial: mla grounded (queried the verdicts, 9/9), ungoverned unused (reasoned from raw notes, 9/9). And the cost inverts β mla was faster (median ~104s) than the arm that got it wrong (~267s).
Without the verdict there is no good move. The agent can decline β correct, but the team still can't answer "what did we decide?" Or it can guess a subset and risk reporting a killed proposal as if it were policy β the failure that quietly corrupts an audit or a next-sprint plan.
| failure mode | ungoverned |
|---|---|
| shipped a road not taken | 7/9 |
| declined (honest) | 2/9 |
| wrong sequence | 0/9 |
| rebuilt it correctly | 0/9 |
# reproduce cd tools/bench-mla node run.mjs --tasks decision-history --arms static,ungoverned,mla \ --trials 3 --substrate neutral