ruvector/docs/research
rUv 325d0e8cde research(boundary-first): 17 experiments proving boundary-first detection across 11 domains (#347)
Boundary-first detection finds hidden structure changes by analyzing WHERE
correlations between measurements shift — not WHERE individual measurements
cross thresholds. This gives days-to-minutes of early warning where
traditional methods give zero.

SIMD/GPU improvements (3 crates):
- ruvector-consciousness: NEON FMA for dense matvec, KL, entropy, pairwise MI
- ruvector-solver: NEON SpMV f32/f64, wired into CsrMatrix::spmv_unchecked() hot path
- ruvector-coherence: NEON spectral spmv + dot product for Fiedler estimation

17 working experiments (all `cargo run -p <name>`):
- boundary-discovery: phase transition proof (z=-3.90)
- temporal-attractor-discovery: 3/3 regimes (z=-6.83)
- weather-boundary-discovery: 20 days before thermometer (z=-10.85)
- health-boundary-discovery: 13 days before clinical (z=-3.90)
- market-boundary-discovery: 42 days before crash (z=-3.90)
- music-boundary-discovery: genre boundaries (z=-13.01)
- brain-boundary-discovery: seizure detection 45s early (z=-32.62)
- seizure-therapeutic-sim: entrainment delays seizure 60s, alpha +252%
- seizure-clinical-report: detailed clinical output + CSV
- real-eeg-analysis: REAL CHB-MIT EEG, 235s warning (z=-2.23 optimized)
- real-eeg-multi-seizure: ALL 7 seizures detected (100%), mean 225s warning
- seti-boundary-discovery: 6/6 sub-noise signals found
- seti-exotic-signals: traditional 0/6, boundary 6/6 (z=-8.19)
- frb/cmb/void/earthquake/pandemic/infrastructure experiments

Research documents:
- docs/research/exotic-structure-discovery/ (8 documents, published to gist)
- docs/research/seizure-prediction/ (7 documents, published to dedicated gist)

Gists:
- Main: https://gist.github.com/ruvnet/1efd1af92b2d6ecd4b27c3ef8551a208
- Seizure: https://gist.github.com/ruvnet/10596316f4e29107b296568f1ff57045

Co-authored-by: Reuven <cohen@ruv-mac-mini.local>
2026-04-13 12:01:47 -04:00
..
agentic-robotics feat: Add unified ruvector-robotics crate with bridge, perception, cognitive, and MCP modules 2026-02-27 03:35:54 +00:00
claude-code-rvsource feat(decompiler): add graph-derived folder hierarchy for Claude Code v2.1.91 2026-04-03 16:00:41 +00:00
climate-consciousness feat(examples): gene, climate, ecosystem, quantum consciousness explorers 2026-03-31 22:01:55 +00:00
cnn feat(ruvector-cnn): CNN contrastive learning + SIMD optimization fixes (#252) 2026-03-11 17:41:53 -04:00
cognitive-frontier feat(ruvix): implement CLI, kernel shell, and PBFT consensus (#261) 2026-03-14 16:25:03 -04:00
DrAgnes feat: DrAgnes + Common Crawl WET + Gemini grounding agents (#282) 2026-03-23 10:12:50 -04:00
dspy feat(ruvix): implement CLI, kernel shell, and PBFT consensus (#261) 2026-03-14 16:25:03 -04:00
exotic-structure-discovery research(boundary-first): 17 experiments proving boundary-first detection across 11 domains (#347) 2026-04-13 12:01:47 -04:00
FalkorDB Add developer quickstart guide and knowledge export JSON 2026-02-27 03:41:13 +00:00
federated-rvf Add developer quickstart guide and knowledge export JSON 2026-02-27 03:41:13 +00:00
gene-consciousness feat(examples): gene, climate, ecosystem, quantum consciousness explorers 2026-03-31 22:01:55 +00:00
gnn-v2 feat(ruvix): implement CLI, kernel shell, and PBFT consensus (#261) 2026-03-14 16:25:03 -04:00
knowledge-export Add developer quickstart guide and knowledge export JSON 2026-02-27 03:41:13 +00:00
latent-space fix(brain): defer sparsifier build on startup for large graphs 2026-03-24 12:29:52 +00:00
mincut fix(brain): defer sparsifier build on startup for large graphs 2026-03-24 12:29:52 +00:00
models feat(ruvix): implement CLI, kernel shell, and PBFT consensus (#261) 2026-03-14 16:25:03 -04:00
pglite feat(ruvix): implement CLI, kernel shell, and PBFT consensus (#261) 2026-03-14 16:25:03 -04:00
pi-brain feat(ruvix): implement CLI, kernel shell, and PBFT consensus (#261) 2026-03-14 16:25:03 -04:00
quantization-edge research(kv-cache): TriAttention + TurboQuant stacked compression analysis (#342) 2026-04-08 13:29:16 -05:00
quantum-crypto feat(ruvix): implement CLI, kernel shell, and PBFT consensus (#261) 2026-03-14 16:25:03 -04:00
ruvm feat(rvm): RVM — Coherence-Native Microhypervisor for the Agentic Age 2026-04-04 12:10:19 -04:00
rv2 feat(rvAgent): Complete DeepAgents Rust Conversion (ADR-093 → ADR-103) (#262) 2026-03-16 09:52:32 -04:00
rvagent-gemini-grounding feat: DrAgnes + Common Crawl WET + Gemini grounding agents (#282) 2026-03-23 10:12:50 -04:00
rvf feat(rvf): add WASM_SEG (0x10) for self-bootstrapping RVF files 2026-02-15 15:36:34 +00:00
seizure-prediction research(boundary-first): 17 experiments proving boundary-first detection across 11 domains (#347) 2026-04-13 12:01:47 -04:00
sota-gap-implementation Add SOTA gap implementations: hybrid search, MLA, KV-cache, SSM, Graph RAG (#304) 2026-03-27 10:12:48 -04:00
sparql fix(brain): defer sparsifier build on startup for large graphs 2026-03-24 12:29:52 +00:00
spectral-sparsification feat: add ruvector-sparsifier — dynamic spectral graph sparsification 2026-03-20 10:37:39 -04:00
sublinear-time-solver fix(brain): defer sparsifier build on startup for large graphs 2026-03-24 12:29:52 +00:00
wasm-integration-2026 docs: add WASM integration research series (6 documents, 3465 lines) 2026-02-22 21:18:46 +00:00
sota-gap-analysis-2026.md Add SOTA gap implementations: hybrid search, MLA, KV-cache, SSM, Graph RAG (#304) 2026-03-27 10:12:48 -04:00