01
Why does prompt injection work at all?
Prompt injection works because a language model has one input channel. System instructions, retrieved documents, tool output and attacker text all arrive as tokens in the same context, so a defence written as text is addressable by text. Hardening the wording raises the cost of an attack without changing that property.
02
What is a token-free control boundary?
A token-free control boundary is a type barrier where only numbers cross. Gubernaut's controller receives intensity, valence, repetition, three bounded values, and no code path carries a token sequence to it. 324 of 324 telemetry-matched payload pairs, plain against injection, committed byte-identical postures. The meta level rejected every non-numeric input at the boundary. The controller's zero-token boundary is architectural and not yet adversarially tested. No jailbreak success-rate figure exists, because none was measured.
Source: HARDTEST v1.0 release gates, 2026-07-24.