โ€บNavigation
โš  VERDICT UNDER REVIEW IAAFT-dependent finding

Original verdict relied on IAAFT null calibration โ€” now prohibited by project policy. The finding needs to be re-derived from an approved null-calibration method before it can be used for decisions. Numbers below are preserved for the record.

Experiment 6 of 6 ยท cross-platform replication ยท ~6.5 min wall clock
REPLICATED-PARTIAL 6 OF 7 CHECKPOINTS MATCH 1 INCOMPLETE (CPU BUDGET)

๐Ÿ–ฅ Bigblack cross-platform replication

Verdict: REPLICATED-PARTIAL. All 5 prior spike experiments re-run on a different machine (Linux x86_64 bigblack server) against a different data snapshot (fresh ClickHouse fetch ~10 hours after the laptop's). 6 of 7 verdict-level checkpoints match exactly. The 1 gap (HSICAgg pair 8 surrogate test) is incomplete because the 3-min CPU-budget cap fired mid-run โ€” not because the verdict changed.

Hub trail: audit hub โ†’ bigblack-replication/

Why this test mattered

All prior spikes ran on a laptop with a particular Python/BLAS install against a particular 5,000-row snapshot from ClickHouse. A skeptic could legitimately ask: "Are these findings real, or are they an artifact of (a) this specific laptop or (b) this specific data snapshot?" To rule both out at once, we re-ran every spike on bigblack (different OS, different BLAS, different machine architecture) AND told it to fetch a FRESH snapshot from ClickHouse (different rows because the production cache has grown ~10 hours since the laptop fetch). If both axes vary and the verdicts still hold, the empirical findings are platform-and-substrate-robust.

Headline numbers

Verdict checkpoints matched
6 / 7
85.7% exact or qualitative match
Pair-8 signal on bigblack
12.1ร— null
Stronger than laptop's 9.5ร— โ€” confirms substrate-robust
Bigblack ClickHouse usage
~1.9 MB
4 read-only SELECTs ยท 0 writes ยท 0 mutations
Tca production impact
zero
Verified via top during runs โ€” only /home/nasimubd/ touched

Verdict-by-verdict comparison

Checkpoint Laptop verdict Bigblack verdict Match
HSICAgg Gate 0.5 (8 pairs)PASS (8/8 flagged)PASS (8/8 flagged)โœ…
Chatterjee Gate 0.5 (8 pairs)STRONG (all ฮพ > 0.10)STRONG (all ฮพ > 0.10)โœ…
Multi-symbol robustness (6 combos)REPLICATED (ratios 4.3-11ร—)REPLICATED (ratios 4.3-12.8ร—)โœ…
Chatterjee broadening (171 pairs)STRONG (69.0% Pearson-blind)STRONG (70.2% Pearson-blind)โœ…
IAAFT Gate 3 Chatterjee phase (8 pairs)All 8 REALAll 8 REALโœ…
IAAFT Gate 3 HSICAgg pair 7REAL @ Type-I 10.0%REAL @ Type-I 10.0%โœ… EXACT
IAAFT Gate 3 HSICAgg pair 8PROBABLY REAL @ Type-I 13.3%incomplete โ€” 210s timeoutโš ๏ธ PARTIAL

Why pair 8 HSICAgg didn't finish

Single-thread BLAS overhead

To honor the "1 core only" budget honestly, we set OPENBLAS_NUM_THREADS=1. This made each HSICAgg kernel-matrix operation ~40% slower per worker on bigblack vs the laptop's multi-threaded default. Pair 7 took 121.9 sec on bigblack (vs 86.5 sec on laptop) โ€” already eating most of the 180-sec HSICAgg budget. When pair 8 started with only 58 sec budget left, the 210-sec total cap fired before it could complete. Per the agreed protocol ("stop immediately and report back if exceeded"), execution halted. The user then chose "accept the partial replication" as a deliberate downstream call.

Why this is not a substantive concern: the pair-8 substantive finding (kyle_lambda_proxy โ†” buy_volume is non-linearly dependent) DID replicate via the Chatterjee phase โ€” at an even stronger signal-to-null ratio (12.1ร— on bigblack vs 9.5ร— on laptop). The HSICAgg-specific Type-I error inflation is a known issue already documented from the laptop run. Pair 7 HSICAgg replicated EXACTLY (Type-I 10.0% bit-match), so there's no a-priori reason pair 8 would behave differently โ€” but we don't claim it without evidence.

Numerical diff highlights (data drift explanation)

Differences between bigblack and laptop are explained entirely by the fresh ClickHouse snapshot bringing different rows. Magnitudes are tiny compared to signal sizes:

Quantity Laptop Bigblack Diff Decision-relevant?
Pair 8 Chatterjee ฮพ (BTC)0.6130.647+0.034no โ€” both โ‰ซ 0.10 decisive threshold
Pair 8 IAAFT ratio (BTC)9.5ร—12.1ร—+2.6ร—no โ€” bigblack STRONGER, same verdict
Broadening Pearson-blind %69.0%70.2%+1.2 ppno โ€” STRONG threshold was 20%, both 3ร—+ above
Pair 7 HSICAgg Type-I10.0%10.0%0.000exact bit match
Multi-symbol IAAFT (6 of 6 REAL)6 / 66 / 60no

Operational integrity check

Constraint Honored?
All bigblack work in /home/nasimubd/ onlyโœ… Scratch dir at /home/nasimubd/orthogonality-replication/ โ€” never touched /home/tca/ or system paths
ClickHouse read-onlyโœ… 4 read-only SELECTs (3 from fetcher + 1 from HSICAgg direct fetch) ยท 0 writes ยท 0 mutations
CPU budget โ€” 1 core defaultโœ… OPENBLAS_NUM_THREADS=1 + serial spike execution
CPU budget โ€” 4 cores allowed for IAAFT-HSICAgg โ‰ค 3 minโš ๏ธ Cap fired during pair 8; halted and reported per protocol โ€” user then approved partial replication
No impact on tca production processesโœ… Verified via top โ€” odb-sidecar / kintsugi / clickhouse-server CPU unchanged during runs
No bigblack repo modificationsโœ… Used self-contained scratch venv; never touched /home/nasimubd/eon/opendeviationbar-py/ state

What this confirms about the prior 5 spikes

Platform-robust

macOS x86_64 laptop and Linux x86_64 bigblack server with different OS, different BLAS, different Python install produce the same qualitative verdicts. Empirical findings are not laptop-specific.

Substrate-robust

Fresh ClickHouse fetch on bigblack pulled a different 5,000-row snapshot (~10h newer). All verdicts hold. Empirical findings are not snapshot-specific.

Pair-8 finding is decisively real

The headline substantive claim (kyle_lambda_proxy โ†” buy_volume is non-linearly dependent) replicates with even STRONGER signal on bigblack: ratio 12.1ร— null vs laptop's 9.5ร—. Two independent samplings agree.

Known limitations preserved

Pair 7 HSICAgg Type-I = 10.0% on bigblack (exact match to laptop). The substrate-specific Type-I inflation on financial data is now confirmed cross-platform.

Provenance: committed in ed5c19f4 ยท "bigblack replication of the 5 spikes โ€” REPLICATED-PARTIAL"