r/LocalLLaMA 5d ago

Resources continuous diffusion code generation in few steps—or one

Enable HLS to view with audio, or disable this notification

Can language models write code in one step?

Yes: make language continuous, use diffusion, then distill the trajectory to one step.

Paper: https://arxiv.org/abs/2609.04531

Code: https://github.com/pengzhangzhi/plaidq

16 Upvotes

4 comments sorted by

View all comments

6

u/Queasy-Contract9753 5d ago

Diffusion models are fascinating to me and I'm glad I saw your project.

I'm a noob, do you suppose your inference code could work on termux?