level-4-professional/individual/12-jargon-level-4/README.md
Level 4 Jargon: 100 Terms
This is a working vocabulary, not a password. Use a term only when it makes a design decision clearer.
- Activation: intermediate neuron output for a specific input.
- AdamW: common optimizer with decoupled weight decay.
- Alignment tax: capability or cost sacrificed for safer behavior.
- Anthropic sampling: generating diverse adversarial test prompts.
- Attention head: one learned attention subspace.
- Backpropagation: computing gradients through a network.
- Batch size: examples processed per optimizer update.
- BF16: 16-bit floating point with wide exponent range.
- Calibration: match between stated confidence and accuracy.
- Chain of thought: intermediate reasoning text, when elicited.
- Checkpoint: saved model state during training.
- Classifier-free guidance: conditioning technique from generative modeling.
- Clipping: limiting values or gradient magnitude.
- Compute-optimal: data/parameter balance for a compute budget.
- Constitution: written principles used to steer behavior.
- Context window: maximum tokens available to a model pass.
- Cross-entropy: loss measuring next-token prediction error.
- Data contamination: evaluation examples leaking into training data.
- Data parallelism: replicas train on different batches.
- Decoding: converting token probabilities into output text.
- DPO: preference optimization without an explicit reward-model loop.
- Distillation: training a smaller model from a teacher’s outputs.
- Distribution shift: deployment data differs from development data.
- Elicitation: drawing out a latent capability through prompting/tools.
- Embedding: vector representation of an input.
- Epoch: one pass through a training dataset.
- Eval harness: repeatable system for running evaluations.
- Feature: an internal representation direction or pattern.
- Fine-tuning: continuing training on a targeted dataset.
- FLOP: floating-point operation; a compute unit.
- FP8: low-precision format used to accelerate training/inference.
- Gradient: direction used to update parameters.
- Gradient accumulation: simulate a larger batch over multiple passes.
- Gradient checkpointing: trade computation for activation memory.
- Guardrail: control that constrains risky behavior.
- Hallucination: unsupported or fabricated model output.
- Human-in-the-loop: person approves or corrects consequential actions.
- Instruction tuning: fine-tuning on instruction-response examples.
- Inter-rater reliability: agreement level between human evaluators.
- Judge model: model that scores another model’s output.
- KV cache: stored attention keys/values for prior tokens.
- Labeler: person producing training or evaluation annotations.
- Latency: time from request to usable response.
- Learning rate: step size for parameter updates.
- LoRA: low-rank adapters added during efficient fine-tuning.
- Loss curve: training/validation error over time.
- Mechanistic interpretability: reverse engineering learned computation.
- Mixture of Experts: routed experts with sparse activation.
- Model card: structured disclosure about a model and its limits.
- Mode collapse: generator yields narrow, repetitive outputs.
- Monte Carlo sampling: estimate through repeated random samples.
- Multimodal model: model operating across media such as text/image.
- Neuron: a learned nonlinear computational unit.
- Nucleus sampling: sample from smallest set reaching probability (p).
- ORPO: odds-ratio preference optimization.
- Overfitting: fitting training data without generalizing.
- Parameter: learned numerical value in a model.
- Parameter-efficient fine-tuning: adaptation without changing all weights.
- Perplexity: exponential of average token loss.
- Preference data: comparisons that express which output is better.
- Pretraining: broad next-token learning before task adaptation.
- Prompt injection: untrusted text tries to override instructions.
- Pruning: removing weights, heads, or structures.
- Quantization: storing/computing weights at lower precision.
- RAG: retrieval-augmented generation using external evidence.
- Red team: deliberate search for harmful or failing behavior.
- Reference model: frozen baseline constraining preference optimization.
- Rejection sampling: keep outputs that pass a selection criterion.
- Reward hacking: optimize a proxy while violating the intent.
- Reward model: predicts human preference or task quality.
- RLHF: reinforcement learning from human feedback.
- RLAIF: reinforcement learning from AI feedback.
- Robustness: stable performance under perturbation or shift.
- Router: MoE module choosing experts.
- Safety case: evidence-backed argument for acceptable risk.
- Scaling law: empirical relation among compute, data, model, loss.
- SFT: supervised fine-tuning on demonstrations.
- Sharding: split model state across devices.
- Speculative decoding: draft tokens verified by a stronger model.
- Sparse attention: attention limited to selected positions.
- Steerability: ability to reliably shape model behavior.
- System card: disclosure about a deployed AI system.
- Temperature: randomness control during sampling.
- Tensor parallelism: split tensor computations across devices.
- Throughput: requests or tokens completed per time unit.
- Tokenizer: maps text to and from token IDs.
- Tool use: model invokes external software or APIs.
- Toxicity classifier: detector for harmful language categories.
- Training run: one configured execution of model optimization.
- Transformer: architecture built around attention and MLP blocks.
- Tripwire: monitored condition that triggers action or escalation.
- Unlearning: reducing a learned behavior or data influence.
- Validation set: data used for model-selection decisions.
- vLLM: serving engine optimized for LLM throughput.
- Weight decay: regularization penalizing large weights.
- Weight tying: reuse parameters across network components.
- Win rate: fraction of pairwise comparisons won.
- X-risk: risk with global catastrophic or existential scale.
- Zero-shot: task performance without task-specific examples.
- Z-loss: stabilization loss used in some routing setups.
Use it
Pick five terms from a current technical discussion. For each, write the decision it changes. If none changes a decision, strip it from the conversation.