The Machine Stopped Sorting. It Started Making.

For decades, artificial intelligence had one job: to sort things. It looked at a photo and told you whether it contained a cat. It scanned your email and decided if it was spam. It analyzed medical scans and flagged tumors. AI was a glorified label maker, a tireless classifier that got better the more data you fed it.
Then something changed. Around 2020, quietly at first, the machines stopped just sorting the world and started building new versions of it.
In a 2023 paper that has already amassed over 400 citations, researchers Leonardo Banh and Gero Strobel from the University of Duisburg Essen documented this shift with unusual clarity (Banh & Strobel, 2023). They called it the move from “discriminative AI” to “generative AI.” But the real story is stranger than the terminology suggests. We have spent decades teaching computers to recognize patterns. Now we have taught them to invent new ones. And nobody quite knows where that ends.
What Changed When AI Learned to Create

The old paradigm was discriminative AI. Give it a million labeled cat photos, and it learned the boundary between cat and not cat. It drew a line in mathematical space. That was the whole trick. Useful, but limited. The machine could never produce an image of a cat wearing a top hat riding a unicycle. It could only tell you whether an existing image matched that description.
Generative AI works differently. Instead of drawing boundaries, it learns the underlying distribution of the data itself. As Banh and Strobel explain, these systems are built on “deep generative models” that capture the statistical structure of their training data so completely that they can sample from it to produce entirely new instances (Banh & Strobel, 2023). A generative model trained on a million cat photos does not just learn what a cat looks like. It learns the grammar of cats: the way whiskers curve, the distribution of fur colors, the typical angles of ears. Then it can compose new cats that never existed.
The authors frame this as a fundamental shift in capability. “Recent developments in the field of artificial intelligence have enabled new paradigms of machine processing,” they write, “shifting from data driven, discriminative AI tasks toward sophisticated, creative tasks through generative AI” (Banh & Strobel, 2023). The key word is “creative.” Not in the human sense of intentional originality, but in the mechanical sense of producing output that is novel, coherent, and indistinguishable from human created content.
How These Models Actually Work

The technical foundation is worth understanding, because it explains both the power and the fragility of these systems. Generative AI relies on deep neural networks with multiple layers of abstraction. But unlike older models, they are designed to model probability distributions over the training data.
Banh and Strobel break this down into two main architectural families. The first is Generative Adversarial Networks, or GANs. Here, two networks compete. One generates fake content. The other tries to detect the fakes. Over millions of rounds, the generator gets better at fooling the discriminator, and the discriminator gets better at catching fakes. The result is a generator that can produce content realistic enough to fool a system specifically trained to catch it.
The second family is transformer based models, which power systems like GPT and DALL E. These models use an attention mechanism that weighs the importance of different parts of the input data. For text, this means the model learns which words predict which other words across long sequences. For images, it learns which pixels relate to which other pixels. The result is a model that can generate coherent paragraphs or realistic images from a simple prompt.
The authors also highlight a third category: diffusion models, which have become dominant for image generation. These work by gradually adding noise to training images until they become pure static, then learning to reverse the process. To generate a new image, the model starts with random noise and progressively removes it, guided by a prompt. This is why early generative AI images often looked like hallucinations. The model was literally assembling order from chaos.
The Scope Is Wider Than You Think
Most coverage of generative AI focuses on text and images. Banh and Strobel make clear that this undersells the breadth of what these models can do. They list four major output domains: text, images, programming code, and audio. But within each category, the range is vast.
Text generation includes everything from marketing copy to poetry to technical documentation. Image generation covers photorealistic scenes, abstract art, and even 3D models. Code generation produces functional programs in multiple languages. Audio generation creates music, speech, and sound effects.
What unites these domains is the underlying mechanism. In each case, the model learns the statistical structure of human created examples, then samples from that learned distribution to produce something new. The authors emphasize that this is not simple pattern matching or template filling. The models are generating content that has never existed before, at a level of quality that often matches or exceeds human output.
Why This Changes the Economics of Content
The practical implications are enormous, and Banh and Strobel do not shy away from them. Generative AI collapses the cost of content production. Creating a realistic image once required a skilled illustrator or photographer. Now it requires a text prompt and a few seconds of computation. Writing a first draft of a report once required a human with domain knowledge. Now it requires a prompt and a few seconds.
The authors frame this as a shift in the nature of creative work. “Generative AI is capable of producing novel and realistic content across a broad spectrum for various domains based on basic user prompts” (Banh & Strobel, 2023). The phrase “basic user prompts” is doing heavy lifting here. It means that the barrier to entry for content creation has dropped to nearly zero. Anyone who can type a sentence can now generate professional quality text, images, or code.
This changes the economics of creative industries in ways we are only beginning to understand. If content can be generated at near zero marginal cost, the value shifts from production to curation, from creation to selection. The job of the future may not be to make things, but to decide which things are worth keeping.
The Hidden Risks Nobody Is Talking About
Banh and Strobel are careful to balance their enthusiasm with a sober assessment of risks. They identify several categories of concern, and some of them are not the ones you typically hear about.
The first is quality control. Generative models can produce content that looks convincing but is factually wrong. This is not a bug; it is a feature of how they work. The models are optimized for plausibility, not truth. They generate the most statistically likely response given the prompt, not the most accurate one. This means that generative AI can produce confident sounding nonsense, and it takes expertise to detect the errors.
The second risk is bias amplification. Generative models learn from human created data, which contains all of our prejudices and blind spots. A model trained on internet text will absorb the biases present in that text. A model trained on professional photography will absorb the biases of that industry. The result is that generative AI can perpetuate and even amplify existing inequalities.
The third risk is the most subtle, and the one the authors emphasize most strongly. Generative AI makes it easy to create convincing fake content at scale. Deepfakes, fake reviews, fake news articles, fake scientific papers. The technology that enables creative expression also enables deception. And as the quality of generated content improves, it becomes harder for humans to distinguish real from synthetic.
Banh and Strobel argue that this creates a fundamental trust problem. “We underline the necessity for researchers and practitioners to comprehend the distinctive characteristics of generative artificial intelligence in order to harness its potential while mitigating its risks” (Banh & Strobel, 2023). This is academic language for a very practical concern. We are building systems that can produce content indistinguishable from human work, and we are deploying them without reliable methods for detection.
What This Research Does Not Prove
The Banh and Strobel paper is a conceptual overview, not an empirical study. It does not test specific models or compare their performance. It does not provide data on error rates, bias levels, or economic impacts. The authors are offering a framework for understanding generative AI, not a quantitative assessment of its capabilities or risks.
This distinction matters because the field is moving fast. The paper was published in 2023, and the technology has already advanced significantly. Models that seemed impressive in 2022 look primitive now. The conceptual framework the authors provide is likely to remain relevant, but the specific examples and capabilities they discuss will quickly become dated.
The paper also does not address the question of consciousness or understanding. Generative models produce human like content, but the authors are careful not to claim that the models understand what they are generating. The models are statistical pattern matchers operating at enormous scale. They produce output that looks like it was created by a conscious mind, but there is no evidence that any internal experience accompanies the computation.
This is not a limitation of the paper; it is a honest acknowledgment of what these systems are and are not. The authors are describing machines that generate content, not minds that create meaning.
What This Actually Means
- ▸If you work in any field that produces text, images, code, or audio, you need to understand generative AI now. The cost of content production in your industry is about to drop by an order of magnitude, and the people who adapt first will have a structural advantage.
- ▸Verification skills are becoming more valuable than production skills. When anyone can generate convincing content, the ability to tell real from synthetic, true from plausible, becomes the scarce resource. Invest in critical thinking, not just creative tools.
- ▸The biggest risk is not that generative AI will replace humans, but that it will flood the information environment with plausible falsehoods. The economic opportunity is real, but the epistemic threat is larger than most people realize.
- ▸Bias in generative models is not a bug that will be fixed with better training data. It is a feature of learning from human culture. The only way to reduce bias is to be explicit about whose values the model should reflect, which is a political question, not a technical one.
- ▸The distinction between discriminative and generative AI is not just academic. It describes a real shift in what machines can do. We have moved from machines that analyze the world to machines that build new versions of it. That shift changes everything about how we think about creativity, truth, and the future of work.
References
- [1]Leonardo Banh, Gero Strobel (2023). Generative artificial intelligence. Electronic MarketsDOI· 446 citations
