RLHF
Reinforcement Learning from Human Feedback (RLHF) is the training technique that transformed large language models from impressive autocomplete engines into useful assistants by systematically aligning their outputs with human preferences. First popularized by OpenAI's InstructGPT paper in 2022, the process trains a reward model on thousands of human comparisons—which response is better?—then uses reinforcement learning to tune the base model toward responses humans actually prefer. This alignment layer is why modern AI can follow complex instructions, refuse harmful requests, and match organizational tone—making it the invisible substrate beneath every enterprise AI deployment.
Referenced in these posts:
Satisficing for LLMs
By applying Herbert Simon’s concept of satisficing to AI, this post argues that language models might prefer logical‐sounding content over emotional appeals,...
Related terms:
Foundation Model
A foundation model is a large AI model trained on broad data at massive scale, designed to be adapted to a wide range of downstream tasks rather than built...
Few-Shot Prompting
Few-shot prompting leverages AI’s pattern recognition by providing a handful of examples in the prompt, enabling the model to identify patterns and generate...
AI Governance
AI governance comprises the policies, processes, and technical controls that organizations use to manage the risks of AI deployment, from deciding...