sota-ml-engineeringlisted
Install: claude install-skill martinholovsky/SOTA-skills
# SOTA ML Engineering / MLOps (2026)
Expert rules for building and auditing **production machine-learning systems** —
the lifecycle that turns a model into a reliable, monitored, governed service.
This is **classical/predictive ML** (tabular, ranking, vision, forecasting,
recommendation): training pipelines, feature stores, model registries, serving,
and drift monitoring. It is **not** LLM-application engineering — prompts, RAG,
agents, and LLM evals live in `sota-llm-engineering`; data pipelines/warehouses
live in `sota-data-engineering`. Grounded in Google's
[Rules of ML](https://developers.google.com/machine-learning/guides/rules-of-ml),
the [ML Test Score](https://research.google/pubs/the-ml-test-score-a-rubric-for-ml-production-readiness-and-technical-debt-reduction/)
rubric, and [Hidden Technical Debt in ML Systems](https://research.google/pubs/hidden-technical-debt-in-machine-learning-systems/).
Every rule states the *why*; every rules file ends with an audit checklist.
## Purpose
Two consumers, one source of truth:
- **BUILD mode** — building ML systems: follow the rules as defaults. The model
is a small part; the system around it (data, features, serving, monitoring,
governance) is where production ML succeeds or rots.
- **AUDIT mode** — reviewing an ML system: hunt violations with the audit
checklists, classify by severity, report in the finding format below.
Train/serve skew, data leakage, and an unmonitored model in production are
presumed-serious un