ArtificialIntelligence.io

The Signal

Everything that matters in AI, with our take.

Updated through the day. Every headline links straight to the source. The two lines underneath are ours.

arXiv cs.LGPaper

Diffusion as a Training Curriculum for Timestep-Free Iterative Reasoning

The core trick—remove timestep conditioning and add a hidden state—unlocks anytime solving that improves with depth, reaching 99.9 percent on Sudoku. This is a genuine insight about how to repurpose diffusion for reasoning. For builders working on constraint solvers or verification, this signals a new direction. The noise-injection mechanism is simple enough to test yourself.

arXiv cs.LGPaper

Designing Reinforcement Learning for Diffusion Models: A Unified Path-Space View

This is theoretical unification work that clarifies why different RL-for-diffusion methods seem different but produce similar results. If you're tuning reward models for diffusion generation, the takeaway is that the method family matters less than the variance reduction strategy. The math here may eventually inform better production implementations, but that's not immediate.

Alignment ForumArticle

Does DiffusionGemma do latent reasoning?

This matters for anyone betting on diffusion-based language models as the next architecture shift, since opaque serial computation is exactly the failure mode interpretability researchers worry about. The finding that top-1 projection preserves performance is good news for monitorability, but the paper flags rare cases of load-bearing superposition worth tracking as diffusion LLMs scale. For safety teams evaluating non-autoregressive architectures, this is a useful early data point, not a final verdict.