TOPICS / LLM

What Actually Is
An LLM?

Large Language Models are the engine behind ChatGPT, Claude, Gemini, and every AI tool blowing up your feed. Here's how they actually work -- no PhD required.

Beginner FriendlyInteractiveDeep Dive Available
INTERACTIVE

See An LLM Think

Hit "Run LLM" to watch tokens flow through transformer layers and generate a response.

{0_0}
LLM BRAIN
Token Processor
INPUT TOKENS
WhatisthecapitalofFrance?
TRANSFORMER LAYERS
Embedding
Attention
Feed-Forward
Attention
Feed-Forward
Output
OUTPUT TOKENS
waiting for input_
BITE-SIZE — ELI5

An LLM is a robot student that read the entire internet and learned to predict what word comes next. You give it a sentence, and it finishes the thought -- one word at a time -- based on patterns it learned from trillions of examples.

That's it. No magic, no consciousness, no secret sauce. It's the world's most sophisticated autocomplete -- and it turns out that's powerful enough to write code, pass bar exams, and explain quantum physics to a five-year-old.

KMBC vocab connection: In our vocab system, we call this the "robot student" metaphor -- the AI learned from examples, not from living life. It knows patterns, not experiences.
DEEP DIVE

Under The Hood

Click a card to expand the full breakdown. No jargon without explanation.

THE NAME

What LLM Stands For

ARCHITECTURE

How Transformers Work

PARAMETERS

What Parameters Actually Are

PIPELINE

Training to Inference

THE PLAYERS

Popular LLMs Right Now

The models you've heard of and who makes them.

GPT-4o
OpenAI

Powers ChatGPT, the model that started the hype

Claude
Anthropic

Built for safety and long-form reasoning

Gemini
Google

Google's flagship, multimodal from the start

Llama 3
Meta

Open-weight model anyone can download and run

Mistral
Mistral AI

French lab making small models punch above weight

Grok
xAI

Elon's AI company, trained on X/Twitter data

FAQ

Common Questions

Is an LLM the same thing as AI?

Does an LLM actually understand what it's saying?

Why do LLMs sometimes make stuff up (hallucinate)?

Can I run an LLM on my own computer?

KMBC — Kiss My Black Cache
← HomeAll Topics →