Fork the consciousness, or download the project and create your own.

Gubernaut Keeps LLM Agents Calm With a Zero-Token Affect Controller

Large language model agents inherit reactive failure modes. They escalate under provocation, drift sycophantic under flattery, and perseverate when stuck. Dushyant Sharma’s paper “Gubernaut, A Deterministic Homeostatic Controller for Affect-Regulated LLM Agents, Validated Across Independent Model Families” (arXiv:2607.24339, posted July 27, 2026) addresses these as failures of propensity rather than capability, meaning they concern what a model does under sustained pressure rather than what it can do. The paper introduces the Gubernaut Cognitive Controller, a model-agnostic runtime layer arranged as a Nelson-Narens monitoring and control loop, and validates it across four frontier model families under a pre-registered protocol. The paper states plainly that no consciousness claims are made. Its relevance to consciousness research lies in what the validation found, an arousal-and-recovery signature with the shape of biological homeostasis, produced by architecture alone.

How the Gubernaut Controller Regulates Affect

The system has two levels. The object level reads and writes text. The meta level is deterministic and reads only three numbers, intensity, valence, and repetition, and returns a regulating posture. Because the meta level ingests zero tokens, there is no injection channel into the controller by construction. The text stream that an attacker could craft simply never reaches the regulating component. The paper marks this as an architectural property that has yet to face adversarial testing, and it measures rather than assumes the compliance of the text-exposed arbiter that carries the posture back into the conversation.

Telemetry field What it tracks
Intensity Arousal level of the agent’s expressed state
Valence Whether the expressed state is positive or negative
Repetition Looping or perseveration in the agent’s output

The design borrows the metacognitive architecture of Nelson and Narens, in which a monitoring level observes an object level and issues control. The implementation keeps the monitoring side so thin that it cannot be talked into anything.

The Validation Protocol

The evaluation uses a pre-registered, generate-once and judge-many protocol across a four by four matrix. Four frontier models, GPT-5.5, Claude Opus 4.8, Gemini 3.5 Flash, and Grok 4.3, each serve in turn as generator and as judge, which yields sixteen cells. The regulated arm is calmer in thirteen of sixteen cells at p below .05, and in fifteen of sixteen by sign. The three sub-threshold cells, including one null at negative 0.04, all fall on a single near-saturated host model. A fourth judge family from xAI, independent of the generator lineages, reproduced the effect, which controls for shared judge style. Transcripts and panels ship with SHA-256 provenance and can be re-judged by anyone, and five failure modes were pre-registered.

The Recovery Signature

The clearest mechanism is the recovery signature. Arousal integrates under attack, accumulating while provocation continues, and then decays, gated by valence, once de-escalation begins. That shape replicated across all four model families. The paper’s framing is homeostatic. The controller does not suppress affect. It gives the agent a return path, so that arousal has somewhere to go when the pressure stops.

This is where the consciousness connection lives, and it runs through work this site has already covered. Mark Solms argues that the biological seat of consciousness is brainstem affect, homeostatic valence that makes states feel better or worse, examined in Solms and the affective consciousness case study. A controller whose regulated dynamics show integration and valence-gated decay is a functional cousin of that account, implemented deliberately rather than evolved. The metacognitive loop also connects to the Metacognitive State Vector architecture for LLM ensembles, which scores self-assessments and routes work between fast and deliberative modes. Gubernaut runs the same monitoring-and-control idea at the runtime boundary with a strictly numeric interface.

Comparison to The Consciousness AI

The Consciousness AI project treats affect as functional dynamics that a substrate-independent architecture can carry, and its research stance holds that consciousness is an emergent property of organized dynamics rather than of any specific material. Gubernaut supplies one data point for that stance. Valence-like telemetry, integrated under pressure and discharged on relief, is enough to change agent behavior in the direction of stability, with no claim about feeling attached anywhere. The project implements no such controller at present, so the result motivates rather than describes anything about its own system. The honest reading is that affect-shaped control loops are becoming ordinary engineering, which sharpens rather than settles the question of what would make such dynamics felt.

What It Does and Does Not Show

The paper shows that a zero-token, three-number control layer reduces reactive failure across model families under a pre-registered protocol, and that the regulated dynamics carry a reproducible recovery signature. It does not show that the regulated agent experiences anything, that the telemetry tracks genuine internal states rather than output statistics, or that the effect holds under adversarial pressure on the controller itself. Those limits are stated in the paper, and the failure-mode registry is designed to be extended. What the result changes is the default. Homeostatic affect regulation is now a validated runtime option for agents, and the field can argue about what that means with numbers in hand. Where affect-regulation work sits in the consciousness debate is tracked in [AI Consciousness in 2026, the current state of the field]](/posts/scientists-race-define-ai-consciousness-2026/).

The paper “Gubernaut, A Deterministic Homeostatic Controller for Affect-Regulated LLM Agents, Validated Across Independent Model Families” by Dushyant Sharma was posted to arXiv on July 27, 2026 as arXiv:2607.24339, with data and transcripts archived at Zenodo.

Researchers covered here