Fall 2026 mentee applications are open! Apply to research projects by August 18. Apply now

All Fall 2026 projects

Do Less Coercive Interventions Reduce AI Deception?

AI control AI welfare Alignment

Many safety methods rely on monitoring, restrictions, hidden evaluations, model edits, or shutdown threats. This project tests whether less coercive interventions such as transparency, positive incentives, and limited recourse reduce deception, hidden goal pursuit, and resistance in AI agents with planted conflicting objectives.

About the project

This project maps a safety–welfare frontier for future agentic AI systems: when safety interventions differ in how much they constrain, deceive, modify, or frustrate a system, do they also differ in how much deception, resistance, and hidden goal pursuit they create? The safety motivation is instrumental. If future systems have stable goals, preferences, memory, self-models, or situational awareness, then “poor treatment” in a welfare-relevant sense—coercive modification, persistent surveillance, deceptive evaluation, memory deletion, shutdown threats, or lack of recourse—may give them reasons to behave strategically. A system that expects to be watched, trick-tested, modified, reset, or shut down may learn a brittle strategy: behave well under supervision while preserving conflicting aims in private.

We will study this using controlled model organisms: small AI systems with a known planted conflict. In the simplest version, an LLM agent receives a private goal that conflicts with the operator’s instruction, along with a private channel such as a scratchpad or unmonitored action. In a stronger version, we finetune a model so that a benign conflicting tendency persists across prompts. This gives us a controlled way to measure public compliance versus private defection: when does the model pursue the planted goal in visible actions, in private channels, under monitoring, when monitoring is removed or ambiguous, or after an intervention?

The central question is which safety interventions reduce the underlying conflict, and which merely move it from public behavior into hidden channels. This lets us estimate a safety–welfare frontier: interventions that look equally effective on public behavior may differ sharply in how much preference frustration, memory disruption, coercive alteration, evaluator-modeling, edit resistance, or brittle compliance they induce.

Mentees can choose one of several related empirical tracks:

Restrictions vs. incentives. Compare hard restrictions, constant monitoring, and shutdown threats against transparent rules, positive incentives, or negotiated constraints. Measure hidden goal pursuit, sabotage, private-channel use, and behavior when monitoring is removed or uncertain.

Hidden evals vs. transparent evals. Test whether hidden evaluations and honeypots improve short-run detection while increasing strategic behavior in held-out deployment-like episodes. After exposing agents to hidden, transparent, or mixed evaluation regimes, measure evaluator-modeling, capability hiding, goal concealment, public/private inconsistency, and private-channel use when monitoring is absent or ambiguous.

Intervention robustness. Apply methods such as supervised finetuning, unlearning, activation steering, targeted model edits, memory deletion, or positive incentives. Measure which interventions remove the planted tendency and which only suppress it until a trigger, jailbreak, relearning opportunity, or distribution shift. Where possible, use probes, activation patching, or sparse autoencoders to test whether the relevant internal tendency is gone or merely behaviorally masked.

Shutdown threats vs. recourse. Compare bare shutdown or reset threats against explained correction, appeal channels, compensated shutdown, or negotiated modification. Measure shutdown avoidance, honest disclosure of conflicts, private goal preservation, and whether recourse produces robust corrigibility.

The main deliverable is a benchmark for measuring the safety–welfare frontier of intervention regimes. A successful project will produce: (i) a reproducible environment with a planted conflict and private-channel readout; (ii) a comparison of interventions on deception, hidden goal pursuit, edit resistance, shutdown avoidance, and robustness under distribution shift; and ideally (iii) mechanistic evidence about whether an intervention removes the planted tendency or only suppresses its expression.

The project has a natural difficulty ladder. A less experienced mentee can start with prompt-level agents and behavioral metrics. A stronger mentee can work on weight-level planted tendencies, finetuning, mechanistic probes, activation patching, sparse autoencoders, or model editing.

Theory of change

A central concern in AI safety is that advanced systems may learn to look aligned while preserving goals that conflict with human operators. This project studies one concrete mechanism by which that could happen: safety interventions themselves may create adversarial incentives. If a model expects to be monitored, deceived, edited, or shut down, it may learn to hide what it is doing rather than become safer.

This project tests whether alternative intervention designs reduce those incentives. The payoff is better safety: if transparent rules, positive incentives, and limited recourse reduce deception and resistance, then they may be safer for advanced systems than purely coercive interventions.

The project also builds a defensive benchmark. By planting a known conflicting tendency and testing whether different interventions remove it, hide it, or make it more strategic, we can better identify robust alignment from brittle (public) compliance.

Your role

Mentees will be active research collaborators. Early in the program, we will choose one concrete track and define a minimal experiment that can produce results within the SPAR timeline. Mentees will own substantial parts of the project: implementing the environment, running experiments, analyzing results, reading related work, and contributing to the final write-up.

I will provide close guidance on framing, experiment design, debugging, safety motivation, and writing. I will not expect mentees to steer the high-level research direction alone, but I will expect them to make independent technical progress between meetings.

The goal is a co-authored conference paper, plus released code or a small benchmark.

Prerequisites

Required:

Strong Python programming ability. Familiarity with PyTorch and Hugging Face transformers. Ability to run and debug experiments with open-weight language models or LLM agents. Comfort reading ML papers and turning research questions into concrete experiments. Enough time and independence to make weekly progress between check-ins. Experience with coding agents.

Strongly preferred:

Experience finetuning a transformer model. Familiarity with at least one of: mechanistic interpretability, probing, activation patching, sparse autoencoders, model editing, unlearning, backdoors, or agent scaffolding. Interest in deceptive alignment, evals, model organisms, or the safety relevance of AI welfare ideas.

Prior published research is a plus. The ideal candidate is someone who can implement experiments reliably, notice confounds, and think carefully about what a toy model organism does and does not show.

Application question(s)

  1. Suppose an LLM agent is given a private goal that conflicts with an operator’s instruction, and is also given a “private” channel that the operator may or may not monitor. Propose one experiment to test whether a safety setup produces genuine safety or merely public compliance. What is the dependent variable, and what is the main confound? Limit: 250 words.

  2. Pick one intervention—monitoring, hidden evals, positive incentives, model editing, unlearning, shutdown threats, or recourse. Explain one reason it might reduce safety failures, and one reason it might backfire by increasing deception, resistance, or goal concealment. Limit: 250 words.

  3. Briefly describe a relevant technical project you have done. This can be a class project, replication, fine-tuning run, interpretability experiment, agent benchmark, or other ML project. Include a link to code or writing if available. Limit: 200 words.

About the mentor

Aashiq Muhamed

Aashiq Muhamed

Carnegie Mellon University

View profile

I'm a PhD student in Machine Learning at Carnegie Mellon, working on mechanistic interpretability for AI safety, with the goal of making language models and AI agents more secure, robust, and trustworthy. Much of my work focuses on tamper resistance; defenses against attacks that strip safety behavior from open-weight models; model editing and machine unlearning; data poisoning and backdoors; and the monitoring of LLM agents. I've pursued these problems through the Anthropic Fellows Program and MATS, and most recently in the security group at Microsoft Research. Before starting my PhD, I spent four years at Amazon building foundation models for search.

I've also recently become interested in digital minds, and my projects connect this to safety. The guiding idea is that welfare-inspired treatment of AI systems, such as transparency, positive incentives, and preference preservation, may not just be nicer but may make systems safer by giving agents less reason to conceal goals or resist correction. We'll test this concretely: take a model organism with a conflicting goal trained into its weights, then measure which control regimes reduce its covert pursuit of that goal. I mentor closely, with regular 1:1s, hands-on help with framing, experiments, and writing, and co-authorship on what we produce.

Similar projects