The paper, posted to arXiv on July 2 by Rulli et al. of Sapienza / EPFL and other institutions, opens up a new explanatory window into the currently-rising "Diffusion Language Model (DLM)" architecture. LLaDA, Dream 7B, Gemini Diffusion, Mercury — these models, though they follow a BERT-style generation path of unmasking [mask] tokens one by one, with no explicit timestep input at the visible level, the authors prove: DLM's residual stream does encode a low-dimensional subspace corresponding to "denoising progress" — through linear probes, it can be stably read across multiple layers; "pushing" the model along this subspace causes predictable changes in the output's confidence and entropy. The key picture is geometric: LLaDA organizes this latent time signal into a low-dimensional manifold curve from "all [mask]" to "completely no [mask]", rather than scattered distribution. This shows that DLM has spontaneously learned to time itself internally — just hasn't been named, and hasn't been exposed via interface. For those doing scheduling, acceleration, or safety, this "latent clock" is a brand new manipulable knob: without changing weights, one can intervene in activation space to alter DLM's "denoising rhythm" and "self-certainty"; previously, this typically required black-box temperature tuning or sampling step adjustments. The DLM camp is developing rapidly from LLaDA to commercial Gemini Diffusion, but interpretability is almost blank. This paper gives not another benchmark, but a "probe" that can be inserted into DLM's interior, worth reading for both academia and industry.