Imagine you're training a new pilot in a flight simulator, but the simulator renders clouds slightly wrong — not wrong enough for a human to notice, but wrong enough that the autopilot's cloud-reading sensor gives garbage readings. The pilot learns fine; the autopilot learns nothing useful. That's the sim-to-real gap in autonomous driving today: simulators produce visuals that look great to us but subtly corrupt the features that end-to-end driving policies actually use to make decisions. DreamStream attacks this specific failure mode. The committed claim: a generative video model, distilled from a large pretrained foundation model and grounded by traffic layout guidance, can produce closed-loop driving simulation that preserves policy-relevant scene features — not just perceptual realism — and a new metric called FDπ can measure that preservation where FID cannot. The paper demonstrates 1.6× improvement over the strongest prior closed-loop simulator on nuScenes and 4.7× on NAVSIM under this new metric. Architecturally, DreamStream sits in the autoregressive video generation family, specifically using knowledge distillation from a large pretrained video model. The key structural choice is simulator grounding: the video model receives traffic layout conditioning (lane geometry, bounding boxes of dynamic objects) from a conventional simulator backbone, then varies visual appearance while being constrained to preserve those layouts. This is a hybrid architecture — conventional sim provides the skeleton, generative model provides the skin — and it's a deliberate bet that you can separate policy-relevant structure from visual detail. The integrity story is mixed but honest in important ways. The authors introduce FDπ precisely because they argue FID misranks their outputs — which is a strong methodological move but also means they're proposing the ruler that measures them favorably. FDπ computes Fréchet distance over scene-context features extracted from public end-to-end policies (not their own), which partially addresses circularity. Benchmarks use established datasets (nuScenes, NAVSIM). Code and data are released. The Navhard-CL benchmark they construct is a genuine contribution: it converts the non-reactive NAVSIM into an interactive adversarial environment that surfaces failure modes like scorer bias and missing recovery behaviors. But no independent replication exists yet, and the metric itself needs community adoption to be credible. The milestone question is about closed-loop sim fidelity crossing the threshold where sim-trained policies transfer to real vehicles without fine-tuning. DreamStream demonstrates improved fidelity on existing benchmarks, but the gap between 'better sim metrics' and 'zero-shot real-world transfer' remains large. The concrete next number: if a policy trained entirely in DreamStream can match the real-world performance of a policy trained on real data within, say, 90% on a standard driving benchmark, that's the unlock. We're not there yet. The obvious experiment not run: training a policy from scratch entirely inside DreamStream and deploying it on a real vehicle (or at minimum evaluating on held-out real-world closed-loop data). The authors evaluate how well DreamStream preserves existing policies' perception, not whether it can be a standalone training environment. My read: this is (a) — they ran out of scope and compute for a sim-to-real transfer experiment, which would require vehicle access and safety infrastructure. It's the natural next paper, and the Navhard-CL benchmark is clearly scaffolding toward it. The deeper contribution may be FDπ itself. If the community adopts it, every future driving simulator paper gets measured on policy-relevant fidelity rather than pixel-level realism. That's a paradigm shift in how we evaluate simulation — from 'does it look real to humans?' to 'does it look real to the AI that has to drive?' The Navhard-CL benchmark compounds this by providing adversarial scenarios that actually stress-test policy robustness. Both tools are open-sourced, which matters.