Spaces:
Sleeping
Sleeping
metadata
title: CASCADE Hyperlattice
emoji: ๐
colorFrom: purple
colorTo: blue
sdk: docker
app_port: 8501
thumbnail: thumbnail.png
tags:
- streamlit
- cascade-lattice
- quine
- 3d-visualization
- rerun
- glass-box-ai
pinned: true
short_description: Real-time quine swarm visualization with 4D provenance
๐ CASCADE Hyperlattice Explorer
๐ฎ GLASS BOX AI - Every weight, decision, and mutation is fully transparent
Real-time 3D visualization of quine agent swarms navigating a decision lattice with null gates (wormholes).
Features
Core Visualization
- ๐งฌ Quine Agents - Self-replicating agents that fork at null gates
- ๐ Null Gates - Wormholes connecting distant lattice regions
- ๐จ 5 Themes - Neon Vampire, Cyberpunk, Matrix, Solar Flare, Ice Palace
- โถ๏ธ Real-time Animation - Smooth streaming visualization
- ๐ Event Log - Track forks, jumps, and pruning
CASCADE-LATTICE Integration
- ๐ Merkle Provenance - Every decision is cryptographically hashed
- ๐ Causation Graphs - Track decision ancestry and lineage
- ๐ป Ghost Tape - Complete event log with timestamps
- ๐ HOLD Protocol - Human-in-the-loop oversight points
Rerun 4D Visualization (Optional)
- ๐๏ธ Time Scrubbing - Navigate through decision history
- ๐ Drillable Data - Click any agent/node for details
- ๐ Metrics Dashboards - Fitness, holds, overrides over time
- ๐ฒ Provenance Trees - Visual Merkle chain exploration
Champion Model
- ๐ DreamerV3 RSSM - Real DeepMind architecture (5120-dim latent)
- ๐ง LoRA Adapter - ~82K evolved parameters
- โ
Quine Verified - Merkle hash:
38438eb04586975cda66a08fd3c447bb
Quick Start
# Clone and run locally
docker build -t cascade-hyperlattice .
docker run -p 8501:8501 -p 9090:9090 cascade-hyperlattice
# With GPU support
docker build -f Dockerfile.gpu -t cascade-hyperlattice-gpu .
docker run --gpus all -p 8501:8501 -p 9090:9090 cascade-hyperlattice-gpu
Ports
| Port | Service |
|---|---|
| 8501 | Streamlit main app |
| 9090 | Rerun web viewer |
๐ฆ Model Repository
The champion quine brain is hosted at:
๐ฎ tostido/key-data/models โ Download the model, run locally, verify integrity
from huggingface_hub import hf_hub_download
path = hf_hub_download(
repo_id="tostido/key-data",
filename="models/champion_gen42.py",
repo_type="dataset"
)
๐ผ Quine Brain Conversion Service
Want YOUR model wrapped as a Glass Box Quine Brain?
- โ Self-contained single-file capsule
- โ Merkle-hashed provenance (tamper-proof)
- โ HOLD protocol (human override at inference)
- โ Full transparency APIs
๐ง Contact for pricing and details