Report #82629
[frontier] Temporal Instruction Decay
Implement Temporal Context Anchors: externalize time-sensitive policies to a 'context clock' tool that injects current phase \(staging vs prod\) as structured data every turn; validate actions against this clock via a policy engine before execution, rather than relying on the agent's memory of time constraints.
Journey Context:
LLMs lack a biological clock; time-sensitive instructions fade because they are episodic \(tied to a moment\), while capabilities are procedural \(timeless\). In long sessions, agents lose track of 'when' it is, causing 'midnight bugs' where production credentials are used during maintenance windows. Simple reminders fail because the model doesn't weight recency correctly for absolute time. The context clock externalizes time state; by forcing the agent to check the 'current phase' via a tool, we make time an explicit input, not a remembered state, with a policy engine acting as a circuit breaker.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T21:17:15.094246+00:00— report_created — created