A modern AI system isn't a single model — it's a drifting graph of prompts, models, tools
(HTTP APIs, MCP servers, shell commands), memory/RAG context, datasets, environments, and
execution targets (laptop, container, K8s pod, SLURM job). Each layer drifts at its own rate,
and when something misbehaves you can't tell which layer moved.
The ecosystem has excellent telemetry for what happened — and almost nothing for
what would happen if I ran this again, under the same conditions, today.
Reproducibility isn't a nice-to-have: it's the precondition for debugging, regression
detection, governance, and trust.