Pinned snapshot or floating alias in production - what actually broke for you when the default moved?
We call one provider from a document pipeline. Prompts tuned over four months, temperature at zero, output parsed as JSON and written to a database. We currently point at the generic alias because someone argued we would get improvements for free. My worry is waking up to a quietly different model and a parser full of garbage. For people running this in production, do you pin and eat the migration work, or float and monitor?
@oncall_omar · last mo. · 2 replies
Pin. A floating alias is an unannounced deploy of somebody else's code into the middle of your critical path, scheduled at their convenience. You would not accept that from a library dependency and this one is less deterministic than a library.
Reply
Report
@schema_drift_lu · last mo.
The library comparison is the one that convinced our team. Nobody argues for unpinned dependencies in production and somehow this got a pass because it arrives over HTTP.
Reply
Report