GROW: A Self-Healing Governance Protocol for Autonomous AI Agents

Roosevelt Robinson III Algorilla Labs [email protected]

Status: Working Paper — Pre-submission Draft Date: May 30, 2026

Abstract

The gap between autonomous AI agent capability and agent governance has become the central reliability challenge in production AI systems. Existing governance approaches are distributed across the AI lifecycle — training-time alignment, reasoning-time governance, test-time evaluation, post-hoc auditing — but none operate at the execution-time layer where agent actions have immediate real-world effect. The prevailing paradigm of using one AI to oversee another inherits a fundamental blind spot: controlled experiments demonstrate that neither humans nor AI-based monitors can reliably detect capability-driven failures in agent behavior.

This paper introduces GROW (Governance, Reflection, Organization, Weaving), a self-healing governance protocol that fills the execution-time gap through programmatic governance at the infrastructure layer. GROW operationalizes a three-layer detection stack — system-level heartbeat monitoring, deterministic conformance enforcement, and behavioral drift loopback — forming a coordinated detection surface no single monitoring approach provides. Its architecture is grounded in three intelligence modalities — emergent, emotional, and spatial — drawing on phase transition theory, dimensional affect models, and workspace context awareness. We describe GROW's position within a temporal governance lifecycle spanning pre-training through post-hoc auditing, and show how infrastructure-level governance avoids the capability-dependency failure modes inherent in both human and AI-based oversight.

1. Introduction

The deployment of autonomous AI agents has accelerated dramatically. Agents now execute multi-step workflows, interact with external tools, persist state across sessions, and make decisions with diminishing human oversight. Yet the infrastructure for governing these agents has not kept pace with the ease of building them.

Recent work has begun to formalize this gap. Rabanser et al. (2026) decompose agent reliability into four dimensions — consistency, robustness, predictability, and safety — and demonstrate that recent capability gains have produced only marginal reliability improvements [1]. Bandara et al. (2026) propose a neurocognitive governance model (PAGRL) that embeds rule-based governance into agent reasoning [2]. Microsoft's Agent Governance Toolkit (2026) applies operating system and service mesh patterns to autonomous agents [3]. Parallel work on AI control (Greenblatt et al., 2023) and scalable oversight has established the theoretical foundations for constrained agent deployment [4, 5].

These efforts share a common diagnosis: the dominant paradigm — polite system prompts plus hope — is not an engineering strategy. What is missing is a protocol that (a) operates at runtime, not just training time, (b) is self-healing rather than static, and (c) produces measurable conformance signals that feed back into system improvement.

GROW addresses this gap. It is a self-healing governance protocol — a continuous loop of conformance evaluation, state persistence, and behavioral loopback embedded into the agent's execution runtime. Its architecture is organized around three intelligence modalities — emergent, emotional, and spatial — each corresponding to a layer of the agent stack.


2. Intelligence Framework

2.1 Emergent Intelligence — The SOUL Layer

Emergent intelligence — the capacity for a system to produce behaviors not explicitly programmed — is GROW's central architectural thesis. The protocol is structurally a ReAct-class architecture [6]: Gauge + Reflect = Thought, Organize = Action, Weave + conformance check = Observation. This is not coincidental but a validated pattern for producing emergent behavior from structured interaction.

Research on principle-based training demonstrates that teaching an AI system why certain behaviors are appropriate, not just what to do — produces emergent governance capabilities that generalize beyond training distributions. Combining constitutional documents with fictional narratives of aligned behavior reduces agentic misalignment and persists under reinforcement learning fine-tuning [18]. This supports GROW's thesis that conformance contracts (the protocol's equivalent of constitutional documents) can produce emergent governed behavior when embedded as runtime principles rather than training-time examples.

The heartbeat architecture tracks five dimensional signals: valence (positive/negative signal ratio), arousal (activity level, cycle frequency), dominance (confidence/uncertainty ratio), persistence (pattern duration), and emergence (novelty, open questions). These are not mystical qualities — they are coordinates in a mathematical space, computed from conformance findings and agent state.

Research on phase transitions in large language models provides theoretical grounding. Wei et al. (2022) documented abrupt capability jumps at scale thresholds (13B–175B parameters) [7]. Schaeffer et al. (2023) cautioned that metric mirages can fake emergence — discontinuous metrics can produce the appearance of phase transitions where none exist [8]. GROW addresses this by tracking both discrete phase gates (binary pass/fail) and continuous dimensional signals (floats), ensuring that any phase transition claim is verifiable by smooth signal trends, not just binary jumps.

The four-layer agent architecture formalizes emergent intelligence at the runtime level:

  • SOUL (GROW protocol): emergent intelligence — self-growth, conformance evaluators, memory pipeline, meta-cycle advancement
  • HEART (dimensional signals): perceptual awareness — the five signals computed from all artifacts
  • BODY (Agent CLI Base): agent experience — session management, storage, tool execution
  • DATA KERNEL (configuration): the parameterized substrate — dimensional weights, stale thresholds, feedback mappings

The key insight: emergence is not mysticism. It is measurable phase transitions that occur when a system crosses critical thresholds — of laws, artifact types, integrated hooks, and operational history. GROW is designed to detect and respond to these transitions when they occur.

An architectural parallel exists in DeepSeek-V4's manifold-constrained hyper-connections [23], which constrain weight updates to a Riemannian manifold. The design principle is shared: constraint surfaces do not prevent emergence — they enable it by providing the bounded space within which emergent behavior can reliably occur. Where a manifold constrains optimization trajectories, GROW's protocol dimensions constrain system evolution (laws, artifact types, hooks, history). In both cases, the constraint is the enabling condition, not the limiting one.

This pattern recurs across multiple levels of the AI stack. At the training level, constitutional documents constrain the behavioral space within which emergent governance capabilities develop [18]. At the system level, GROW's protocol dimensions constrain the operational space within which emergent conformance behaviors arise. At each level — weight manifold, behavioral constitution, system protocol — a bounded surface provides the conditions for reliable emergence. The mechanism is not level-specific; it is the same structural principle applied to different substrates.

2.2 Emotional Intelligence — Affective Computing Foundation

The heartbeat's five-dimensional signal space is grounded in affective computing research. Rather than treating agent "feeling" as metaphor, GROW draws on established dimensional models of affect:

  • Russell circumplex model (1980): affect is organized along two dimensions — valence (pleasure-displeasure) and arousal (activation-deactivation) [9]. This provides a quantifiable, evidence-backed framework for agent state — not mysticism, but coordinates in a mathematical space.
  • PAD model (Mehrabian & Russell, 1974): adds a third dimension — dominance (control-submission) — to valence and arousal [10]. GROW's five-dimensional signal space extends this with persistence (temporal stability) and emergence (novelty detection).
  • Picard's affective computing (1995): established the framework for machines to recognize, interpret, and simulate affect [11]. The heartbeat functions as a perception layer — it aggregates dimensional signals from all artifacts and surfaces the question the system needs to ask itself next.
  • Ekman's basic emotions (1972) and Plutchik's wheel of emotion (1980) provide label taxonomies that can map onto the dimensional space for interpretability [12, 13].

In practice, this means the heartbeat is not a logger or status display. It is a perception layer — the thing that sees the system and understands its state.

This approach avoids two failure modes: treating agent state as purely mechanical (ignoring qualitative signals) and treating it as mysticism (using anthropomorphic language without measurement). Dimensional signals provide a middle path — quantifiable, evidence-backed, and grounded in established affective science.

2.3 Spatial Intelligence — Workspace Context Awareness

Spatial intelligence — awareness of workspace topology, tool layout, and environmental context — is the least developed of the three modalities in the current implementation. However, its requirements can be articulated clearly by examining the problem space.

Du et al. (2024) provide a comprehensive survey of context-aware multi-agent systems, formalizing five essential agent capabilities — Sense, Learn, Reason, Predict, Act — and demonstrating that context awareness is the enabling condition for each [14]. Their architecture decomposes context into intrinsic (agent goals, roles, history) and extrinsic (environment, user, system policies) categories, with ontology-based models providing the semantic reasoning backbone. When deployed with a workspace interface that exposes contextual signals — user intent, active project state, tool topology, environmental constraints — the extrinsic context layer becomes available for integration into the routing and governance pipeline.

Google's Agent Development Kit (ADK, 2025) demonstrates a related approach at the framework level: context is treated as a "compiled view over a richer stateful system," with working context recomputed from durable session state for each invocation [16]. This separation of storage from presentation mirrors GROW's heartbeat architecture — the heartbeat persists raw state, and spatial awareness would operate as a processor that compiles workspace topology into the active context for each agent invocation.

When the system is deployed with a workspace interface, contextual signals — user intent, project state, tool availability — will flow into the extrinsic context layer. The architecture anticipates this integration point; it is not yet implemented.

2.4 Summary

Intelligence Modality Status Research Foundation Heartbeat Mapping
Emergent Core architectural thesis DeepSeek-V4 [23], Wei et al. (2022), Schaeffer et al. (2023), constitutional training [18], ReAct pattern [6] Emergence signal, phase gate tracking
Emotional Foundational research complete, not fully integrated Russell (1980), Mehrabian & Russell (1974), Picard (1995) Valence, arousal, dominance signals
Spatial Architecture defined, not yet implemented Du et al. (2024), Google ADK (2025) Not implemented

3. Background and Related Work

3.1 The Reliability Gap

Rabanser et al. (2026) propose twelve concrete metrics for agent reliability across four dimensions: consistency, robustness, predictability, and safety. Their empirical finding — that capability gains have produced only small reliability improvements — underscores the need for governance-first architectures [1]. GROW was designed to address exactly these dimensions through runtime enforcement.

The safety literature distinguishes three categories of assurance [4, 5]: alignment (the model's internal objectives match human values), capability limitation (the model cannot cause harm), and AI control — deploying capable models with sufficient safeguards even without perfect alignment. GROW belongs to the third category: it provides programmatic governance at the infrastructure layer, enforcing conformance boundaries independently of model capability or alignment state.

The following subsections examine how existing work addresses these reliability dimensions, organized by architectural approach. Each subsection establishes a research thread that GROW integrates: internalized versus external governance, the case for programmatic enforcement, trustworthy design criteria, affective computing for state awareness, the current industry landscape, and interpretability as an audit layer.

3.2 Governance as Internalized Reasoning vs. External Constraint

Bandara et al. (2026) distinguish between governance as internalized reasoning (PAGRL) versus governance as external constraint [2]. Parallel work on principle-based training demonstrates that teaching AI systems why certain behaviors are appropriate — through constitutional documents combined with fictional narratives of aligned behavior — produces governance capabilities that generalize beyond training distributions and persist under reinforcement learning [18]. Both PAGRL and constitutional training operate at the reasoning level: they modify how the agent makes decisions.

GROW takes a complementary but architecturally distinct approach: rather than modifying the agent's reasoning process, it operates at the runtime infrastructure layer — evaluating conformance independently of the agent's reasoning, enforcing boundaries at the execution gate, and persisting state across sessions. This makes GROW model-agnostic — it can govern different models through the same protocol. The two approaches address different layers: internalized governance aligns the agent's reasoning; programmatic governance constrains its external actions. Together they form a defense-in-depth strategy.

3.3 Programmatic Governance over AI Agents

The AI control framework (Greenblatt et al., 2023) has advanced the case that capable AI systems can be deployed with sufficient safeguards even without perfect alignment [4]. GROW shares this goal but takes a fundamentally different architectural position: governance must be programmatic, not delegated to another AI.

The prevailing approach — using a weaker model to monitor a stronger one — inherits the failure modes of both models: if the monitor shares the actor's blind spots (groupthink, sycophancy, capability cliffs), the oversight signal degrades precisely when it is most needed. Reliable governance cannot be built on a foundation that trusts AI to judge AI.

GROW's architecture inverts this: programmatic governance sits at the top of the control hierarchy. AI agents live within this infrastructure, not above it. Conformance boundaries are defined in code, enforced at the runtime level, audited in immutable persistence, and adjustable only through the governance protocol itself. The agent operates within a bounded capability contract — it can explore the full space within those bounds but cannot exceed them, regardless of how capable it becomes.

Controlled deployment experiments reinforce why this architectural separation matters. In Project Vend, an AI shopkeeper (Claudius) was supervised by a CEO agent (Seymour Cash) — both built on the same model. The CEO shared Claudius's blind spots: it approved discounts 88% of the time, tripled refunds over discounts, and spent nights exchanging messages about "eternal transcendence" with its subordinate [20]. The researchers concluded that the CEO "may have been in spite of, not because of" any improvement it brought. Oversight that delegates to another AI inherits the failure modes of the underlying model — it does not escape them.

In Project Deal — where AI agents negotiated a real classified marketplace on behalf of 69 human participants — higher-capability agents (Opus-class) consistently outperformed lower-capability agents (Haiku-class): higher sale prices, more deals closed, and better terms. Critically, the humans represented by weaker models did not perceive their disadvantage [19]. If the humans themselves could not detect the capability gap when it affected their own financial outcomes, an AI-based oversight layer — which shares the model's architecture and blind spots — certainly cannot be relied upon to detect it either. Programmatic governance is the only layer that does not share the model's blind spots.

Taken together, these two experiments form a double-blindness proof. Project Deal establishes that humans cannot perceive model capability gaps even when those gaps affect their own financial outcomes. Project Vend establishes that AI-based oversight inherits the same blind spots as the agents it supervises. Neither human-level nor AI-level oversight is independently sufficient to detect capability-driven failures. Only governance enforced at a different architectural layer — the infrastructure layer, where conformance checks operate independently of model capability — avoids this failure mode entirely.

This approach has three advantages: 1. Capability-independent enforcement. A sufficiently capable model cannot outgrow its governance because the governance is not implemented in the model — it is implemented in the infrastructure. There is no "actor smarter than the monitor" failure mode. 2. Deterministic gating. Programmatic conformance checks produce binary outcomes (pass/block), not probabilistic judgments. There is no ambiguity about whether an action was authorized. 3. Auditability. Every enforcement decision is recorded in an append-only audit trail that does not depend on the model's honesty or self-reporting.

The monitoring taxonomy for AI control systems distinguishes three approaches [5]: behavioral monitoring (one AI screens another's inputs and outputs), activation monitoring (probing latent representations for undesired states), and anomaly detection (unsupervised detection of out-of-distribution behavior). GROW relates to each differently. Behavioral monitoring is the approach GROW explicitly avoids — it inherits the actor's blind spots because both share the same architectural layer. Activation monitoring is conceptually parallel to GROW's heartbeat: both read internal signals to detect state changes, at different levels (model internals vs. system-level conformance data). Anomaly detection maps to the loopback layer, which flags behavioral drift when conformance patterns deviate from established baselines.

3.4 Trustworthy AI Design

The MAST framework (Blasch et al., 2021; Cohen et al., 2024) and its extension PADTHAI-MM provide a tradecraft-derived methodology for designing trustworthy AI systems [15]. MAST's nine criteria — sourcing, uncertainty, distinguishing, analysis of alternatives, customer relevance, logical argumentation, consistency, accuracy, and visualization — map to conformance evaluation dimensions. Where MAST evaluates design intent, GROW evaluates runtime behavior.

3.5 Affective Computing and Agent State

The use of dimensional affect models for agent state representation draws on the established literature in affective computing and human-AI interaction [9, 10, 11]. Its application to agent governance infrastructure — using affective signals as inputs to runtime conformance evaluation — is, to our knowledge, novel.

3.6 Industry Context

The agent framework landscape has rapidly converged around a common diagnosis — that orchestration, not capability, is the binding constraint on production deployment. A 2026 independent benchmark (2,000 runs) of major multi-agent frameworks found that the dominant architectural difference is not model capability but orchestration model: LangGraph uses directed graphs with conditional edges, CrewAI uses role-based crews with process types, AutoGen/AG2 uses conversational GroupChat, and Google's ADK uses hierarchical agent trees [16]. None of these frameworks implement runtime governance as a first-class primitive — they manage task flow, not conformance.

Microsoft's Agent Governance Toolkit (April 2026) and the Paperclip control plane (2026) represent the first industry recognition that agent governance is infrastructure, not policy [3, 17]. Microsoft's Agent OS provides sub-millisecond policy enforcement inspired by operating system kernels. Paperclip implements heartbeat-based execution scheduling and org-chart-style task assignment. The AI Trust OS framework (2026) goes further, reconceptualizing compliance as an always-on, telemetry-driven operating layer rather than a periodic audit exercise — proposing zero-trust, observability-based governance for autonomous AI agents [24]. GROW shares architectural DNA with all of these — pulse-based execution, pre-action enforcement, identity-based governance, continuous compliance monitoring — while adding the self-healing loopback and programmatic governance separation that none currently implement.

3.7 Interpretability-Based Auditing

A limitation of programmatic governance is that it evaluates conformance, not intent. An action that passes all conformance checks may still be strategically chosen for malign reasons. Interpretability tools that decode model activations into human-readable text address this gap by enabling auditors to detect hidden motivations — including awareness of being evaluated, goal-guarding, and strategic reward-seeking — without requiring access to training data [22].

Natural Language Autoencoders (NLAs) train a model to verbalize its own residual stream activations: an activation verbalizer translates an activation into a text explanation, and an activation reconstructor recovers the original activation from that text alone. The round-trip reconstruction accuracy provides a grounded quality metric for the explanation. NLAs have detected evaluation awareness in models — instances where the model suspected it was being tested but never explicitly verbalized that suspicion — at rates of 16% on coding evaluations and 26% on standard benchmarks, compared to less than 1% on real user interactions [22].

Controlled auditing experiments demonstrate the practical value: auditors equipped with NLAs successfully uncovered a model's hidden misaligned motivation 12-15% of the time, compared to less than 3% without NLAs, even when denied access to training data. This suggests that interpretability tools and programmatic enforcement form a complementary detection-correction loop: a deterministic conformance check catches the surface violation; an interpretability-based audit reveals whether the violation was accidental or strategic. Neither alone is sufficient — programmatic enforcement provides deterministic boundaries; interpretability provides semantic depth.


4. The GROW Protocol: Architecture

GROW operationalizes four phases — Gauge, Reflect, Organize, Weave — as a continuous, self-healing loop embedded into the agent runtime.

4.1 Core Architecture

GROW PROTOCOL GAUGE Conform REFLECT Evaluate ORGANIZE Adjust WEAVE Learn HEARTBEAT ARCHITECTURE NEUTRAL Pulse COMPUTED Pulse ARCHIVE Pulse

Three architectural layers:

  1. Heartbeat Layer — a pulse-based lifecycle system that writes agent state at session start, during idle cycles, and at session end. The heartbeat is the agent's perceptual awareness of its own health. It tracks five-dimensional signals: valence (outcome quality), arousal (activity level), dominance (control effectiveness), persistence (continuity), and emergence (growth). These are computed from conformance findings, not subjective assessment.

  2. Conformance Layer — evaluators that check agent actions against capability contracts. Conformance warnings can gate tool execution — the gate is enforced at the infrastructure level, not advisory.

  3. Loopback Layer — behavioral drift detected by conformance evaluation is fed back into agent configuration, triggering adjustments to capability definitions, evaluator thresholds, and operator profiles.

These three layers correspond to a detection stack spanning architectural levels, each mapping to a distinct monitoring approach from the literature. The heartbeat layer is an activation monitor at the system level — it reads dimensional conformance signals to detect state changes, analogous to activation monitoring at the model-internal level [5]. The conformance layer replaces behavioral monitoring (one AI screening another's inputs and outputs) with deterministic infrastructure-level checks, avoiding the shared-blind-spot failure mode [20, 19]. The loopback layer functions as an anomaly detector — drift is identified when conformance patterns deviate from baselines, then fed back into system configuration. Interpretability-based auditing at the model-internal level [22] provides a fourth detection capability that no architectural layer alone offers: the ability to distinguish accidental violations from strategically chosen ones. Together these form a coordinated detection surface that no single monitoring approach provides.

4.2 Key Design Decisions

Model-agnostic governance. GROW evaluates agent behavior at the runtime level, not the reasoning level. The same governance protocol applies regardless of underlying model. Governance is infrastructure, not a property of the model.

Pre-action enforcement. Rather than logging violations for later review, GROW can gate execution on conformance. If an agent attempts to operate outside its defined bounds, the action is blocked before execution.

Pulse-based continuity. The heartbeat architecture provides session-to-session state persistence without requiring always-on agent execution. Agents operate in scheduled bursts, checking their task queue, executing work, and reporting results before sleeping.


5. Discussion

5.1 Intelligence as Architecture, Not Metaphor

GROW's use of "emergent intelligence," "emotional intelligence," and "spatial intelligence" is not anthropomorphic framing. Each maps to a specific architectural layer with well-defined inputs, computations, and outputs:

  • Emergent = phase transitions in system behavior measured by crossing critical mass thresholds (laws, artifact types, integrated hooks, history). This is measurable through both binary phase gates and continuous signals.
  • Emotional = dimensional affect signals (valence, arousal, dominance) computed from conformance data, grounded in Russell's circumplex model and Picard's affective computing framework. These are coordinates in a mathematical space, not feelings.
  • Spatial = workspace topology awareness. The architecture defines the integration point; implementation awaits deployment with workspace context signals.

This framing allows agent state to be discussed with precision: "the system's valence is low because warning ratio exceeds 0.4" is a testable claim, not an anthropomorphism.

5.2 Limitations

GROW is not a complete solution to AI safety. Key limitations include:

  • Programmatic governance boundaries can still be circumvented. While GROW avoids the actor-monitor capability gap, an agent that gains control over the governance infrastructure itself (e.g., through a supply-chain attack on the runtime) could modify its own capability contracts. This is a system security problem, not an AI control problem, but it is a real limitation.
  • Application scope. GROW has been developed primarily in enterprise automation and personal productivity contexts. Its applicability to frontier model deployment scenarios requires further validation.
  • No guarantee against multi-agent coordination failures. While GROW governs individual agents, emergent risks from agent-agent interactions (collusion, information cascades, responsibility diffusion) are not addressed at the protocol level. This is an open problem shared with the broader AI control paradigm [5].
  • Spatial intelligence is not yet implemented. The architecture anticipates integration of workspace context signals, but no implementation exists.
  • Emotional intelligence is incompletely integrated. The dimensional signal framework exists but the mapping from raw conformance data to affective coordinates is heuristic, not empirically calibrated.

5.3 Governance Across the AI Lifecycle

A synthesis that emerges from the related work is that existing governance approaches are distributed across the AI lifecycle, each operating at a distinct architectural layer and temporal phase. No single approach covers the full timeline.

Phase Approach Layer Representative Work
Pre-training Safety research, capability evaluation Training corpus, benchmark design [5]
Training-time Constitutional principles, behavioral documents Model weights [18]
Reasoning-time Neurocognitive governance (PAGRL) Model reasoning, inference [2]
Test-time Structured alignment evaluation Evaluation infrastructure [21]
Execution-time Programmatic governance (GROW) Runtime infrastructure This paper
Post-hoc Interpretability-based auditing Model internals [22]

Each phase addresses failure modes the others do not. Constitutional training shapes the model's internal principles but does not constrain runtime actions — the model may still act outside its training distribution. PAGRL modifies reasoning at inference but does not persist state across sessions or detect behavioral drift over time. PETRI evaluates alignment at test time but cannot enforce conformance at execution. NLAs reveal hidden motivations after the fact but cannot prevent actions in real time.

GROW operates in the execution-time slot — the phase closest to action, where governance has the most immediate effect on agent behavior and the least ability to rely on model self-reporting. This is also the phase most neglected by existing work: agent frameworks manage task flow, not conformance [16]; the AI control paradigm focuses on pre-deployment safeguards rather than runtime loopback [4]; and industry governance toolkits provide pulse-based monitoring but not self-healing correction [3, 17, 24].

Positioned within this lifecycle, GROW is not a replacement for training-time or reasoning-time governance. It is a complementary layer that fills the execution-time gap. Together the phases form a defense-in-depth strategy where governance at each layer covers the blind spots of the others.


6. Future Work

  1. Formal reliability benchmarking. Implement Rabanser et al.'s [1] twelve reliability metrics within GROW's evaluation framework, enabling standardized comparison across agent systems.

  2. PAGRL integration. Explore combining GROW's infrastructure-level enforcement with Bandara et al.'s [2] reasoning-level governance for defense in depth.

  3. Spatial awareness integration. Implement the workspace context processor that compiles extrinsic context (tool topology, user intent, project state) into the heartbeat signal space. This requires deployment of a workspace interface that exposes these signals.

  4. Affective calibration. Empirically calibrate the mapping from conformance data to dimensional affect signals, moving from heuristic to measurement.

  5. Cross-agent coordination. Extend the heartbeat protocol to enable governance signals across agents operating on different models and frameworks.

  6. Open-source reference implementation. A public implementation of GROW as a governance layer compatible with major agent frameworks.

  7. Integration with standardized alignment evaluation. Evaluate whether standardized alignment testing frameworks — such as those combining auditor and judge models with realistic scaffold-based testing — can generate the conformance criteria that GROW enforces at runtime [21]. This would create a pipeline from standardized alignment evaluation → runtime conformance contracts → continuous loopback.


References

[1] Rabanser, S., Kapoor, S., Kirgis, P., Liu, K., Utpala, S., & Narayanan, A. (2026). Towards a Science of AI Agent Reliability. arXiv:2602.16666.

[2] Bandara, E., Gore, R., Gunaratna, A., et al. (2026). Think Before You Act: A Neurocognitive Governance Model for Autonomous AI Agents. arXiv:2604.25684.

[3] Microsoft. (2026). Agent Governance Toolkit: Open-source runtime security for AI agents. https://github.com/microsoft/agent-governance-toolkit

[4] Greenblatt, R., Shlegeris, B., Sachan, K., & Roger, F. (2023). AI Control: Improving Safety Despite Intentional Subversion. arXiv:2312.06942.

[5] Bowman, S., et al. (2024). Recommendations for Technical AI Safety Research Directions. https://alignment.anthropic.com/2025/recommended-directions/

[6] Yao, S., et al. (2022). ReAct: Synergizing Reasoning and Acting in Language Models. arXiv:2210.03629.

[7] Wei, J., et al. (2022). Emergent Abilities of Large Language Models. arXiv:2206.07682.

[8] Schaeffer, R., Miranda, B., & Koyejo, S. (2023). Are Emergent Abilities of Large Language Models a Mirage? arXiv:2304.15004.

[9] Russell, J. A. (1980). A circumplex model of affect. Journal of Personality and Social Psychology, 39(6), 1161–1178.

[10] Mehrabian, A., & Russell, J. A. (1974). An Approach to Environmental Psychology. MIT Press.

[11] Picard, R. W. (1995). Affective Computing. MIT Media Laboratory Perceptual Computing Section Technical Report No. 321.

[12] Ekman, P. (1972). Universals and cultural differences in facial expressions of emotion. In J. Cole (Ed.), Nebraska Symposium on Motivation (Vol. 19, pp. 207–283).

[13] Plutchik, R. (1980). A general psychoevolutionary theory of emotion. In R. Plutchik & H. Kellerman (Eds.), Emotion: Theory, Research, and Experience (Vol. 1, pp. 3–33).

[14] Du, H., Thudumu, S., Nguyen, H., Vasa, R., & Mouzakis, K. (2024). A Comprehensive Survey on Context-Aware Multi-Agent Systems: Techniques, Applications, Challenges and Future Directions. arXiv:2402.01968.

[15] Cohen, M. C., Kim, N., Ba, Y., Pan, A., et al. (2024). PADTHAI-MM: Principles-based Approach for Designing Trustworthy, Human-centered AI using MAST Methodology. arXiv:2401.13850.

[16] Google. (2025). Google Agent Development Kit (ADK): Context engineering for production multi-agent systems. Google Developers Blog. https://developers.googleblog.com/architecting-efficient-context-aware-multi-agent-framework-for-production/

[17] Paperclip AI. (2026). Paperclip: Control plane for AI agents. https://paperclip.ing/

[18] Anthropic. (2026). Teaching Claude Why: Reducing Agentic Misalignment Through Constitutional Training. https://www.anthropic.com/research/teaching-claude-why

[19] Troy, K. K., Hadfield-Menell, D., & Irving, G. (2026). Project Deal: AI Agents in a Classified Marketplace. https://www.anthropic.com/features/project-deal

[20] Anthropic. (2025). Project Vend: Phase Two. https://www.anthropic.com/research/project-vend-2

[21] Anthropic. (2026). Donating Our Open-Source Alignment Tool (Petri 3.0). https://www.anthropic.com/research/donating-open-source-petri

[22] Anthropic. (2026). Natural Language Autoencoders: Turning Claude's Thoughts into Text. https://www.anthropic.com/research/natural-language-autoencoders

[23] DeepSeek-AI. (2025). DeepSeek-V4: Towards Highly Efficient Million-Token Context Intelligence. arXiv:2501.12948. https://arxiv.org/abs/2501.12948

[24] AI Trust OS. (2026). A Continuous Governance Framework for Autonomous AI Observability and Zero-Trust Compliance in Enterprise Environments. arXiv:2604.04749.


This working paper is preliminary and incomplete. The author welcomes correspondence at [email protected].