09Your new model deployment produces fluent answers that score badly on evaluations. Where do you look?▼mediumNewBasetenTogether AIModal4 repliesunlockedFluent and wrong is a plumbing failure, not a model failure, because a model whose weights are broken produces obvious nonsense. Five places the plumbing goes wrong, the reproduction that isolates each, and the one that is invisible until an evaluation runs.Open full answer →
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 →
28You serve a small, a medium and a large open-weights model. How do you route requests between them?▼mediumNewBasetenTogether AIModal4 replies◆ premiumThe cheapest correct answer beats the best answer at scale, so routing is a cost problem with a quality floor. The three routing signals that work, the cascade that trades latency for cost, and the measurement that catches quality loss no latency dashboard shows.Open full answer →
29You need a released bf16 model at half the footprint. Walk through quantizing it yourself.▼hardNewFireworks AITogether AIBaseten4 replies◆ premiumThe conversion is the easy part and the evaluation is the project. What calibration data does and why yours should come from production, the per-category evaluation that catches what an average hides, and the parts of the model that should not be quantized at all.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 →