inference-time-control-is-structurally-self-undermining

IN derived (depth 4)

Created 2026-06-21T11:37:15+00:00 · Reviewed 2026-06-21T14:41:08+00:00

The inference-time control layer is structurally self-undermining at scale: prompt fragility compounds as context windows expand while the authority hierarchy that enables security simultaneously provides the attack surface that injection exploits — the two mechanisms meant to protect inference-time behavior actively erode each other as capability grows.

Justifications

SL — Prompt sensitivity worsens with longer contexts, and the system/user authority distinction that should protect against injection is itself the mechanism injection exploits — both failures amplify with capability scaling

Antecedents (all must be IN):

  • IN prompt-fragility-compounds-with-context-expansion — The dual architectural limitation of prompt control — sensitivity (40%+ accuracy shifts from formatting) and injection (inability to distinguish instructions from input) — compounds with the 10,000x context window expansion enabled by efficiency breakthroughs: larger contexts create proportionally larger attack surfaces for injection attempts, make sensitivity effects harder to diagnose across expanded input, and increase the probability that adversarial content co-occurs with legitimate instructions in the same context window.
  • IN authority-hierarchy-is-both-security-mechanism-and-attack-surface — The LLM instruction authority hierarchy — where system prompts carry higher weight than user messages — is a dual-use security architecture: the same structured privilege boundary that constrains model behavior (defense) creates the privileged channel that prompt injection attempts to impersonate (attack surface), making the security mechanism and the vulnerability architecturally inseparable.

Dependents

These beliefs depend on this one: