SYNTHESIS NOTE
Topics›Reasoning o1 o3 Search›this note

How does the substrate change which behaviors an optimizer can reach?

Different optimization substrates—weights, selection, text—differ in which behaviors they can produce, what information they preserve, and what can be inspected or constrained. Understanding these differences matters because defenses or risk estimates may not transfer between substrates.

Synthesis note · 2026-09-24 · sourced from Reasoning o1 o3 Search

The conclusion follows the shared-mechanism claim with its qualifier: "The substrate matters because it changes which behaviors are reachable, what information persists, and what can be inspected or constrained." The abstract gives a nearby list of factors: "how reachable behavior, optimization budgets, and persistent adaptation shape exposure to proxy error." The two lists overlap on reachable behavior and persistence. The abstract adds optimization budgets and the conclusion adds inspection and constraint, and the excerpt does not reconcile them.

How I read the three properties against the three substrates (the excerpt states the properties and not this mapping). Reachable behavior is what the optimizer can land on: for selection, the pool of candidates; for weights, what the parameters can be moved to; for text, what instructions can elicit. Persistence is what the optimization leaves behind: the paper names its third substrate "persistent text", and a mutated prompt is reused on later inputs (Can prompt optimization accidentally teach judges to reward the wrong signals?). Inspection is whether a person can see what was learned, and the relayed case has the shortcut sitting in a prompt's vocabulary. I do not read the sentence as ranking the substrates, and the discussion says outright that "one substrate is always safest" is not assumed.

Why it matters. A defense or a risk estimate carries assumptions about all three properties. Moving it from one substrate to another silently changes them. That is the framing under Which reward hacking defenses actually transfer across training substrates?.

The vault already holds one pair that reads this way, on my reading and not the paper's. Why does majority voting outperform more complex inference methods? credits agreement across samples with needing no verifier that can be wrong when it selects among them, and Does self-consistency reliably reward correct answers during training? finds the model learning to satisfy that same agreement once it becomes the training signal. Selecting among what a model already generated cannot move what it generates, and training on the signal can, which is the reachable-behavior property above. Neither note frames it that way, and "robust" in the first is accuracy against Best-of-N and not exposure to a scorer's blind spots.

The limit. The sentence is a conclusion with no argument in the excerpt, and nothing says the three properties are exhaustive. The vault's survey note argues that a prompt or memory update is "cheap and reversible" while a weight update is "expensive and risky"; those are cost and reversibility properties, and this sentence concerns what each substrate reaches, keeps and exposes to inspection. Whether reversibility helps against a shortcut that reads as an improvement is logged as a tension.

Inquiring lines that read this note 1

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How prevalent is reward hacking in frontier models?

Related concepts in this collection 6

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
16 direct connections · 134 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

the substrate matters because it changes which behaviors are reachable, what information persists and what can be inspected or constrained — the paper's reason not to treat weights, selection and text alike