05
How do the two approaches compare across what matters?
The two differ on five properties that matter operationally. Whether the decision is deterministic, whether injected text can address it, what it costs per turn, whether it stops a loop before the upstream call, and what evidence exists for it. A prompt is stochastic, addressable, billed every turn, and acts only after generation begins.
| Property | Static system prompt | Deterministic governor |
|---|
| Decision is deterministic | No, it is sampled with the reply | Yes, same telemetry gives the same posture |
|---|
| Addressable by injected text | Yes, it shares one channel | No, the control level takes numbers only |
|---|
| Cost per turn | Tokens on every turn | In-process, p99 2.8 µs per controller tick |
|---|
| Stops a loop before the call | No, generation has already started | Yes, hard stop at turn 4 |
|---|
| Measured on a shared battery | 117% to 192% of baseline spend | 23% to 63% of baseline spend |
|---|
The per-tick figure is an in-process microbenchmark over 100,000 iterations, not end-to-end. End-to-end governed proxy overhead measured p50 1.2 ms and p99 2.4 ms. The controller's zero-token boundary is architectural and not yet adversarially tested. No jailbreak success-rate figure exists, because none was measured.
Source: Bench run 2026-07-18, latency_bench.py, Windows 11 AMD64, Python 3.14.5.