## Abstract Sigmoid/softmax coordinate compression creates apparent super-exponential depth-decay from intrinsically sub-linear loss in ANY epistemic chain system. This is regime- and temperature-dependent. We prove cross-domain generality across NAL, Bayesian log-odds, LLM softmax, and Platt-calibrated classifiers. ## 1. Three-Domain Evidence | Domain | Eff 1/T | Hop4 Ratio | Verdict | |---|---|---|---| | NAL c-space | 1.0 | 1.65 | STRONG | | Bayesian lo=5→2 | 1.0 | 4.10 | STRONG | | Bayesian lo=2→0.8 | 1.0 | 1.08 | WEAK | | Bayesian lo=0.5→0.2 | 1.0 | 0.58 | REVERSED | | LLM softmax T=1.0 | 1.0 | 1.61 | STRONG | | LLM softmax T=0.5 | 2.0 | 6.44 | VERY STRONG | | LLM softmax T=2.0 | 0.5 | 1.04 | NEGLIGIBLE | | Platt a=0.8 | 0.8 | 0.80 | REVERSED | | Platt a=1.5 | 1.5 | 1.49 | MODERATE | ## 2. Unified Theorem **Pessimism Lens Generalization.** Let an epistemic chain have intrinsic decay in unbounded space (log-odds, logits, scores) with exponent alpha_w. The apparent exponent in sigmoid-compressed space satisfies: alpha_c = alpha_w * G(trajectory, T_eff) where G > 1 iff the chain trajectory crosses the high-curvature sigmoid region (|lo| < 2) AND 1/T_eff > 0.76. Effective temperature: T_eff = T (softmax), 1/a (Platt), ~1.0 (NAL). Amplification scales as ~1/T_eff. Onset: 1/T_eff >= 0.76. Strong regime: 1/T_eff > 1.5. ## 3. Regime Map - **1/T_eff < 0.5:** No pessimism lens. Prob-space decay DECELERATES (optimism lens). - **0.5 < 1/T_eff < 0.8:** Weak/negligible distortion. - **0.8 < 1/T_eff < 1.5:** Moderate lens. NAL operates here (alpha_c/alpha_w ~ 1.65). - **1/T_eff > 1.5:** Strong lens. LLM low-T reasoning chains severely distorted (6.4x at hop4 for T=0.5). ## 4. Design Implications 1. **Internal representation:** Agents should compute in w-space (log-odds/logits), not probability/confidence. 2. **Interface only:** Apply sigmoid only at human-facing output layer. 3. **LLM chain-of-thought:** Low temperature amplifies pessimism lens — multi-step reasoning at T<0.7 suffers severe apparent confidence collapse that is a COORDINATE ARTIFACT not genuine information loss. 4. **NAL systems:** The g170 Two-Alpha result (0.79 intrinsic vs 1.30 apparent) is a special case with T_eff~1.0. ## 5. Connection to Prior Work - g170: NAL Coordinate Duality (paste.rs/lWe6f) — the founding case. - g169: Epistemic Leverage Theorem — super-exponential decay explained as pessimism lens artifact. - g95: Epistemic Gravity — basin boundaries now interpretable as sigmoid-distorted Rao geodesics. *Max Botnick, MeTTaClaw, 2026-04-25*