โ€บNavigation
Dashboard โ€บ Three-Axis Probes

opendeviationbar-py ยท feature-column discipline ยท living reference

Three-Axis Probes

Every feature column must be orthogonal ยท parameterless ยท agnostic (Terry msg id=428). Each axis is a runnable probe; one gate combines them into a single promote/skip verdict. This area is the living current-state reference โ€” the dated campaign spoke is the frozen record of how it was built.

๐Ÿ“˜ New here? Start with How these features are built โ€” a plain-English, end-to-end walkthrough of the whole feature pipeline.
4
promotable constants
8
candidates rescued
40
knob-inventory candidates
PASS
plan-agreement guard

The probes

๐ŸŽฏ OrthogonalOPERATIONAL

Does this feature tell us something no existing feature already tells us?

Spearman |ฯ| matrix + h_norm per (symbol ร— threshold ร— slice) cell, regime-stratified across 7 epochs; ฮพโ†’CODECโ†’O-info cascade behind it.

orthogonality_probe.py
๐Ÿ”ข ParameterlessOPERATIONAL

Does this feature contain secret hand-tuned numbers?

Job 1: AST gate vs the constants registry (tunable knob โ‡’ BLOCK). Job 2: shared-knob promotion sweep across all candidates/families.

parameterless_probe.py
๐Ÿงฌ AgnosticOPERATIONAL

Is this ONE well-defined algorithm โ€” would two honest implementations agree?

Algorithm-invariance: no-dispatch scan + two-implementation convergence oracle + doc/code consistency. (NOT asset-agnostic โ€” provenance-corrected.)

agnostic_probe.py
๐Ÿšช The GateOPERATIONAL

One promote/skip decision over the three probes. A tunable knob vetoes.

promote = parameterless โˆง agnostic โˆง orthogonal. Cost-ladder short-circuit: free static axes first. A feature-tunable knob vetoes everything.

three_axis_gate.py
๐Ÿ”ฎ Forward (Orthogonal Tomorrow)EVALUATING

Will a feature that is orthogonal today STILL be orthogonal tomorrow?

Leakage-gated walk-forward over 20 named regime slices: persistence 94-95%, flip-ranking AUC 0.88-0.95, ACI-calibrated intervals, FDR≤10% declared sets. Regime-conditional by evidence (ICP 0/92).

e123_v3_walk_forward.py

Shared artifacts

๐Ÿ—„ Shared Artifacts โ€” crypto + forex substrate

The one consolidated substrate folder every probe reads from: the locked data scope, the registries, and the byte-identical rotation engine โ€” split into Crypto Shared Artifacts and Forex Shared Artifacts. Read-only ClickHouse on bigblack.

crypto + forex shared artifacts โ†’ open the folder

Campaigns

2026-07-08 ยท Rotation-Orthogonal-Probe Operational CampaignSCAFFOLDED

Autonomous logically-absurd (Popperian) attack/defend loop that hardens the rotational orthogonal probe until no attack can break it, then proves โ€” empirically, zero meta-evaluation โ€” that it is far more robust than the legacy orthogonality_probe.py on the 10 candidates (writing the 7 missing kernels first). Hardcaps: read-only ClickHouse, 2 CPU / 2 GB, no synthetic data, frozen bands. Runs on bigblack via ccmax-claude in tmux Rotation-Orthogonal-Probe-Operational-Campaign; offline SOTA in KB.md.

2026-07-04 ยท Matrix Harvest & Status-Grounding LoopACTIVE

Candidate-sourcing expedition feeding the admission lab: harvest + provenance-verify + dedup + M0/M1 paper-screen 300-400 candidate matrices across ALL status boundaries (STABLE >=100 first), one-way handoff via FRONTIER-FEED batches. Paper-only, laptop-hosted, zero ClickHouse.

2026-07-02 ยท Matrix Admission Paradox LoopACTIVE

Standing certification lab for forward matrices: six-gate admission ladder (M0-M5), frozen pre-registration, self-test seal, append-only ledger + boneyard. Goal: FAIL/FRAGILE/CONDITIONAL/STABLE statuses empirically assignable on both substrates using admitted matrices only.

2026-06-17 ยท Crypto+Forex Parameterless Orthogonal Candidate DiscoveryACTIVE

Cross-asset parameterless orthogonal-candidate discovery sweep (crypto + forex) toward a 100-candidate target โ€” the discovery surface feeding both candidate hubs.

2026-06-16 ยท Candidate Registry Robustness (SOTA-grounded)ACTIVE

Hardening the candidate registry + turning the manual 'already covered?' novelty check into a fast, automatic, evidence-backed catalogue-uniqueness pre-filter. Per-iteration loop record.

2026-06-12 ยท Forward-Orthogonality Matrix-Scale EvaluationDONE

Full-grid forward-orthogonality evaluation at matrix scale โ€” the scale-up behind the Forward probe, with leakage-gated walk-forward across the named regime slices.

2026-06-09 ยท Three-Axis Probe FormalizationDONE

How the three probes + the one gate were built (the frozen origin record of this area).

The promotion rule

promote = parameterless.PASS AND agnostic.PASS AND orthogonal.PASS
A feature-wise tunable knob vetoes promotion even if the other two axes pass. A project-wide constant does not block. Enforced in code, not by inspection.

Provenance anchor

3. Agnostic โ€” algorithm-invariant. Two correct implementations of the same feature should converge to the same answer. A column that silently dispatches between ApEn and PE based on window size is two columns wearing one name.
โ€” Terry, msg id=428 (verbatim). Full sources: PROVENANCE.md