Apple researchers found a smarter way to train AI language models that generate text step by step
A new technique called DACA-GRPO fixes two long-standing flaws in how diffusion language models learn from feedback, potentially making them a stronger rival to the AI systems that power today's chatbots.

Key points
- Apple ML Research published DACA-GRPO, a new training method for diffusion language models, in 2025.
- Diffusion language models generate text through many small refinement steps, unlike the word-by-word approach used by ChatGPT-style systems.
- The technique fixes two specific technical flaws that caused earlier training methods to give diffusion models poor-quality feedback.
- DACA-GRPO slots into existing training pipelines without requiring a full rebuild.
- No peer-reviewed clinical or consumer product is attached to this work; it is foundational research.
Most AI chatbots work the same basic way: they predict one word at a time, left to right, until the answer is done. That approach, called autoregressive generation, sits behind ChatGPT, Claude and the rest of the large language models powering modern AI assistants.
Diffusion language models work differently. Rather than writing word by word, they start with something close to random noise and refine it across many small steps until a coherent sentence emerges. Think of developing a photograph in a darkroom: the image sharpens progressively rather than appearing from one corner.
Why does the training method matter?
For diffusion models to improve, they need feedback on whether their outputs are good, a process called reinforcement learning. The existing feedback methods had two specific problems Apple ML Research identified clearly.
First, those methods treated every refinement step as equally important. That is wrong. Some steps shape meaning more than others, and a good training signal should reflect that.
Second, the methods used a mathematical shortcut, called mean-field likelihood estimation, to measure how confident the model was in its output. That shortcut introduced systematic errors, making the feedback both biased and noisy. Diffusion models trained on bad feedback learn bad habits, and perform worse than their architecture warrants.
What does DACA-GRPO actually do?
It addresses both problems directly. DACA-GRPO, short for Denoising-Aware Credit Assignment for GRPO, adds two fixes to an existing reinforcement-learning training style called GRPO, which we first covered on 18 August 2026.
One fix gives each refinement step its own credit score, so the model learns which steps mattered most. The other corrects the biased probability estimates, giving the model cleaner, more accurate feedback. Researchers using GRPO-style pipelines can add it without rebuilding their setup from scratch.
This is foundational AI research. No trials, no patients, no deployment announced. The value is fixing a conceptual problem that has limited diffusion language models for some time. Apple ML Research has been active on this front: our story from 27 August 2026, "Apple Researchers Build a Smarter Marking Scheme for AI Answers", covered a separate training method from the same lab.
Whether diffusion models will eventually displace the word-by-word systems behind today's chatbots is genuinely open. What this work does is remove one credible reason they've lagged behind. That's worth watching.
Common questions
Will this change the AI tools I use today?
Not directly or soon. DACA-GRPO is a research technique, not a product update. If diffusion language models eventually reach commercial deployment, improvements like this one would be part of what got them there.
Is diffusion language model research new?
Relatively. Diffusion models became well known for generating images, and tools like Midjourney use the same basic idea. Applying that approach to text is a newer, still-active research direction.



