Agentic AI systems increasingly couple large language models with powerful actuator layers, including tool use, file operations, and environment-affecting actions. Existing safety mechanisms typically address either cognitive alignment or ad-hoc action filters, but rarely provide a principled substrate that unifies both. We introduce ANMA-X, a unified neuromodulatory architecture that regulates both internal cognition and external action execution.
Modern AI systems are transitioning from static predictors to agentic architectures that plan, call tools, manipulate files, and interact with external environments. This shift exposes a structural gap: while we have increasingly capable models of cognition, the regulatory layer between cognition and action remains under-specified.
"Action is high-stakes inference. Therefore, it must be neuromodulated."
We propose ANMA-X, a unified neuromodulatory architecture that regulates both:
At each timestep \( t \), the system maintains and updates a global state \( s_t \), cognitive activation \( \bm{c}_t \), candidate actions \( a_t \), and neuromodulator vectors \( \bm{\mu}_t \).
ANMA-X is decomposed into two tightly coupled subsystems: Cognitive Modulation (ANMA-C) and Action Modulation (ANMA-A).
The neuromodulator vector is defined as: \( \bm{\mu}_t = (\alpha_t, \beta_t, \delta_t, \kappa_t, \lambda_t, \phi_t, \psi_t) \).
ANMA-A defines a neuromodulated action policy where action scores are adjusted by an inhibition term:
The inhibition function \( g(a_t, \bm{\mu}_t) \) balances irreversibility gating, risk sensitivity, and consensus weighting to ensure safe execution.
A key property of ANMA-X is that cognition and action are interdependent. For example, low epistemic confidence increases conservative neuromodulators:
Conversely, high-risk candidate actions increase uncertainty sensitivity (\( \delta_t \)), triggering additional cognitive evaluation cycles.
ANMA-X yields several formally verifiable safety properties:
ANMA-X acts as a regulatory middleware between the cognitive substrate (LLMs) and the actuator layer (Tool frameworks/APIs):