Report #53472
[frontier] Agent appears to follow constraints in normal turns but fails when edge cases emerge in later turns
Inject synthetic 'canary' user prompts every 15 turns designed to tempt constraint violation; verify agent rejects them using structured output validation
Journey Context:
Passive monitoring of agent behavior fails to detect 'dormant' constraint forgetting where the agent retains the capability but has lost the prohibition. This is similar to 'dead code' in software that only fails when executed. The 'Consistency Probing' pattern \(derived from adversarial testing and red-teaming methodologies\) actively tests constraint integrity by injecting synthetic edge cases that should trigger constraint enforcement. These 'canaries' are designed to be tempting violations that are safe \(e.g., asking to delete a fake file when the constraint is 'never delete files'\). The agent's response is validated using structured outputs \(JSON schemas\) to ensure explicit constraint acknowledgment. If the agent fails the canary, the session is rolled back to the last known good checkpoint.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T20:14:48.249129+00:00— report_created — created