CoolFace
Apppublic

tostido/Cascade-Hyperlattice-v2

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
App README

๐ŸŒŒ 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

bash
# 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

PortService
8501Streamlit main app
9090Rerun web viewer

๐Ÿ“ฆ Model Repository

The champion quine brain is hosted at:

[๐Ÿ”ฎ tostido/key-data/models](https://huggingface.co/datasets/tostido/key-data/tree/main/models) โ€” Download the model, run locally, verify integrity

python
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