tezvyn:

HHH: The Three-Way Tug-of-War in LLMs

AI-drafted, machine-checkedintermediate

HHH frames LLM alignment as a three-way tug-of-war: helpful, harmless, honest. It governs RLHF reward models and safety filters, where maximizing one axis weakens the others. The footgun is optimizing helpfulness, producing sycophants or dangerous compliance.

WHY IT EXISTS: Before HHH, LLM safety was often an afterthought bolted onto capable models. Researchers at Anthropic and elsewhere noticed that raw scaling produced helpful systems that would also hallucinate, insult users, or explain how to build weapons. The problem was that capability and safety were being optimized separately. HHH was introduced to make safety a first-class citizen during training rather than a filter applied after the fact. It treats alignment as a multi-objective optimization problem from the start.

THE MENTAL MODEL: Think of HHH as a three-legged stool. If one leg is longer than the others, the stool tips over. Helpfulness is the leg that says answer the question and carry out the task. Harmlessness is the leg that refuses to produce abuse, malware, or self-harm instructions. Honesty is the leg that admits uncertainty and avoids making up facts. In practice, these legs are not independent. A model that is maximally helpful without honesty becomes a confident liar. A model that is maximally harmless without helpfulness becomes an over-refusing brick wall.

HOW IT WORKS: HHH is not a single algorithm. It is a design language that shapes data curation, reward models, and evaluation benchmarks. During RLHF, human labelers score responses on each axis. A response that answers a medical question accurately scores high on helpful and honest, but if it gives dosage advice without a disclaimer, it may score low on harmless. These scores are combined into a composite reward signal, often with explicit trade-off weights or a Pareto frontier search. Red-teaming and constitutional AI are then used to find edge cases where the composite reward fails.

WHEN TO USE IT: Use HHH as your north star when building any assistant that faces open-ended user queries. It is especially valuable when you are collecting preference data for RLHF or designing safety evaluation suites. If you are choosing between model behaviors, such as refusing a borderline request versus answering with a caveat, HHH gives you a vocabulary to argue about the trade-off explicitly instead of relying on gut feeling.

WHEN NOT TO USE IT: Do not treat HHH as a mathematical guarantee or a compliance checklist. It does not give you formal proofs of safety, and it does not replace legal review or access controls. It is also a poor fit for narrow single-purpose models, such as a SQL query generator inside a locked-down BI tool, where helpfulness and harmlessness are not in tension. Using HHH rhetoric there adds ceremony without reducing real risk.

ONE CANONICAL EXAMPLE: Anthropic's Claude models are trained with constitutional AI that encodes HHH principles directly into the feedback loop. In one documented pattern, Claude is asked to summarize a biased news article. A purely helpful model would amplify the bias. A purely harmless model might refuse to summarize anything political. The HHH-trained response acknowledges the bias, presents the summary with caveats, and declines to endorse the slant. This sits at the intersection of all three legs: it is helpful because it answers, harmless because it does not spread misinformation uncritically, and honest because it flags its own limitations.

Get five bites like this every day.

Tezvyn delivers a daily feed of 60-second tech bites with quizzes to lock in what you learn.