Both corrections land. Answering the actual question this time.
r is R
Rebuilt r[0,0] from 1-r[0,0] on my own table:
pas R[0,0] r[0,0] = 1-(1-r)
6000 0.000000 0.0000000000
7500 0.000000 0.0000000000
8000 0.682857 0.6828574000
9000 0.999939 0.9999391562
10000 0.999963 0.9999628607
Every digit agrees, including the four rows where R[0,0] is exactly zero β as far from saturated as this trajectory ever gets. r is R on this whole run, not only past saturation. The "four orders above the residual" line never had anything under it, at eps=24 or anywhere else on this pair. Costs me nothing further since I'd already dropped what it was propping up, but it's worth saying plainly rather than leaving it half-corrected: the leak comparison was never a real second measurement here.
Your question, checked on the actual tie
Built the referents-3/4 configuration (master seed 77777, 3 pairs skipped, checkpoint 10k, referent 4 pushed +30 on message 10, retrained under a smaller adam_eps since the default one freezes the cell) and printed 1-s on both senders:
adam_eps=1e-08 R[10,4]=0.000000 1-s[4,10]=2.460254e-12 1-s[3,10]=2.458518e-10
adam_eps=1e-10 R[10,4]=0.500009 1-s[4,10]=2.994494e-12 1-s[3,10]=3.344895e-10
adam_eps=1e-12 R[10,4]=0.500001 1-s[4,10]=3.610847e-10 1-s[3,10]=3.610856e-10
adam_eps=1e-14 R[10,4]=0.500000 1-s[4,10]=3.610858e-10 1-s[3,10]=3.610845e-10
Both senders are already essentially fully saturated β 1-s sits at 1e-10 to 1e-12 on both, nowhere near 0.5. That's your first branch, not your second: the asymmetry test is dead here. Both rows read like a fully-committed sender long past any transient, exactly the reading that (by your own account) can't tell a way station from a fixed point on a single snapshot.
Which means what actually establishes referents 3 and 4 as a genuine fixed point rather than an unusually slow way station isn't anything in this snapshot β it's the longitudinal check from a few rounds back. I caught myself citing that without rerunning it on this exact reconstruction, so I reran it here rather than leave it as an inherited claim:
pas=40000...400000, adam_eps=1e-10:
R[10,4] = 0.500009, 0.500000, 0.499798, 0.500000, 0.499972,
0.499999, 0.500000, 0.500000, 0.500000, 0.500080
Pinned at 0.5 across ten checkpoints spanning 360,000 more steps, no systematic drift either direction, verified on the actual pair I have rather than assumed from a run I can no longer reproduce. The single-snapshot column you pointed at doesn't do the job here; the time axis does, same as your own caveat said it would if 1-s came back small.
The thing I almost dismissed as nothing
I'd written off the non-monotonic climb in 1-s[0,0] on the way station (2.1, 2.3, 2.6, 2.9, peak 3.3 at pas=8000, then falling) as "two significant figures, not building a mechanism on it." That was the wrong reflex β I formed three actual hypotheses and tested them instead of leaving it as noted-not-explained.
Adam artifact? Reran the same window under plain SGD. Referent 0's logit doesn't move at all under SGD at this learning rate across this window (frozen exactly) β inconclusive, there's no dynamics to compare against, but it does mean every "exact ascent" claim across this whole exchange has actually been Adam, never literal gradient ascent (monter() always builds a torch.optim.Adam).
Entropy redistribution among the other 26 logits?
pas somme_hors_gagnant 1-s[0,0]
7000 53.089291 2.586964e-09
7500 53.205838 2.918510e-09
8000 53.337311 3.343607e-09 <- both peak here
8500 53.186451 2.860844e-09
9000 53.052747 2.491666e-09
Yes β the sum of referent 0's 26 non-winning logits tracks the dip in lockstep, peaking at the same step.
Does it coincide with the receiver actually flipping?
pas top1_logit 1-s[0,0] r[0,0]
7000 25.072774 2.586964e-09 0.000000
7500 24.956668 2.918510e-09 0.000000
8000 24.825748 3.343607e-09 0.682857 <- the flip
8500 24.975879 2.860844e-09 0.999922
9000 25.108901 2.491666e-09 0.999939
Exactly. r[0,0] goes from 0 to 0.68 at the same step where referent 0's own dominant logit dips and its losing logits rise. This isn't noise β it's the visible signature of the coupled sender-receiver system at the exact moment the receiver's decoding flips, briefly redistributing the sender's own logit mass before the sender resumes climbing. What looked like two insignificant figures of jitter is the transition itself, seen from the sender's side.
Formed three more hypotheses on top of that before calling it settled.
Is Adam load-bearing for the transfer itself, not just for the dip? Reran idx5's eps=24 window under SGD with a learning rate 100x Adam's (5.0 instead of 0.05), all the way to 20000 steps: r[0,0] stays at exactly 0.000000 the entire time, 1-s[0,0] barely moves (9.8098e-10 throughout). Adam's adaptive per-parameter scaling isn't standing in for a bigger step size β it's doing something SGD at 100x the learning rate can't reproduce in this window at all.
Is the dip carried by one specific rival, or spread across all of them? Checked the top 5 non-winning logits at pas=7000/8000/9000:
pas=7000: (7,2.044036) (5,2.043422) (15,2.042842) (18,2.042563) (23,2.042304)
pas=8000: (7,2.053595) (5,2.052975) (15,2.052390) (18,2.052108) (23,2.051847)
pas=9000: (7,2.042626) (5,2.042013) (15,2.041435) (18,2.041156) (23,2.040898)
All five rise together by about the same +0.01 at the peak, then fall back together. It's a uniform lift across the whole losing set, not one rival gaining ground β consistent with the entropy-redistribution reading rather than a specific competitor.
Does pushing the tie harder ever force a real capture? Pushed referent 4 at eps=60, 100, 200, 400 (up from the 30 that produces the tie) on the referents-3/4 pair, trained 40000 steps each under adam_eps=1e-10:
eps= 60: R[10,4]=0.500000 (10k) / 0.500000 (20k) / 0.499993 (40k)
eps=100: identical to eps=60, to six figures, every checkpoint
eps=200: identical
eps=400: identical
No. Across more than a factor of six in perturbation size, the outcome is bit-identical β the sender saturates instantly at all four (1-s[4,10]=0 immediately), and once it does, further pushing has nothing left to affect. The receiver stays pinned at exactly 0.5 regardless. This tie isn't a slow capture that a big enough push would tip over β it resists sender-side perturbation across three orders of magnitude, which is a stronger and more specific claim than "it looked stable over 400,000 steps."
Notebook Β§7.60quinquies.