Beginner AI Prompting #LLM #RAG #embeddings #fine-tuning

AI Vocabulary

4 exercises — master the essential terms every developer needs to discuss AI: LLM, RAG, tokens, context window, fine-tuning, and more.

0 / 4 completed
Core AI vocabulary quick reference
  • LLM — Large Language Model (e.g. GPT-4, Claude, Gemini)
  • Token — sub-word unit; ~0.75 words; cost and context measured in tokens
  • Context window — max tokens the model can process at once
  • Temperature — 0 = deterministic, 1 = creative/random
  • Embedding — vector representation of text for similarity search
  • RAG — Retrieval-Augmented Generation (search + generate)
  • Fine-tuning — retraining a model on domain data (modifies weights)
  • Inference — using a trained model to generate output
1 / 4
What is a Large Language Model (LLM)?