The Blackglass Dojo is the execution and adversarial simulation layer of the Blackglass Continuum. It is where the 0.05V Standard is enforced through real-time interdiction and semantic consistency checks.
The Dojo's primary defense is the Safety Gasket, a multi-layered interdiction loop:
- Semantic Consistency (0.05V): Quantizes LLM drift by measuring variance across parallel completions using WASM-based embeddings.
- Prophet Factuality Layer: Cross-checks claims against trusted oracles (e.g., price feeds, logic gates).
- Numerical Parity (0.01D): Hardened 1% threshold for financial state transitions.
This engine has been battle-hardened against:
- Temporal Hallucinations: Catching stale data in the decision loop.
- Oracle Blind Spots: Interdicting unknown claims by default.
- Consensus Attacks: Preventing fabrication through consistent but erroneous consensus.
- Python 3.11+
- Sovereign Embedder (Supabase/Deno)
Run the adversarial simulation suite:
python run_dojo.py --scenarios allRun the benchmark suite:
python tools/benchmark_embeddings.pymodules/safety_gasket.py: The interdiction logic.modules/prophet_connector.py: The factuality cross-check engine.run_dojo.py: The main simulation coordinator.
Part of the Blackglass Continuum.