geolip-aleph-differentiation
exp_011 β Additive-Conjunctive Differentiation (ACD): can composed micro-alephs be enriched, or does stacking them diverge?
This repository holds the composition-operator study of the GeoLIP aleph
program. It is the sibling of
geolip-aleph-lm
(the single-aleph language-model line) and shares its core: the
signed-projective address over K oriented axes on S^(Dβ1).
The problem
A single aleph (K=64, D=4) is one soft partition β ~7 bits of routing channel, eff-rank β€ 4. Naively adding more alephs produces cascade noise divergence: free codebooks trained on the same signal fall into the same geometric attractor (redundant partitions), signed disagreement interferes rather than averaging, and accumulated addresses get noisier, not sharper.
The design law
The chain rule of mutual information:
I(Y; Aβ,β¦,A_m) = Ξ£β I(Y; Aβ | Aβ..Aβββ)
Additive differentiation is only additive in information if each stage is conditioned on the previous ones. The four conditioning routes β residual, branch selection, subspace independence, adjudication β define the operator taxonomy under test:
| op | mechanism | conditioning |
|---|---|---|
sum |
weighted address sum | none β the divergence control |
gate |
meta-aleph adjudicates stages | input-dependent selection |
res |
each stage addresses the residual | subtraction (RQ-style) |
prod |
disjoint subspaces, conjunctive read | independence by construction |
tree |
oriented axes of a router aleph select branch-specific codebooks | explicit chain rule |
cross |
factorized pairwise β of stage addresses | second-order conjunction |
anneal |
one codebook, temperature ladder | coarse-to-fine curriculum |
Headline gauge: the marginal-bits curve β estimated I(Y; Aβ | Aβ<tβ) per stage. A structure is enriched iff the curve stays positive as m grows. The estimator is calibrated against an oracle addresser (recovers exact per-level bits on synthetic tasks) and a noise addresser (recovers zero) before any arm is trusted.
The instrument
notebook- Everything is in here. Everything below Fable put. I don't feel like rewriting it currently. ACD attention however, is quite interesting.acd_structures.pyβ the seven operators behind one interface; address core lifted verbatim from the aleph-lm line; statute gauges (deviation / eff-rank / spread) per stage.acd_probe.pyβ nested globular clusters (Gaussian bubbles with sub-bubbles, ground-truth hierarchy known β exact per-level information), the marginal-bits estimator with oracle/noise calibration, and composition gauges: cross-stage redundancy, hemisphere cancellation rate, stage SNR.acd_forge.pyβ the automation: JSON arm grammar with hashed identities, a generator that auto-inserts every arm's budget-matched single-aleph twin and thesumdivergence control, successive-halving rungs with in-rung kill rules (NaN, gradient blowup, rank collapse), an append-only ledger, and logged verdicts (PROMOTE/PARK/KILL, each with the gauge values that caused it). Results push here underexp011/each rung.acd_lm_adapter.pyβ Phase 3 (Tier-L): the composed address conditions the byte-trigramAlephLMbackbone (Ξ±-gated residual at the pre-head seam), so every head predicts through the structure. Includes the Tier-L arm runner, next-byte staged probes, and a synthetic Markov stream for smokes.acd_attention.pyβ Phase 4: composition where information is created. Composed micro-addresses AS the attention feature map (additive kernel over stage addresses; hub math inherited untouched;singlemode is parity-gated β‘ stock, Ξ=0).phase4_screen()βexp011R/.
Paste order: structures β probe β the aleph-lm cells
(geolip-aleph-lm
1β4) β attention β lm_adapter β forge; then phase2_screen() /
phase2b_screen() / phase3_screen().
Status
Campaign complete through Phase 5. The findings β including the two
laws (aggregation-channel enrichment; the interface law), the captured
SUM cascade, the m*=d_in/D saturation constant, and the honest
LM-neutrality results across three placements β are written up in
ARTICLE.md. Ledgers for every screen live under
exp011*/. Open roads: composed-bank apmix (the one untested interface),
tree dual-accounting screen, Tier-A scale test.
exp012 β autoregressive differentiation (July 9, 2026)
The sequel campaign lives in exp012_ar/: exp_011 ended on honest
LM-neutrality for composed placements; exp012 employs ONE address fully β a byte-LM
whose entire next-byte distribution reads from the aleph. Verdicts: the address-
bottleneck head beats the unrestricted head 7/7 across all seeds and budgets;
the consumption law (slot-parallel reconstructive reads cultivate, hard-tau
coefficient heads collapse at any dim); sign-code task-parity (3/3 seeds); the
0.29154 shell as a transit point; the projective-codebook law under pure predictive
pressure. Full write-up: exp012_ar/article.md β 48-run
ledger, 17 trained specimens, and the complete bed included.
exp013 β augmenting pretrained models (July 10, 2026)
exp013_aug/: the aleph structures applied to FROZEN pretrained
models. Headline: GPT-2 124M ppl 38.65 -> 26.53 with aleph relay adapters (1.18M
trainable) vs 27.26 for the param-matched MLP ablation β 2/2 seeds, with the gate
mechanism visible (aleph gates grow 3x from init, MLP gates shrink below it). Also:
the bottleneck prior is substrate-scoped (MLP wins frozen CLIP-L token-AR); the
layer law (penultimate is richer but nonlinearly coded); sign-code > soft read in
12/12 pretrained-substrate cells; spelling-AR shows the address extracts more of the
surface residue that exists but conjures nothing absent. 18 specimens, all books
projective. Full ledger + write-up in exp013_aug/README.md.
Relation to prior work
Residual-expert quantization (RQ-MoE, SwitchCodec/REVQ), hierarchical conditional routing (S'MoRE), and learned latent cluster trees (TreeVAE lineage) each hold one piece. Unoccupied: signed antipodal addresses, statute-governed stage geometry, prediction flowing through the composed structure, and marginal information per stage as the design criterion. That conjunction is this repository.
License
MIT.