The Winter 2022-23 cohort supported 58 fellows with 17 mentors including researchers from Anthropic, MIRI, ARC, Redwood Research, and other leading organizations. This cohort introduced the Scholar Support team to provide research coaching and unblocking assistance to scholars throughout the program. The program ran 6 weeks online followed by 2 months in-person in Berkeley and featured scholar-led activities including study groups on mechanistic interpretability and linear algebra, weekly lightning talks, and workshops on research tools and technical writing. Notable alumni from this cohort include Marius Hobbhahn, who founded Apollo Research and published work on mechanistic interpretability; Asa, who co-authored papers on measuring situational awareness and the "reversal curse" in large language models; and Jesse Hoogland, who founded Timaeus and developed the developmental interpretability research agenda.
Applications are now closed.

Key dates for the application and admissions timeline
Applications typically open several months before the program begins. Applicants complete a multi-stage admissions process, beginning with a general application. Depending on the tracks, streams, and mentors they apply to, applicants may also complete additional evaluations such as interviews, work tests, coding assessments, or writing samples before final admissions decisions are made.
The main program is a 10 to 12 week full-time research fellowship. Fellows work closely with one or more mentors on independent research projects while participating in workshops, talks, office hours, and the broader MATS community. Research directions are developed collaboratively with mentors, with increasing independence throughout the program.
The extension phase typically begins approximately two weeks after the main program concludes. Fellows who demonstrate strong research potential during the main program may apply for a funded 6 to 12 month extension. Extension fellows continue developing independent research with ongoing mentorship and support, typically working from MATS offices or other approved research locations. In recent cohorts, roughly 80% of fellows who applied to the extension phase were accepted.
MATS aims to accelerate researchers who will:
MATS alumni have gone on to publish safety research, join alignment organizations, including Anthropic and MIRI, and found an alignment research lab. You can read more about MATS alumni here.
Steering Language Models With Activation Engineering
Prompt engineering and finetuning aim to maximize language model performance on a given metric (like toxicity reduction). However, these methods do not fully elicit a model's capabilities. To reduce this gap, we introduce activation engineering: the inference-time modification of activations in order to control (or steer) model outputs. Specifically, we introduce the Activation Addition (ActAdd) technique, which contrasts the intermediate activations on prompt pairs (such as"Love"versus"Hate") to compute a steering vector (Subramani et al. 2022). By tactically adding in e.g. the"Love"-"Hate"steering vector during the forward pass, we achieve SOTA on negative-to-positive sentiment shift and detoxification using models including LLaMA-3 and OPT. ActAdd yields inference-time control over high-level output properties (like topic and sentiment) while preserving performance on off-target tasks. ActAdd is lightweight: it does not require any machine optimization and works with a single pair of data points, which enables rapid iteration over steering. ActAdd demonstrates the power of activation engineering.
Authors:
Lisa Thiergart, David Udell, Ulisse Mini
Alexander Matt Turner, Lisa Thiergart, Gavin Leech, David Udell, Juan J. Vazquez, Ulisse Mini, Monte MacDiarmid
Date:
Aug 17, 2026
Citations:
475
Steering Llama 2 via Contrastive Activation Addition
We introduce Contrastive Activation Addition (CAA), an innovative method for steering language models by modifying their activations during forward passes. CAA computes"steering vectors"by averaging the difference in residual stream activations between pairs of positive and negative examples of a particular behavior, such as factual versus hallucinatory responses. During inference, these steering vectors are added at all token positions after the user's prompt with either a positive or negative coefficient, allowing precise control over the degree of the targeted behavior. We evaluate CAA's effectiveness on Llama 2 Chat using multiple-choice behavioral question datasets and open-ended generation tasks. We demonstrate that CAA significantly alters model behavior, is effective over and on top of traditional methods like finetuning and system prompt design, and minimally reduces capabilities. Moreover, we gain deeper insights into CAA's mechanisms by employing various activation space interpretation methods. CAA accurately steers model outputs and sheds light on how high-level concepts are represented in Large Language Models (LLMs).
Authors:
Nick Gabrieli, Nina Panickssery (née Rimsky), Julian Schulz, Meg Tong
Nina Panickssery, Nick Gabrieli, Julian Schulz, Meg Tong, Evan Hubinger, Alexander Matt Turner
Date:
Aug 17, 2026
Citations:
671
Incentivizing honest performative predictions with proper scoring rules
Proper scoring rules incentivize experts to accurately report beliefs, assuming predictions cannot influence outcomes. We relax this assumption and investigate incentives when predictions are performative, i.e., when they can influence the outcome of the prediction, such as when making public predictions about the stock market. We say a prediction is a fixed point if it accurately reflects the expert's beliefs after that prediction has been made. We show that in this setting, reports maximizing expected score generally do not reflect an expert's beliefs, and we give bounds on the inaccuracy of such reports. We show that, for binary predictions, if the influence of the expert's prediction on outcomes is bounded, it is possible to define scoring rules under which optimal reports are arbitrarily close to fixed points. However, this is impossible for predictions over more than two outcomes. We also perform numerical simulations in a toy setting, showing that our bounds are tight in some situations and that prediction error is often substantial (greater than 5-10%). Lastly, we discuss alternative notions of optimality, including performative stability, and show that they incentivize reporting fixed points.
Authors:
Johannes Treutlein, Jeremy Rubinoff (Rubi J. Hudson)
Caspar Oesterheld, Johannes Treutlein, Emery Cooper, Rubi Hudson
Date:
Aug 17, 2026
Citations:
11
How to Catch an AI Liar: Lie Detection in Black-Box LLMs by Asking Unrelated Questions
Large language models (LLMs) can"lie", which we define as outputting false statements despite"knowing"the truth in a demonstrable sense. LLMs might"lie", for example, when instructed to output misinformation. Here, we develop a simple lie detector that requires neither access to the LLM's activations (black-box) nor ground-truth knowledge of the fact in question. The detector works by asking a predefined set of unrelated follow-up questions after a suspected lie, and feeding the LLM's yes/no answers into a logistic regression classifier. Despite its simplicity, this lie detector is highly accurate and surprisingly general. When trained on examples from a single setting -- prompting GPT-3.5 to lie about factual questions -- the detector generalises out-of-distribution to (1) other LLM architectures, (2) LLMs fine-tuned to lie, (3) sycophantic lies, and (4) lies emerging in real-life scenarios such as sales. These results indicate that LLMs have distinctive lie-related behavioural patterns, consistent across architectures and contexts, which could enable general-purpose lie detection.
Authors:
Lorenzo Pacchiardi, Alex Chan, Ilan Moscovitz
Lorenzo Pacchiardi, Alex J. Chan, Sören Mindermann, Ilan Moscovitz, Alexa Y. Pan, Yarin Gal, Owain Evans, Jan Brauner
Date:
Aug 17, 2026
Citations:
87
Towards Understanding Sycophancy in Language Models
Human feedback is commonly utilized to finetune AI assistants. But human feedback may also encourage model responses that match user beliefs over truthful ones, a behaviour known as sycophancy. We investigate the prevalence of sycophancy in models whose finetuning procedure made use of human feedback, and the potential role of human preference judgments in such behavior. We first demonstrate that five state-of-the-art AI assistants consistently exhibit sycophancy across four varied free-form text-generation tasks. To understand if human preferences drive this broadly observed behavior, we analyze existing human preference data. We find that when a response matches a user's views, it is more likely to be preferred. Moreover, both humans and preference models (PMs) prefer convincingly-written sycophantic responses over correct ones a non-negligible fraction of the time. Optimizing model outputs against PMs also sometimes sacrifices truthfulness in favor of sycophancy. Overall, our results indicate that sycophancy is a general behavior of state-of-the-art AI assistants, likely driven in part by human preference judgments favoring sycophantic responses.
Authors:
Meg Tong
Mrinank Sharma, Meg Tong, Tomasz Korbak, David Duvenaud, Amanda Askell, Samuel R. Bowman, Newton Cheng, Esin Durmus, Zac Hatfield-Dodds, Scott R. Johnston, Shauna Kravec, Timothy Maxwell, Sam McCandlish, Kamal Ndousse, Oliver Rausch, Nicholas Schiefer, Da Yan, Miranda Zhang, Ethan Perez
Date:
Aug 17, 2026
Citations:
757
Do the Rewards Justify the Means? Measuring Trade-Offs Between Rewards and Ethical Behavior in the MACHIAVELLI Benchmark
Artificial agents have traditionally been trained to maximize reward, which may incentivize power-seeking and deception, analogous to how next-token prediction in language models (LMs) may incentivize toxicity. So do agents naturally learn to be Machiavellian? And how do we measure these behaviors in general-purpose models such as GPT-4? Towards answering these questions, we introduce MACHIAVELLI, a benchmark of 134 Choose-Your-Own-Adventure games containing over half a million rich, diverse scenarios that center on social decision-making. Scenario labeling is automated with LMs, which are more performant than human annotators. We mathematize dozens of harmful behaviors and use our annotations to evaluate agents' tendencies to be power-seeking, cause disutility, and commit ethical violations. We observe some tension between maximizing reward and behaving ethically. To improve this trade-off, we investigate LM-based methods to steer agents' towards less harmful behaviors. Our results show that agents can both act competently and morally, so concrete progress can currently be made in machine ethics--designing agents that are Pareto improvements in both safety and capabilities.
Authors:
Jonathan Ng
Alexander Pan, Jun Shern Chan, Andy Zou, Nathaniel Li, Steven Basart, Thomas Woodside, Jonathan Ng, Hanlin Zhang, Scott Emmons, Dan Hendrycks
Date:
Aug 17, 2026
Citations:
200
Understanding and Controlling a Maze-Solving Policy Network
To understand the goals and goal representations of AI systems, we carefully study a pretrained reinforcement learning policy that solves mazes by navigating to a range of target squares. We find this network pursues multiple context-dependent goals, and we further identify circuits within the network that correspond to one of these goals. In particular, we identified eleven channels that track the location of the goal. By modifying these channels, either with hand-designed interventions or by combining forward passes, we can partially control the policy. We show that this network contains redundant, distributed, and retargetable goal representations, shedding light on the nature of goal-direction in trained policy networks.
Authors:
Ulisse Mini, Peli Grietzer
Ulisse Mini, Peli Grietzer, Mrinank Sharma, Austin Meek, Monte MacDiarmid, Alexander Matt Turner
Date:
Aug 17, 2026
Citations:
22
Finding Neurons in a Haystack: Case Studies with Sparse Probing
Despite rapid adoption and deployment of large language models (LLMs), the internal computations of these models remain opaque and poorly understood. In this work, we seek to understand how high-level human-interpretable features are represented within the internal neuron activations of LLMs. We train $k$-sparse linear classifiers (probes) on these internal activations to predict the presence of features in the input; by varying the value of $k$ we study the sparsity of learned representations and how this varies with model scale. With $k=1$, we localize individual neurons which are highly relevant for a particular feature, and perform a number of case studies to illustrate general properties of LLMs. In particular, we show that early layers make use of sparse combinations of neurons to represent many features in superposition, that middle layers have seemingly dedicated neurons to represent higher-level contextual features, and that increasing scale causes representational sparsity to increase on average, but there are multiple types of scaling dynamics. In all, we probe for over 100 unique features comprising 10 different categories in 7 different models spanning 70 million to 6.9 billion parameters.
Authors:
Wes Gurnee
Wes Gurnee, Neel Nanda, Matthew Pauly, Katherine Harvey, Dmitrii Troitskii, Dimitris Bertsimas
Date:
May 7, 2026
Citations:
331
The MATS Program is supported by a diverse and highly respected group of mentors — top-tier researchers, engineers, and thinkers working across AI alignment, governance, interpretability, and security.
A track is a broad research area within MATS. Empirical, Theory, Strategy & Forecasting, Policy & Governance, Systems Security, Founder & Field-Building, and Biosecurity are our current tracks. Each track contains multiple streams. In Stage 1, you apply to tracks.
Streams are organized around a research agenda, led by one or more mentors who guide fellows through related projects. In Stage 2, applicants apply to streams within tracks based on research that interests them.
You may apply to as many tracks as you wish at Stage 1. At Stage 2, depending on which tracks you progress in, you may then apply to as many streams as you wish within those tracks; there is no cap. The process is comparable to applying to PhD supervisors.
We want to be flexible for applicants who have urgent prior commitments. Based on individual circumstances, we may be willing to alter the time commitment of the program and allow fellows to leave early or arrive late. Please inform us of your availability in the application process.
Applicants who will be 18 years or older before the program start date are eligible to apply. Both US and non-US citizens are eligible to apply. All backgrounds and levels of experience are welcome and prior AI safety experience is not required.
Yes. The 12-week program requires fellows to commit 40 hours per week to their MATS research. For exceptionally strong candidates with significant concurrent responsibilities, the time commitment can be reduced to 20 hours per week on a case-by-case review. However, the program maintains an expectation of sustained, high-level engagement, including regular participation in core activities and most organized events. Candidates that require a J1 visa to come to the US are unable to participate part time; they can only work part time if they participate remotely or from the UK.
Yes, upon submitting you will receive a link that lets you edit your response. Please note that you will not be able to edit your response once the application period ends.
LLMs may not be used to write any part of your application unless specific work tests or forms explicitly permit it. MATS monitors for LLM use, and applicants found to have used LLMs may be disqualified.
Depending on the evaluations of the tracks and streams you apply to in Stages 1 and 2, we will contact your references. We will send them a form with our own set of questions, so they will not have to prepare a reference letter.
Although MATS sometimes supports UC Berkeley-based mentors, MATS is an independent program and is not formally part of UC Berkeley. As such, MATS will not be providing student cards to our scholars.
The main program, or Research Phase, takes place in person in Berkeley, CA and London, UK. Historically, most fellows participate from Berkeley. London is typically chosen by fellows who want to co-locate with their mentor or who have a preference to work from the UK instead of US.Will this program be remote or in-person?
The main program, or the Research Phase takes place in Berkeley, CA and London, UK, with the majority of fellows participating from Berkeley. We strongly encourage in-person participation when possible, as a core part of the program experience comes from day-to-day interactions with your cohort and others in the broader AI safety ecosystem.
Decisions about remote participation are made on a case-by-case basis and depend primarily on mentor preferences, many of whom are open to the possibility, especially if you have family or other obligations that make in-person participation difficult. We strongly encourage in-person participation when possible, as a core part of the program experience comes from day-to-day interactions with your cohort and others in the broader AI safety ecosystem.
If you have difficulties in securing a visa to participate from Berkeley, we are likely to be able to support participation from our London office.The 6–12 month extension gives fellows the option to participate from Berkeley, London, or remotely.
MATS is a scientific and educational seminar and independent research program, and provides J1 visas for non-American participants. Participants can also opt to participate from our London office; however, please note that visa support is not available for that option.
During the main program, fellows should expect to meet with their mentor for at least one hour per week, with more frequent communication via Slack. The extent of mentor support will vary depending on the project and the mentor.
Fellows will also receive support from MATS’ Research Management team, who work with mentors by tracking scholar research progress, unblocking scholar research, and assisting with grant applications and deadlines.
Fellows develop as researchers by working with an experienced research mentor, interacting with other fellows, and receiving support from our Research Management team. Research managers meet weekly with most fellows and mentors and help with research strategy, research unblocking, and project coordination.
Other forms of training include workshops on different parts of the research process and seminars on a variety of AI technical safety and governance research.
Throughout the program, each fellow will work on an independent research project with input and guidance from your mentor(s). Depending on which stream you participate in, you may collaborate with other fellows in your stream.
Traditionally, fellows submit a Research Plan midway through the program and present their research at the Fellow Symposium at the end of the program.
We welcome feedback. For feedback for the whole team (visible by all MATS staff), please use this form. For feedback that will only be visible to the Co-Executive Directors, Ryan and Christian, please submit here.
You can contact the MATS Board of Directors using this linked form (responses are only viewable by the Board). Please only use this if you feel your question or concern requires board-level attention.