← Back to musing

MUSING / 03 July 2026

Why replay is more valuable than another dashboard

  • Operational reliability
  • Reproducibility
  • AI systems

Dashboards answer whether a system appears healthy. They are much less useful when an important outcome needs an explanation.

For a meaningful failure, the question is rarely “what was the aggregate latency?” It is closer to: what inputs arrived, which policy applied, which model and prompt version were selected, what context was available, and what decision followed? A dashboard can point to a time window. It cannot reliably reconstruct the path through the system.

Replay turns an incident from an observation problem into an experiment. Given the original evidence, an engineer can reproduce behaviour under the original conditions, then vary one explicit input at a time. That makes regressions, policy changes, model upgrades, and unexpected decisions discussable in concrete terms.

This does not make dashboards less necessary. They remain useful for detection and prioritisation. But detection without reconstruction creates a long hand-off to forensic work. For systems whose behaviour changes through data, configuration, policies, and models, replay is the capability that closes that gap.