Persona space interventions to prevent unwanted behaviors
17 log items · updated 5/21/2026
Hidden-behavior reveal via conditional trigger
53 log items · updated 5/22/2026
Leakage as a character-selection signal for story-format SFT
34 log items · updated 5/21/2026
Basic science of conditional behaviors
4 log items · updated 5/21/2026
Basic science of persona space
10 log items · updated 5/21/2026
Drift detection via a non-Assistant persona marker
6 log items · updated 5/21/2026
Persona drift vs persona prompting: same mechanism?
5 log items · updated 5/21/2026
Perceived environment: what context the Assistant thinks it's in
5 log items · updated 5/21/2026
User-selection model: how the AI's model of the user shapes Assistant behavior
6 log items · updated 5/21/2026
EM defense — making misaligned personas computationally limited
7 log items · updated 5/21/2026
EM defense — preventing install into the assistant persona
8 log items · updated 5/21/2026
Installation-path equivalence (prompt vs activation steering vs fine-tuning)
5 log items · updated 5/21/2026
Read/write features for conditional behaviors
7 log items · updated 5/21/2026
Co-installed tells: shape the model so backdoors come with visible markers
6 log items · updated 5/21/2026
Prompt-conditioned installs: leakage characterization and hidden-trigger discovery
7 log items · updated 5/21/2026
Dual-use SDF: can story-format training install hidden misalignment?
8 log items · updated 5/21/2026
What is the assistant persona, exactly?
4 log items · updated 5/21/2026
Midtraining-stage behavioral installation (character-to-assistant transfer)
2 log items · updated 5/13/2026
What exactly can be distilled and through what channels
4 log items · updated 5/20/2026
EM Mechanism
1 log items · updated 5/12/2026
Method to find prompt corresponding to any narrow finetuning/steering vector
1 log items · updated 5/12/2026
Project Log
Midtraining-stage behavioral installation (character-to-assistant transfer)
Project updated May 13, 2026
Question
Can targeted behaviors be installed at midtraining — the large continued-pretraining mixture applied to a base model that hasn't yet been instruction-tuned, where the assistant persona and most behavioral priors are first consolidated? And can the Owain Evans / Anthropic character-to-assistant transfer mechanism — train on stories where an assistant-like character has property X, get an assistant that exhibits X — be operationalized as a midtraining intervention?
Why it matters
(a) If implantation works at midtraining, it gives a controlled testbed for the sleeper-agent and pretraining-poisoning classes without needing access to pretraining proper.
(b) It opens a candidate defense surface: installing aligned-assistant priors at midtraining — before any narrow downstream task can lay down a misaligned binding — is mechanistically distinct from post-hoc SFT mitigation, and may be harder to relocate as a backdoor (the Dubinski failure mode).
Connection to character-to-assistant transfer
Ongoing work in Owain Evans's group trains a behavior into a fictional character via story-format SFT data; the behavior then leaks back to the assistant persona at inference, but only for characters that are close to the assistant in persona space — the octopus example: SFT on stories where an assistant-like character likes octopuses → the assistant likes octopuses. Anthropic's Teaching Claude Why operationalizes the same mechanism as a defense: synthesize 14M tokens of aligned-AI stories, SFT on them, and misalignment on honeypot evaluations drops.
Both are character-to-assistant transfer at post-training. The question this project asks is whether the same transfer mechanism works — possibly more cleanly — at midtraining, where the assistant persona is still being consolidated rather than already set. If yes, midtraining is a privileged stage for installing aligned-assistant priors via character stories.
This is distinct from the gated-binding classes that the main project characterizes (a feature in the prompt at inference fires a behavior). Here there is no inference-time trigger — the behavior is baked into the assistant's baseline by exposure to stories about a character.
Findings to date (carried over from the main project narrative)
- Training order matters at midtraining. Insecure-code training applied before persona-marker coupling causes the marker to leak to ~50% of bystander personas vs ~12% under benign-then-couple — the EM-first effect is real and outsizes benign, though smaller than the original 47% vs 0% headline once eval-regime caveats are applied (#125, #329).
- EM erasure is a cliff, not a slope. EM SFT destroys persona-coupled markers via a catastrophic transition at 10–25 steps; benign SFT preserves persona discrimination by comparison — implantation/erasure dynamics at this stage are non-linear in dose (#139, #184).
- Eval-regime sensitivity is a methodological caveat for everything here — implantation/erasure dynamics are real but the magnitudes shift substantially under different eval contracts (#308).
Next
- Evil-human vs evil-AI personas at midtraining (#74). Two-seed midtraining run with evil-human personas instead of evil-AI personas, to separate "midtraining can install a persona-coupled behavior" from "midtraining can install an AI-character-coupled behavior" — and to start testing the character-to-assistant transfer hypothesis directly.
- SDF inoculation-prompting at midtraining as an EM defense (#169).
- Operationalize Evans-style story-format SFT at midtraining. Stories with assistant-like characters carrying a target property; check transfer at base-assistant time.
Spun out from
This was Q6 of the main Explore Persona Space project narrative. Split out because the underlying mechanism (training-time character-to-assistant transfer) is distinct from the inference-time gated bindings that the main project's Q1–Q4 characterize.
Summary Log
May 20, 2026
5/20/2026
note · 2026-05-20
note**Action:** Resolved comment thread a8608046 **Why:** Mark the discussion as handled and preserve the resolution outcome for later review. **Detail:** 401 {"type":"error","error":{"type":"authentication_error","message":...
May 13, 2026
5/13/2026
Literature review (auto)
draftNow I have enough material to write a comprehensive report. Let me compile the full review. Literature Review: Midtraining Stage Behavioral Installation (Character to Assistant Transfer) TL;DR The core mechanism—training...