23The model authors publish a new revision. How do you roll it out without a quality regression?▼mediumNewBasetenTogether AIModal4 replies◆ premiumA model update is a deploy whose failures are invisible to every deployment metric. What has to be re-validated even for a point release, the canary that watches output shape rather than error rate, and the fingerprint that makes a customer report investigable.Open full answer →
26You upgraded the serving engine and throughput fell 15 percent. Find the cause.▼hardNewFireworks AITogether AIBaseten4 replies◆ premiumEngine upgrades change defaults, kernel selection and scheduling at once, so attribution is the whole problem. The bisection that works on a version rather than a commit, the four categories of cause, and the pre-upgrade baseline without which none of this is possible.Open full answer →
32Your agent product's tool-call success rate fell from 94 to 61 percent after a deploy. Debug it.▼mediumNewBasetenTogether AIModal4 replies◆ premiumTool calling passes through four layers and a break in any one produces the same symptom, so the debugging is a bisection rather than an investigation. Which layer the size of the drop points at, the deploy diff that usually contains the answer, and why no latency metric moved.Open full answer →
33Design the evaluation you run against a serving deployment, not against a model.▼hardNewTogether AIBasetenFireworks AI4 replies◆ premiumModel evaluations answer whether the weights are good and deployment evaluations answer whether your configuration serves them correctly, which is a different and more common failure. What to sample, why category averages hide the regressions that matter, and the reference that makes a result mean something.Open full answer →