Skip to the content.

S8d: tuned-baseline falsification spine

Verdict

Simulated fixture result, not a net-true performance claim: the benchmark harness can identify both win and loss regimes while refusing to call a cheaper, lower-quality pipeline a winner. Across six modeled corpus mixes, tuned SQL/search wins the fully structured case, long context wins one dense mixed case, and micro-context wins four sparse/adaptive or very dense cases. These boundaries are hypotheses for live measurement, not endpoint facts.

Captured artifact: s8d-local-falsification-1000-pass-2026-08-09.json.

Reproduce

go run ./cmd/microcontextdemo \
  -falsification-selfcheck \
  -falsification-output /tmp/falsification.json

go run ./cmd/microcontextdemo \
  -verify-falsification /tmp/falsification.json

Shared contract

All five strategies receive the same 1,000-record fixture and independent deterministic grader:

  1. tuned exact SQL/search;
  2. retrieval plus reranking;
  3. one long-context call;
  4. coarse chunk map-reduce;
  5. adaptive micro-context selector/tool/fold.

Eligibility requires zero false positives, zero false negatives, zero abstentions, and all emitted citations resolving. Only eligible pipelines compete on modeled work plus scheduler overhead.

Modeled boundary

Ambiguity Relations Fixture winner Interpretation
0% 0% tuned SQL/search deterministic structure dominates
1% 0% micro-context sparse residual semantics amortize dispatch
5% 1% micro-context selective relation work remains sparse
20% 5% micro-context adaptive work remains below long-context fixed cost
40% 20% long context micro scheduling/context multiplication exceeds one-call model
70% 40% micro-context fixture long-context capacity abstentions disqualify it

The final row is especially provisional: its result depends on a modeled long-context capacity failure and must not be generalized without live evidence.

Steelman interpretations

What remains before #6033 can close

Therefore this spine is tracked by #6100 and intentionally leaves parent #6033 open.