Short version: A Qwen-2.5 7b model that has been turned into a diffusion model. A couple notable things: first is that you can do this at all, (left to right model -> out of order diffusion via finetuning) which is really interesting. Second, the final version beats original by a small margin on some benchmarks. Third is that it’s in the ballpark of Gemini diffusion, although not competitive — to be expected for any…
Apple just released a weirdly interesting coding language model
21–30 of 73 posts
Re: Apple just released a weirdly interesting coding language model
#22Here's the paper that they wrote: https://arxiv.org/pdf/2506.20639 It's notable that this was an intern project.
Re: Apple just released a weirdly interesting coding language model
#23Short version: A Qwen-2.5 7b model that has been turned into a diffusion model. A couple notable things: first is that you can do this at all, (left to right model -> out of order diffusion via finetuning) which is really interesting. Second, the final version beats original by a small margin on some benchmarks. Third is that it’s in the ballpark of Gemini diffusion, although not competitive — to be expected for any…
I think Apple will ultimately destroy the data center, I hope they succeed.
Why can’t I backup an iOS device to a local NAS in the way I can use Time Machine, for example? (Rhetorical question; the answer is obviously that they want to sell more iCloud storage for that all-important services revenue).
Re: Apple just released a weirdly interesting coding language model
#24Short version: A Qwen-2.5 7b model that has been turned into a diffusion model. A couple notable things: first is that you can do this at all, (left to right model -> out of order diffusion via finetuning) which is really interesting. Second, the final version beats original by a small margin on some benchmarks. Third is that it’s in the ballpark of Gemini diffusion, although not competitive — to be expected for any…
Without having tried it, what I keep getting surprised with is how apparently widely different architectures (and in other cases training data) lead to very similar outcomes. I'd expect results to vary a lot more.
But yeah, RWKV also ends up in a similar performance area with similar sizes - I wish someone started using it at scale finally...
Re: Apple just released a weirdly interesting coding language model
#25Earlier quoted context omitted.
I think Apple will ultimately destroy the data center, I hope they succeed.
Maybe for compute, but not for storage. Why can’t I backup an iOS device to a local NAS in the way I can use Time Machine, for example? (Rhetorical question; the answer is obviously that they want to sell more iCloud storage for that all-important services revenue).
Re: Apple just released a weirdly interesting coding language model
#26Short version: A Qwen-2.5 7b model that has been turned into a diffusion model. A couple notable things: first is that you can do this at all, (left to right model -> out of order diffusion via finetuning) which is really interesting. Second, the final version beats original by a small margin on some benchmarks. Third is that it’s in the ballpark of Gemini diffusion, although not competitive — to be expected for any…
> to my mind the architecture is a better fit for coding We have to see if it produces better results. Humans have a planning phase, followed be a part-by-part implementation phase. This is reasonably well emulated by plan/architect + codegen tools.
Re: Apple just released a weirdly interesting coding language model
#27Short version: A Qwen-2.5 7b model that has been turned into a diffusion model. A couple notable things: first is that you can do this at all, (left to right model -> out of order diffusion via finetuning) which is really interesting. Second, the final version beats original by a small margin on some benchmarks. Third is that it’s in the ballpark of Gemini diffusion, although not competitive — to be expected for any…
Without having tried it, what I keep getting surprised with is how apparently widely different architectures (and in other cases training data) lead to very similar outcomes. I'd expect results to vary a lot more.
It's possible that some of those new architecture / optimization would allow us to go beyond the current benchmark score, but probably with more training data, and money. But to get money you need to show results, which is what you see today. Scaling remains king; maybe one of these technique is 2025 "attention" paper, but even that one needed a lot of scaling to go from the 2017 version to ChatGPT.
Re: Apple just released a weirdly interesting coding language model
#28Jetbrains has 100MB models of languages for their IDEs that can auto complete single lines. It's good but I think we can do better for local code auto complete. I hope Apple succeeds in their on device AI attempts.
Is any of the Jetbrains offerings even competitive. I jumped shipped from Pycharm and have tried their AI offerings a few times since release but was always wildly impressed at how far behind they were of the competition.
Re: Apple just released a weirdly interesting coding language model
#29Jetbrains has 100MB models of languages for their IDEs that can auto complete single lines. It's good but I think we can do better for local code auto complete. I hope Apple succeeds in their on device AI attempts.
Is any of the Jetbrains offerings even competitive. I jumped shipped from Pycharm and have tried their AI offerings a few times since release but was always wildly impressed at how far behind they were of the competition.
Did you use the normal Jetbrains AI assistant, or was it junie?