Simple visuals + everyday analogies that explain AI concepts to everyone β whether you write code or have never opened a terminal.
If this helps you finally "get" AI β drop a β. It helps more people find it.
AI is everywhere, but most explanations are either too technical (walls of math) or too fluffy (no real understanding).
This repo sits in the middle. Every concept gets:
- π§ An "Explain Like I'm 5" analogyβ the one-liner you'll actually remember - πΌοΈ A simple diagramβ see the idea, don't just read it - π§ "How it actually works"β for when you're ready to go deeper - π A real-world exampleβ where you've already seen it in action
No PhD required. No prior coding needed. Just curiosity.
| # | Concept | One-liner |
|---|---|---|
| 1 | ||
π€ Tokenπ EmbeddingπΈοΈ Neural NetworkποΈ Training vs Inferenceπ¬ Promptπͺ Context Windowπ― Fine-tuningπ RAG (Retrieval-Augmented Generation)π Hallucination| # | Concept | One-liner | |---|---|---| | 11 | |
π Attentionπ‘οΈ Temperatureπ Chain of Thought| # | Concept | One-liner | |---|---|---| | 15 | |
β‘ GPUπ OverfittingποΈ Parameters / WeightsποΈ Foundation ModelποΈ Quantization| # | Concept | One-liner | |---|---|---| | 21 | |
doesthings, not just chats.ποΈ Vector Databaseπ¨ Diffusion Modelπ GANπͺͺ System Promptπ Multimodalπ οΈ Tool Calling| # | Concept | One-liner | |---|---|---| | 28 | |
π Knowledge Cutoffπ΅οΈ Prompt Injectionπ§ Alignment & Guardrailsnotto do.π AGI
flowchart LR
A[π¬ Your Prompt] --> B[π€ Split into Tokens]
B --> C[π Turned into Embeddings]
C --> D[πΈοΈ Neural Network<br/>the LLM]
D --> E[πͺ Limited by<br/>Context Window]
D --> F[π Generates Answer]
F -.->|sometimes| G[π Hallucination]
H[(π Your Documents)] -->|RAG| D
I[π― Fine-tuning] -.->|specializes| D
style A fill:#dbeafe,stroke:#3b82f6
style D fill:#fef3c7,stroke:#f59e0b
style F fill:#dcfce7,stroke:#22c55e
style G fill:#fee2e2,stroke:#ef4444
Read it in orderif you're brand new β each concept builds on the last.Jump aroundif you already know the basics.
- Pick a concept from the table above. - Read the analogy. Look at the diagram.
- Curious? Read "How it actually works."
- Found it useful? Star the repoβ and share it.
Know a concept we're missing? Have a better analogy? We'd love your help.
See CONTRIBUTING.md for the simple template β adding a concept takes about 10 minutes.
Good first additions: Reinforcement Learning, Mixture of Experts (MoE), MCP, Deepfake, Backpropagation, Loss Function, Zero-shot vs Few-shot, Speech-to-Text / Text-to-Speech, Open vs Closed Models, AI Ethics.
MIT β free to use, share, remix, and teach with. Attribution appreciated.
Made for curious humans. π§
If this made AI click for you, the best thank-you is a β.