← Kurt Pieper

Weak-To-Strong Warm-Starting NLAs: Preliminary Evidence

A draft, July 2026. Comments welcome, via mail or anonymously.

(if you are unfamiliar with NLA's, read the quick primer)

Problems with NLA's

(this section exists mainly to clarify a set of problems with NLA's, to then introduce how these concerns might be improved)

There are three shaping forces of NLA's:

All of these forces can be seen as proxies for "a human explanation of this vector", and in the worst case, will just become Goodharted with sufficient optimization pressure.

However, one might object that, similarly to RLHF, there is a large "solution space" that kind of looks okay, i.e. today's LLMs are fairly nice most of the time even in the absence of any sort of extremely sophisticated post-training procedure. Likewise, NLA's might one day be a tool that, you know, explains the activations of LLMs fairly well,11 Put differently, the aim is to figure out how well NLA's do on a scale of "just more GPUs" to "fundamentally flawed", with "some tweaks here and there" being my hopeful guess. with some weird edges.22 How useful such a state is for alignment of superintelligence is an open question.

(Because today's open-weight NLA's don't seem that useful yet, we want to estimate how useful throwing more GPU's / RL on them might be. Three sources of evidence:

It is claimed that a broad set of holistic evaluations of NLA's improve with RL training.

image.png


In general, it has to be noted though "evaluating NLA's" is a pretty hard problem, we have to generalize from simple cases where we know "now it ought to be thinking XYZ" to "all of LLM thought".

A useful canary here is: Assuming the minds of LLM's are fairly alien, has interp extracted an abstraction that is just slightly different from a human one? Something that is just way easier to implement in transformer circuits compared to biological neurons?33 This is vaguely related to Yudkowsky's prediction market, and I'm sure lots of smarter ink has been spilled on similar questions already.

That is, the NLA's should be like "to properly explain this, I'll need to define what an ajwkodwklwekqs is, otherwise you wouldn't get it"

Furthermore, warm-start is needed, i.e. pure RL produces illegible explanations with low loss, which is evidence that the selection force of RL is pointing in the wrong direction, at least when starting from a random point.

oakhu & greenblatt showed that out of the three forces, it is plausible warm-start is the strongest, with the RL just producing a few bits of optimization pressure (i.e. Sonnet best-of-N confabulates better thoughts)

What can we do about it?

To even make this possible, one would need to train an NLA on a model that is smaller than Qwen3-8B, hope it has decently low loss, then warm-start Qwen3-8B with its implanted NLA thoughts, in the hope that outperforms compute-matched baseline.

From Redwood's Consistency Lens, the quote goes:

The structure of LLMs activation are close to the structure of short text. Some evidence for this is how well word2vec embeddings capture human intuitions about words, despite being simply trained at some language compression task.

That is, it might be sufficient to learn a mapping, in other words, there is a long list of particularities (i.e. directions in vector space are known to be exp in n, with little interference, see Olah). Therefore it ought to be sufficient to have something that is as smart as 'can map abstraction onto human ones, will put it into writing correctly'

Gao & Schulman and J. Hilton study reward model overoptimization, in which they compare RL to BoN-SFT. (There are however a number of opposite key desiderata for RLHF when compared to interp-alignment)44 With the term interp-alignment I mean finding a selection force that produces legible human text. For example, the sparsity constraint of SAE, or the reconstruction force (both SAE & NLA's). In my eyes, it represents a promising area of study.

Initial experimental results

image.png

This is approximately 1% of the Anthropic RL compute.

Per Gao et al, BoN only yields log(n) bits for n steps, with our limited compute we seldomly observe a difference from the release version of Qwen2.5-7B. I am currently unsure what to make of this.

Best-of-N captured 67% of GRPO's reward gain while drifting an order of magnitude less from the initial policy, i.e. best-of-N keeps things simple, no scary intelligence