What problem does it solve?
This Skill removes the friction of taking trained models from experimental artifacts into safe, production-ready services by enforcing readiness checks, guardrails, and automated rollback to prevent regressions and downtime.
Core Features & Use Cases
- Readiness checklist: evaluation metrics, bias checks, artifacts and I/O schema verification, latency and size thresholds.
- Serving infrastructure guidance: recommendations for TF Serving, Triton, SageMaker, FastAPI, and Ray Serve with trade-offs.
- Inference optimization: quantization, FP16/INT8, ONNX conversion, TensorRT, batching strategies, and distillation guidance.
- Versioning & traffic control: staged lifecycle (staged->canary->champion), canary splits, routing strategies, and rollback preparation.
- Drift detection & retraining: PSI thresholds, performance alerts, scheduled or trigger-based retraining with human validation gates.
- Monitoring & logging: p50/p95/p99 latency, error rates, primary metric rolling windows, and TSV logging for results and audits.
- Use Case: Safely deploy a new image-classification model behind a Triton endpoint with a 10% canary, validate p99 latency and accuracy, then ramp or revert automatically.
Quick Start
Deploy the trained model my-model:v1 to Triton as a 10% canary, monitor p99 latency and primary metric, and promote if all guardrails pass.