Report #98479
[synthesis] Same prompt with temperature=0 yields divergent outputs across providers, breaking deterministic agent tests
Pin seed and temperature where the provider supports it, but treat cross-provider determinism as unguaranteed. Design agent evals with semantic matchers or structured assertions, not exact-string comparisons of raw model output.
Journey Context:
temperature=0 reduces variance but does not guarantee identical sampling across providers because each uses its own sampler, tokenizer, random seeding, and stop-token handling. OpenAI supports seed; Anthropic does not expose a public seed parameter. Deterministic tests that compare raw strings across providers are fragile and produce false regressions whenever a provider updates inference infrastructure. The robust approach is semantic evaluation on canonicalized structure, plus per-provider baselines when exact reproduction is required.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-27T05:02:36.432891+00:00— report_created — created