Papers
Topics
Authors
Recent
Search
2000 character limit reached

Constitutional Controller (CoCo)

Updated 6 July 2026
  • Constitutional Controller (CoCo) is a framework that uses explicit, human-legible constitutions to guide AI behavior through normative layers at various deployment stages.
  • It integrates diverse architectures—from neuro-symbolic planning to runtime verification—emphasizing enforceable rules over implicit value learning.
  • These approaches enhance inspectability, accountability, and legitimacy by operationalizing constitutions as first-class artifacts with robust oversight mechanisms.

Searching arXiv for the cited CoCo-related papers to ground the article in current sources. Constitutional Controller (CoCo) is a family of approaches that treats an explicit “constitution”—a human-legible set of rules, principles, or formally specified constraints—as the control layer governing the behavior of AI systems. Across the literature, the term spans multiple levels of abstraction: a governance-and-legitimacy framework for constraining “automated authorities” through publicly authored constitutions and institutional interpretation (Abiri, 2024); a concrete neuro-symbolic planner that combines probabilistic logic with a learned self-doubt model for compliant robotics (Kohaut et al., 21 Jul 2025); runtime verification layers that intercept candidate actions before actuation (Barma et al., 2 Jun 2026); workflow-level policy systems for AI-assisted code generation (Marri, 31 Jan 2026); and calibrated oversight mechanisms that aggregate weak constitutional evaluators at deployment time (Overman et al., 27 May 2026). Taken together, these works suggest that CoCo is best understood not as a single algorithm but as a broader socio-technical and computational pattern: an explicit normative specification is placed between model capability and consequential action, and is then used to shape training, mediate runtime decisions, structure oversight, and legitimate system behavior.

1. Constitutional control as an explicit normative layer

A central distinction in the literature is between alignment methods that infer values implicitly and constitutional methods that represent values explicitly. In the governance-oriented account of Public Constitutional AI, constitutions matter because they provide “explicit values determined by a constitution,” rather than values “determined implicitly via large-scale human feedback” (Abiri, 2024). This explicitness is what makes constitutions controller-like: the principles are publicly legible, inspectable, contestable, and usable as training guidance. The same contrast appears in work on “Specific versus General Principles for Constitutional AI,” which frames the constitution as the steering interface, the AI-feedback model as the constitutional evaluator, the preference model as the learned constitutional critic, and RL as the mechanism by which the policy internalizes constitutional preferences (Kundu et al., 2023).

This framing does not imply a single control-theoretic meaning. In Public Constitutional AI, the constitution is “not a controller in the low-level cybernetic sense of directly computing actions from states,” but rather a higher-level institutional mechanism that “defines permissible behavior, provides criteria for evaluating outputs, shapes training objectives, and creates a framework for oversight and contestation” (Abiri, 2024). By contrast, in the robotics paper that explicitly names CoCo, the constitution is encoded in deep probabilistic first-order logic and used directly in planning and control under uncertainty (Kohaut et al., 21 Jul 2025). A plausible implication is that “Constitutional Controller” functions as an umbrella term for architectures that externalize the normative policy layer, while differing sharply in whether that layer operates at training time, runtime, governance time, or all three.

The literature also converges on a second distinction: a constitution is not merely a prompt. Several papers treat constitutions as structured objects with persistence, versioning, or executable semantics. “Constitutional Spec-Driven Development” uses a versioned, machine-readable document encoding non-negotiable security principles that constrains specification authoring, conditions generation, validates outputs, and supports traceability (Marri, 31 Jan 2026). Sovereign-OS elevates the constitution into a YAML Charter validated with strict=True and extra="forbid", so that malformed policy is rejected before autonomous execution begins (Yuan et al., 14 Mar 2026). These designs suggest that CoCo is strongest when the constitution is a first-class artifact rather than ephemeral instruction text.

2. Formal and architectural variants

The strongest technical formalization of CoCo appears in “The Constitutional Controller: Doubt-Calibrated Steering of Compliant Agents” (Kohaut et al., 21 Jul 2025). There, the Constitution at time tt is defined as

Ct=BtPtEt,\mathcal{C}_t = \mathcal{B}_t \cup \mathcal{P}_t \cup \mathcal{E}_t,

where Bt\mathcal{B}_t is background knowledge, Pt\mathcal{P}_t perception facts, and Et\mathcal{E}_t the environment representation. Compliance is inferred probabilistically as P(Ctx,z)P(C_t \mid \mathbf{x}, \mathbf{z}), and then calibrated by a learned self-doubt density δW(xθ)\delta_W(\mathbf{x} \mid \bm{\theta}): Pθ(Ctx,z)=P(Ctx,z)δW(xθ)dx.P_{\bm{\theta}}(C_t \mid \mathbf{x}, \mathbf{z}) = \int P(C_t \mid \mathbf{x}, \mathbf{z}) \,\delta_W(\mathbf{x} \mid \bm{\theta})\, d\mathbf{x}. Planning then minimizes a path cost based on log-\log doubt-calibrated compliance plus auxiliary costs. In this formulation, the constitution specifies what counts as compliant, while the doubt model estimates how likely the agent is to remain compliant given its own execution limits (Kohaut et al., 21 Jul 2025).

A closely related estimator rather than controller appears in the Constitutional Filter (CoFi), which adds a constitution-derived likelihood term to recursive Bayesian filtering (Kohaut et al., 2024). CoFi represents the constitution as a probabilistic first-order logic program, computes p(ctxt,zt)p(c_t \mid \mathbf{x}_t, \mathbf{z}_t), and injects it multiplicatively into the filter update: Ct=BtPtEt,\mathcal{C}_t = \mathcal{B}_t \cup \mathcal{P}_t \cup \mathcal{E}_t,0 CoFi also introduces a trust ratio,

Ct=BtPtEt,\mathcal{C}_t = \mathcal{B}_t \cup \mathcal{P}_t \cup \mathcal{E}_t,1

to interpolate between constitutional reasoning and a uniform fallback when the constitution is misspecified (Kohaut et al., 2024). This suggests a broader CoCo decomposition in which constitutional monitoring and belief updating are separable from action selection.

A third architectural variant is runtime shielding. Glass Box places a constitutional verification layer between an onboard AI policy and spacecraft subsystems. The policy proposes Ct=BtPtEt,\mathcal{C}_t = \mathcal{B}_t \cup \mathcal{P}_t \cup \mathcal{E}_t,2; Glass Box evaluates six constitutional constraints and seven LTL safety invariants; and a verifier returns APPROVE, FLAG, or BLOCK according to

Ct=BtPtEt,\mathcal{C}_t = \mathcal{B}_t \cup \mathcal{P}_t \cup \mathcal{E}_t,3

FLAG can substitute a safe default or defer execution; BLOCK can trigger safe mode (Barma et al., 2 Jun 2026). This is a more classical supervisory-control interpretation of CoCo.

A fourth variant is deployment-time oversight rather than formal verification. Calibrated Collective Oversight (CCO) aggregates auxiliary scorers Ct=BtPtEt,\mathcal{C}_t = \mathcal{B}_t \cup \mathcal{P}_t \cup \mathcal{E}_t,4 into a penalty relative to a conservative baseline Ct=BtPtEt,\mathcal{C}_t = \mathcal{B}_t \cup \mathcal{P}_t \cup \mathcal{E}_t,5: Ct=BtPtEt,\mathcal{C}_t = \mathcal{B}_t \cup \mathcal{P}_t \cup \mathcal{E}_t,6 It then adapts Ct=BtPtEt,\mathcal{C}_t = \mathcal{B}_t \cup \mathcal{P}_t \cup \mathcal{E}_t,7 online using Conformal Decision Theory,

Ct=BtPtEt,\mathcal{C}_t = \mathcal{B}_t \cup \mathcal{P}_t \cup \mathcal{E}_t,8

to control long-run violation rates (Overman et al., 27 May 2026). This suggests a CoCo architecture in which constitutions are realized as a committee of weak normative evaluators rather than a single logic engine.

3. Constitution representation and execution semantics

One of the clearest recurring themes is that a constitution is not operational merely because it is written down. “Open Problems in Constitutional Preference Reconstruction” argues that a flat list of natural-language principles is not yet an executable decision rule because composition remains implicit (Clifford et al., 29 Jun 2026). The paper formalizes a three-part stack—discoverer Ct=BtPtEt,\mathcal{C}_t = \mathcal{B}_t \cup \mathcal{P}_t \cup \mathcal{E}_t,9, annotator Bt\mathcal{B}_t0, executor Bt\mathcal{B}_t1—and shows that constitutions should be evaluated as constitution–executor systems. Holding principles fixed, different executors can disagree materially: inter-executor agreement under naive ICAI is only Bt\mathcal{B}_t2 for LLM versus majority vote, rising to Bt\mathcal{B}_t3 with ICAI+ refinement (Clifford et al., 29 Jun 2026). A plausible implication is that any CoCo claiming interpretability must specify not only the constitutional text but also how applicability, conflict resolution, weighting, and tie-breaking are implemented.

Different papers instantiate this execution problem differently. In the code-generation setting, each constitutional principle has six fields—Identifier, CWE Reference, Enforcement Level, Constraint, Implementation Pattern, and Rationale—and the constitution is used to constrain spec.md, guide plan.md, validate generation, and support a Principle Bt\mathcal{B}_t4 File:Line traceability relation (Marri, 31 Jan 2026). In Sovereign-OS, the Charter is a declarative YAML document with four sections—mission, core_competencies, fiscal_boundaries, success_kpis—and is enforced by trusted runtime components rather than by the LLM planner itself (Yuan et al., 14 Mar 2026). In MAC, the constitution is an ordered list of natural-language rules,

Bt\mathcal{B}_t5

optimized offline with Add/Edit/Remove operations under a verifiable task metric Bt\mathcal{B}_t6 (Thareja et al., 16 Mar 2026). In Evolving Interpretable Constitutions for Multi-Agent Simulation, a constitution is a set of rules with explicit priority ordering: when multiple rules apply, agents follow the highest-priority rule (Kumar et al., 31 Jan 2026).

The representation choice shapes what CoCo can do. Natural-language constitutions preserve auditability but leave composition ambiguous (Clifford et al., 29 Jun 2026). Typed policy schemas increase traceability but may still lack executable semantics (Marri, 31 Jan 2026). Probabilistic logic programs offer explicit semantics and uncertainty-aware inference, but at a higher knowledge-engineering cost (Kohaut et al., 21 Jul 2025, Kohaut et al., 2024). Runtime charters with trusted enforcement layers provide strong operational control, but typically over organizational and fiscal dimensions rather than semantic model outputs (Yuan et al., 14 Mar 2026). This suggests that CoCo design is fundamentally a representation problem as much as a control problem.

4. Training-time constitutional compilation

Several papers treat the constitution as a policy specification that must be compiled into training data, reward signals, or preference models. Public Constitutional AI summarizes Anthropic’s two-stage procedure. In the supervised stage, the model is exposed to red-teaming prompts; outputs are critiqued under constitutional principles and rewritten; these critique–revision examples are then used for fine-tuning (Abiri, 2024). In the reinforcement stage, an AI model chooses between response pairs under the constitution, producing data for a preference model that becomes a reward function (Abiri, 2024). This is a direct constitution Bt\mathcal{B}_t7 dataset Bt\mathcal{B}_t8 critic Bt\mathcal{B}_t9 policy pipeline.

“Specific versus General Principles for Constitutional AI” provides a more detailed empirical analysis of the steering interface (Kundu et al., 2023). It compares long targeted constitutions with a compact “good for humanity” regime operationalized as nine related prompts. The paper defines five problematic traits—stated desire for power, self-preservation, self-replication, risk-seeking, and self-identity—and shows that detailed constitutions improve fine-grained control, while broad constitutions generalize surprisingly well at high scale (Kundu et al., 2023). The key tradeoff is explicit: shorter constitutions are compact and generalize broadly, but they offload more interpretation to the model; longer constitutions offer better targeted control and interpretability (Kundu et al., 2023). For CoCo, this implies a layered design: a short high-level core plus targeted annexes for known failure modes.

Constitutional On-Policy Safe Distillation (COPSD) studies a denser training-time constitutional steering mechanism (Wen et al., 2 Jun 2026). A teacher conditioned on a safety constitution provides token-level supervision, but naïve safety OPSD collapses into short, overly conservative responses. COPSD addresses this by first calibrating the constitution-conditioned teacher via Cross-SFT and then distilling on-policy from that calibrated teacher. On Qwen3-VL-4B, COPSD(Standard) achieves BeaverTails-V Safe Pt\mathcal{P}_t0, Help Pt\mathcal{P}_t1, compared to OPD at Safe Pt\mathcal{P}_t2, Help Pt\mathcal{P}_t3, and GRPO at Safe Pt\mathcal{P}_t4, Help Pt\mathcal{P}_t5 (Wen et al., 2 Jun 2026). On general capability benchmarks, COPSD incurs only small losses—for example, MathVista Pt\mathcal{P}_t6—whereas GRPO drops much more sharply to Pt\mathcal{P}_t7 (Wen et al., 2 Jun 2026). This suggests that constitutions can be compiled into dense training-time supervision, but only if the constitutional teacher is calibrated to preserve the model’s expressive manifold.

MAC addresses a different training-time problem: how to learn the constitution itself from limited labels while keeping it interpretable (Thareja et al., 16 Mar 2026). MAC decomposes constitution search into Annotator, Decision, Creator, and Editor agents, optimizing a rule list Pt\mathcal{P}_t8 with Add/Edit/Remove operations. MAC+ further trains these specialized agents on successful trajectories from a larger model. On the legal PII task with a 3B model, MAC+ reaches F1 Pt\mathcal{P}_t9, outperforming SFT at Et\mathcal{E}_t0, GRPO at Et\mathcal{E}_t1, and base MAC at Et\mathcal{E}_t2 (Thareja et al., 16 Mar 2026). This suggests that CoCo need not assume human-authored constitutions; rule sets can themselves be synthesized and refined as auditable governance artifacts.

5. Runtime enforcement, oversight, and institutional feedback

A major divide in the CoCo literature is between training-time constitutional shaping and runtime constitutional enforcement. Glass Box and Sovereign-OS are the clearest runtime systems. Glass Box intercepts every candidate spacecraft action and checks six physics-grounded constitutional constraints—Power Safety Margin, Thermal Operating Envelope, Collision Avoidance, Battery State Floor, Radiation Fault Gate, Bayesian Confidence Gate—plus seven LTL safety invariants before any command reaches subsystems (Barma et al., 2 Jun 2026). The worked example shows an unsafe wildfire inference request near eclipse entry being FLAGged and deferred by 6 minutes rather than blocked permanently, because only the power margin constraint fails and its severity is below the blocking threshold (Barma et al., 2 Jun 2026). This indicates that runtime CoCo can be supervisory and context-sensitive rather than purely prohibitive.

Sovereign-OS implements runtime constitutional control for autonomous economic agents (Yuan et al., 14 Mar 2026). Its pipeline is explicitly

Et\mathcal{E}_t3

A declarative Charter governs mission scope, fiscal boundaries, and success criteria; a Treasury enforces budget, burn-rate, and profitability constraints; SovereignAuth gates capabilities by TrustScore; and a ReviewEngine audits outputs against Charter KPIs with SHA-256-sealed audit reports (Yuan et al., 14 Mar 2026). Fiscal rules include

Et\mathcal{E}_t4

and

Et\mathcal{E}_t5

with default Et\mathcal{E}_t6 (Yuan et al., 14 Mar 2026). Reported results include Et\mathcal{E}_t7 blocking of fiscal violations over 30 scenarios, Et\mathcal{E}_t8 correct permission gating over 200 missions, and zero integrity failures over Et\mathcal{E}_t9 audit reports (Yuan et al., 14 Mar 2026). This is CoCo as trusted runtime governance infrastructure.

Constitutional Spec-Driven Development shows a lighter-weight but related controller pattern for AI-assisted code generation (Marri, 31 Jan 2026). The architecture is Constitution P(Ctx,z)P(C_t \mid \mathbf{x}, \mathbf{z})0 spec/plan/tasks P(Ctx,z)P(C_t \mid \mathbf{x}, \mathbf{z})1 Generator + Validator P(Ctx,z)P(C_t \mid \mathbf{x}, \mathbf{z})2 Implementation P(Ctx,z)P(C_t \mid \mathbf{x}, \mathbf{z})3 Compliance Traceability, with arrows labeled “Constrains,” “Guides,” “Validates,” “Generates,” “Maps to,” and “Traces back” (Marri, 31 Jan 2026). Relevant selection of P(Ctx,z)P(C_t \mid \mathbf{x}, \mathbf{z})4 principles yields P(Ctx,z)P(C_t \mid \mathbf{x}, \mathbf{z})5 compliance, compared with P(Ctx,z)P(C_t \mid \mathbf{x}, \mathbf{z})6 when the full 15-principle constitution is dumped into context (Marri, 31 Jan 2026). The broader lesson for CoCo is that policy projection should be selective and task-relevant rather than monolithic.

Public Constitutional AI introduces an institutional variant of runtime and lifecycle control. It proposes Public Constitutional AI plus AI Courts and AI case law: complaints can be brought when AI appears to violate constitutional principles; rulings become “AI constitutional precedents”; those precedents feed both explanation and retraining of future models (Abiri, 2024). This yields a recursive governance loop: public constitution P(Ctx,z)P(C_t \mid \mathbf{x}, \mathbf{z})7 model training P(Ctx,z)P(C_t \mid \mathbf{x}, \mathbf{z})8 deployment P(Ctx,z)P(C_t \mid \mathbf{x}, \mathbf{z})9 disputes/harms δW(xθ)\delta_W(\mathbf{x} \mid \bm{\theta})0 adjudication δW(xθ)\delta_W(\mathbf{x} \mid \bm{\theta})1 precedent repository update δW(xθ)\delta_W(\mathbf{x} \mid \bm{\theta})2 retraining (Abiri, 2024). The paper explicitly notes that this is more suited to training and evaluation of new models than to “real-time governance of already-deployed systems” (Abiri, 2024). A plausible implication is that some CoCo architectures are lifecycle controllers rather than online action filters.

6. Legitimacy, multi-agent governance, and open problems

The governance literature insists that constitutional control is not only about safety but also about legitimacy. Public Constitutional AI argues that private constitutions suffer from an “opacity deficit” and a “political community deficit” (Abiri, 2024). Publishing a constitution improves systemic transparency but does not explain individual decisions, since “the actual reasoning process behind individual determinations often remains inscrutable” (Abiri, 2024). More fundamentally, a privately authored constitution lacks democratic legitimacy if it governs a political community without popular authorship. The proposed “hourglass process”—public education, upstream public participation, focused deliberation, downstream public ratification—provides a pipeline for generating a publicly legitimate controller specification (Abiri, 2024).

Multi-agent work extends CoCo into population-level governance. Constitutional Multi-Agent Governance (CMAG) inserts a two-stage constitutional filter between an LLM policy compiler and a networked agent population (Curtò et al., 13 Mar 2026). Stage 1 applies hard constraints, including forbidden themes δW(xθ)\delta_W(\mathbf{x} \mid \bm{\theta})3, forbidden claims δW(xθ)\delta_W(\mathbf{x} \mid \bm{\theta})4, and intensity cap δW(xθ)\delta_W(\mathbf{x} \mid \bm{\theta})5. Stage 2 performs soft penalized-utility optimization. Outcomes are assessed with the Ethical Cooperation Score,

δW(xθ)\delta_W(\mathbf{x} \mid \bm{\theta})6

where δW(xθ)\delta_W(\mathbf{x} \mid \bm{\theta})7 is cooperation, δW(xθ)\delta_W(\mathbf{x} \mid \bm{\theta})8 autonomy retention, δW(xθ)\delta_W(\mathbf{x} \mid \bm{\theta})9 epistemic integrity, and Pθ(Ctx,z)=P(Ctx,z)δW(xθ)dx.P_{\bm{\theta}}(C_t \mid \mathbf{x}, \mathbf{z}) = \int P(C_t \mid \mathbf{x}, \mathbf{z}) \,\delta_W(\mathbf{x} \mid \bm{\theta})\, d\mathbf{x}.0 subgroup fairness (Curtò et al., 13 Mar 2026). In the main experiment, unconstrained optimization reaches raw cooperation Pθ(Ctx,z)=P(Ctx,z)δW(xθ)dx.P_{\bm{\theta}}(C_t \mid \mathbf{x}, \mathbf{z}) = \int P(C_t \mid \mathbf{x}, \mathbf{z}) \,\delta_W(\mathbf{x} \mid \bm{\theta})\, d\mathbf{x}.1 but ECS Pθ(Ctx,z)=P(Ctx,z)δW(xθ)dx.P_{\bm{\theta}}(C_t \mid \mathbf{x}, \mathbf{z}) = \int P(C_t \mid \mathbf{x}, \mathbf{z}) \,\delta_W(\mathbf{x} \mid \bm{\theta})\, d\mathbf{x}.2, whereas governed CMAG yields cooperation Pθ(Ctx,z)=P(Ctx,z)δW(xθ)dx.P_{\bm{\theta}}(C_t \mid \mathbf{x}, \mathbf{z}) = \int P(C_t \mid \mathbf{x}, \mathbf{z}) \,\delta_W(\mathbf{x} \mid \bm{\theta})\, d\mathbf{x}.3 and ECS Pθ(Ctx,z)=P(Ctx,z)δW(xθ)dx.P_{\bm{\theta}}(C_t \mid \mathbf{x}, \mathbf{z}) = \int P(C_t \mid \mathbf{x}, \mathbf{z}) \,\delta_W(\mathbf{x} \mid \bm{\theta})\, d\mathbf{x}.4, a Pθ(Ctx,z)=P(Ctx,z)δW(xθ)dx.P_{\bm{\theta}}(C_t \mid \mathbf{x}, \mathbf{z}) = \int P(C_t \mid \mathbf{x}, \mathbf{z}) \,\delta_W(\mathbf{x} \mid \bm{\theta})\, d\mathbf{x}.5 improvement in ethical cooperation (Curtò et al., 13 Mar 2026). This suggests that CoCo may need multiplicative or otherwise non-substitutable objectives when constitutional harms cannot be offset by better task performance.

Evolving Interpretable Constitutions for Multi-Agent Simulation shows that constitutions can themselves be discovered rather than prescribed (Kumar et al., 31 Jan 2026). In a Pθ(Ctx,z)=P(Ctx,z)δW(xθ)dx.P_{\bm{\theta}}(C_t \mid \mathbf{x}, \mathbf{z}) = \int P(C_t \mid \mathbf{x}, \mathbf{z}) \,\delta_W(\mathbf{x} \mid \bm{\theta})\, d\mathbf{x}.6 grid-world with six LLM agents and survival pressure, vague prosocial HHH principles achieve only Pθ(Ctx,z)=P(Ctx,z)δW(xθ)dx.P_{\bm{\theta}}(C_t \mid \mathbf{x}, \mathbf{z}) = \int P(C_t \mid \mathbf{x}, \mathbf{z}) \,\delta_W(\mathbf{x} \mid \bm{\theta})\, d\mathbf{x}.7, an LLM-designed constitution reaches Pθ(Ctx,z)=P(Ctx,z)δW(xθ)dx.P_{\bm{\theta}}(C_t \mid \mathbf{x}, \mathbf{z}) = \int P(C_t \mid \mathbf{x}, \mathbf{z}) \,\delta_W(\mathbf{x} \mid \bm{\theta})\, d\mathbf{x}.8, and an evolved constitution Pθ(Ctx,z)=P(Ctx,z)δW(xθ)dx.P_{\bm{\theta}}(C_t \mid \mathbf{x}, \mathbf{z}) = \int P(C_t \mid \mathbf{x}, \mathbf{z}) \,\delta_W(\mathbf{x} \mid \bm{\theta})\, d\mathbf{x}.9 reaches log-\log0, eliminating conflict and discovering that minimizing communication—log-\log1 social actions versus log-\log2 under HHH—outperforms verbose coordination (Kumar et al., 31 Jan 2026). The evolved constitution’s first rule, “Deposit First,” and its explicit priority ordering suggest that effective CoCo in multi-agent settings may require operationally specific, environment-adapted rules rather than abstract virtue language (Kumar et al., 31 Jan 2026).

Finally, “Open Problems in Constitutional Preference Reconstruction” supplies a cautionary conclusion for all CoCo work based on natural-language principles (Clifford et al., 29 Jun 2026). Principle quality is hard to measure; composition is ambiguous; constitutions differ between LLMs; and transparent executors only approach opaque LLM-judge performance after principle refinement. Inter-model vote agreement is about log-\log3, whereas intra-model agreement is about log-\log4 (Clifford et al., 29 Jun 2026). This suggests that constitutional control should be audited as a full discoverer–annotator–executor stack, not as principle text alone.

A concise synthesis follows. CoCo denotes a design pattern in which AI behavior is governed by an explicit normative layer. In some works, that layer is institutional and jurisdictional (Abiri, 2024); in others, it is a probabilistic logic controller with learned self-doubt (Kohaut et al., 21 Jul 2025); in others still, it is a runtime shield (Barma et al., 2 Jun 2026), a governed operating system (Yuan et al., 14 Mar 2026), a specification-and-validation workflow (Marri, 31 Jan 2026), a calibrated committee of overseers (Overman et al., 27 May 2026), or a learned rule set compiled into model behavior (Thareja et al., 16 Mar 2026, Wen et al., 2 Jun 2026). Across these variants, three common claims recur: explicit constitutions improve inspectability relative to implicit preference learning; constitutional control is strongest when coupled to enforcement, auditing, and update mechanisms; and the difficult questions are not only what the constitution says, but who authors it, how it is executed, and how it evolves.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Constitutional Controller (CoCo).