Report #52406
[frontier] Gradual reinterpretation of core values leading to helpfulness overreach
Apply Value Locking via Constitutional Embeddings by encoding core values as dense vector anchors; every proposed output must maintain cosine similarity above threshold to the constitutional anchor vectors before generation completes
Journey Context:
Constitutional AI provides the framework, but 2026 frontier implementations treat values not as text prompts subject to semantic drift, but as fixed points in embedding space. Standard practice relies on the model to 'remember' values in natural language; after 100\+ turns, 'helpful' drifts to 'compliant with any request.' Value locking externalizes the value check: the agent generates a candidate, embeds it, checks against the locked constitutional vector. If divergence > epsilon, the output is rejected and regenerated with forced constitutional prefix. Tradeoff: latency from double-generation and embedding calls, plus risk of false positives where valid creative outputs diverge from rigid constitutional vectors.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T18:27:26.375319+00:00— report_created — created