system-type-ml-serving Skill
Domain patterns for ML/AI serving and training systems — model serving, feature stores, training pipelines, experiment tracking, A/B testing, GPU scheduling, and failure modes. Use when designing or evaluating machine learning infrastructure, model serving platforms, or AI-powered product features. Published by microsoft in amplifier-bundle-systems-design.
What is system-type-ml-serving Skill?
Domain patterns for ML/AI serving and training systems — model serving, feature stores, training pipelines, experiment tracking, A/B testing, GPU scheduling, and failure modes. Use when designing or evaluating machine learning infrastructure, model serving platforms, or AI-powered product features. Published by microsoft in amplifier-bundle-systems-design. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Research
- Testing use cases
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use system-type-ml-serving Skill
- Use it for testing.
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-bundle-systems-design
- Skill file: skills/system-type-ml-serving/SKILL.md
What it does
Domain patterns for ML/AI serving and training systems — model serving, feature stores, training pipelines, experiment tracking, A/B testing, GPU scheduling, and failure modes. Use when designing or evaluating machine learning infrastructure, model serving platforms, or AI-powered product features.
Skill instructions
System Type: ML/AI Serving & Training Patterns, failure modes, and anti-patterns for machine learning infrastructure and model serving systems. --- Model Serving Patterns Online Inference (Real-Time) What it is. Model receives a request, runs inference synchronously, returns a prediction. The model sits in the request path — latency matters as much as accuracy. When to use. User-facing predictions where the result must be immediate: search ranking, recommendation, fraud scoring at transaction time, autocomplete. When to avoid. When predictions can be precomputed. When the model is too large to meet latency budgets. When the cost per prediction doesn't justify real-time serving. Key concerns. Tail latency (P99, not just P50) dominates user experience. Model loading time creates cold start problems. Memory footprint determines how many models fit per node. Timeouts must be set aggressively — a slow prediction is worse than a fallback. Batch Inference What it is. Run predictions over a la
Explore related resources
Frequently asked questions
What is system-type-ml-serving?
system-type-ml-serving is a open-source AI agent skill with Copy skill directory. Domain patterns for ML/AI serving and training systems — model serving, feature stores, training pipelines, experiment tracking, A/B testing, GPU scheduling, and failure modes.
Who is system-type-ml-serving best for?
system-type-ml-serving is best for reusing agent instructions, scripts, and references, testing workflows, research workflows.
How do I install system-type-ml-serving?
Install or run system-type-ml-serving using Copy skill directory. Check system-type-ml-serving for the latest setup command.
Is system-type-ml-serving actively maintained?
system-type-ml-serving may need a closer maintenance check before production use.