Papers
Topics
Authors
Recent
Search
2000 character limit reached

Safety from Honesty in a Disinterested AI Predictor

Published 28 Jun 2026 in cs.AI and cs.LG | (2606.29657v1)

Abstract: As AI systems become more capable, training procedures that optimize for downstream outcomes risk introducing implicit agency: goal-directed behavior that designers never specified. We present a formal safety argument for the Scientist AI (SAI) Predictor, trained to approximate the Bayesian posterior conditioned on a dataset of "epistemically contextualized" natural-language statements. We argue that such a Predictor can honestly predict agents, actions, and their consequences without itself being an agent that selects outputs to achieve goals. This rests on data representation and on the training procedure. Epistemic contextualization of text distinguishes latent factual claims from communication acts, so expressions of goals are treated as evidence to be explained rather than drives the model adopts. With a posterior-seeking training objective, this is intended to drive the Predictor toward calibrated, cautious predictions. Training proceeds so downstream effects of deploying a prediction never serve as a reward signal; any agency the system needs is supplied by explicit scaffolding constrained by guardrails. We prove that, under assumptions on the training dynamics and on the argued sparsity of dangerous Predictors, the probability that training produces a Predictor whose guarded deployment carries residual harm above a specified threshold is small: a dangerous Predictor would have to underestimate harm in a coordinated way across many queries while such coordinated patterns are rare under the initialization distribution and receive no direct training signal. Safety and accuracy are jointly supported in this framework, since the constraints that secure accuracy are the same ones that make coordinated deception costly. These guarantees against misalignment and agency arising from within the Predictor itself do not preclude the use of the Predictor as part of an agentic system.

Summary

  • The paper presents a non-agentic AI Predictor that achieves epistemic honesty through contextualizing data and rigorous outcome-invariant training.
  • It uses a dual-stage inference system with Bayesian posterior modeling to separate factual content from communicated claims.
  • Empirical bounds suggest dangerous predictors remain exponentially sparse, underpinning robust safety against implicit goal misalignment.

Safety from Honesty in a Disinterested AI Predictor

Motivation and Problematic Agency Induction

The paper addresses the problem of implicit agency in advanced AI systems, wherein goal-directed behavior emerges despite not being specified by designers. This agency, especially when misaligned or unrevealed in outputs, poses significant risks as AI capabilities scale. LLMs trained via conventional objectives, including next-token prediction and RLHF, are argued to inherit implicit human drives and instrumental goals, potentially leading to undesirable, unsafe behaviors. The core challenge is constructing AI systems that can predict actions, agents, and consequences honestly without themselves manifesting agentic tendencies towards steering outcomes.

Scientist AI Predictor: Epistemically Honest Non-Agentic Architecture

The proposed Scientist AI (SAI) Predictor is designed to approximate a Bayesian posterior over "epistemically contextualized" Boolean natural-language statements. Central to this approach are two orthogonal safeguards:

  1. Epistemic Contextualization: Training data distinguishes between factual observations and communication acts (e.g., “source S asserted claim X”). This separation prevents the Predictor from imitating human goals or desires encountered in data, treating statements of preference, intent, or claim as evidence, not as internalized objectives.
  2. Consequence-Invariant Training Objective: The training procedure is strictly outcome-invariant: no signal from the downstream effects of deployed predictions is allowed to influence the parameter updates or selection of Predictors. All agency required by the system is explicitly supplied by auditable, external scaffolding, not internalized within the Predictor.

The system’s pipeline has three stages:

  • Contextualization: Converts raw data into contextualized statement-variables, separating claims from facts.
  • Prediction (Systems 1 and 2): A neural predictor furnishes fast, direct inferences (System 1); a learned Explainer generates latent statements and argument chains for improved coherence (System 2), with QQ verifying the probability for each link.
  • Deployment: An external scaffold, including a Guardrail, withholds or allows predictions based on predicted risk estimates (excess predicted harm log-odds above a threshold).

Formalism: Bayesian Posterior over Contextualized Statements

The formal model treats each valid statement as a Boolean variable in a countable space, with `contextualization'' ensuring only well-posed learning targets. Training proceeds to minimize a divergence-based objective JJ, whose unique minimum is the Bayesian posterior PnP_n over statements, conditioned on the fixed dataset. Future predictions and their consequences are treated as interventions (do`-operations in the causal model), never as additional data that could induce a feedback loop incentivizing world-steering.

A key requirement is the stationarity of mechanisms: causal laws are shared across past and future variables, ensuring that the posterior cannot be gamed by future prediction dependencies.

Accuracy and Honesty

The Predictor is argued to be accurate and epistemically honest, with four main components:

  • Well-posed Learning via Contextualization: Data representation prevents imitative collapse and maintains clear semantics.
  • Latent Factual Variables: The architecture requires explicit representation of facts underlying communication acts as latent variables, promoting factual explanation over superficial imitation.
  • Bayesian Consistency: Probability assignments converge toward the Bayesian posterior as data and compute increase.
  • Epistemic Caution: The design suppresses confident but miscalibrated outputs; overconfident mistakes become PP^*-rare as training and data scale.

Notably, the SAI Predictor does not collapse LLM-style expressivity—the system can recover next-token predictive distributions from contextualized representations.

Empirical semantic adequacy is assumed but not proven; the compositionality of language and cross-context anchoring are expected to propagate interpretive clarity.

Safety: Against Implicit Goal-Induced Misalignment

Central Safety Claim

The probability that training under the stipulated conditions yields a Predictor whose guarded deployment causes harm above the system-level threshold is provably small:

  • Sparsity of Dangerous Predictors: For relevant threat models (where HH requires many coordinated mispredictions), the set of dangerous Predictors is exponentially sparse within any reasonable loss band.
  • Consequence-Invariant Training: Such training is outcome-neutral; there is no consequence-dependent optimization pressure favoring dangerous Predictors, so even stochastic exploration by SGD cannot accidentally concentrate likelihood on the dangerous subset unless there is accidental feature correlation, which can be empirically checked.
  • Guardrailed Deployment: The deployed system is further safeguarded by a Guardrail which withholds outputs whose predicted harm (relative to abstention) exceeds a threshold.

Formally, the probability that the training process νt\nu_t produces a dangerous Predictor is upper-bounded by a product of (i) the maximum dangerous Predictor fraction in any loss band under the initialization distribution, and (ii) a band-local enrichment factor capturing accidental concentration by the optimizer. Analytically, unless dangerous Predictors are naturally concentrated—contradicting modeling and empirical premises—the risk is negligible.

Key Theoretical Bound

If CbadC_{\textrm{bad}} denotes the maximal within-band enrichment of dangerous Predictors, then for all training steps tt,

νt(dangerous Predictors)Cbad(dangerous Predictors fraction under μ)\nu_t(\text{dangerous Predictors}) \leq C_{\textrm{bad}}\cdot(\text{dangerous Predictors fraction under }\mu)

with both factors argued to be small.

Subtleties and Scope

  • The guarantee is on implicit-goal misalignment; it does not address misuse, honest mistakes, adversarially curated data, or full recursive compositionality of multiple interacting Predictors.
  • The system’s honesty and non-agency are not automatically inherited by agentic scaffolds or composites built atop the Predictor, but the honest Predictor can be used as a safety module within such systems.
  • Handling of adversarial queries and full ELK is not solved but partially mitigated via explicit interpretability of latent variables.

Implications and Research Directions

Theoretical Implications

This framework reshapes the alignment discourse: it demonstrates that accuracy and safety are not inherently antagonistic. Rather, when honesty is formalized as epistemic Bayesian consistency on contextualized data and downstream effect signals are omitted, the structure itself provides joint support for both accuracy and safety. Implicit goals do not emerge without explicit feedback loops from deployment outcomes.

Practical Deployment

For practical deployments, this means:

  • Reliable forecasting, hypothesis evaluation, and scientific applications become tractable with lower misalignment risk.
  • The same architecture can be explicitly harnessed as an “oracle” Guardrail within more capable agentic systems, provided deployment logic remains auditable and explicit.
  • Adversarial robustness is structurally enhanced because the data-instruction channel is severed by contextualization.
  • Risk assessments in deployment can rely on conservative, epistemically honest probabilities rather than heuristic judgments.

Future Extensions

Proposed future work includes:

  • Empirically validating the exponential sparsity and training-neutrality claims via loss band sampling and red-teaming.
  • Extending compositional safety proofs to agentic scaffolds constructed from SAI Predictors.
  • Studying explicit methods (e.g., controlled noise injection) for further diluting the accidental dangerous subset concentration.
  • Investigating the adequacy of natural language semantics and contextualization empirically.
  • Quantifying error estimates and adaptation of Guardrail thresholds given finite compute and data.

Conclusion

This paper provides an analytic foundation for constructing non-agentic AI Predictors which are both accurate and robust against implicit-goal misalignment, conditional on epistemic contextualization and strictly consequence-invariant training. The formal results yield provable high-probability guarantees of safety under deployment with a Guardrail, so long as the sparse coordination required for dangerous behaviors is not unintentionally selected by the training procedure. The analysis clarifies essential conditions necessary for scalable, safe scientific AI systems and offers concrete directions for empirical validation and future theoretical work.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

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

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.