Gerçek tokamak shot'larından disruption riski çıkaran ve bu riski denetlenebilir CONTINUE / MITIGATE / ABORT karar zincirine çeviren Calybris dikeyi. A Calybris vertical that learns disruption risk from real tokamak shots and turns it into auditable CONTINUE / MITIGATE / ABORT decisions.
PlasmaGuard, Calybris'i finans dışında bir alanda çalıştırıyor: ML riski floating-point'te tahmin ediyor, Rust motoru bunu fixed-point bps'e indiriyor ve aynı shot her oynatıldığında aynı denetlenebilir karar zincirini üretiyor. PlasmaGuard runs Calybris in a domain outside finance: ML estimates risk in floating point, the Rust engine quantizes it to fixed-point bps, and the same shot always replays into the same auditable decision chain.
Kaynak FAIR-MAST: halka açık MAST tokamak shot arşivi, metadata API ve Zarr sinyal verisi. Demo sentetik sinyal değil.The source is FAIR-MAST: public MAST tokamak shots, metadata API, and Zarr signal data. The demo is not synthetic telemetry.
Conformal üst sınır eşiği geçerse sistem "emin değilim" diye rahatlamaz; MITIGATE tarafına fail-closed yaklaşır.If the conformal upper bound crosses the threshold, the system does not relax; it moves toward fail-closed MITIGATE behavior.
ML riski üretiyor, kararı Calybris veriyor. Float dünyası karar sınırının dışında kaldığı için replay deterministik ve denetlenebilir kalıyor.ML produces the risk; Calybris makes the decision. Floats stay outside the decision boundary, so replays remain deterministic and auditable.
Metadata API + Zarr sinyalleri; seçici indirme ve parquet cache.Metadata API + Zarr signals; selective download and parquet cache.
Ip sinyalinden flat-top sonrası collapse etiketi, versiyonlu ve QC edilebilir.Current-collapse labels from Ip after flat-top, versioned and QC-ready.
LightGBM, isotonic calibration, split-conformal risk bandı.LightGBM, isotonic calibration, split-conformal risk bands.
Fixed-point bps risk, policy gates, hysteresis, verified WAL.Fixed-point bps risk, policy gates, hysteresis, verified WAL.
Kilit sinyal yoksa sistem CONTINUE üretmez; fail-closed MITIGATE kararı ve audit event çıkar.If a critical signal is missing, the system does not continue normally; it emits fail-closed MITIGATE and an audit event.
Tahmin ortalaması düşük ama üst sınır tehlikeliyse policy belirsizliği risk gibi ele alır.When mean risk is low but the upper bound is dangerous, the policy treats uncertainty as risk.
Aynı shot ikinci replay'de farklı WAL digest üretirse test kırılır; determinism ürün şartıdır.If the same shot produces a different WAL digest on replay, the test fails; determinism is a product requirement.
Eşik değişikliği Ed25519 provenance taşımıyorsa replay kabul edilmez ve dashboard zinciri güvensiz işaretler.If threshold changes lack Ed25519 provenance, replay is rejected and the dashboard marks the chain unsafe.
Gerçek shot verisi, belirsizlik ölçümü, deterministik replay ve audit zinciri tek bir sistemde bir araya geliyor. Real shot data, measured uncertainty, deterministic replay, and an audit chain come together in one system.