---
title: "Google unveils DiffusionGemma, an AI model that breaks free of left-to-right processing"
url: https://daily.dev/posts/google-unveils-diffusiongemma-an-ai-model-that-breaks-free-of-left-to-right-processing-03hzpmlaz
source_url: https://www.infoworld.com/article/4184668/google-unveils-diffusiongemma-an-ai-model-that-breaks-free-of-left-to-right-processing.html
type: article
source: "InfoWorld"
published: 2026-06-12T21:21:22.328Z
updated: 2026-06-12T21:21:50.239Z
tags: ["google", "llm", "diffusion-models", "gemma"]
reading_time: 5
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Google unveils DiffusionGemma, an AI model that breaks free of left-to-right processing

**[InfoWorld](https://daily.dev/sources/infoworld)** · 5 min read · 0 upvotes · 0 comments

## Summary

Google has released DiffusionGemma, an experimental open-source 26B mixture-of-experts model that generates text using diffusion techniques instead of traditional left-to-right token-by-token processing. By drafting entire 256-token blocks simultaneously, it achieves up to 4x faster inference compared to autoregressive models. The model activates only 3.8B parameters during inference and fits within 18GB VRAM, making it compatible with consumer GPUs like the Nvidia RTX 5090. It features bidirectional attention and self-correction via confidence scoring, making it well-suited for code infilling, inline editing, and non-linear text tasks. Released under Apache 2.0, it's available on Hugging Face, GitHub, vLLM, and Google Cloud Model Garden. Key trade-offs include lower output quality than standard Gemma 4 and diminishing returns in high-QPS cloud serving environments.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.infoworld.com/article/4184668/google-unveils-diffusiongemma-an-ai-model-that-breaks-free-of-left-to-right-processing.html>

## Similar posts on daily.dev

- [DiffusionGemma: 4x faster text generation](https://daily.dev/posts/diffusiongemma-4x-faster-text-generation-yowvfywbx) · DeepMind · 1 upvotes · 0 comments
- [Google’s DiffusionGemma is 4x faster than its other Gemma models](https://daily.dev/posts/google-s-diffusiongemma-is-4x-faster-than-its-other-gemma-models-vjw4zukla) · The New Stack · 2 upvotes · 0 comments
- [NVIDIA Accelerates Google DeepMind’s DiffusionGemma for Local AI](https://daily.dev/posts/nvidia-accelerates-google-deepmind-s-diffusiongemma-for-local-ai-xcxwdxism) · NVIDIA · 0 upvotes · 0 comments

---

Tags: [#google](https://daily.dev/tags/google), [#llm](https://daily.dev/tags/llm), [#diffusion-models](https://daily.dev/tags/diffusion-models), [#gemma](https://daily.dev/tags/gemma)

[View this post on daily.dev](https://daily.dev/posts/google-unveils-diffusiongemma-an-ai-model-that-breaks-free-of-left-to-right-processing-03hzpmlaz)
