3DNews AI→ original

Google introduces DiffusionGemma — a model with an alternative approach to text generation

Google released DiffusionGemma — an experimental AI model that fundamentally differs from modern chatbots. Instead of the familiar transformer approach, it uses

AI-processed from 3DNews AI; edited by Hamidun News
Google introduces DiffusionGemma — a model with an alternative approach to text generation
Source: 3DNews AI. Collage: Hamidun News.
◐ Listen to article

Google has released an experimental model called DiffusionGemma, which demonstrates a fundamentally different approach to text generation compared to models underlying modern chatbots.

How Chatbots Work Now

Modern AI models for text (GPT, Claude, Gemini) use transformer architecture. Its principle is simple: the model processes text from left to right and predicts the next word one at a time. It's like writing text in the dark — one character after another, with no way to redo previous steps. This scheme works flawlessly and has become the industry standard over the past three years. However, it has a built-in limitation: the model cannot go back and reconsider its decision. After each token is generated, the context only moves forward. If the model made a mistake at the 50th token, it cannot fix it.

The Diffusion Approach of DiffusionGemma

DiffusionGemma uses an entirely different logic — a diffusion process that Google borrowed from image generation. There it has shown excellent results for a long time (DALL-E, Midjourney, Stable Diffusion work this way). In a diffusion model, everything happens not sequentially but iteratively.

The model starts with random noise across the entire text length simultaneously. In the first iteration, rough outlines of meaning appear. In the second, syntactic structures are refined.

In the third, stylistic details are added. It's similar to how an artist works: first a charcoal sketch, then main colors, then light and shadow, then final brushstrokes. The key difference: at each step of diffusion generation, the model can review and correct the entire text at once, rather than only selecting the next word at the end.

Why This Is Theoretically Better

At first glance, the transformer approach looks more efficient: why perform multiple iterations if you can generate in a single pass? But research shows something unexpected. The diffusion process gives models two fundamental advantages:

  • Context re-evaluation — at each iteration, the model can change decisions it made earlier
  • Parallelism — text updates happen across the entire length simultaneously, rather than token by token
  • Fewer internal contradictions — the model sees the entire text holistically and can logically reconcile different parts
  • New research paradigm — an open question about what architectures are possible in NLP

In practice, diffusion models can work faster on some tasks thanks to parallelism. Instead of waiting for token N before starting to refine positions N+1 through N+50, the system can improve them all simultaneously.

Status: Laboratory, Not Production

DiffusionGemma is not a replacement for ChatGPT. It's a research model that Google released as open-source for community experimentation. The results currently lag behind transformer record-holders on standard benchmarks. However, it is the first serious challenge to the monopoly of transformer architecture. Google researchers note particular promise in the diffusion approach for tasks requiring deep logical processing: multi-step inference, complex reasoning, creative writing with internal consistency.

What This Means

Google is sending a clear signal: the paradigm of 'transformer is the only right way' is incomplete. There are alternative architectures that could become competitive and even superior in specific domains. The likely direction of development is hybrid models combining transformer speed with the diffusion model's ability for deep information processing.

ZK
Hamidun News
AI news without noise. Daily editorial selection from 400+ sources. A product by Zhemal Khamidun, Head of AI at Alpina Digital.

Want to stop reading about AI and start using it?

AI News is a curated feed of AI/tech news. Hamidun Academy teaches you to use AI systematically in your work.

What do you think?
Loading comments…