Issue reproduction is the step between “a user reported a problem” and “we understand what’s happening and can fix it.” Because language models are probabilistic, a reported failure might not show up on the first attempt to reproduce it — or the conditions that triggered it might be subtle. Good reproduction involves collecting the exact input sequence, the model version and configuration, and sometimes multiple attempts to produce the failure consistently. Once a failure is reproducible, it can be properly analyzed, added to an evaluation suite to prevent regression, and fixed with confidence. For behavior architects, building a culture of careful issue reproduction — rather than dismissing reported problems that don’t immediately recur — is essential to systematic quality improvement.