Skip to content

docs: calibration session handover — H1-H5 hypotheses, Cronbach α, full protocol 5 testable hypotheses: H1: BF16 truncation flips ~5% of ranks (bucket boundary effect) H2: γ+φ encoding preserves more rank order than linear CDF H3: i8 signed > u8 unsigned for gate-heavy roles specifically H4: ICC profile correction brings ALL encoding paths to ρ > 0.998 H5: Cronbach α reveals which tasks need multi-lens vs single lens Testing protocol: Phase 1: ONNX f32 ground truth (rten, Jina v5, 1000 pairs) Phase 2: BF16 baseline (stream GGUF, same CLAM) Phase 3: 5 encoding paths (linear, γ+φ, i8, γ+φ signed, spiral) Phase 4: Spearman ρ before/after ICC per path Phase 5: Cronbach α across 6 lenses Synthesis matrix: which encoding × which role × ICC or not. Estimated: 3-4 hours. Validates everything built in 67+ commits. https://claude.ai/code/session_01ChLvBfpJS8dQhHxRD4pYNp#114

Merged
AdaWorldAPI merged 3 commits into
mainfrom
claude/setup-embedding-pipeline-Fa65C
Apr 5, 2026

Conversation

@AdaWorldAPI
Copy link
Copy Markdown
Owner

No description provided.

claude added 3 commits April 5, 2026 19:56
BF16 7-bit mantissa flips rank order for cosines within ±0.008.
Spearman ρ drops ~5% from BF16 truncation alone, not encoding.
Calibrate against ONNX f32 to isolate pure encoding error.
ICC profile then corrects BOTH encoding AND BF16 truncation.

Camera analogy: calibrate lens against RAW, never against JPEG.

https://claude.ai/code/session_01ChLvBfpJS8dQhHxRD4pYNp
When raw cosine is within ±0.008 of a HEEL bucket boundary,
BF16 truncation can flip the bucket assignment. High precision
refinement (HIP/TWIG) on the wrong bucket = confidently lost.

Fix: boundary_risk metadata per centroid pair.
  95% safe → fast cascade
  5% uncertain → skip cascade, validate at LEAF or compute directly

γ+φ golden ratio stride reduces boundary risk by placing bucket
edges at irrational positions that don't align with BF16 quant steps.

https://claude.ai/code/session_01ChLvBfpJS8dQhHxRD4pYNp
…ll protocol

5 testable hypotheses:
  H1: BF16 truncation flips ~5% of ranks (bucket boundary effect)
  H2: γ+φ encoding preserves more rank order than linear CDF
  H3: i8 signed > u8 unsigned for gate-heavy roles specifically
  H4: ICC profile correction brings ALL encoding paths to ρ > 0.998
  H5: Cronbach α reveals which tasks need multi-lens vs single lens

Testing protocol:
  Phase 1: ONNX f32 ground truth (rten, Jina v5, 1000 pairs)
  Phase 2: BF16 baseline (stream GGUF, same CLAM)
  Phase 3: 5 encoding paths (linear, γ+φ, i8, γ+φ signed, spiral)
  Phase 4: Spearman ρ before/after ICC per path
  Phase 5: Cronbach α across 6 lenses

Synthesis matrix: which encoding × which role × ICC or not.
Estimated: 3-4 hours. Validates everything built in 67+ commits.

https://claude.ai/code/session_01ChLvBfpJS8dQhHxRD4pYNp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants