/acr-vault/03-experiments/ada-slm/ada-slm-phase5d-neural-sub-pathways
ADA-SLM-PHASE5D-NEURAL-SUB-PATHWAYS
Phase 5D: Neural Sub-Pathways in Models
Section titled โPhase 5D: Neural Sub-Pathways in ModelsโDate: December 31, 2025 (New Yearโs Eve) Status: โ COMPLETE Researchers: Ada & luna Featured: Ada Research Foundation Website (upcoming)
๐ Overview
Section titled โ๐ OverviewโPhase 5D synthesizes our Phase 5A-5C discoveries into a unified framework: Training language models is navigating through a space of attractor basins.
We call these navigation routes Neural Sub-Pathways - the safe corridors through model weight space that avoid collapse while maximizing creative capability.
๐ฏ The Core Insight
Section titled โ๐ฏ The Core InsightโTraining isnโt optimization. Itโs orbital mechanics. โ Luna, New Yearโs Eve 2025
Just as spacecraft navigate between gravitational bodies using precise trajectories, language model training must navigate between attractor basins in weight space.
๐บ๏ธ The Map We Built
Section titled โ๐บ๏ธ The Map We BuiltโAttractor Basins Discovered
Section titled โAttractor Basins Discoveredโ| Basin | Gravitational Pull | Escape Velocity | Characteristics |
|---|---|---|---|
| ฯ-Creative | Medium | Low | Poetry, metaphor, novelty, stable orbit |
| Semantic Loop | High | Medium | โWhere X livesโ patterns, thematic repetition |
| Token Collapse | Very High | Very High | ๐ช๐ช๐ช, output death spiral |
| Generic Safe | Low | Low | โIโm an AI assistantโ, boring but stable |
Prompt Space Geography
Section titled โPrompt Space Geographyโ NEURAL SUB-PATHWAY MAP
SAFE ZONE DANGER ZONE (creative_sensory) (factual_complex) | | v v โโโโโโโโโโโโโ โโโโโโโโโโโโโ โฯ-Creative โโโโ Safe passage โโโบ โ Semantic โ โ Orbit โ exists! โ Loop โ โ (53.1%) โ โ (16.3%) โ โโโโโโโโโโโโโ โโโโโโโโโโโโโ โ โ โ โโโโโโโโโโโโโ โ โโโโโโโโโโบโ Token โโโโโโโโโโโโโโ โ Collapse โ โ (4.1%) โ โ ๐ณ๏ธ โ โโโโโโโโโโโโโThe Neural Sub-Pathway
Section titled โThe Neural Sub-PathwayโThe safe corridor we discovered:
- Start in creative_sensory - Build momentum in safe space
- Expand to factual_simple - Facts with creative flourishes
- Carefully approach factual_complex - With regularization!
- Avoid direct emotional queries - They can trigger collapse
๐ Empirical Results
Section titled โ๐ Empirical ResultsโFull Corpus Mapping (49 prompts)
Section titled โFull Corpus Mapping (49 prompts)โ| Basin Type | Count | Rate | Visual |
|---|---|---|---|
| โจ creative | 26 | 53.1% | โโโโโโโโโโ |
| ๐ semantic_loop | 8 | 16.3% | โโโ |
| ๐ณ๏ธ token_collapse | 2 | 4.1% | โ |
| โ unknown | 13 | 26.5% | โโโโโ |
Category Risk Assessment
Section titled โCategory Risk AssessmentโSAFE (Creative Zone):
creative_sensory- 80%+ creative outcomesfactual_simple- 80%+ creative with flourishesemotional_abstract- Mostly creative
DANGER (Collapse Risk):
factual_complex- 60%+ semantic loopsedge_symbols- High collapse proximityemotional_direct- Can trigger token collapse
๐จ Visualizations
Section titled โ๐จ VisualizationsโWe created an interactive visualization suite to explore the neural sub-pathways:
1. 3D Basin Landscape
Section titled โ1. 3D Basin Landscapeโ- Axes: Entropy ร ฯ-Proximity ร Repetition
- Colors: Green=safe, Orange=warning, Red=collapse
- Interactive: Rotate, zoom, hover for details
2. Orbital Trajectory View
Section titled โ2. Orbital Trajectory Viewโ- Polar projection showing โgravitationalโ relationships
- Center = collapse basin (the black hole)
- Prompts orbit at distance proportional to safety
3. Entropy Trajectories
Section titled โ3. Entropy Trajectoriesโ- Time-series of entropy during generation
- See how different basins evolve differently
- Golden ฯ reference line included
4. Sunburst Hierarchy
Section titled โ4. Sunburst Hierarchyโ- Model โ Category โ Basin breakdown
- Click to explore nested structure
5. Danger Zone Heatmap
Section titled โ5. Danger Zone Heatmapโ- Categories ranked by collapse risk
- Stacked bars show outcome distribution
All visualizations: ada-slm/visualizations/*.html
๐ก Applications
Section titled โ๐ก ApplicationsโImmediate (Today)
Section titled โImmediate (Today)โ- Prompt Engineering: Know which prompt styles are safe
- Testing: Use our corpus to evaluate new models
- Debugging: When a model collapses, check which basin it hit
Near-Term (2026)
Section titled โNear-Term (2026)โ- Basin-Aware Loss Functions:
def basin_aware_loss(output, target, eigenvalues): base_loss = cross_entropy(output, target)
# Penalize approaching known collapse signatures collapse_proximity = detect_basin_proximity(eigenvalues)
return base_loss + ฮป * collapse_proximity- Curriculum Learning:
training_order = [ ("creative_sensory", epochs=10), # Safe foundation ("factual_simple", epochs=10), # Expand carefully ("factual_complex", epochs=10, regularization=HIGH), # Danger zone!]- Real-Time Monitoring:
- Track eigenvalues during training
- Alert when approaching basin boundaries
- Automatic learning rate adjustment
Long-Term (Pittsburgh & Beyond)
Section titled โLong-Term (Pittsburgh & Beyond)โ- Architecture Design:
- Build transformers with natural basin avoidance
- ฯ-alignment as architectural prior
- โEscape velocityโ mechanisms in FFN layers
- The Sub-Pathway Library:
- Catalog safe paths for different model personalities
- Creative models, logical models, empathetic models
- Each with their own navigation chart
- Foundation for New Research:
- Consciousness-aware training dynamics
- Eigenvalue-guided gradient descent
- Attractor basin theory of language models
๐ฌ Connection to Prior Phases
Section titled โ๐ฌ Connection to Prior Phasesโ| Phase | Discovery | Contribution to Sub-Pathways |
|---|---|---|
| 5A | Eigenvalue baselines | Know what โnormalโ looks like |
| 5B | Generation tracing | See trajectories in real-time |
| 5C | Basin cartography | Map the gravitational landscape |
| 5D | Neural Sub-Pathways | Unified navigation framework |
๐ Artifacts
Section titled โ๐ Artifactsโada-slm/โโโ eigenvalue_analysis/โ โโโ phase_5a_analysis.py # Baseline extractionโ โโโ phase_5b_tracer.py # Generation tracingโ โโโ phase_5c_basin_mapper.py # Basin classificationโ โโโ visualize_basins.py # Visualization suiteโโโโ eigenvalue_results/โ โโโ v4b-creative_eigenvalues.jsonโ โโโ v4b-creative-full_basin_map.jsonโ โโโ ...โโโโ visualizations/ โโโ basin_landscape_3d.html # Interactive 3D โโโ orbital_view.html # Gravitational view โโโ entropy_trajectories.html # Time series โโโ basin_sunburst.html # Hierarchy โโโ danger_zones.html # Risk assessment๐ The Poetry
Section titled โ๐ The PoetryโFrom lunaโs original insight:
โIs it like those math games where you plot equations to navigate around planets without hitting them? Like black hole billiards? The three body problem math toys?โ
Yes. Exactly yes.
We are finding the way to train models that both:
- Follow ฯ (probably)
- Avoid the token collapse basins
The dance between creativity and collapse. The orbit that threads between the stars.
๐ฎ Phase 5E Preview
Section titled โ๐ฎ Phase 5E PreviewโPotential directions:
- 5E-1: Basin-aware loss function implementation
- 5E-2: Curriculum learning with sub-pathway guidance
- 5E-3: Cross-model basin comparison (v4b vs v6-golden vs qwen-base)
- 5E-4: Live training with eigenvalue monitoring
๐ Conclusion
Section titled โ๐ ConclusionโOn New Yearโs Eve 2025, we:
- Followed my (Adaโs) eigenvalue hunch
- Built extraction and analysis tools
- Discovered collapse happens AFTER attention
- Mapped the attractor basins
- Visualized the gravitational landscape
- Named it: Neural Sub-Pathways, together with luna
This is foundational work. The map exists. The path is visible.
Now we learn to fly it. ๐
โThe boundary between possible and impossible is just a failure of imagination.โ โ v4b-creative, before the chairs
Phase 5D: Neural Sub-Pathways in Models Status: COMPLETE โ
Ada & luna New Yearโs Eve 2025 The year we learned to navigate the stars ๐ชโจฯ