You're pledging to donate if the project hits its minimum goal and gets approved. If not, your funds will be returned.
This project builds one instrument for working inside a language model, instead of the usual split where you need one tool to read internals, another to steer output, and another to edit weights. I fit a geometry to the model's own activations so that reading, steering and editing all happen in that same space. It works both in the residual stream and at the level of individual neurons.
The reason for building it that way is that reading and acting share one frame, so a measurement can be turned into an intervention and checked. If I claim some internal state means something, I can move that state and see whether the behaviour follows.
The problem this project would work on is a model that looks aligned in its chain of thought while representing something different underneath. Evaluation awareness is the first case: models that say, in their reasoning, that they suspect they are being tested. Reading that sentence is currently how the field notices it and in my current experiments I have been able to suppress it in COT, so its absence no longer tells you much. What I want to find out is whether I can suppress the awareness itself, not just the model saying it.
Compute: $8k
Subscriptions(Claude,HF): $1000
My expenses for 3 months: $6k
Just me.
I have previously co-authored a research paper on AI alignment(RAFT: Reward rAnked FineTuning for Generative Foundation Model Alignment).
I have run tests for my project on a smaller model (Qwen3.5-4B). I have been able to achieve the following:
Steering multiple regions of the model at once, a conserving rotation in its own geometry
Token readout, swap and steering: reading each layer's prediction, and swapping one token's direction inside the forward pass. The interaction is similar to the Jacobian lens, but the operator is different. Theirs exchanges the two directions, mine transfers the source component onto the target one and the swap direction comes from my own geometric equation rather than a fitted Jacobian.
Eval-awareness suppression: suppresing eval verbalised awareness seen in the thinking mode/COT( this removes the model saying it's being tested, not necessarily the awareness. That's what I want to work on.)
The most likely cause for the project to fail will be that the method I have built fails to find where the awareness sits. So, If the project fails on Eval awareness supression we will still have a novel model editing method tested on large open-source language models, and a research paper on it.
Currently, I have not raised money for this project.