How do you check a local model is actually ready before you deploy it as an agent?
Trying to understand how teams handle this in practice.
When you deploy a self-hosted open-weight model for an agent (something that makes a bunch of tool calls in a row), who decides it’s ready to go live and what does that check actually look like?
From what I’ve seen, the usual benchmark scores don’t really predict whether a model holds up over a long multi-step run. It can look fine and then fail quietly once it’s live. And the same model behaves differently depending on the runtime and quantization it’s served with, so “passed in testing” and “works in prod” aren’t the same thing.
For people running this for real:
• Is there a real pre-deployment check for self-hosted models, or is it mostly deploy-and-monitor?
• Who owns that gate the ML team, platform/ops, or nobody clearly?
• What do you wish you’d caught before it went live instead of after?
Trying to learn how this works in the real world. What’s your setup?