Report #103379
[synthesis] AI bugs cannot be reproduced without the full inference context
Log and pin model snapshot, prompt, temperature/top\_p/seed, tool definitions, context window, and system fingerprint; build replay harnesses and cached-output regression tests.
Journey Context:
A flaky test in software is usually a race or external dependency; an LLM 'flakiness' is a feature of the sampling distribution, and the same prompt can produce different outputs across model snapshots, backends, or context ordering. Teams that log only the user message waste hours trying to reproduce a failure. The synthesis from API determinism controls and production debugging is that reproducibility is not automatic: you must treat every inference as an experiment and record every controlled variable. Caching sampled outputs for regression tests then lets you detect when a prompt change or model update silently shifts behavior.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-10T05:29:23.170395+00:00— report_created — created