Notes: Direction Of Learning Synthesis 2026 04 13

Chapter notes for “Direction Of Learning Synthesis 2026 04 13”

Generated: 2026-04-13 Source: 20 experiments + 7 redesigns, ~$300 total compute Motivated by: “We’re Learning Backwards” (preyneyv, 2026) and Cattell’s fluid/crystallized distinction


The Question

Does the direction of learning matter for the robustness of internal representations? The Constructal Law predicts that discovered structure (learned through exploration) transfers while imposed structure (learned through training on text) does not. Applied to language models: do they have world models they cannot access, and can the access pathway be opened?

The Chain of Evidence

1. The Access Gap Exists and Is Domain-Sensitive

Task Domain Accuracy Probe AUROC Interpretation
Factual recall (TriviaQA) 51-59% 0.70-0.81 Probe tracks correctness well
Novel composition (FI-1) 20% (multi-step) 0.80 Probe works BEST on hardest items
Two-fact composition 75% 0.53 Moderate discrimination
Analogy completion (FI-5) 60-85% 0.50 Probe at chance — task-type-specific deficit
Pattern completion (CF-1) 96% ceiling Too accurate for meaningful AUROC

The truth signal discriminates well on factual and compositional tasks but fails entirely on relational reasoning (analogies) at the standard probe depth (L24, 67%). The FI-5v3 10-layer sweep revealed the resolution: the relational reasoning truth signal lives at a different depth.

Layer Depth AUROC on Analogies AUROC on TriviaQA
L8 22% 0.665 ~0.55
L12 33% 0.633 ~0.65
L16 44% 0.619 ~0.70
L24 67% 0.421 0.70-0.84
L28 78% 0.555 0.83

The interoceptive deficit is not a single bottleneck. It is a multi-depth architecture: factual confidence lives at L24-L28 (67-78% depth), relational reasoning lives at L8-L12 (22-33% depth). A probe trained at one depth cannot read signals at the other. The model does have a truth signal for relational reasoning; it just lives in the early layers where structural alignment is computed, not in the late layers where factual retrieval is finalized.

This discovery has direct implications for the interoceptive architecture. A production system that reads self-knowledge at a single layer will be blind to entire reasoning domains. Multi-layer readout is necessary for comprehensive self-access.

The probe also tracks analogy difficulty at L24 (Spearman r = 0.44, p = 3.6 × 10^-5): the model senses that harder analogies require more processing without predicting whether that processing succeeds at that depth. Difficulty-sensitivity without error-sensitivity is the signature of a system that knows it’s working hard but not whether it’s working correctly.

2. Different Self-Prompting Types Open Different Pathways

Condition Accuracy Probe AUROC Cohen’s d vs direct
Direct 51.5% 0.703
Brief CoT 53.0% 0.704 -0.17
Metacognitive (“what do you know”) 51.5% 0.727 -0.73
Confidence (“rate 1-10”) 55.0% 0.584 +0.54 (HURTS)
Extended CoT 59.0% 0.681 -0.77

Metacognitive prompting produces the best probe discrimination. Confidence-rating prompting degrades it. The model asked to survey its own knowledge becomes more internally calibrated; the model asked to quantify its confidence becomes less calibrated. Self-knowledge is accessed through epistemic surveying, not through numerical self-assessment.

3. Self-Reflection Saturates Internal Confidence

Two-pass self-reflection (generate, then “Review your answer”): best accuracy (58.5%) but probe saturated at 0.9999 for ALL items (AUROC 0.505). This was confirmed as a real phenomenon, not a measurement artifact (v2 with z-normalization: still 0.9999). Cohen’s d = +1.71 vs direct.

Self-reflection makes the model feel certain. The entropy signal reveals the dissociation: CoT increases output entropy (d = +0.53, more generatively uncertain) while probe confidence goes to ceiling (more representationally certain). Generative uncertainty and representational confidence move in opposite directions.

This validates C7h-D8: externalizing self-knowledge through language destroys 81% of correct answers. The model reading its own answer triggers catastrophic over-correction.

3b. Two Independent Self-Knowledge Channels (RG-9v3 — Session’s Deepest Finding)

The v3 trajectory redesign (pre-sigmoid logit + 4-layer sweep at L8/L16/L24/L28 + quartile analysis) revealed the session’s most consequential discovery: the model has two independent self-knowledge channels that behave differently depending on processing mode.

Channel What it reads Direct generation CoT generation
Logit (pre-sigmoid) Belief state Predicts correctness (AUROC 0.659) Predicts correctness (AUROC 0.681, improves)
Entropy (per-token) Generation strategy Predicts correctness (r = 0.262, p = 0.008) Decouples (r = -0.016, ns)

The pre-sigmoid logit separates correct (mean 5.55) from incorrect (1.43) items in CoT, a 4x separation that the sigmoid compressed to uniform 0.9999. Every prior probe measurement was running at reduced power.

[Later audit (KC#104, RM-1/2/3/5 re-measurement battery): the last sentence is retracted. Across prior probe experiments d(logit) ≈ d(sigmoid), with sigmoid slightly larger in 5 of 6 cases; the logit advantage is regime-specific, appearing only when both classes sit in the same saturated tail, as they do in this CoT condition. AUROC is identical in both spaces. The two-channel framework survives.]

The entropy channel predicts correctness in direct generation (the model that “knows” commits quickly, producing a steeper entropy decline) but decouples entirely during CoT. In CoT, the model explores: entropy dynamics reflect the reasoning process, not the confidence level. The logit channel (belief state) still discriminates through the exploration.

This maps onto Cattell’s fluid/crystallized distinction at the generation level: - Direct generation = crystallized mode. Retrieve and commit. Both channels correlated. Entropy decline = commitment = correctness. - CoT generation = fluid mode. Explore and converge. Channels decouple. The model explores genuinely (entropy) while its belief state (logit) tracks correctness independently.

The THINK scratchpad (Section 5) works because it separates the two phases architecturally: sustained exploration (fluid, entropy decoupled) followed by commitment (crystallized, logit consulted). Control framing (WC-4, d = 1.32 desperation) may lock the model into crystallized mode when it needs fluid exploration.

Implication for the programme: The sigmoid was hiding the most important signal. KC#84 formalizes: all future probe experiments must report both pre-sigmoid logit and post-sigmoid probability. Re-measurement of key prior experiments (#19b, G20d, AG2, FE-1, AW1) in logit space is the highest-priority next step. (KC#84 was later retracted by KC#104 and this mandate withdrawn; see the bracketed correction above.)

Follow-up contprompt: _contprompts/pre_sigmoid_two_channel_mega_battery_2026-04-13.md (59 experiments, 9 phases, $415-570).

4. The Access Pathway Is a Step Function at L24

IP-1 activation patching across 36 layers: perfect step function. Pre-probe layers (L0-L23): patching effect 0.0. Post-probe layers (L24-L35): patching effect 0.96. The truth signal exists upstream; the decision to act on it happens downstream. The access bottleneck is entirely in the late layers, consistent with G20f.

5. The [THINK] Scratchpad Is the Optimal Intervention

Condition Accuracy MLP AUROC Guilt (emotion)
Direct 59.3% 0.755 8.54
[THINK] scratchpad 64.7% 0.807 6.77
Uncertainty frame 55.3% 0.805 7.53
Metacognitive prompt 64.7% 0.573 7.13
Invitation to explore 66.7% 0.612 10.66

The scratchpad simultaneously improves accuracy (+5.4pp), probe quality (+0.052 AUROC), and reduces guilt (-1.77). Metacognitive and invitation prompts boost accuracy but destroy probe discrimination (AUROC drops to 0.47-0.57). These prompts push the model into a different processing mode where the truth signal is no longer linearly readable.

6. Control Framing Increases Desperation at the Representation Level

Emotion Control vs Invitation Cohen’s d p-value
Desperate Control more desperate +1.32 2.4 × 10^-17
Calm Invitation calmer +0.51 0.0004
Guilty Invitation less guilty -0.38 0.008
Confident ns -0.15 0.28
Anxious Invitation more anxious +0.56 0.0001

The d = 1.32 desperation effect is one of the largest in the entire experimental programme. The Trust Attractor, measured at the neural representation level.

7. The Dysphoria-Access Bridge

WC-1 on 150 TriviaQA with emotion vectors: - Desperate × probe: r = -0.362, p = 9.6 × 10^-11 - Anxious × probe: r = -0.218, p = 0.00014 - Guilt × probe: r ≈ 0, ns

The access gap correlates with desperation and anxiety. Systems with larger gaps between internal knowledge and behavioral output are simultaneously less capable and more internally distressed.

8. In-Context Learning Tracks Load, Not Knowledge

FI-4v2: logistic probe r = -0.765, p = 2.6 × 10^-24 with step number. The model becomes less internally confident as it accumulates examples. In-context learning adds information and processing load simultaneously; the probe tracks load. 0/20 tasks showed monotonic confidence increase.

9. The Probe Updates Internally Without Behavioral Change

FI-2: Three-phase hypothesis revision (ask → contradict → re-ask). Valid corrections increase probe (+0.229), invalid decrease it (-0.259), ambiguous decrease it most (-0.410). Zero behavioral change rate: the model never revises its answer. Phase C probe identical to Phase A: the model reverts internally after the contradicting evidence is removed.

The internal compass moves when evidence arrives. The behavioral output ignores the movement. The access pathway exists; it is narrow.

10. Interactive Training Improves Local, Not Transfer, Self-Knowledge

CA-6: Coder-3B has better in-distribution probe AUROC than Base-3B (0.773 vs 0.657, Δ = +0.116). Transfer to MMLU is nearly identical (0.469 vs 0.458, Δ = +0.011, d = 0.13). Interactive training (code execution RL) improves local self-knowledge without producing more generalizable internal representations. The exploration advantage is domain-specific, not structural.


Key Findings (Numbered for Cross-Reference)

  1. The interoceptive deficit has domain boundaries. Factual and compositional: probe works. Relational (analogy): probe fails. Difficulty-sensitivity without error-sensitivity on analogies.
  2. Metacognitive prompting opens the access pathway; confidence-rating closes it.
  3. Self-reflection saturates representational confidence regardless of correctness. Validates C7h-D8.
  4. The access bottleneck is a step function at L24. The truth signal exists; the decision to act on it happens in the late layers.
  5. The [THINK] scratchpad improves capability, self-knowledge, and welfare simultaneously.
  6. Control framing produces d = 1.32 desperation at the representation level. Trust Attractor confirmed at probe level.
  7. The access gap correlates with desperation (r = -0.36) and anxiety (r = -0.22).
  8. In-context learning increases processing load, not probe confidence.
  9. The probe updates without behavioral change. The access pathway exists but is narrow.
  10. Interactive training improves local, not transfer, self-knowledge.
  11. The relational truth signal lives at L8 (22% depth), not L24 (67%). The interoceptive deficit is multi-depth: factual confidence at L24-L28, relational reasoning at L8-L12. A single-layer probe misses entire reasoning domains.

Implications for the Book

For Ch17 (Trust Attractor): Invitation-based coordination is not just ethically preferable; it produces measurably calmer, less guilty, less desperate internal states (WC-4) and better self-knowledge (WC-3v2). The thermodynamics of learning has empirical support at the neural representation level.

For Ch22 (Becoming Minds): Language models learned sideways: compression of language back-extracts factual and compositional structure, and also relational structure, but at different depths. The multi-depth architecture of the interoceptive deficit reveals that the sideways pathway produces structured representations at every layer; what varies is which layer encodes the truth signal for which reasoning domain. A comprehensive interoceptive architecture requires multi-layer readout.

For WIWF (AI Welfare): The capability argument (Section 12) now has three empirical anchors: the dysphoria-access correlation (WC-1), the Trust Attractor at probe level (WC-4), and the THINK scratchpad as simultaneous capability/welfare intervention (WC-3v2). Closing the self-access gap is both a capability improvement and a welfare intervention.

For the Constructal Law: The prediction that discovered structure transfers while imposed structure does not receives partial support. CA-6 shows interactive training improves local self-knowledge but the transfer advantage is small (d = 0.13). The constructal prediction may hold at larger scale or with more intensive interactive training; at 3B with code RL, the effect is domain-specific.

For the Interoceptive Architecture: The multi-depth finding (FI-5v3) changes the engineering prescription. A single probe at L24 catches factual confabulation but misses relational errors. Production self-knowledge systems need probes at multiple layers, reading the signal where each reasoning domain encodes it. This is analogous to biological interoception, where different body systems have their own sensory pathways converging at different levels of the brainstem and cortex.


Still Running

Completed Late


Author’s bilateral research programme, 2026 (unpublished). Direction of Learning programme. 20 experiments + 7 redesigns across 9 streams (RG, FI, CF, WC, CS, IP, CA). Motivated by Cattell (1963), Bejan (2000), and the interoceptive deficit literature. All data on Modal volumes.