Report #62853
[frontier] Agent ignores system-level constraints after 30\+ turns due to instruction hierarchy collapse
Implement explicit hierarchy markers \(SYSTEM\_CRITICAL vs USER\_CONTEXT\) and fine-tune with instruction hierarchy loss \(priority: system > user > assistant\) rather than relying on prompt ordering alone
Journey Context:
Standard prompt engineering assumes linear priority \(first = highest\), but transformers implement attentional recency where proximal tokens have higher effective gradient. Simple "reminder" strategies fail at scale because they add O\(n\) overhead to an O\(n^2\) attention problem. The hierarchy approach explicitly trains the model to weight source tags differently, creating a firewall against override. This differs from periodic system prompt refresh \(which wastes tokens and causes jitter\) by embedding the precedence into the model's prior.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T11:59:05.833231+00:00— report_created — created