Skip to content

Record: LOGOS-44 Z=0 - Toroidal CDMA Field Decoder (44-pass iterative routing)#980

Open
slowomir33-arch wants to merge 7 commits intoopenai:mainfrom
slowomir33-arch:main
Open

Record: LOGOS-44 Z=0 - Toroidal CDMA Field Decoder (44-pass iterative routing)#980
slowomir33-arch wants to merge 7 commits intoopenai:mainfrom
slowomir33-arch:main

Conversation

@slowomir33-arch
Copy link
Copy Markdown

@slowomir33-arch slowomir33-arch commented Mar 27, 2026

LOGOS-44 Z=0: Toroidal CDMA Field Decoder

Architecture: Non-transformer iterative routing micro-LLM
val_bpb: TBD (pending 8xH100 training run)
Parameters: ~4.5M (with tied 1024-vocab embeddings)

What is this?

An experimental non-transformer architecture that routes the signal 44 times through a single shared block instead of stacking N separate layers. Each pass consists of:

  1. Toroidal Bottleneck - sin/cos rank-64 projection
  2. CDMA Field Decoder - 128-signal field accessed via learned spreading codes
  3. Coherence Gate - sigmoid blend of field signal + residual

Key innovation

Trades parameters for compute depth: 44 shared passes = 44-layer effective depth with ~4.5M params. The CDMA field provides non-local memory without attention quadratic cost.

Files

  • records/track_10min_16mb/2026-03-28_LOGOS44_Quantum_ToroidalCDMA_Z0/train_gpt.py - Self-contained, competition-compatible (754 lines)
  • records/track_10min_16mb/2026-03-28_LOGOS44_Quantum_ToroidalCDMA_Z0/submission.json
  • records/track_10min_16mb/2026-03-28_LOGOS44_Quantum_ToroidalCDMA_Z0/README.md

Compatible with existing evaluation pipeline (SentencePiece tokenizer, FineWeb BPB, DDP, Muon optimizer, int8+zlib quantization).

Introduced the LOGOS-44 micro-LLM architecture with a focus on parameter efficiency and compute scaling. Added key features, training results, and future plans for experimentation.
… quantum-coded CDMA field

Added experimental micro-LLM architecture LOGOS-44 focused on extreme parameter efficiency
and compute-over-parameters scaling.

Key characteristics:
- ~300k parameters total
- iterative routing depth: 44 passes
- shared-weight recurrent transformer core
- low-rank orthogonal projections
- CDMA-style semantic field decoder
- optional quantum-coded basis initialization (Qiskit)

Architecture highlights:
- embedding dim: 512
- vocab: 4096 (archetypal tokenizer)
- routing depth: 44
- weight tying enabled
- toroidal bottleneck dynamics
- coherence-gated residual mixing

Training results:
- final cross-entropy ("impedance"): 0.4388
- stable convergence across 50k iterations
- no gradient explosion despite deep routing
- emergent attractor dynamics observed

Motivation:
This experiment explores the hypothesis that iterative compute depth can partially
substitute parameter count in ultra-small language models.

Notes:
- quantum layer currently acts as structured stochastic initialization
- further experiments planned: depth scaling (8/16/44), ALiBi positional encoding,
  and expanded dataset evaluation

Files added:
- logos44_micro.py
- quantum_codes.py
- training_logs.txt
- experimental_notes.md
… README

- logos44/train.py: full LOGOS-44 Quantum training pipeline (from Colab)
- logos44/logs/training_300k.txt: quantum ignition training log (300k params)
- logos44/README.md: updated with Quantum Edition architecture docs
- .gitignore: allow logos44/logs/ subdirectory
- submission.json: proper competition format (author, github_id, val_bpb, bytes_total)
- README.md: accurate architecture docs, repo structure, honest pending status
- logos44_quantum.pth: trained Quantum Edition model (1.2 MB, ~300k params)
- Logos44_Quantum.ipynb: Colab training notebook
New record submission:
- records/track_10min_16mb/2026-03-28_LOGOS44_Quantum_ToroidalCDMA_Z0/
  - train_gpt.py: LOGOS-44 architecture integrated with FineWeb eval pipeline
    (SentencePiece tokenizer, BPB metric, DDP, Muon, int8+zlib quantization)
  - submission.json: proper competition format
  - README.md: architecture docs

Removed:
- logos44_extreme.pth (18.6 MB > 16 MB limit)
@slowomir33-arch slowomir33-arch changed the title [LOGOS-44] Holographic Coherence Architecture - Loss 0.9377 - 8.88 MB Record: LOGOS-44 Z=0 — Toroidal CDMA Field Decoder (44-pass iterative routing) Mar 28, 2026
@slowomir33-arch slowomir33-arch changed the title Record: LOGOS-44 Z=0 — Toroidal CDMA Field Decoder (44-pass iterative routing) Record: LOGOS-44 Z=0 Mar 28, 2026
@slowomir33-arch slowomir33-arch changed the title Record: LOGOS-44 Z=0 Record: LOGOS-44 Z=0 - Toroidal CDMA Field Decoder (44-pass iterative routing) Mar 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant