Capability regression
Improving the target behavior can degrade unrelated skills, calibration, or safety behavior.
Control: Keep a frozen base-model regression suite and compare every candidate against it.
Fine-tuning is an experiment, not a guaranteed upgrade. The relevant question is whether a candidate improves a defined workload without unacceptable regressions, leakage, cost, or operational risk.
Improving the target behavior can degrade unrelated skills, calibration, or safety behavior.
Control: Keep a frozen base-model regression suite and compare every candidate against it.
Sensitive, duplicated, or uniquely identifiable records can be learned and reproduced.
Control: Minimize and deduplicate data, document provenance, scan for secrets and personal data, and run extraction tests.
Untrusted or weakly reviewed examples can teach unwanted behavior or backdoors.
Control: Restrict write access, preserve lineage, review anomalies, and test trigger-like inputs before promotion.
A model can appear better when training examples overlap with test cases or when one metric substitutes for the product goal.
Control: Deduplicate across splits, keep a sealed holdout, and combine task metrics with human and safety review.
Offline gains may not survive real inputs, changing policies, or a different serving template.
Control: Test production-shaped traffic, monitor slices and abstentions, and define rollback thresholds.
A provider or framework may not export adapters, optimizer state, or a deployable checkpoint.
Control: Confirm artifact ownership, export formats, retention, deletion, region, and rollback support before training.
These sources offer methods and evidence; none establishes a universal production outcome.