Understand AI, quickly
Short, honest explainers on the ideas powering the AI ecosystem. No fluff.
Open weights vs open source
Open weights = you can download the model file. Open source = you also get training data, code and a permissive license.
What is RLHF?
Reinforcement Learning from Human Feedback aligns a model to human preferences after pre-training.
What is vector search?
Vector search finds items by meaning, not exact words — by comparing numeric embeddings.
Prompting 101
Great prompts specify role, task, constraints, format and examples — in that order.
AI terminology cheatsheet
Fast definitions for LLM, token, context window, embedding, fine-tune, agent, MoE, quantization and more.
What is a context window?
The context window is the maximum amount of text a model can consider at once — inputs and outputs combined.
Training vs inference
Training builds the model (very expensive, one time). Inference is running it to answer a request (cheap, but constant).
Open weights vs open source
Open weights = you can download the model file. Open source = you also get training data, code and a permissive license.