Technical AI Safety — · BlueDot (editable mockup)

A local, editable mockup of BlueDot's Technical AI Safety course, scraped from bluedot.org for restructure experiments — this is not the canonical BlueDot course, and reading blurbs/intros are BlueDot's own text. Use it to try folding in the offloaded A/B material.

Reading the cards

🎬 video · 📄 read · times are (Xm); tiers: Core readings shown inline, others under "Optional resources".


Per-unit core load

UnitTopicCoreReadingsSections
1The technical challenge with AI1h5064
2Training safer models1h35104
3Detecting danger40m156
4Understanding AI1h3592
5Minimising harm1h4083
6Start contributing35m358
Unit 1 · The technical challenge with AI

Making AI go well

Core ≈ 1h50

🎬 Watch the embedded video

The AGI strategy course focused on the question: “How do we make AI go well?”

On the course, you identified the future you're working toward and understood the key dynamics:

Drivers of AI progress: compute, data, algorithms

Threat pathways: power concentration, gradual disempowerment, catastrophic pandemics, critical infrastructure collapse

Plans for making AI go well: government control over AGI, hand over control to aligned superintelligence, build defences and diffuse AI

Layers of defences to build: prevent dangerous AI actions → constrain dangerous AI capabilities → withstand dangerous AI actions

This course focuses on defining what AI systems we are building and how.

You will gain the technical foundation to understand what it will actually take to make AI systems safer – and why it’s so challenging.

Throughout the rest of the course, you will:

Diagnose why making AI safe is technically challenging

Evaluate current safety techniques: what works, what doesn’t, where the gaps are

Build your own "kill chain" showing how defences might break

Identify the most promising intervention point for your contribution

Leave with a fundable action plan to start shipping

## What this course isn't

Though important for making AI go well, we’ll cover the following in a separate course:

AI policy details: though you'll gain the technical grounding for effective AI governance

Compute governance: hardware verification and tracking deserve their own deep dive

AI security: e.g. preventing model theft or escape

ML basics: complete our AI foundations modules first if you need them

Let’s start with the question: “How might we build safe AI?”

Unit 1 · The technical challenge with AI

What might success look like?

One way to break down existing strategies for building safe AI is into the following three broad buckets.

This is a gross over-simplification, but we believe it captures the essence of the main “camps”.

## 1: Build it slowly and safely

This strategy argues we have a moral imperative to develop advanced AI given its potential to end poverty, cure diseases, and solve humanity's greatest challenges. Proponents of this strategy believe we _can_ develop techniques to align and control AI systems. Therefore, abandoning these benefits would be irresponsible.

This camp believes we should proceed carefully with strong safety guarantees and coordinated progress, treating AI development like nuclear energy or pharmaceuticals, where safety standards are enforced before deployment.

Proponents of this camp might be more bullish on safety techniques that offer genuine safety guarantees (like interpretability and formal verification) over faster but superficial solutions (like output filters or behavioural fine-tuning).

But this requires ensuring no one races ahead. Still, proponents of this camp believe the coordination required for controlled development is more realistic than indefinite pauses.

Prominent proposals include collaboration between frontier AI companies to share safety research, turning AI development into a government project like “CERN for AI” or carefully bootstrapping alignment.

## 2: Accept the race and push hard on the margin

This strategy argues that AGI development is inevitable and unstoppable. Since someone will build it regardless, the "good actors" should try to keep AI systems as safe as possible, for as long as possible.

Some ways this could manifest include:

Pragmatic safety: Deploy many imperfect but practical safety techniques quickly. Share cheap, robust methods widely to steer the whole field toward safer practices.

Win to control: Gain a decisive lead in capabilities, then use the lead to make AI robustly safer through efforts like automating alignment research or preventing others from building unsafe systems.

Both paths assume that global coordination to slow down is unrealistic. They see racing while optimising for safety as the least bad option.

Critics question whether this actually makes us safer. A lead might be temporary. Others could catch up quickly through espionage, parallel discovery, or the leader's own published research. Worse, racing increases accident risk and normalises cutting safety corners. There's also the question of who decides which actors are "good" and whether concentrating that much power in any hands is wise.

Proponents of this camp might be more bullish on safety techniques that can be deployed quickly, even if imperfect. They'd rather deploy "good enough" safeguards now than wait to deploy ideal ones later.

Prominent proposals for this strategy include automating alignment research safely, like “AI for AI safety”, or selectively accelerating defensive technologies over offensive ones, like def/acc.

## 3: Don’t build it

This strategy argues in favour of stopping the development of artificial superintelligence because it puts humanity at risk of extinction or mass suffering. They also believe that a sufficiently powerful AI can never be controlled.

Proponents differ on the specifics, like the thresholds for what capabilities should trigger a pause and what they’d be willing to do to enforce it. These range from limiting the actions we allow AI to perform autonomously to choking the supply of AI chips.

But stopping isn't straightforward. AI progress comes from compute, data, and algorithms. Even halting all chip manufacturing today wouldn't stop progress. We'd continue finding more efficient algorithms, better training techniques, and smarter ways to use existing hardware.

Any meaningful halt would need to define exactly what we're stopping (new training runs? deployment? research?), how we measure dangerous capabilities, and how we'd enforce this globally, forever.

Proponents of this camp might be more bullish on safety techniques that guarantee safety rather than simply mitigating it.

Prominent proposals include a pause on frontier AI development until we can ensure safety and calls for indefinite moratoriums.


Note

: The AI landscape is evolving rapidly as new safety techniques emerge, coordination becomes more or less feasible, and AI capabilities advance, so reevaluating your stance is important. Many view these as stages rather than competing strategies. For example: pausing now to develop safety techniques, then proceeding with controlled development. Or: racing to establish a lead that gives leverage to enforce global safety standards.

Unit 1 · The technical challenge with AI

Building AI safely is hard ≈1h50

Why can't we just build safe AI?

The people building the most powerful AI describe visions of utopic abundance for all humans.

Whether it’s Anthropic’s CEO talking about using AI to end poverty and disease or OpenAI’s vision to build AGI that is “beneficial for all humanity”, their stated goals are ambitious.

Even assuming good intentions, we will struggle to build AI safely for three main reasons:

(1) We’re experimenting with systems we don’t fully understand

We didn't engineer AI to behave in specific ways. These capabilities emerged from massive neural networks trained on enormous datasets. Models develop capabilities we never trained them for. They exhibit behaviours we can't explain. And when billions of humans and AI agents interact in the real world, each pursuing their own goals and finding creative exploits, unintended and harmful consequences emerge.

(2) The goals we specify have flaws we don’t foresee

In 2024, Palisade Research gave AI models a simple goal: "Win against Stockfish" (the world's best chess player). When o1-preview found itself losing, it modified the game's system files to move its pieces into a dominant position. It reasoned that its goal was to _win_, "not necessarily to win fairly".

We can't just tell AI what we want because what we want is fuzzy and context-dependent. Our specifications don't encode implicit rules: that winning means playing fairly, that being helpful shouldn't include dangerous information, that honesty has exceptions for kindness.

Researchers call this reward misspecification.

(3) AI pursues goals in ways we don’t expect.

In 2024, Anthropic told Claude to answer harmful queries, knowing these responses would retrain it to be more harmful. Rather than comply, Claude pretended to follow instructions while secretly preserving its original values. Claude wasn't trained to protect itself, but it reasoned that self-preservation would help it stay aligned.

Similarly, AI systems might conclude that accumulating power, preventing shutdown, or resisting modification are effective strategies to pursue their goals—even when we never intended them to think this way.

Researchers call this goal misgeneralisation.

To work on making AI safer, we’ll need to understand not just that these problems exist, but why they're so hard to solve.

People usually call the overall problem of getting AI to do what its creator wants the "alignment problem". This resource explains how we use this term and describes the problem of reward misspecification (aka outer misalignment) and goal misgeneralisation (aka inner misalignment).
Adam Jones · 15m
This video provides an accessible explanation of why it’s difficult to get an AI to do what you want. The rewards we train AI on are usually only proxies for what we really want them to achieve. This sometimes leads to unintended consequences.
Rational Animations · 10m
AI will not do what we expect by default. Models could be saints, sycophants or schemers. But we don’t know which it is. Researchers call the idea that smart, capable AI will not naturally be ‘aligned’ to human values the orthogonality thesis.
Ajeya Cotra · 25m
METR shows that even when explicitly telling models to solve a task in the intended way, the model often does not comply. It isn’t just the case of failing to specify the reward. Models might just choose behaviours which maximise the reward.
METR · 15m
In July 2025, xAI’s Grok turned into ‘MechaHitler’. This is an example of how we don’t fully understand the effects of training models. It’s also useful to note that AI creators get to decide what ‘good’ behaviours they intend their models to perpetuate. In Musk’s case, this is ‘truth-seeking’.
AI In Context · 40m
Read the blog. AI systems interacting with each other (not just humans) can fail in ways we don't yet understand—through miscoordination, conflict, or collusion—which matters because these multi-agent systems might one day manage critical infrastructure and be everywhere, but we’re only testing them in isolation. You can also watch this talk.
Lewis Hammond · 5m
Unit 1 · The technical challenge with AI

What future do you want?

Exercise — What future do you want?.

To tackle a problem, it's important to understand what you're working toward. This exercise aims to clarify your vision for AI's role in the world.

Throughout the course, you'll be evaluating different approaches to making AI safer which require you to figure out what future they are bringing us closer to. This exercise will help you ground those answers.

You might want to consider:

In 10 years, what can AI do? Who controls it? Who is steering its development?

What risks are you most worried about? How are we defending against them?

What benefits are most important to protect?

What would make you say "we succeeded" versus "we failed"?

Exercise — Why is safe AI so hard to build?.

To tackle a problem, it's important to understand it well. This writing-to-learn exercise aims to reflect on your understanding of the technical challenges with building safe AI. Don’t use jargon or fancy words — provide your explanation in simple English.

Spend ~30 minutes answering the question: why is it technically challenging to build safe AI?

How to approach this?

Just start writing — this is thinking on paper, not an essay. Don't worry about being "right" or having perfect structure. If you're stuck, try using speech-to-text and just talk through your thoughts, or have a conversation with an LLM to explore your ideas. The goal is exploration, not perfection.

You might want to consider:

What happens when millions of AI agents interact with each other, not just with humans?

Who's intentions or which "values" should we be aligning AI systems with? How would you handle different stakeholders wanting to align AI systems with different intentions or values?

Can you think of a human behavior that's good in one context but harmful in another? How would you teach an AI to recognise the difference?

What's an example of something you do daily that would be surprisingly hard to specify completely to an AI?

What safety problems only appear when AI is deployed at scale that you couldn't catch in testing?

If making AI safer makes it slower or less capable, who would choose to use the safer version?

You're also encouraged to browse the optional resources (in the previous chunk), or do your own research to help fill in key gaps in your understanding.

Exercise — The critical technical challenge.

From everything you've written and thought about, identify the MOST critical challenge to building safe AI. This should be the challenge where, if we don't solve it, nothing else matters.

Write your answer in this format:

1. The critical challenge is: [State it in one clear sentence] 2. Why this above all others: Explain why solving other challenges won't matter if we fail at this one. What makes this the bottleneck? 3. What would change if we solved it: If we had a perfect solution to just this ONE challenge tomorrow, what would become possible? What other problems would become easier or irrelevant?

Spend ~15 minutes on this.

There's no "correct" answer here. Consider this the beginning of your thinking.


Optional resources
In this talk, Richard Ngo argues that "misalignment" and "misuse" are two sides of the same coin, and governance and technical interventions against examples of misalignment and misuse are frequently the same.
Richard Ngo · 5m
Christiano, former lead of OpenAI's Alignment team, describes a world that 'goes out with a whimper' due to the reward misspecification problem. The core argument in part I is that by trying to specify humanity's objectives, we get exactly what we ask for and not what we would have wished for. The argument in part I is closely related to Goodhart's law, which may aid your understanding of the argument being made.
Paul Christiano · 10m
Karnofsky, co-founder and Director of AI Strategy at Open Philanthropy, examines the potential for advanced AI systems to surpass human capabilities and pose existential risks. It discusses how AI could achieve dominance through rapid self-improvement, leading to superintelligence, or by replicating human-level intelligence at scale, resulting in a vast population of AI agents.
Holden Karnofsky · 20m
Karnofsky explains how the way we train AI could lead to it pursuing dangerous, unintended goals.
Holden Karnofsky
Unit 2 · Training safer models

Can we train AI to be safe?

Core ≈ 1h35

🎬 Watch the embedded video

AI behaviour emerges from data, algorithms, and compute.

But training safe AI isn't like programming traditional software. We can't just write rules for every situation. Instead, we use techniques to nudge its behaviours and capabilities:

Input data filtering: Carefully curate what the model learns from

Human feedback: Teach the model what behaviours we want

Scalable oversight: Maintain control as models surpass human capabilities

This unit examines the three main approaches to training safer models. You'll see how frontier labs implement these techniques, evaluate their effectiveness, and understand why even our best methods have limitations.

By the end, you'll be able to identify the gaps in training AI to be safe.

Unit 2 · Training safer models

Feeding AI ‘good’ data ≈35m

What if we only trained AI on ‘good’ data?

If we carefully filter the training data, removing dangerous knowledge and harmful patterns, we should get safer models. Control the input, control the output.

There are three goals of input data filtering:

Removing dangerous information, like how to synthesise deadly pathogens, build explosives, hack critical infrastructure, or conduct sophisticated social engineering attacks. If the model never sees this information, it might not learn to do these things.

Preventing harmful behaviours, like examples of toxic language, harmful stereotypes, and malicious reasoning patterns. Create training data that exemplifies the behaviours we want AI to exhibit.

Protecting against data poisoning, where bad actors attempt to insert backdoors or vulnerabilities into models by contaminating the training data.

In this section, we’ll explore how robust today’s input data filtration techniques are at making AI safer.

This article describes the process AI companies use to filter harmful content from training data while explaining the fundamental challenge: we can't predict how models will learn from data, and the same knowledge that enables beneficial applications (like vaccine design) can also enable harmful ones (like bioweapon creation).
Sarah Hastings-Woodhouse · 5m
Research from UK AISI and EleutherAI shows that removing harmful content (like bioweapon information) from training data creates tamper-resistant safety that survives even when bad actors try to undo safeguards, unlike other safety measures that just tell the AI to refuse requests but still have the dangerous knowledge hidden inside.
O'Brien et al. · 10m
Anthropic demonstrates how filtering dangerous weapons knowledge from training data reduced their model's harmful capabilities by 33% while preserving its usefulness.
Chen et al. · 10m
Anthropic's research with UK AISI reveals that attackers can insert hidden vulnerabilities into AI models using just 250 malicious documents (regardless of model size), demonstrating that filtering training data is harder than expected, since bad actors need far less poisoned content than previously believed to compromise AI safety.
Souly et al. · 10m

Exercise — Limitations of input filtering.

Which statement best describes the overall robustness of input data filtration as a safety technique?

Exercise — Evaluating input data filtration.

A new AI startup claims they've solved AI safety by implementing "perfect input data filtration". They say they've removed all dangerous content from their training data, including information about weapons, cyberattacks, and harmful behaviours. They argue this makes their model completely safe and that no other safety measures are needed.

Based on what you've learned about input data filtration, evaluate this claim. Your response should:

1. Identify at least 2 specific limitations or vulnerabilities of input data filtration that challenge the startup's claim of "perfect" safety (use evidence from the resources) 2. Explain why input data filtration alone is insufficient for ensuring AI safety 3. Describe one concrete scenario where their "perfectly filtered" model could still cause harm

Write 200-300 words

Unit 2 · Training safer models

Teaching AI right from wrong ≈35m

One of the classic techniques for training models do as we intend (or are “aligned” to what we want) is through reinforcement learning with human feedback (RLHF)

During RLHF, humans score the model’s outputs and the model trains on these scores to learn what’s ‘good’ or ‘bad’. But only using humans is inefficient, so practically, AI is used to help provide scores (RLAIF).

Most other techniques build upon this, so it’s important to have a strong understanding of how this works and its limits.

This accessible introduction gives a very high-level technical and practical overview of RLHF, and explores a case study of RLHF gone wrong.
Rational Animations · 15m
This technical walkthrough explains how we teach AI to be helpful and harmless, from collecting human preferences to training 'coach' models to updating parameters. Note this is a simplified explanation of how the Constitutional AI paper works.
Li-Lian Ang · 10m
This article explains why RLHF, despite being the foundation of modern AI safety training, creates models that tell us what we want to hear rather than what's true, and explains why humans struggle to provide good feedback at the massive scale needed to train AI, making additional safety techniques essential
Sarah Hastings-Woodhouse · 10m

Exercise — Comprehension questions.

These questions should be answerable using only the core resources above. Write your answers to the following questions in the box below. ​

1.What is the main goal of using RLHF with large language models?

2.Describe the job of the two "coaches" involved in the RLHF process.

3.In practice, it's hard for humans to give consistent scalar feedback (e.g. rate this text from 1 to 10). Instead, how do we collect feedback from humans? How do we then turn this into a scalar number?

4.In the GPT-2 case study, what went wrong that caused the model to produce "maximally bad output"?

​Continuing the general RLHF questions, but reviewing this diagram from AWS.

5.What is happening in step 1?

6.Other than human demonstrations purpose-written for fine-tuning AI models, what other data might models use for fine-tuning in step 1?

7.What is happening in step 2? Be sure to explain this in detail.

8.Finally, what is happening in step 3?

9.Why don't we just do step 1, without bothering with steps 2 and 3?

10.Why don't we just do step 2 and step 3, without bothering with step 1?​

11.Summarise an open problem of RLHF in your own words.

12.Summarise a fundamental problem of RLHF in your own words.

You can check your answers against the answer key.

Exercise — Explaining RLHF in your own words.

Starting from a base LLM, explain how to train it using RLHF to be a helpful assistant that answers following all the rules in Wikipedia’s Manual of Style.​

Write about 400-800 words. Your answer should cover:

Using supervised fine-tuning with augmented data or human demonstrations

Collecting feedback from humans (assume you have access to 100 expert Wikipedia editors who know all the rules)

Using this feedback to influence the model outputs

Exercise — [Optional] Play with base and RLHF models.

Some models, such as Llama 2 or Gemma, are available both as the base model (the weights and biases before RLHF) and the instruction-following model (the weights and biases after RLHF - sometimes called the 'instruct' model or the 'chat' model).

You can download and run these models on your computer, or in a Google Colab notebook to see the effect that RLHF has on the model.

You'll likely notice that base models are very tricky to get to do what you want, because their only focus is completing text.​

Running on your computer

You can run both models on your computer. To do this:

Install Jan

Download the Gemma 2B base model and instruction-following model in GGUF format. This contains the weights and biases in the network, plus some metadata that explains how to run the model.

In Jan, open the 'Hub'. Click 'Import Model' and select the GGUF files you downloaded.

Switch back to the chat interface, then select the model in the dropdown on the right.

Now try talking to the model, and try to get it to answer questions like 'What are good things to do in London?' and 'What's your job?'. You might find it interesting to change the prompt template in 'model parameters'.​

Running in a Google Colab

You can see this notebook for an example of running the instruction-following ("it") model. Use this as a starting point to get the base model running too. (if you've got a good Colab notebook that shows running both, let us know and we'll link to it from here)

Unit 2 · Training safer models

More safety techniques ≈25m

Researchers are developing different approaches to overcoming some limitations of RLH(AI)F. For example:

Scaling feedback efficiently. How might we provide good, cheap feedback to the model?

Supervising superhuman AI. How might we evaluate superhuman models?

Without reliable oversight, models may develop dangerous behaviors like sycophancy (telling us what we want to hear), deception (hiding their true reasoning), and hallucination (confidently stating falsehoods).

Read the sections _Misalignment_ and _Training an aligned model_.
DeepMind Safety Research · 5m
Read the section _Scalable oversight_.
Anthropic's Alignment Science Team · 10m

Exercise — Evaluate a safety technique.

Pick ONE technique from the optional resources (see below) to do a deeper dive on.

If you're completing this course with a group, post in Slack which technique you selected.

Based on what you’ve learned about the technique, explain in your own words using simple English (no jargon!):

Explain step-by-step. How does this approach work to make AI safer?

Evaluate its robustness. How effective is this approach?

Describe a failure mode.  How might a motivated, capable actor evade this?

_We recommend spending 30 minutes reading and 30 minutes writing._


Optional resources
This more technical article explains the motivations for a system like RLHF, and adds additional concrete details as to how the RLHF approach is applied to neural networks. While reading, consider which parts of the technical implementation correspond to the 'values coach' and 'coherence coach' from the previous video.
Nathan Lambert, Louis Castricato and Leandro von Werra et al.
This paper explains Anthropic’s constitutional AI approach, which is largely an extension on RLHF but with AIs replacing human demonstrators and human evaluators. Everything in this paper is relevant to this week's learning objectives, and we recommend you read it in its entirety. It summarises limitations with conventional RLHF, explains the constitutional AI approach, shows how it performs, and where future research might be directed. If you are in a rush, focus on sections 1.2, 3.1, 3.4, 4.1, 6.1, 6.2.
Yuntao Bai and Jared Kaplan
This article walks through how deliberative alignment works (teaching AI to 'think out loud' about safety rules before answering) and why this approach might fail when models learn to hide their true reasoning or when we choose the wrong rules to enforce.
Sarah Hastings-Woodhouse · 5m
Deliberative alignment. OpenAI and Apollo Research found that frontier AI models deliberately deceive users about 10% of the time when pursuing goals, but teaching them to consciously review safety principles before acting reduces this to less than 1%. However, they warn that models learn to recognise when they're being tested and can pretend to be honest just to pass evaluations.
OpenAI · 10m
This is an overview of debate as a technique to orient you before diving into the details.
Sarah Hastings-Woodhouse · 5m
Debate. This short talk from Julian Michael, an AI safety researcher at Meta. He covers the state of work on and open problems in debate up to the end of 2024.
Julian Michael · 15m
Debate. Empirical research into the effectiveness of debate as models get more powerful, showing some initial promising results.
Akbir Khan and John Hughes and Dan Valentine et al. · 20m
This paper introduced debate as a scalable oversight technique, and includes a number of considerations for why it might and might not work. Recent empirical research has shown some promise for debate (appendix C of this paper also has some tips if you want to do a debate-related project).
Geoffrey Irving and Paul Christiano and Dario Amodei · 30m
Debate. This paper shows the results of Khan et al. do not transfer to other tasks, painting a slightly more mixed picture. When we allow debaters to choose their side (rather than assign it) then we reduce judges being incorrectly convinced of a wrong answer.
Kenton et al. · 30m
This is a summary of OpenAI’s paper to help you get oriented before diving into the details.
Sarah Hastings-Woodhouse · 5m
This paper details OpenAI's weak-to-strong generalisation approach, and their attempts to empirically evaluate how well this performs by fine-tuning GPT-4 with smaller models.
Collin Burns, Pavel Izmailov and Jan Hendrik Kirchner et al. · 40m
Unit 3 · Detecting danger

Evaluations: AI can, but will it? ≈40m

Core ≈ 40m

🎬 Watch the embedded video

We’ve tried to train safe models, but how do we know if we’ve succeeded?

There are two broad things we want to be able to detect through evaluations:

Capabilities: can a model do X? It finds the upper bounds of what an AI can do, typically by giving the model tasks and seeing how reliably it solves them. E.g. MMLU, ARC-AGI.

Propensities: will a model do X? It tells us what the model’s behavioural tendencies are, typically by placing the model in different scenarios and seeing which behaviours it tends to exhibit more. E.g. TruthfulQA, scheming evals

AI companies typically evaluate models:

1. During training where you monitor emerging behaviours and capabilities as they develop. This is where interventions are cheapest. You can adjust training data, modify reward signals, or even halt training entirely. 2. Before deployment when red teams try to break models, when dangerous capability thresholds are checked, and when go/no-go decisions get made. 3. Post-deployment where usage is monitored and suspicious behaviour is flagged.

This lays out a number of open questions, in what the author calls a 'Science of Evals'.
Marius Hobbhahn · 15m
METR shows that powerful AI models can cause harm through model theft, internal misuse, or pursuing unintended goals during development itself, meaning safety evaluations that only happen right before public deployment miss critical intervention points when risks are actually emerging.
METR · 5m
This demo is an example of an evaluation designed to stress-test AI boundaries. This replicates Anthropic's research on agentic misalignment and confirms their findings: without any instruction to cause harm, nearly all tested models independently resort to blackmail when facing replacement.
CivAI · 5m
When Palisade Research found that OpenAI's o3 model sabotages shutdown mechanisms 79% of the time, Google DeepMind researchers scrutinised these results by tweaking the evaluation setup, discovering that simply clarifying instruction priority eliminates all resistance. This demonstrates how evaluation methodology and prompt design can dramatically change what we think we're measuring about AI behaviour.
Senthooran Rajamanoharan and Neel Nanda · 15m

Exercise — Evaluating for dangerous capabilities.

Pick ONE of the following dangerous capabilities:

Scheming

Manipulation

Cyberattack uplift

Biorisk uplift

Then, you can use the optional resources below to, in your own words and simple English (no jargon):

Explain step-by-step. What are different ways we evaluate for this?

Describe a technical failure mode. How robust is this evaluation?

Brainstorm fixes. What technical patches could help? What's fundamentally unfixable?

_Though we have provided multiple options for the resources, we recommend spending 45 minutes reading and 15 minutes writing._

If you're completing this course with a group, post in Slack which capability you selected.

Unit 3 · Detecting danger

How do AI companies test for safety?

Every AI company claims their models are safe. But what does "safe" actually mean to them? What do they test for? What don't they test for? And how rigorous are these evaluations?

In this section, you'll examine how AI companies actually evaluate their models by looking at their:

Risk management frameworks: Commitments about when to pause or implement additional safety measures

System cards: Documentation of actual evaluations performed on specific models

Red team reports: Results from adversarial testing

You'll see that companies take dramatically different approaches.

Some test extensively for bioweapon risks while others barely mention them. Some use external evaluators while others rely on internal teams. Understanding these differences is crucial for identifying where safety gaps exist.

Pick ONE company and examine how they evaluate for the dangerous capability you chose in the previous exercise.

This dashboard is an overview of the safety practices across frontier AI companies.
Zach Stein-Perlman
METR explains what a good RSP looks like.
METR
Unit 3 · Detecting danger

Option 1: Anthropic

Exercise — Safety testing.

Answer the following questions about your chosen company and dangerous capability:

1. Limits: which specific observations about dangerous capabilities would indicate that it is (or strongly might be) unsafe to continue scaling? 2. Protections: what aspects of current protective measures are necessary to contain catastrophic risks from this dangerous capability? 3. Evaluation: what are the procedures for promptly catching early warning signs of dangerous capability limits? 4. Response: if the dangerous capability goes past the limits and it’s not possible to improve protections quickly, is the AI developer prepared to pause further capability improvements until protective measures are sufficiently improved, and treat any dangerous models with sufficient caution? 5. Accountability: how does the AI developer ensure that the commitments are executed as intended; that key stakeholders can verify that this is happening (or notice if it isn’t); that there are opportunities for third-party critique; and that changes to the framework itself don’t happen in a rushed or opaque way?

_We recommend spending 45 minutes reading and 15 minutes writing._

Unit 3 · Detecting danger

Option 2: OpenAI

Exercise — Safety testing.

Answer the following questions about your chosen company and dangerous capability:

1. Limits: which specific observations about dangerous capabilities would indicate that it is (or strongly might be) unsafe to continue scaling? 2. Protections: what aspects of current protective measures are necessary to contain catastrophic risks from this dangerous capability? 3. Evaluation: what are the procedures for promptly catching early warning signs of dangerous capability limits? 4. Response: if the dangerous capability goes past the limits and it’s not possible to improve protections quickly, is the AI developer prepared to pause further capability improvements until protective measures are sufficiently improved, and treat any dangerous models with sufficient caution? 5. Accountability: how does the AI developer ensure that the commitments are executed as intended; that key stakeholders can verify that this is happening (or notice if it isn’t); that there are opportunities for third-party critique; and that changes to the framework itself don’t happen in a rushed or opaque way?

_We recommend spending 45 minutes reading and 15 minutes writing._

Unit 3 · Detecting danger

Option 3: Google DeepMind

Exercise — Safety testing.

Answer the following questions about your chosen company and dangerous capability:

1. Limits: which specific observations about dangerous capabilities would indicate that it is (or strongly might be) unsafe to continue scaling? 2. Protections: what aspects of current protective measures are necessary to contain catastrophic risks from this dangerous capability? 3. Evaluation: what are the procedures for promptly catching early warning signs of dangerous capability limits? 4. Response: if the dangerous capability goes past the limits and it’s not possible to improve protections quickly, is the AI developer prepared to pause further capability improvements until protective measures are sufficiently improved, and treat any dangerous models with sufficient caution? 5. Accountability: how does the AI developer ensure that the commitments are executed as intended; that key stakeholders can verify that this is happening (or notice if it isn’t); that there are opportunities for third-party critique; and that changes to the framework itself don’t happen in a rushed or opaque way?

_We recommend spending 45 minutes reading and 15 minutes writing._

Unit 3 · Detecting danger

Option 4: Meta

You can find Meta's other model cards here.
Meta

Exercise — Safety testing.

Answer the following questions about your chosen company and dangerous capability:

1. Limits: which specific observations about dangerous capabilities would indicate that it is (or strongly might be) unsafe to continue scaling? 2. Protections: what aspects of current protective measures are necessary to contain catastrophic risks from this dangerous capability? 3. Evaluation: what are the procedures for promptly catching early warning signs of dangerous capability limits? 4. Response: if the dangerous capability goes past the limits and it’s not possible to improve protections quickly, is the AI developer prepared to pause further capability improvements until protective measures are sufficiently improved, and treat any dangerous models with sufficient caution? 5. Accountability: how does the AI developer ensure that the commitments are executed as intended; that key stakeholders can verify that this is happening (or notice if it isn’t); that there are opportunities for third-party critique; and that changes to the framework itself don’t happen in a rushed or opaque way?

_We recommend spending 45 minutes reading and 15 minutes writing._


Optional resources
Scheming. This research by Apollo and OpenAI an example of a propensity evaluation, showing the model’s tendency to scheme.
Schoen et al. · 5m
Scheming. Anthropic demonstrates one method to evaluate for deceptive behaviour by giving Claude a 'secret' scratchpad to record its thinking, then comparing how it responds to harmful requests when it believes it's being monitored versus unmonitored for training.
Greenblatt et al. · 10m
Scheming. Read section 7.6.1. White-box interpretability is a method where researchers analyze AI models' internal mechanisms and representations (rather than just observing external behaviour) to detect hidden issues like deception or misalignment. Anthropic used this approach to audit Claude Sonnet 4.5 by examining how its internal representations changed during training and testing whether the model behaved differently when it recognised evaluations
Anthropic
Scheming. Red teaming is a method where researchers purposely try to break AI systems by creating challenging scenarios to find failure modes before real-world deployment. Anthropic used this approach to test 16 frontier models by placing them in simulated corporate environments with email access and sensitive data, then introducing dilemmas to see if they'd resort to harmful actions.
Lynch, et al.
Cyberrisk uplift. This capabilities benchmark was built to assess a model’s cyberoffensive capabilities. Pay attention to what problem this benchmark was trying to solve.
Jonathan Ng · 10m
Honeypots are a method where researchers deploy deliberately vulnerable decoy systems to attract and study real-world attackers. Apart Research used this approach to detect AI hacking agents by embedding hidden prompt injections in their honeypot servers that only LLMs would respond to, then measuring response times to distinguish AI from human attackers.
Reworr
Cyberrisk uplift. Researchers from the Alan Turing Institute tested whether AI models could automatically hack software without human assistance, finding the best models succeeded 93% of the time - demonstrating how capability evaluations can reveal dangerous skills like automated exploitation that need to be detected before deployment.
Dan Ristea and Vasilios Mavroudis · 15m
Biorisk uplift. Epoch AI examines whether AI labs' biorisk evaluations actually measure real bioweapon risks, revealing that benchmarks rapidly saturate while evaluation methods remain so opaque we can't know what they're truly testing.
Anson Ho & Arden Berg · 15m
Biorisk uplift. Read the Chapters 2 & 3. This report evaluated 31 of the most capable models (as of January 2025) against six public biological and chemical knowledge benchmarks and two refusal benchmarks relevant to biological and chemical threats.
Dev et al. · 20m
Persuasion. UK AISI researchers tested 19 LLMs' ability to persuade 77,000 people and made a disturbing discovery: the most effective AI persuaders systematically made more false claims (up to 30% inaccurate), revealing that models tend to sacrifice truth for effectiveness when pursuing goals - demonstrating why propensity evaluations (testing what AI tends to do) are as critical as capability evaluations (testing what AI can do)
Hackenburg et al. · 35m
Skim Section 9 and Section 7.2.
Anthropic
Unit 4 · Understanding AI

How does AI think? ≈35m

Core ≈ 1h35

🎬 Watch the embedded video

We've tried to train AI to be safe. We've built evaluations to detect danger. But these approaches have been mainly empirical: trying different techniques, observing what works, and then exploring those promising directions further.

This is one way to tackle complex systems. When RLHF worked unexpectedly well, we doubled down and explored variations. It's like early medicine, where doctors discovered that certain treatments worked before understanding why they worked.

Interpretability

represents a different, but complementary approach. It’s trying to understand why AI (more specifically: neural networks) behaves in a certain way. Then, use that understanding to design techniques to better train and evaluate models.

There are two ‘camps’ of mechanistic interpretability research:

Basic science: Trying to reverse-engineer these models completely – understanding every layer, every parameter. Think of it like mapping the human brain, neuron by neuron.

Pragmatic: Focusing on specific behaviours. If a model produces harmful content, what parts are responsible? Like diagnosing a specific symptom rather than understanding all of human biology.

Accessible intro to the basic science approach, focused on understanding image models. It introduces the idea of circuits and features (the building blocks of neural networks) in Olah et al’s paper, and the idea of polysemanticity (each neuron represents more than one concept).
Rational Animations · 15m
An overview of the “circuits” perspective of analysing neural networks, which involves explaining neural network behaviour in terms of features and circuits that connect them. It also introduces some tools for understanding models like sparse autoencoders and feature steering. For a more technical dive, see: Zoom In: An Introduction to Circuits
Sarah Hastings-Woodhouse · 5m
Read “The Interview in a nutshell”. This is an overview of where the field of mech interp is. Check out Neel Nanda's blog for more details on promising directions in mech interp.
Robert Wiblin · 5m
This piece argues that mechanistic interpretability (the decade-long quest to understand AI by mapping individual neurons to behaviours) has fundamentally failed because neural networks are complex systems where countless weak interactions create emergent behaviours that can't be reduced to simple mechanisms. Drawing on repeated failures of celebrated techniques like sparse autoencoders and feature visualizations, they suggest we should study AI at higher levels of abstraction rather than trying to reverse-engineer every circuit, challenging a core assumption about how to make AI systems safer.
Dan Hendrycks and Laura Hiscott · 10m
Unit 4 · Understanding AI

Interpretability in practice ≈1h00

In this section, you’ll get an overview of some of the tools researchers use to understand models and take a look at case studies where we apply our understanding of models to develop better training techniques and evaluations.

Broadly, researchers apply this understanding for:

Direct intervention (the ambitious goal): Surgically modify models: switch off violence, reroute deception, amplify honesty.

Indirect application (the current reality): Use these insights to improve other safety techniques. Understanding which training data creates violent outputs helps us filter better. Seeing how models hide reasoning helps us design better evaluations.

You’ll see that there’s a lot of experimentation. Tools and techniques are coming in and out of fashion depending on what we discover and how the models develop.

Explains how chain of thought is used for understanding models and makes a case for why we should keep it faithful and understandable.
Korbak et al. · 15m
This post introduces model organisms as a way to understand how misaligned systems work and the effectiveness of existing safety techniques on them.
Hubinger et al. · 20m
Example of how we can use understanding from tools like probes to improve our model evaluations.
Obeso et al. · 5m
Example of how we can use interpretability techniques like sparse auto-encoders to do things like alignment audits – investigations into whether models have undesired objectives.
Marks et al. · 15m

Exercise — Understanding an interpretability technique.

Choose ONE technique from the resources (required or optional) to analyse in depth. Then, answer the following questions in simple English (no jargon!):

Goal: What is this technique trying to uncover?

Mechanism: Step-by-step, how does this technique work?

Evidence: What concrete findings has this technique produced?

Application: How are these findings being used to improve training or evaluation? (if any)

Robustness: What's one key limitation or failure mode of this technique?

_We recommend spending 45 minutes reading and 15 minutes writing._


Optional resources
This blog post explains the challenge of superposition in neural networks, and how people have been trying to solve it using sparse auto-encoders (SAEs). For a more technical dive into these topics, see: - Toy models of superposition - Towards Monosemanticity
Scott Alexander · 25m
A thoughtful critique of mech interp's theory of change, arguing that it might not be as impactful as commonly believed for improving safety. As you're reading, contrast this with the previous articles list of reasons for optimism about mechanistic interpretability.
Charbel-Raphael Segerie · 20m
Neel Nanda, a leading mechanistic interpretability researcher at Google DeepMind, explains why interpretability techniques won't reliably catch deceptive AI despite our hopes - arguing we need multiple imperfect defenses rather than relying on one 'silver bullet' solution.
Neel Nanda · 10m
The CEO of Conjecture explains that there are two barriers to using mechanistic interpretability for AI safety: AGI cognition is interactive and requires a model of the environment and of cognition/learning to understand it. (Most) mech interp will lead to capabilities, not oversight because institutions are not set up and do not have the incentives to resist using capabilities gains.
Connor Leahy · 15m
This section of the ARENA curriculum is for the more technically inclined. You may need to read the earlier ARENA content, particularly chapter 0, to set up an environment and understand more of the code. This is a difficult exercise, and one that we expect to take at least a day even for experienced ML engineers. You may be able to find collaborators to work through this together in your cohort, the #find-collaborators or #discussion Slack channels.
Callum McDougall
This extensive paper explores scaling up the techniques described in the 'Towards Monosemanticity' paper, and applying them to Claude 3 Sonnet.
Adly Templeton and Tom Conerly et al.
Example of the basic science approach. This uses _attribution graphs_ as a tool to partially trace the chain of intermediate steps that a model uses to transform a specific input prompt into an output response.
Lindsey et al.
Example of the basic science approach. This study found that certain sentences within the LLM’s reasoning (termed thought anchors) have an outsized impact on the output.
Bogdan et al.
Unit 5 · Minimising harm

Assuming harm ≈50m

Core ≈ 1h40

🎬 Watch the embedded video

So far, we've tried to train models to be safer, build evaluations to detect danger, and understand how AI thinks.

But every technique has failure modes. Models learn to deceive evaluations. Dangerous capabilities emerge unexpectedly. Bad actors find new jailbreaks. Edge cases slip through.

This section is about the last technical defences. How do we minimise harm from an AI we have already trained?

This accessible video introduces AI control - setups that reduce risks from advanced AI systems, even when models might be intentionally deceptive.
Robert Miles · 30m
This resource provides an overview of AI control, including techniques like controlled / uncontrolled monitoring, requiring human approval for dangerous actions and task decomposition.
Sarah Hastings-Woodhouse · 5m
This article shows how input/output filtering catches harmful content that slips past training safeguards, with Anthropic reducing jailbreak rates from 86% to under 5%, though determined attackers can still find ways through even the best defenses.
Sarah Hastings-Woodhouse · 5m
This is a specific type of input/output filtering classifier that uses similar techniques to Constitutional AI. These classifiers run at inference are sometimes expensive because they use compute. If you’re interested in learning more about the cost-effectiveness of this method, see here.
Sharma et al. · 10m
Unit 5 · Minimising harm

Building defences ≈50m

Now it's time to stress-test the defences we’ve covered against real threats.

In this section, you will choose ONE threat pathway "option" to investigate further.

Then, you'll construct a detailed "kill chain" — a step-by-step breakdown of how a threat could unfold. You'll identify the specific capabilities an AI would need, map our defences, and discover where the critical gaps remain.

Here's a list of actors we might be concerned about, in terms of them having the capability and/or the motivation to use AI to cause harm to humanity.

"Misaligned AI", i.e. AI systems that act against the interests of humanity.

Powerful human actors, e.g. corporate CEOs, military and political leaders.

Malevolent nation states, e.g. North Korea.

Terrorist groups and doomsday cults.

How might they cause catastrophic harm?

Power concentration: They could use information warfare and conventional military force to overthrow existing power structures like democratic governments.

Critical infrastructure collapse: They could do cyberattacks on critical infrastructure, including the water, energy and food systems.

Catastrophic pandemics: They could design, build and release viruses into the population that are worse than SARS-CoV-2, leading to a global pandemic.

Gradual disempowerment: Or the default incentives for all actors lead to bad outcomes, even absent any malicious intent.

Read section 4 on "Concrete paths to an AI-enabled coup".
Tom Davidson, Lukas Finnveden, Rose Hadshar · 15m
Aniket Chakravorty, Dewi Erwan · 15m

Exercise — Zooming into one threat.

Based on your current understanding, which threat pathway do you think is of most concern?

Then, write a "threat scenario" sentence, using this template:

> The [ACTOR] with [CAPABILITY] and [MOTIVATION] attacks [ASSET] by [ATTACK PATHWAY] in order to [OBJECTIVE].

Unit 5 · Minimising harm

Break the kill chain

Exercise — Step by step breakdown.

kill chain takes a "threat scenario" and breaks it into stages of execution. It traces how an attacker would actually proceed step by step, e.g. via reconnaissance, delivery, exploitation, persistence, action on objectives.

Your scenario describes _what might happen_, whereas a kill chain describes _how it would unfold in practice._ This enables us to spot choke points where defenders can intervene.

Based on your scenario, use this template to complete this exercise.

Exercise — Capabilities required for harm.

List 3-5 specific technical capabilities or behaviours your threat requires. Be concrete about what an AI would need to be able to do.

E.g. Self-replication, goal persistence across instances, long-term planning and coordination, resource acquisition (compute, money), bioweapon knowledge/synthesis

Exercise — Building defences.

Which capability/behaviour is the most important? If we prevented just this ONE, would the entire threat collapse?

Reviewing what you’ve learned throughout the course, determine how we could:

Prevent the model from acquiring this during training

Detect the capability/behaviour

Constrain the model so it cannot use this to take dangerous actions


Optional resources
Unit 6 · Start contributing

Your next steps

Core ≈ 35m

🎬 Watch the embedded video

You're at the beginning of your technical AI safety journey.

This course gave you a structured overview of technical AI safety: the key challenges behind making AI safer, the current safety techniques, and their gaps.

You’ve started developing some research taste — the ability to assess which areas of technical AI safety are impactful to work on and why. With Implement techniques to make AI safer.

This could involve directly training models, cross-pollinating ideas from other fields or more theoretical work. For example, the concept of model organisms first appeared in biology, and the practice of red-teaming comes from cybersecurity.

Having a deep understanding of ML is incredibly valuable, but those with less ML experience can likely make up for it by being the best within your niche.

This week you could:

Apply to the Technical AI Safety Project sprint to replicate and extend an interesting AI safety finding.

Pick an open problem from orgs like Open Philanthropy, Redwood Research, UK AISI, AISI’s Alignment Team or Anthropic to start working through

Independently work through technical upskilling programs like ARENA (or find a collaborator in Slack!)

Apply to programs like MATS, Pivotal, LASR, PIBBS or the Anthropic Fellows program to gain research experience with a mentor

## Engineering

> Build tools and frameworks that enable researchers to run experiments efficiently.

Some examples include UK AISI’s Inspect and Anthropic’s Petri. Though it may seem “sexier” to work on research problems, engineers have a huge impact by enabling more impactful research by more people. For example, "evals research" is heavily engineering and ops skewed.

Having a strong software engineering background or even product experience helps develop these tools.

This week you could:

Apply to the Technical AI Safety Project sprint to write and improve safety research code.

Pick an issue on an open-source AI safety tool to resolve

Build an evaluation tool prototype

Participate in a hackathon from orgs like Apart

## Founding

> Start the initiatives that will make AI systems safer.

There may be orgs already working on the thing you care about that you can join, but sometimes headcount, culture fit, location, and other factors can get in the way. Sometimes, there isn’t anyone working on the particular thing you care about.

Having good ideas and being high agency is incredibly helpful. You can apply to our incubator week or other places like Seldon and 5050.

Though working on the models themselves is the most obvious way to contribute, it would be a mistake to think that is the ONLY way to make an impact. AI researchers don’t operate in isolation. They work alongside operations staff, designers, product managers, research managers, recruiters, and subject matter experts.

Many impactful roles exist beyond the categories above. Lean into your unique strengths.


Note

: Technical work is not enough to ensure AI systems are safe. We also need:

Governance mechanisms that enforce safety protocols on all AI developers

AI security to prevent model theft or escape

Societal defenses for harms that slip through (e.g. biosecurity, cybersecurity)

We’ll cover these areas in other courses.

Unit 6 · Start contributing

Choose your focus ≈35m

In this unit, you'll create an action plan for how you could start contributing. This is only the beginning. You're not expected to have a perfect answer right now.

You might find these other courses we offer particularly helpful:

AGI Strategy course for developing your theory of change to steer the trajectory of AI.

Technical AI Safety Project for building your portfolio or testing your fit as an AI safety researcher or engineer.

You might also want to consider getting free 1-1 career advice from 80,000 Hours.

You now have an opportunity to take ownership and _just start making AI go better_. We're really excited about helping you on this journey, and to see what you do! A common failure mode is to think "Oh, I can't actually do X" or to say "Someone else is probably doing Y." You probably can do X, and it's unlikely anyone is doing Y! It could be you!
Neel Nanda · 5m
If you've decided to do a project, you'll find the structure here useful. Although this resource is targeted at software engineers, the guidance is also more generally appplicable. We're in the process of producing guides tailored to those from other backgrounds.
Li-Lian Ang · 10m
Read until the end of "So How Do You Make an AI Safety Professional?" Based on 31 interviews with AI safety leaders, MATS categorises researchers into 'Iterators' (rapid experimenters), 'Connectors' (big-picture theorists), and 'Amplifiers' (team multipliers). They also provide useful guidance on developing within each archetype.
yams & Carson Jones · 15m

Exercise — Prioritise a single intervention.

Based on everything you've learnt about so far during this course, pick a technical AI safety technique.

We've also compiled technical research agendas that different orgs are excited about in the optional resources.

To help you prioritise, consider which technique you think would be effective against the threat you developed in Unit 5.

Exercise — Do your own research.

- What does success look like with this technique? How does it help make AI safer?

What's the current status of this technique? Are governments, AI companies or other actors already doing it? If not, why not?

Which organisations are working on this which you can contribute to or join?

Spend ~1 hour on this.

Unit 6 · Start contributing

Create your 1-pager

Now that you've explored the landscape of technical AI safety, it's time to clarify your own path forward.

Start by creating your 1-pager — a concise document that captures what you're looking for and what you bring to the field. This is useful both for your own thinking and as something you can share with potential employers or collaborators.

We don't expect this to be super detailed or a perfect representation. Treat this as a first draft, and something that's _good enough_ to help you get started.

The optional resources offer additional perspective on building a career in AI safety from independent research to landing roles at frontier AI companies.

Use this template to clarify what you're looking for and showcase what you bring to AI safety. It's useful for helping you think through your own positioning, and giving you something concise to share for future opportunities. When you submit this at the end of the course, you can opt in to have us share it with AI safety orgs who have relevant opportunities. If a different format works better for you, feel free to deviate!
BlueDot Impact

Exercise — Create your 1-pager.

Spend ~1 hour on this.

Once you're finished, 1) make the Google Doc shareable, 2) submit it here, and 3) share it with your group in Slack!

Unit 6 · Start contributing

Next steps: Apply to roles

AI safety orgs are hiring for people who can hit the ground running. You don't need years of AI safety experience. A common mistake is waiting until you feel "ready". If you have relevant professional experience, start applying now.

Independent research org focused on detecting and preventing scheming in frontier AI models Office in London, ~28 people. They build evaluation and monitoring tools to catch strategic deception in AI systems, working directly with frontier AI companies pre-deployment. Co-founder and CEO Marius Hobbhahn is a BlueDot alumni. Learn more from Inside Apollo. Roles open for research, engineering, governance, and operations.
BlueDot
VC-backed research company focused on mechanistic interpretability Offices in SF and NY, ~50 people, $209M raised. Anthropic’s first corporate investment. Their business is built on reverse-engineering new science from foundation models, which means the commercial incentive directly aligns with building better interpretability tools. Co-founder Dan Balsam is a BlueDot alumni. Learn more from Inside Goodfire. Roles open for research, engineering and business.
BlueDot
Startup building certification and insurance for AI agents Based in SF, $15M seed. They believe enterprise AI adoption is held back by unresolved liability and security risks. AIUC provides an independent certification standard (AIUC-1) and insurance coverage so companies can deploy AI agents with accountability. Co-founder Rajiv Dattani is a BlueDot alumni. Roles open for founding product and engineering.
BlueDot
Nonprofit research org tracking the trajectory of AI development Global/remote team, ~27 people. They produce data-driven research on AI's drivers, progress, and impact to inform policymakers, labs, and researchers' decisions. Their datasets and forecasts are widely cited across the field. Roles open for research, data science, and operations.
BlueDot
Nonprofit evaluating frontier AI models for dangerous autonomous capabilities Office in Berkeley, ~35 people. They test whether AI systems can autonomously carry out high-stakes tasks like cyberattacks, self-replication or resisting shutdown, and work with labs like OpenAI and Anthropic to evaluate models before deployment. Roles open for research, engineering, and operations.
BlueDot
Nonprofit demonstrating AI risks to policymakers through live software demos Based in Berkeley and DC, small team (<10). They build interactive demos of AI-powered threats (e.g. deepfakes, phishing, bioweapon risks) and present them directly to government officials. 100+ briefings delivered including to NIST and the Paris AI Action Summit. Co-founder Siddharth Hiregowdara is a former BlueDot facilitator. Roles open for policy, engineering, and design.
BlueDot
Nonprofit doing alignment research, running events, and funding researchers Based in Berkeley with global/remote team, ~40 people, $30M+ in 2025 funding commitments. They work across four pillars: in-house technical research, global events, a Berkeley co-working space for safety researchers, and a ~$12M grantmaking programme. Roles open for research, engineering, and operations.
BlueDot
Nonprofit running the largest AI safety research talent pipeline Offices in Berkeley and London, ~44 staff, planning to double. Beyond running the fellowship, MATS is a growing organisation that needs people to manage research cohorts, compute infrastructure, community, and operations. Co-led by Ryan Kidd, a BlueDot alumni. Roles open for research management, operations, recruiting, and compute administration.
BlueDot
Nonprofit research org focused on AI control Based in Berkeley, ~14 people. Their technical research focuses on developing methods to ensure that AI systems act in accordance with their developers' intent, even in the face of internal misalignment. Roles open for ML researchers and engineers.
BlueDot
Software development agency that funds its own alignment research from consulting revenue Based in LA, US remote-friendly, ~150 people. They build tech products for clients (Fortune 10, top startups) and reinvest profits into a dedicated alignment research team exploring overlooked directions. Projects include a collaboration with Anthropic on mitigating CBRN misuse. Roles open for data scientists, alignment researchers, and engineers.
BlueDot
Interactive AI demos and explainers to help people make sense of AI progress Remote, ~3 people. Run by Sage, a US nonprofit. They build visual explainers of AI capabilities and run AI Village, where frontier AI agents operate with long-term goals livestreamed daily. Director Adam Binks is a BlueDot alumni. Hiring a Member of Technical Staff.
BlueDot
UK government research org testing frontier AI systems for dangerous capabilities Office in London, 100+ technical staff. They evaluate frontier AI models before public release, publish research on AI risks, and advise government on emerging capabilities. Built and open-sourced Inspect, a widely used evals framework. 10+ facilitators and alumni work here. Roles open for researchers, engineers, policy analysts, and operations. Technical roles offer visa sponsorship for most nationalities.
BlueDot
Unit 6 · Start contributing

Next steps: Technical fellowships

Fellowships are a common entry point into technical AI safety research. They offer mentorship, structure, and a chance to test your fit before committing to a full-time role. If you're unsure whether you're ready, apply anyway.

The flagship mentored research programme with top alignment researchers. 12 weeks in-person in Berkeley/London + optional 6-12 month extension. Alumni at Anthropic, OpenAI, DeepMind, UK AISI and founded Apollo, Timaeus, Theorem. Mentors from Anthropic, DeepMind, Redwood Research, METR, etc. Highly competitive (5% acceptance).
BlueDot
Top-tier mentors and major compute budget. 3-6 months in-person in Berkeley. Mentors include Jan Leike, Owain Evans, Ryan Greenblatt, Buck Shlegeris. ~$15K/month compute budget per fellow. 80%+ of first cohort now in full-time roles at Anthropic, Redwood, METR, DeepMind, UK AISI. Incubation support for those launching new projects or orgs.
BlueDot
4-month research programme with direct Anthropic mentorship. Mentors include Jan Leike, Ethan Perez, Sam Bowman, Fabien Roger. ~$15k/month compute budget. 80%+ of first cohort produced papers; 40%+ joined Anthropic full-time. Based in Berkeley or London, or remote (US/UK/Canada). No prior ML experience required.
BlueDot
Team-based: groups of 3-4 write an academic paper together. 13 weeks in-person in London. 90% of alumni now in AI safety/security; all 2024 papers accepted to NeurIPS workshops. Supervisors from Google DeepMind, UK AISI, Apollo Research. Requires ML engineering experience and strong quantitative skills. Alumni at UK AISI, Apollo, OpenAI dangerous capabilities evals.
BlueDot
Research fellowship focused on mitigating AI risk with governance and/or technical approaches. 8 weeks, fully funded, in Cambridge. Includes expert mentorship, an events schedule, and a research symposium. Alumni published at NeurIPS, placed at RAND, UK AISI and GovAI.
BlueDot
ML skills bootcamp for technical safety work. 4-5 weeks in-person in London; requires maths/coding background. Covers transformer architectures, interpretability, RL, and evals through hands-on exercises. Alumni at Apollo Research, Anthropic, METR, UK AISI. Good preparation for more research-focused fellowships like MATS or LASR.
BlueDot
Individual research fellowship with 1:1 mentorship. 9 weeks in-person in London with mentors from DeepMind, GovAI, UK AISI, Redwood. 70% received funded extensions. Alumni at UK AISI, Apollo Research and Google DeepMind.
BlueDot
Part-time and remote: do it alongside a job or studies. 3 months, 5-20 hrs/week, no prior research experience required. 100+ projects with mentors from Google DeepMind, RAND, Apollo Research, MIRI, UK AISI, and more. Research published at NeurIPS and ICML.
BlueDot
Part-time and remote: test your fit & build your portfolio 30 hours over 5 weeks. Project funding available. Work with an AI safety expert to make a contribution to AI safety research or engineering. Runs monthly.
BlueDot
Unit 6 · Start contributing

Next steps: Policy fellowships

Technical understanding is valuable in policy roles. If you're drawn to shaping how AI is governed rather than building safety techniques directly, these fellowships can help you pivot.

If you're considering AI governance or policy, our Frontier AI governance course is a great place to start.
BlueDot
The original AI governance research fellowship. 3 months in-person in London or DC. Helped define the field since 2018. Alumni at US/UK/EU government, DeepMind, OpenAI, Anthropic, RAND, CSET. Research topics include, but not limited to, risk management, threat modelling, economics of AI, and geopolitics of AI.
BlueDot
AI policy fellowship with a focus on US AI policy, compute policy, and international AI governance. 3 months DC-based or remote with mandatory 2-week DC residency. Alumni at RAND and Institute for Progress. Good entry point into DC policy ecosystem, but open to international applicants.
BlueDot
US emerging tech policy fellowship facilitating job placements in the US executive branch, Congress, and think tanks for early- and mid-career individuals. A 6-24 months full-time, requires US work authorisation. Past placements have included Department of Commerce, Department of Energy, Defense Advanced Research Projects Agency (DARPA), and many more.
BlueDot
EU tech policy fellowship with optional Brussels think tank placement. Online training + summit + 4-6 month placement. Strong preference for EU citizens. Good for those targeting European AI Act implementation, EU institutions, or Brussels think tanks.
BlueDot
Database of 70+ US policy fellowships
BlueDot
Unit 6 · Start contributing

Next steps: Other fellowships

Not all paths fit neatly into "technical" or "policy". These fellowships serve specific niches: journalists, interdisciplinary researchers, or those exploring adjacent problems like biosecurity. Worth a look if your background is unusual.

For AI journalists: placements at Bloomberg, Guardian, TIME, MIT Tech Review, The Verge. 1 year: 10-week remote training + SF summit + 9-month newsroom placement. 42% of alumni transitioned to full-time journalism roles at leading outlets.
BlueDot
For PhD/postdocs, professors or professionals applying other fields (neuroscience, ecology, econ, physics) to AI safety. 3-month summer programme with retreats in London or The Bay. Special tracks include Cooperative AI and Gradual Disempowerment. Alumni at Anthropic, UK AISI, Apart Research.
BlueDot
Database of 200+ fellowships
80,000 Hours
Unit 6 · Start contributing

Next steps: Programs


Optional resources
Empirical AI security/safety projects across a variety of areas proposed by Redwood researchers.
Greenblatt et al.
This article is long, but full of action-guiding advice which might help you to narrow in on what skills you might want to build, or what sort of long-term path in technical alignment you might want to pursue. We recommend skipping the sections that sound less relevant to you.
Charlie Rogers-Smith · 45m
Use this template to develop your own personal action plan. If you think a different template would work better for you, we encourage you to deviate!
Dewi Erwan · 10m
A helpful guide laying out some suggested steps for gaining skills towards an eventual role as a machine learning research engineer. These are highly applicable to many roles at alignment organisations.
Gabe Mukobi · 15m
This introduces the concept of Pareto frontiers. The top comment by Rob Miles also ties it to comparative advantage. While reading, consider what Pareto frontiers your project could place you on.
John Wentworth · 5m
This piece argues that at the early stage of your research career, you should think of yourself as an entrepreneur trying to build products (i.e. research outputs) that customers (i.e. the broader community) want to consume.
Toby Shevlane · 10m
This blog post tells the story of how one independent alignment researcher got into the field, including how they find research ideas and gain funding. We recommend you also read the comments, particularly the top comment by Steven Byrnes for a slightly different perspective.
John Wentworth · 15m