Skip to the content.

S8: 1,000-record large-input operator spine

Verdict

Observed locally: the runnable large-input spine processes an immutable 1,000-record GitHub-issue-shaped fixture through deterministic prefiltering, one-record semantic micro-contexts, typed outcomes, content-addressed reuse, and a bounded hierarchical fold. The committed artifact is s8-local-large-input-1000-pass-2026-08-09.json.

This is a fixture-backed correctness and concurrency witness, not model throughput, provider-cache, or production-quality evidence. The semantic worker is intentionally declared fixture-backed semantic worker in the artifact.

Reproduce

go run ./cmd/microcontextdemo \
  -large-input-selfcheck -contexts 1000 -workers 16 \
  -large-input-output /tmp/large-input.json

go run ./cmd/microcontextdemo -verify-large-input /tmp/large-input.json

Captured result

The command keeps all 1,000 typed facts in memory for tests, while the committed artifact keeps aggregate accounting, hashes, fold bounds, and final citations so the proof remains inspectable without becoming another large-input payload.

What remains unproven