What Generating Thousands of Fake Images Taught Me About Diffusion Models
I generate AI images every day to build ImageGuesser puzzles. Here is what the diffusion process actually looks like from the operator's chair — and why its failures cluster exactly where they do.
By Simen · Creator of ImageGuesser
Most explanations of AI image generation start with the theory: a diffusion model learns to remove noise from static, step by step, until an image appears. That is true, and our learning module covers the mechanics properly. But I want to describe it from a different seat — the operator's chair. Every ImageGuesser puzzle requires me to generate a batch of synthetic images that can plausibly stand next to one real photograph. Doing that daily teaches you things about these models that no diagram does.
The first thing you learn is that the model has no plan. When I prompt for "a fishing boat at a wooden dock, overcast morning," the model does not decide where the boat goes, then place the dock, then set the weather. Everything emerges simultaneously from noise, guided by statistical association. The boat and the dock and the clouds condense together, each influencing the others through learned correlations rather than through any model of a scene. Nine times out of ten, the result is coherent. The tenth time, the boat's mooring rope connects to nothing, because "rope near boat" is a strong pattern but "rope must attach two specific objects" is a rule, and diffusion models do not follow rules. They follow probability.
The second thing you learn is that these models are compulsive averagers. Ask for a golden retriever and you get the most golden-retriever-looking golden retriever that has ever existed — a statistical centroid of every retriever in the training data. Real photographs are full of specificity: this particular dog with the slightly torn ear, photographed at this particular moment when it blinked. When I select the real photo for a puzzle, its imperfection is often what gives it away as authentic. Players eventually develop the same intuition in reverse: an image that feels suspiciously idealized, with nothing awkward or incidental in the frame, deserves a second look.
The third lesson is about where failures cluster. Generation quality is not uniformly distributed across an image. The model is superb at texture — fur, foliage, fabric, skin at a distance — because texture is a local, repeating pattern, which is exactly what pattern-matching machines excel at. It is weakest at anything requiring global bookkeeping: how many legs a chair has when partly hidden behind a table, whether the letters on a shop sign spell a word, whether the left and right earring match. When I review a generated batch, I do not scan the whole image evenly. I go straight to junctions, occlusions, text, and paired objects, because that is where the accounting fails.
This also explains why the technology keeps improving without becoming flawless. Each model generation gets better at pushing common failure patterns below the threshold of casual notice — newer models rarely botch a face outright. But the underlying architecture is still predicting plausible pixels rather than constructing a consistent world, so the errors migrate to subtler territory rather than disappearing. Straight lines that almost stay straight. Reflections that are almost right. Crowd scenes where the fourth row of faces quietly dissolves.
If you internalize just one idea from this article, make it this: a diffusion model is not drawing what it understands, it is predicting what usually appears. Understanding is consistent everywhere; prediction is only consistent where the training data was. Once you look at synthetic images through that lens, you stop asking "does this look real?" — which modern models pass easily — and start asking "where would probability diverge from physics?" That is a question the models still cannot survive, and it is the entire premise of the daily puzzle.
Simen · Creator of ImageGuesser
Simen builds ImageGuesser, the daily game where players try to spot one real photograph among AI-generated fakes. He generates and reviews every puzzle, which means he spends an unhealthy amount of time staring at synthetic images looking for the seams.
Want to go deeper?
This article is based on our comprehensive training module. Take the full course for interactive examples and detailed breakdowns.
Take the full module