Imagine you're restoring an old oil painting. You don't need to predict what the painting will look like tomorrow — you need to remove centuries of grime from what's already there, and in doing so, you build an intimate understanding of the brushstrokes, the composition, the structure underneath. That's the core mechanism of this paper: the act of denoising — cleaning up a corrupted version of a current image — teaches a robot visual representations just as well as predicting what comes next. The field assumed you needed the future-prediction objective; NowWAM says you don't. The committed claim: a pretrained generative Diffusion Transformer (DiT) transfers its visual knowledge to robot action learning just as effectively — actually more effectively — through current-frame denoising as through future-frame prediction, and future targets are not a necessary ingredient for generative adaptation. This is a mechanistic insight about WHY diffusion priors help robots, not just another policy architecture. NowWAM co-trains two objectives on the same visual stream: denoise the current observation (the generative objective the DiT already knows how to do), and predict robot actions from that same latent representation. The key architectural choice is coupling these objectives across the entire denoising trajectory — not just at the clean endpoint. Under controlled ablation, restricting training to the clean image endpoint substantially degrades robustness, while past and future visual targets perform comparably. This means the denoising process itself — the progressive refinement from noise to signal — is the useful interface for control, not the particular temporal target. The ladder position is clear. On LIBERO-Plus (the harder variant of the LIBERO benchmark), NowWAM with FLUX2-Klein hits 87.7%, a 6.1-point improvement over the future-target co-training baseline under matched settings. It does this while halving visual tokens from 784 to 392 and cutting step time from 2.85s to 1.63s — a 1.8× wall-clock speedup. With Z-Image, a pure text-to-image backbone with no video or image-editing pretraining, it reaches 87.8%, demolishing the assumption that video-generation backbones are necessary. Integrity-wise, the controlled ablation design is the strongest feature. The authors hold everything else constant — same backbone, same data, same training budget — and vary only the visual target (past frame, current frame, future frame, clean endpoint only). This is the right experimental design for a mechanistic question. The benchmark (LIBERO-Plus) is a community-standard manipulation suite. The main caveat: all evaluation is in simulation, and the gap between simulated manipulation and real-world deployment remains substantial. No real-robot results are reported. The milestone that matters is real-robot transfer. Simulation performance at 87.7% is strong but the field's actual bottleneck is sim-to-real robustness — noise, lighting variation, object diversity, latency constraints. The 1.63s step time is still far from real-time control for most manipulation tasks. Getting under 100ms with comparable accuracy on a physical platform would be the result that changes deployment timelines. The successor experiment the authors conspicuously did not run is real-robot evaluation. The honest read: this is almost certainly (a) — real robot experiments are expensive, slow, and require hardware access that's orthogonal to the mechanistic insight being demonstrated. The paper's contribution is conceptual (you don't need future prediction) rather than engineering (here's a deployable system), and real-robot results would be a different paper. The other missing piece is scaling to harder manipulation benchmarks or longer-horizon tasks where the denoising trajectory might accumulate compounding errors.