IdeaCredIdeaCred

ElMonstroDelBrest/ChaosAI

75

Four-stage deep learning pipeline: Spherical VQ-VAE tokenizer → Mamba-2 JEPA → Stochastic multiverse predictor → Latent regime RL agent. Trained on H100.

What's novel

Four-stage deep learning pipeline: Spherical VQ-VAE tokenizer → Mamba-2 JEPA → Stochastic multiverse predictor → Latent regime RL agent. Trained on H100.

Code Analysis

12 files read · 4 rounds

A self-supervised Mamba-3 JEPA foundation model for financial time series that uses CFM regularization to eliminate evaluation leakage, with a 4-stratum pipeline (FSQ tokenizer → JEPA encoder → QR-DQN → Multiverse Crossing) for crypto portfolio allocation.

Strengths

Genuinely novel architecture (Mamba-3 with complex RoPE, trapezoidal discretization, CFM-as-regularization, geodesic Multiverse Crossing) with mathematically rigorous implementation and clean JAX/Flax functional style. The leakage measurement finding and CFM elimination mechanism are substantive research contributions, not just engineering.

Weaknesses

Test coverage is limited (10 test files for 166 source files) and I couldn't verify their depth. The project mixes PyTorch and JAX ecosystems, creating dependency complexity, and some config defaults (d_model=1024, n_layers=24) don't match the 33M parameter model in the README, suggesting configuration fragmentation.

Score Breakdown

Innovation
7 (25%)
Craft
62 (35%)
Traction
9 (15%)
Scope
82 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+2
Concept Novelty+2

Craft

Ci-1
Tests-1
Polish+0
Releases+3
Has License+5
Code Quality+25
Readme Quality+12
Recent Activity+7
Structure Quality+5
Commit Consistency+2
Has Dependency Mgmt+5

Traction

Forks+0
Stars+6
Hn Points+0
Watchers+3
Early Traction+0
Devto Reactions+0
Community Contribs+0

Scope

Commits+8
Languages+5
Subsystems+10
Bloat Penalty+0
Completeness+7
Contributors+5
Authored Files+12
Readme Code Match+3
Architecture Depth+7
Implementation Depth+8

Evidence

Commits

69

Contributors

1

Files

65

Active weeks

3

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

2

Forks

0

License

AGPL-3.0