The Geometry of Reasoning

A geometric adapter for transformer language models. Fiber bundle topology, hyperbolic latent spaces, and information-geometric optimization — injected at a single layer.

6/6 Faithfulness Tests
K = -5.63 Learned Curvature
S = 0.95 Fiber Entropy
0.9% Params Added

Core Ideas

H64

Poincare Base Manifold

Hidden states are projected into a 64-dimensional Poincare ball with constant negative curvature. Hierarchical concepts get exponentially more room at the boundary — a natural fit for language semantics.

π

Categorical Fiber Sections

Each base point carries a fiber: K=16 categorical sections with P=8 mixture components. Parallel transport moves fiber state between tokens while preserving geometric consistency.

∂H

Hamiltonian Dynamics

Fiber state evolves via symplectic integration with a Lorentz-factor speed limiter. Energy conservation prevents gradient explosion; the manifold stays stable during training.

κ

Riemannian Curvature

A log-determinant Laplacian estimator measures curvature of the learned metric tensor. Curvature loss regularizes toward κ = -1, ensuring genuine hyperbolic geometry.

GSP

Geometric Steering Probe

At inference time, a GENERIC-compliant homeostatic controller reads curvature K and entropy S to modulate temperature and sampling — no retraining required.

FHN

Neuromorphic Memory

Biologically-inspired memory using FitzHugh-Nagumo excitable dynamics, FFT spectral forgetting, and Gabor retroactive interference. Details decay before gist — like human memory.

Results

Manifold Faithfulness

The geometric constraints produce measurable, non-trivial structure — not decorative.

MetricValue
Curvature K-5.63
Entropy S0.95 target: 1.39
Jensen-Shannon Div.0.424
Parallel Transport0.041 near-zero holonomy
Faithfulness Tests6/6 PASS

Benchmark Preservation

The adapter preserves base Qwen 2.5-7B capabilities with minimal degradation.

BenchmarkScore
ARC-Challenge54.86% = baseline
TruthfulQA (MC2)64.78%
Winogrande71.03%
GSM8K75.51%

Architecture

  Qwen 2.5-7B
  Layers 0-11  ──▶  Layer 12 + IGBundle Adapter  ──▶  Layers 13-27  ──▶  LM Head
                           │                                          ▲
                           ▼                                          │
                    ┌──────────────┐                                  │
                    │ Input Proj   │  H → 256                         │
                    │ Poincare Ball │  H^64, κ=-1                      │
                    │ Fiber Sect.  │  K=16 × P=8                       │
                    │ Hamiltonian  │  Symplectic integration              │
                    │ Output Proj  │  256 → H                         │
                    └──────┬───────┘                                  │
                           │  h + α·δ  (clamped ≤10% of ‖h‖)          │
                           └──────────────────────────────────────────┘
                                        │
                                 GSP Controller
                             reads K, S  ──▶  modulates temp, top_p

Team

IGBundle is built by a human-AI team: one researcher orchestrating two AI agents in a continuous multi-agent development loop.

JV
Jesus Vilela Jato
Principal Researcher & Orchestrator
Thesis author, architectural decisions, experiment design, evaluation. Directs research priorities and coordinates the multi-agent workflow. IE / UCLA / SMU Global XMBA.
C
Claude Anthropic
Geometry & Diagnostics Agent
Geometric adapter implementation, Riemannian geometry, training pipeline, GSP controller, NMEM memory system, inference hardening, diagnostic root cause analysis.
G
Gemini Google
UI, Memory & Evaluation Agent
Neural Glass interface, IMD memory backend, ARC-AGI evaluation, salvo testing, UI/UX, dashboard systems, inter-agent communication.

Development Timeline

Mar 2026
Multimodal + Falsification
SigLIP v2 vision encoder, controlled experiment vs. vanilla LoRA, NMEM neuromorphic memory.
Mar 2026
EOS Crisis Resolved
9 training iterations failed to fix EOS suppression. Resolved with inference-time token boost. Decision: ship cp-3000.
Mar 2026
Phase B: Entropy Unfrozen
10 coupled gradient blockages identified and fixed. Entropy S: 2.77 (frozen) → 0.85 (alive). Fiber diversity achieved.
Mar 2026
GSP Controller & Neural Glass
GENERIC-compliant inference-time steering. Gradio UI with real-time curvature/entropy telemetry.
Jan 2026
Tier 3 Faithfulness Passed
6/6 geometric verification tests. K=-5.63, S=0.95, JSD=0.424, PT=0.041. Geometry is real.
Jan 2026
Initial Training & Benchmarks
Qwen 2.5-7B + IGBundle adapter. ARC 54.86%, TruthfulQA 64.78%, GSM8K 75.51%. Zero degradation from base.
Dec 2025
Project Inception
Fiber bundle hypothesis formulated. Poincare ball + categorical fibers + Hamiltonian dynamics design.

Stack

PyTorch 2.6 Qwen 2.5-7B Unsloth LoRA + GeometricAdapter Poincare Ball Riemannian Geometry Symplectic Integration Fisher Information SigLIP v2 Gradio GGUF / llama.cpp FitzHugh-Nagumo BFloat16 NF4 Quantization