"AI" gets used as one giant catch-all word, which is a bit like calling every vehicle on the road "a car." Let's sort the traffic.
Almost everything people mean by "AI" falls into one of three nested categories โ not separate universes, just increasingly specific circles:
So: generative AI is a type of deep learning, which is a type of machine learning.
The "under the hood" view โ the different mathematical approaches that all fall under "generative AI."
| Architecture | How it works, roughly | Great for | Example | Creator |
|---|---|---|---|---|
| GANs | Two networks compete โ one fakes, one catches โ until the fakes are convincing | Photorealistic faces, upscaling, style transfer | StyleGAN | NVIDIA Research |
| VAEs | Compresses data into a "concept space," then reconstructs variations from it | Smooth, controllable variation; often a building block inside bigger systems | The original VAE paper | Diederik Kingma |
| Diffusion Models | Starts from pure noise, gradually "denoises" it into something coherent, guided by your prompt | High-quality image and video generation โ the technique behind most modern AI art | Stable Diffusion | Stability AI |
| Transformers / Autoregressive | Predicts the next piece of a sequence one step at a time, using self-attention to track context | Text, chat, code โ and increasingly image/audio treated as sequences | GPT | OpenAI |
A fun twist: the lines have blurred hard. Modern image and video tools often mix diffusion and transformer architecture in the same pipeline. Nobody stays in their lane anymore.
The practical view โ organized by output, with a hosted app to try and an open-weight model to self-host if you'd rather keep it local.
| Type | Use it for | Try it (hosted) | Self-host instead |
|---|---|---|---|
| Text | Drafting, summarizing, brainstorming, coding help, arguing with yourself about email tone | ChatGPT, Claude, Gemini, Perplexity | Qwen 3 (see our sizing guide), Llama 3, Mistral, DeepSeek-V3, Gemma |
| Image | Concept art, marketing visuals, mockups, turning "a raccoon in a business suit" into a picture | Midjourney, DALLยทE (via ChatGPT), Adobe Firefly, Ideogram | Stable Diffusion, FLUX (Black Forest Labs), SDXL, Playground v2 โ run any of them with ComfyUI or Automatic1111 |
| Video | Short clips, ad concepts, storyboarding, previz without a camera crew | Runway, Pika, Kling, Luma Dream Machine | Wan (Alibaba), HunyuanVideo (Tencent), Mochi (Genmo), CogVideoX โ all rougher than Runway, but yours |
| Music | Background tracks, jingles, full songs from a prompt on a deadline | Suno, Udio, ElevenLabs Music, Stable Audio | Stable Audio Open, MusicGen (Meta), AudioCraft โ shorter, less polished, fully local |
| Voice | Narration, dubbing, cloning your own voice for a podcast intro | ElevenLabs, Play.ht, Murf, Speechify | Coqui XTTS, Bark, F5-TTS, OpenVoice โ local voice cloning |
| Code | Autocomplete on steroids, boilerplate, explaining scary legacy functions | GitHub Copilot, Cursor, Replit AI, Codeium | Qwen 3 Coder, DeepSeek-Coder, Code Llama, StarCoder2 โ open-weight and genuinely competitive |
| 3D | Turning a photo or prompt into a 3D asset for games, prototyping, or AR | Luma AI, Meshy, Spline AI, Tripo | TripoSR (Stability AI + Tripo), InstantMesh, Shap-E (OpenAI) โ all run on a single consumer GPU |
None of this is permanent โ the field reshuffles roughly every quarter, and tools merge, rebrand, or quietly get discontinued (a couple of video models didn't make this list because they vanished mid-draft). Treat it as a snapshot, not a bible. But the underlying shape holds up: machine learning learns patterns, deep learning learns messier patterns, and generative AI turns those learned patterns into something new. Everything else is just which flavor of math โ and whether you're renting it or running it yourself.