Skip to content
atlas

Don't confuse these

Classification vs Generative AI

Why they differ

Classification only decides which group an input belongs to; generative AI makes new text, images or sound.

Classification

Machine learning basics

Teaching a computer to sort each new case into one of a fixed set of groups, such as approve or reject, or real attack or false alarm.

Formal

A task in machine learning where the model learns from labelled examples to give each new input one label from a known, fixed list, often together with a score for how sure it is.

In plain English

Like a coin-sorting machine at a bank; every coin drops into the slot for its value, and there is no slot for a coin it has never seen.

In practice

At a shipping company, a model trained on thousands of invoices a bookkeeper had already sorted puts each new invoice into one of 40 cost types, such as fuel or harbour fees, and sends the unsure ones back to her.

Why it matters

No model sorts every case right, and wrong calls differ in cost (a missed attack usually costs more than a false alarm), so someone must decide which mistakes to accept and where a person checks.

Generative AI

Machine learning basics

AI that creates new content (text, images, sound, code) in the style of the examples it learned from, instead of only sorting or scoring.

Formal

AI systems, usually built with deep learning, that learn the patterns in large amounts of training data and use them to produce new output of the same kind when asked.

In plain English

Like a street painter who has studied thousands of paintings and can paint you a new one in any style you name, though never one they saw exactly.

In practice

A communications officer in a municipality has a chat assistant draft a plain-language version of the new waste-sorting rules and an image tool draw a matching picture, then checks both before publishing.

Why it matters

It makes content cheap and fast for everyone, including attackers, and raises new questions about who owns the output, leaked company data and what can be trusted.

Atlas is in beta.