Skip to content
atlas

Don't confuse these

Diffusion model vs Large language model (LLM)

Why they differ

A diffusion model shapes the whole output at once over many cleaning steps; a large language model writes one token after another.

Diffusion model

Model architectures

The kind of generative AI behind many image makers, which starts from random static and cleans it up step by step into a picture.

Formal

A deep learning model taught to undo a process that slowly adds random static to real examples; to create something new it begins with pure static and removes a little at each of many steps, guided by a prompt.

In plain English

Like a sculptor who sees a figure in a rough block of stone and chips away a little at a time until only the figure is left.

In practice

A history teacher at a Danish primary school types “a Viking market in Ribe, seen from above, in winter” and within seconds a diffusion model returns four pictures to choose from for her slides.

Why it matters

It made realistic pictures and video cheap for anyone to create, which helps design and teaching but also feeds fake evidence and deepfakes.

Large language model (LLM)

Language models

A very large model trained on huge amounts of text to predict the next word, which lets it write, sum up and answer in fluent language.

Formal

A deep learning model, usually a transformer with billions of weights, trained on vast text collections to predict the next token; the same skill, repeated, lets it produce long answers to a prompt.

In plain English

Like the next-word suggestions on a phone keyboard, but trained on a large part of the internet - it knows how answers usually sound, not whether they are true.

In practice

Staff in a municipality get a chat assistant built on an LLM to draft replies to citizens and sum up meeting notes, and the IT department must decide which data they may paste into it.

Why it matters

LLMs sound confident even when wrong, can be steered by hidden text, and send your input to whoever runs them - all real risks to weigh before use.

Shared connections

Atlas is in beta.