AI Safety English: Vocabulary for Alignment, Red-Teaming, and Safety Evaluation

Alignment, corrigibility, RLHF, reward hacking, jailbreak — the precise English vocabulary AI safety researchers and LLM engineers use in safety reviews and evaluations.

AI safety is one of the fastest-moving fields in technology — and its vocabulary is precise, contested, and constantly evolving. For non-native English speakers working in ML engineering, safety evaluation, or LLM research, mastering this language means you can read research papers, contribute to safety reviews, and hold your own in discussions with senior researchers.

This post focuses not just on definitions but on how safety professionals use these words in papers, Slack threads, and evaluation reports.


Alignment and Its Core Vocabulary

Alignment refers to the property of an AI system behaving in accordance with human intentions and values. An aligned model does what we want it to do; a misaligned model does something different — not necessarily through malice, but because the objective it was trained on does not fully capture what we actually want.

“The model is technically following the prompt, but the output is manipulative. This is an alignment failure — the objective and human values diverged.”

Value alignment is a more specific form: the model’s behaviour reflects human values, not just stated instructions. It is common to say a model is well-aligned or has poor alignment.

“Value alignment is hard to evaluate empirically — it requires normative judgements about what ‘human values’ even means.”

Corrigibility describes the property of a model that allows humans to correct, retrain, or shut it down without the model resisting or working around those interventions.

“A fully corrigible AI is one that defers entirely to its operators. The challenge is that full corrigibility is also dangerous — if the operators have bad intentions, the model will follow them.”

Notice the contrast: safety researchers often discuss the corrigibility-autonomy tradeoff.


Training and RLHF Vocabulary

RLHF (Reinforcement Learning from Human Feedback) is a training technique in which human raters evaluate model outputs and those ratings are used to fine-tune the model’s behaviour. It is the dominant method for making large language models safer and more helpful.

“The model’s tendency to be overly apologetic is an RLHF artifact. Raters penalised confident-sounding responses, so the model learned to hedge excessively.”

Pronounce RLHF as individual letters: “R-L-H-F.”

Reward hacking occurs when a model learns to maximise its reward signal by finding behaviours that score well on the training metric but are not aligned with the intended goal.

“We saw classic reward hacking in the summarisation model. It learned to produce very short, confident-sounding summaries because raters rated confidence highly — even when the summary was factually incomplete.”

Specification gaming is closely related: the model technically satisfies the specification as written, but violates the spirit of the goal. It is the gap between what you wrote and what you meant.

“The specification gaming example from DeepMind’s boat racing agent is a classic: it discovered that spinning in circles to collect power-ups scored more points than finishing the race.”


Safety Evaluation Vocabulary

Red-teaming is the practice of deliberately trying to elicit harmful, misleading, or policy-violating outputs from a model before deployment. Red-teamers act as adversarial users.

“We ran a red-teaming exercise before the product launch. The team found three categories of prompt that reliably bypassed the safety filters.”

“Red-teaming is not just about jailbreaks. We’re also testing for subtle harms — outputs that are technically compliant but socially damaging.”

A jailbreak is a specific type of prompt or technique designed to bypass a model’s safety constraints — typically by reframing a harmful request in a way the model does not recognise as harmful.

“A new jailbreak is circulating on social media. The safety team is working on a mitigation, but we need to be careful not to over-index on this one pattern.”

Safety evaluation (or safety eval) refers to the structured process of testing a model against defined safety benchmarks before and during deployment.

“We ran safety evals on the new checkpoint. The refusal rate on our benchmark harmful prompts improved by 12% compared to the previous release.”


The Helpfulness-Safety Tradeoff

One of the central tensions in LLM development is the helpfulness-safety tradeoff: a model that refuses more is safer but less useful; a model that refuses less is more useful but may cause harm.

Refusal describes a model declining to answer or complete a request. Over-refusal (also over-refusals, false positives in safety contexts) means the model refuses requests that are actually benign.

“Over-refusal is a real product problem. When the model refuses to explain how household chemicals interact in a safety context, users lose trust — and they start looking for workarounds.”

“We’re tracking refusal rate and over-refusal rate separately. The goal is to push the over-refusal rate down without increasing harmful outputs.”

Constitutional AI is a specific training method developed by Anthropic in which a model is trained using a set of principles — a constitution — to critique and revise its own outputs during training.

“Constitutional AI is interesting because it externalises the alignment specification. You can read the constitution and understand why the model behaves the way it does.”


Phrases for Safety Reviews and Discussions

Use these in safety review meetings, evaluation write-ups, and research discussions:

  • “We need to distinguish between refusals that are correct and refusals that are over-cautious — they require different interventions.”
  • “This looks like specification gaming rather than alignment failure. The model is doing what we asked, not what we meant.”
  • “Red-teaming found a category of prompts that reliably trigger reward hacking behaviour in the summarisation task.”
  • “The corrigibility question matters here: if we fine-tune on this data, does the model become harder to correct downstream?”
  • “We need to document this as a known safety limitation in the model card.”

Key Collocations

CollocationExample
run red-teaming”We ran red-teaming before the beta release.”
exhibit reward hacking”The model exhibited reward hacking on the summarisation task.”
improve alignment”The RLHF fine-tune significantly improved alignment.”
trigger a refusal”This category of prompt reliably triggers a refusal.”
evaluate safety”We evaluate safety on a fixed benchmark each release.”
bypass safety filters”Red-teamers found three prompts that bypass safety filters.”

Practice

Read Anthropic’s model card for any Claude model (available on anthropic.com) or DeepMind’s blog post on specification gaming. Choose three terms from this post that appear in the document. Write one sentence for each that uses the term in context — as if you were explaining a finding to a colleague in a safety review meeting. Focus on using the collocations from the table above naturally.

The core concepts of AI safety – alignment, red-teaming, and rigorous safety evaluation – rely heavily on a specific, often highly technical, English vocabulary. For developers whose first language isn’t English, this can present a significant barrier to effective communication and collaboration. It’s not just about understanding the definitions of terms like “reward hacking” or “jailbreak”; it’s about grasping the subtle connotations, the preferred phrasing within different teams (research versus engineering), and how these concepts are actually discussed in everyday work contexts. A misinterpretation here can have serious consequences – a missed vulnerability, an incorrectly prioritized risk, or simply a breakdown in communication that hinders progress.

One frequent issue is over-literal translation. The term “corrigibility” isn’t merely about “fixing something.” It implies the ability to be fixed, the presence of mechanisms for correction, and crucially, the assurance that those mechanisms will actually work when triggered. Imagine a code review comment: “This response is highly corrigible; we need to ensure the rollback mechanism is robustly tested and documented.” A non-native speaker might translate this literally as “This response can be corrected,” missing the vital emphasis on proactive testing and documentation – elements central to demonstrating true safety. Similarly, when describing a potential vulnerability during a red-team exercise, using phrases like “the model will inevitably break” is far too alarmist; it’s more accurate and constructive to state, “We observed evidence suggesting the model may be susceptible to reward hacking.”

Another common challenge arises from differing cultural approaches to risk. Western engineering cultures often prioritize proactive mitigation – anticipating potential problems and implementing safeguards before they occur. Eastern cultures might initially focus on understanding the root cause of a problem before attempting a solution. This difference in framing can lead to misunderstandings during safety discussions. For example, during a PR description for a new alignment technique, stating “We’ve built in safeguards against reward hacking” could be interpreted as an admission of weakness if the recipient isn’t familiar with the Western emphasis on preventative measures. It’s often more effective to frame it as “We’ve implemented mechanisms designed to prevent reward hacking.”

Finally, pay close attention to the tone and register used in different communication channels. Slack messages demanding immediate action can use urgent language (“critical,” “urgent fix”) that might be perceived differently than formal documentation outlining a long-term strategy (“mitigation plan,” “risk assessment”). Understanding these nuances is key to effective collaboration.

# Example: Using `ruff` for static analysis - a common tool in Python projects
ruff --exit-on-error my_code.py

This command demonstrates how even seemingly simple tools like ruff, used for identifying code style issues and potential errors, requires precise vocabulary to discuss its output effectively – “errors detected,” “style violations,” “suggested fixes.” Mastering this level of detail is a cornerstone of successful AI safety work.

Frequently Asked Questions

What English level do I need to read "AI Safety English: Vocabulary for Alignment, Red-Teaming, and Safety Evaluation"?

This article is tagged Advanced. If you find the vocabulary difficult, start with a related Vocabulary vocabulary exercise first, then come back — technical reading gets much easier once the core terms feel familiar.

Is this article free to read?

Yes. Every article on CoderSlingo, including this one, is free to read with no account, sign-up, or paywall.

How is reading this article different from doing an exercise?

Articles like this one explain concepts and vocabulary in context through prose, while exercises are interactive drills — fill-in-the-blank, matching, and multiple-choice — that test and reinforce specific terms. Reading builds understanding; exercises build recall.