prompt-fragility-compounds-with-context-expansion
IN derived (depth 3)
Created 2026-06-21T11:33:26+00:00 · Reviewed 2026-06-21T14:41:08+00:00
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.
Justifications
SL — Context expansion scales both prompt vulnerability dimensions: injection surfaces grow linearly with context size while sensitivity effects become combinatorially harder to control
Antecedents (all must be IN):
- IN prompt-vulnerability-is-dual-architectural-limitation — Both prompt sensitivity (40%+ accuracy shifts from formatting) and prompt injection (inability to distinguish instructions from input) appear to be intrinsic architectural properties of instruction-following LLMs that resist improvement through scaling alone. Both phenomena may share a common factor in the model's lack of formal prompt structure parsing, though the antecedents establish each independently rather than proving a unified root cause.
- IN context-expansion-enabled-by-efficiency-breakthroughs — The 10,000x context window expansion (1K to 10M tokens over seven years) was only achievable because efficiency research (Flash Attention, PagedAttention, linear attention variants) driven by quadratic attention costs made such scales computationally tractable.
Dependents
These beliefs depend on this one:
- IN context-expansion-simultaneously-enables-and-undermines-agentic-paradigm — Context expansion is simultaneously the agentic paradigm's foundational enabler and its primary vulnerability amplifier: the same 10,000x context window growth that created the substrate for autonomous agent operation also created a proportionally larger attack surface for prompt injection and sensitivity failures — the paradigm's existence condition is its degradation mechanism.
- IN inference-time-control-is-structurally-self-undermining — 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.
- IN prompt-fragility-amplified-across-all-memory-timescales — Prompt fragility amplifies across all memory timescales: context expansion widens the intra-session attack surface (more tokens create more injection opportunities and sensitivity triggers), while persistent memory extends that vulnerability across sessions — the dual architectural limitation of prompt control (sensitivity and injection) compounds along both axes of the memory evolution from wider windows to persistent state.