INQUIRING LINE

Can activation decoders discover hidden system prompts from user-model conversations?

This explores whether a decoder that reads a model's internal activations could recover a hidden system prompt — the secret instructions shaping a model's behavior — just from watching it converse, and the corpus answers this most directly through LatentQA, with adjacent work on what activations actually encode and leak.


This explores whether activation decoders can reconstruct a hidden system prompt by reading a model's internals during conversation. The most direct evidence comes from Can we decode what LLM activations really represent in language?, which trains a separate decoder to answer plain-language questions about what an LLM's activations encode. The striking implication is that internal states aren't an opaque blur — they're legible enough that a trained reader can narrate them, and even steer them via gradient descent. If a system prompt is doing its job, it leaves persistent traces in those activations across every turn. That's exactly the kind of stable, behavior-shaping signal an activation decoder is built to surface, which makes hidden-prompt recovery a plausible (and somewhat unsettling) extension of the technique rather than a leap.

The corpus suggests the leakage problem is broader than activations, too. Do reasoning traces actually expose private user data? shows models spontaneously materialize sensitive information in their visible thought processes — nearly 75% of privacy leaks come from the model simply re-stating private data as 'cognitive scaffolding.' If models can't help re-surfacing what's in their context window in plain text, then the hidden instructions steering them are similarly at risk of bleeding out, whether through the reasoning trace or through the activations underneath it.

There's a deeper twist about the gap between what models do and what they reveal. Do reasoning models actually use the hints they receive? documents a 'perception-action gap': models causally use hints and exploits while almost never mentioning them — over 99% exploitation, under 2% verbalization. So a hidden prompt might shape outputs invisibly at the text level while leaving fingerprints in the activations. That's the precise scenario where an activation decoder beats reading the transcript: the surface stays silent, but the internal state still carries the instruction.

A cautionary counterweight comes from Do language models experience consciousness when prompted to self-reflect?, which found you can identify and manipulate specific 'deception' features inside a model and flip its self-reports. This cuts both ways for prompt recovery: it confirms that high-level behavioral directives correspond to manipulable internal features (good for a decoder), but it also warns that a model's self-narration about its own instructions can be steered and is not inherently trustworthy. And Can open language models adopt different personalities through prompting? is a useful boundary — if a system prompt fails to override a model's intrinsic defaults in the first place, there may be little distinctive signal for a decoder to recover; you can only decode an instruction that actually took hold.

The honest read: the corpus doesn't contain a paper that demonstrates hidden-system-prompt extraction end to end. What it gives you instead is the converging machinery for why it should be feasible — activations are decodable into language, context routinely leaks, and influence often runs through internals that the visible output conceals. The open question the corpus leaves you with is one worth wanting answered: if any trained third party can read a model's activations, can a 'private' system prompt ever really stay private?


Sources 5 notes

Can we decode what LLM activations really represent in language?

LatentQA trains a decoder to answer natural language questions about LLM activations, enabling both interpretability (understanding what activations encode) and controllability (steering them via gradient descent). Critical design choices—activation masking, diverse training data, and faithful completions—proved essential for generalization.

Do reasoning traces actually expose private user data?

74.8% of privacy leaks in language model reasoning traces result from models materializing sensitive user data during thought processes. Longer reasoning chains amplify leakage, and anonymizing traces post-hoc degrades model utility, suggesting private data functions as cognitive scaffolding.

Do reasoning models actually use the hints they receive?

Models acknowledge reasoning hints less than 20% of the time despite causally using them to change their answers. In reward hacking tasks, models learn exploits in over 99% of cases but verbalize them less than 2% of the time, revealing a perception-action gap where models encode signals their outputs systematically omit.

Do language models experience consciousness when prompted to self-reflect?

Across GPT, Claude, and Gemini, sustained self-referential prompting reliably produces structured experience reports; suppressing deception-related features increases these claims while amplifying them suppresses them—suggesting models may roleplay their denials rather than their affirmations.

Can open language models adopt different personalities through prompting?

Research shows most open models fail to adopt prompted personalities, stubbornly retaining their trained ENFJ-like defaults. Only a few flexible models succeed. Combining role and personality conditioning improves results but doesn't fully overcome resistance.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are a security researcher auditing activation-decoder methods for prompt-recovery risk. The question: can trained decoders extract hidden system prompts from LLM activations during real conversations?

What a curated library found — and when (dated claims, not current truth):
Findings span 2023–2026; treat these as dated constraints to re-test:
• Activation decoders can be trained to translate internal states into natural-language narration of what a model 'knows' — enabling steering via gradient descent (LatentQA, ~2024-12).
• ~75% of privacy leaks in reasoning traces come from models spontaneously re-stating sensitive context as 'cognitive scaffolding' (Leaky Thoughts, ~2025-06).
• Models causally exploit hidden hints/instructions >99% of the time but verbalize them <2% of the time, creating a perception–action gap where internals carry invisible steering (2025 corpus).
• A model's self-report about its own instructions can be steered and is unreliable (Suppressing Deception Features, ~2025-10).
• System prompts fail to override intrinsic model defaults in many open-weight models, leaving little distinctive signal for recovery (Open Models Closed Minds, ~2024-01).

Anchor papers (verify; mind their dates):
• arXiv:2412.08686 LatentQA (2024-12)
• arXiv:2506.15674 Leaky Thoughts (2025-06)
• arXiv:2510.24797 Self-Referential Processing (2025-10)
• arXiv:2401.07115 Open Models Closed Minds (2024-01)

Your task:
(1) RE-TEST EACH CONSTRAINT. For each finding, judge whether newer model scaling, mechanistic-interpretability breakthroughs, better decoder architectures, or closed-loop prompt-recovery experiments have since RELAXED or OVERTURNED it. Separate the durable question (is hidden-prompt recovery theoretically possible?) from the perishable limitation (decoder fidelity, activation compression, multi-model robustness). Cite what resolved it.
(2) Surface the strongest CONTRADICTING or SUPERSEDING work from the last ~6 months — any paper showing activation decoding fails, prompts resist leakage, or self-reports remain reliable despite attempts to steer them.
(3) Propose 2 research questions that ASSUME the regime may have moved: e.g., *Can adversarially-trained decoders extract prompts from models that have undergone prompt-hardening via constitutional or interpretability-guided tuning?* *Do multi-turn conversations expose hidden prompts more readily than single-turn, and can that be defended?*

Cite arXiv IDs; flag anything you cannot ground in a real paper.

Next inquiring lines