Project Details
Updated 07/14/26 · Edited by orgA common analogy when describing LLMs is that models are grown, not built, and for this reason, models often learn traits we’d rather not have, such as malice or sycophancy. Recently, new train time techniques, during finetuning, like Inoculation Prompting (Tan et al., 2025; Wichers et al., 2025) have emerged to inoculate against the effects of undesired traits like malice. However, despite progress in the space, no one knows what off-target traits an IP might inoculate; we are shooting in the dark (Tan et al., 2025; Riché & nielsrolf, 2026). We can check whether an IP inoculates a specific trait once we have a clear trait definition, but to check all off-target alternatives is computationally infeasible, nor is it possible to know in advance what might be accidentally inoculated against. Broadly, the planned method first constructs an “Inoculation Vector” by reading the activation shift a candidate prompt induces on the model’s activations, decomposes the vector into interpretable features using SAEs, and outputs a prediction of which traits the IP suppresses or amplifies, including off-target traits that weren’t the intended target. Notably, this method relies only on activations from inference and publicly available or one-time costs (SAEs) that model developers commonly train anyway, rather than numerous costly finetuning runs.
Importantly, to validate this hypothesis, I ran proof-of-concept experiments on various toy and real environments (e.g., GCD sycophancy) where predictions before training correctly identified key traits with high correlation (r≈0.8, based on ground truth fine-tuning results) and maintained effectiveness on out-of-distribution prompts (r≈0.6). Moreover, I evaluated the method against numerous naive baselines (e.g., lexical baselines) to justify the added complexity, and iteratively designed the experiments to avoid confounds (e.g., conditionalization). I plan on running experiments to investigate the mechanism and validate the method across various model families, sizes, and environments (Gemma2-2B-it, Qwen3.5-4B, Qwen3.6-27B, etc.).
I'll be working independently with the help of my project lead at my current research internship/fellowship (Eleuther SOAR) and plan to informally seek the advice of other researchers in the Eleuther community. As an output, I plan on creating an open-source tool and a peer-reviewed paper (goal venue: TMLR). Additionally, even in the case where the method is unfruitful, a negative result will still elucidate useful information about IP's mechanism and effects, which can inform the use and/or future method development.
I'm currently an AI Safety Research Intern at Eleuther AI as a part of their Summer of Open AI Research (SOAR) program (One of 70-80 selected worldwide out of 3500+). I have also been a part of Bluedot's Technical AI Safety Course (a selective, cohort-based class), have completed ARENA's course, and am actively engaged in the AI safety community by taking part in reading groups, for instance. Before my work in AI safety, I did work in BioML, collaborating with researchers at UCSD (IEM), UCSC (Marinescu Lab), and Cambridge (Department of Genetics), with much of my work in the publication pipeline at the moment (e.g., MLCB 2026).
Theory of Impact
Updated 07/17/26 · By grantmaking.aiInoculation Prompting (IP) is one of our best defenses for preventing models from learning undesired traits, and due to its effectiveness and ease of use, it is being increasingly used at frontier labs (e.g., Anthropic) during production of their frontier models (e.g., Mythos; see Mythos System Card Section 5.2). In the future, the use of IP will only continue to grow beyond the small-scale use in the status quo.
However, IP, as shown by recent work (Tan et al., 2025; Riché & nielsrolf, 2026), has the potential to inoculate off-target positive traits to a significant extent. Ultimately, this means that as IP becomes more prevalent, the potential negative effects of a bad inoculation prompt have the potential to compound undetected, for the effects of a bad IP are difficult to detect in standard benchmarks and often only manifest in very specific but harmful manners. Specifically, the consequences of unintended off-trait inoculation are a shift in the trait/persona, which could cause a model to be more malicious, more prone to hallucination, and a plethora of other negative effects from the downstream consequences of a shift in traits/persona (e.g, human-AI interactions, misinformation).
As such, funding my work will therefore directly reduce x-risk in two ways. Firstly, it will enable the development of a robust method to detect off-target inoculation (critical as IP scales). Secondly, it will increase understanding of IP's mechanism to help model developers make safer and more robust models by being aware of the effects various IPs have on the model’s traits/persona.
People
Updated 07/17/26 · By grantmaking.aiTeam Member
Funding Details
- -
- -
- 4 months
- -
- -
- -
- -
- -
- -
- -
Private grant
Only visible to verified funders, reviewers, and admins.
Discussion
Private comment. Only shown to approved funders and grant reviewers.
Hi, @Nikhil Maturi !
Excited to recommend the $13450 grant to your project
Before distributing the grant, I want to confirm:
- Did you receive funding from anywhere since submitting this application, or has the funding ask changed for any other reason?
- Please confirm your commitment to post quarterly updates on how the project is going
Private comment. Only shown to approved funders and grant reviewers.
Private comment. Only shown to approved funders and grant reviewers.
Hi Anton, thank you for the support!
- I have received a Tinker Grant (API Credits to be used only on their platform) to support the fine-tuning compute cost ($1,355) listed in the budget. Notably, the rest of the money ($13450 - $1355 = $12,095) is still not funded and would be financed by this grant.
- Yes, I commit to posting quarterly updates on the project's progress.
Perfect, you’ll receive instructions to receive funds shortly
Really glad to see this get submitted. The idea of using activation shifts and SAEs to predict off-target IP effects instead of expensive finetuning runs is smart, and the early r≈0.8 results are a good sign it’s onto something real. Hope this gets funded.