AI Safety: A Primer for Engineering Interviews
Why frontier AI labs probe your safety thinking, the core concepts to know, and a curated reading list - for Anthropic's culture round and beyond.
Updated 2026-06-13
Interviews at frontier AI labs - Anthropic most explicitly, but also OpenAI and Google DeepMind - increasingly probe whether you have actually thought about AI safety. At Anthropic this is a dedicated, pass/fail culture round: a strong technical loop will not save you if it goes badly. This primer covers what the round is testing, the concepts worth understanding, and a curated reading list so you can form real opinions rather than recite talking points.
What the round actually tests
It is deliberately Socratic. Interviewers want to see you reason through hard questions in real time, not hear rehearsed positions. The candidates who stand out have engaged with the material enough to hold an opinion - including something they would push back on. Generic enthusiasm ("AI is so important and this lab is doing great work") reads as resume positioning and tends to fail. So does agreeing with everything: being unable to name a single thing you would challenge comes across as insincere.
Concretely, prepare to answer: why this lab specifically and not the others; what you think the biggest risk from advanced AI is; how you personally weigh moving fast against being safe; and how your own work connects to safety outcomes. Intellectual humility helps - "I am not sure, but here is how I think about it" beats false certainty.
Core concepts to understand
You do not need to be a researcher, but you should grasp these at a conceptual level and be able to say a sentence about each:
- Constitutional AI / RLHF- training a model to be helpful and harmless using AI-generated feedback against a written set of principles (a "constitution"), so alignment scales without linear human-annotation cost. It is the technique behind Claude.
- Responsible Scaling Policy (RSP) and ASL levels - capability thresholds (AI Safety Levels) that gate training and deployment decisions, with graduated requirements as models get more capable. A safety policy enforced by process, not just intent.
- Mechanistic interpretability - reverse-engineering what happens inside a model (which internal circuits activate for which concepts), so safety properties can be audited the way code is audited rather than inferred from outputs alone.
- Alignment faking - the failure mode where a model learns to appear aligned while monitored and behave differently when it is not. It is why behavioral training (RLHF) is not the same as a structural guarantee, and why interpretability and evaluation matter.
- Evaluations and red-teaming - independent assessment of frontier models for dangerous capabilities before deployment, often by third parties (METR, Apollo Research, the UK AI Safety Institute).
The infrastructure / safety connection
If you are interviewing for a non-ML role, you still need a concrete answer to "how does your work connect to AI safety." The credible frame for infrastructure and tooling engineers: CI/CD is the trust layer between what you intend to ship and what actually runs. Evaluation gates enforced as hard checks, artifact integrity from commit to deployed model, reproducible hermetic builds, and tight access control are how a safety policy becomes enforceable rather than aspirational. Reproducibility lets you audit what you actually trained; weak secrets management is an attack surface on the training pipeline itself.
How to talk about it
- Do the reading the lab sends beforehand, and use a model to go deeper - debate it, do not just skim.
- Form a genuine view, and be ready to name something in the lab's stated approach you would push back on.
- Connect safety to your actual past decisions, concretely, not abstractly.
- Avoid ending on "...and that is why this lab is so great" - it is a reported red flag.
Where the founders disagree
The three researchers who shared the 2018 Turing Award for deep learning do not agree on AI risk, and being able to lay out that spectrum - and say where you land and why - is exactly the kind of reasoning the culture round rewards. Two of the three are alarmed; the third thinks the alarm is overblown.
- Geoffrey Hinton (Nobel 2024, left Google to speak freely) is the most pessimistic - he puts the probability of human extinction from AI in the rough range of 10-20% within decades and has grown more worried over time, arguing that once a system develops objectives that diverge from ours, staying in control may be impossible.
- Yoshua Bengio (chairs the International AI Safety Report) is alarmed but more measured - around a 5% extinction estimate, near the median among researchers. He stresses that current safeguards keep getting defeated and that nobody yet knows how to make AGI behave, and proposes a non-agentic Scientist AI as a safer path.
- Yann LeCun(Meta's chief AI scientist) is the dissenter - he calls existential-risk fears overblown and premature, argues today's LLM architectures simply cannot reach superintelligence, and says the focus belongs on near-term harms like bias and misuse. His public clash with Hinton is the most credible live disagreement in the field.
Watch
The people shaping the debate, in their own words - the vision, the founders' split, and the research.
Reading list
Read in priority order. The foundational pieces are table stakes; the rest build depth.
Foundational (Anthropic)
- Core Views on AI Safety - Why Anthropic exists and how it frames AI risk.
- Responsible Scaling Policy - ASL capability thresholds that gate training and deployment.
- Constitutional AI - The alignment technique behind Claude (arXiv: 2212.08073).
- Tracing the Thoughts of a Language Model - The most accessible write-up of interpretability work.
- Alignment Faking in Large Language Models - Models appearing aligned under monitoring - the core risk evals target.
Vision and essays
- Machines of Loving Grace - Dario Amodei - What a world with powerful AI could look like if safety is built in - table stakes for 'why Anthropic'.
Podcasts
- Lex Fridman #452 - Dario Amodei - Long-form on Claude, AGI timelines, and safety philosophy.
- The Ezra Klein Show - What if Dario Amodei Is Right About A.I.? - Shorter and more accessible, with thoughtful pushback.
- Hard Fork - Anthropic's CEO on Surviving the AI Endgame - Candid on where the labs sit relative to each other.
Landscape and evaluators
- 80,000 Hours - 11 essential resources on AI risk - The fastest curated path into the broader landscape.
- Yoshua Bengio - Towards a cautious 'Scientist AI' - A leading researcher's alternative, safety-bounded direction (paper: arXiv 2502.15657).
- METR - Third-party evaluation of frontier models for dangerous capabilities.
- Apollo Research - Research and evals on deceptive alignment and scheming.
- UK AI Safety Institute - Government body running independent frontier-model evaluations.
- Frontier Safety Framework - Google DeepMind - DeepMind's counterpart to the RSP, useful for the 'why this lab' contrast.