Submitted:
03 September 2026
Posted:
04 September 2026
You are already at the latest version
Abstract
This paper addresses the problem of characterizing, in structural rather than purely metaphorical terms, the role that agentic artificial intelligence is coming to occupy within increasingly automated cybersecurity environments. Building on cybernetics, autonomic computing, and the philosophy of information, the paper models agentic AI as an integrative sensing-and-response layer overlaid on pre-existing, reflex-like security automation (intrusion detection, SIEM correlation, SOAR remediation), and proposes that this layer's growing structural centrality — rather than speed alone — motivates treating it as central to cybersecurity specifically. The centrality hypothesis is made operationally explicit through a small, reproducible network model: a six-node security-operations graph in which an agentic node is connected incrementally, and betweenness centrality is recomputed at each step. The model shows that centrality stays low under within-cluster delegation and rises sharply only when the agentic layer bridges two previously disconnected clusters of legacy automation, and shows that removing the agentic node once fully connected disables specifically the cross-domain correlations it uniquely supplied, while legacy automation continues unaffected. Four operational criteria distinguish agentic systems from conventional autonomic and rule-based automation. Drawing on Floridi's method of levels of abstraction, the paper further argues that cybersecurity is reflexive: agent, medium, and protected object can be modeled at a common informational level of abstraction, and the agent is constitutively dependent on, and acts to regulate, the environment it protects — a criterion extending to a second-order concern, the agentic layer's own security. Implications for practitioners, and the scope limits of the argument, are discussed.

Keywords:
agentic artificial intelligence
; cybersecurity
; betweenness centrality
; autonomic computing
; philosophy of information
1. Introduction
Contemporary cyberspace is made up of layers that, in isolation, are static: network architecture, written policies, configured credentials, defined segmentations. These layers describe a structure but do not operate it. What gives this ensemble the capacity to detect, react, and adapt in real time is the growing presence of agentic artificial intelligence — systems that continuously observe the state of the digital environment, correlate dispersed signals, and trigger corrective actions before, during, and after events, expected or not.
This article argues that this function is best understood through the metaphor of the nervous system: just as an organism’s nervous system, by means of the body, senses internal and external stimuli and coordinates muscular, hormonal, and reflexive responses without itself being the skeleton or the organs, agentic AI increasingly runs through the more automated portions of cyberspace, senses their state — patch deployment, authentication, device behavior, network traffic — and coordinates responses in real time, without itself being the architecture or the policy that constitutes the structure upon which it acts. This nervous function, it should be stressed from the outset, did not begin with agentic AI: telemetry collection, signature-based detection, and rule-based remediation — implemented for over two decades by intrusion detection systems, SIEM platforms, and SOAR tools — already performed a more rudimentary version of the same sense-and-respond loop, comparable to a spinal reflex arc that operates reliably against anticipated stimuli but without contextual interpretation of the unanticipated. What agentic AI contributes, and what motivates the centrality argued for here, is not the loop itself but a more contextual, adaptive layer of integration overlaid on that pre-existing infrastructure.
Agentic AI is becoming structurally central within these increasingly automated cyber environments precisely because it fulfills this integrative role: it is the layer that makes them sensitive to their own state and capable of contextually reacting to the unexpected, in a way fixed rule-based automation alone does not. Cybersecurity, in this framework, is not a separate domain that has come to incorporate AI — it is one of the regulatory functions this nervous system continuously performs over the very environment it runs through, analogous to the immune function integrated and modulated by the nervous system in a biological organism.
The contribution of this article is a conceptual model for interpreting the position of agentic AI in the self-regulation of the increasingly automated portions of cyberspace, and the distinctive reflexivity of cybersecurity within this system. The work articulates the nervous system metaphor with foundations from cybernetics, graph theory, and the philosophy of information, distinguishing the locus of instantiation of AI from its domain of effect and characterizing cybersecurity as a reflexive function exercised over the informational environment itself. Because several elements of this synthesis — feedback control, autonomic self-protection, biologically inspired defense, and agentic security research — already have established lineages, Section 2 situates the model against this prior literature before the model is developed, so its claim to novelty rests on the resulting synthesis rather than on any single component. Two further concerns guide the article’s structure throughout: the centrality thesis of Section 4 is not left as a bare metaphorical claim but operationalized, and the boundary separating “agentic AI” from earlier autonomic and rule-based automation is made explicit rather than left to intuition. Section 4.3 and Section 2.2 address these points directly.
2. Related Work
2.1. Cybernetics and Feedback Control
The formal ancestor of the sense–integrate–respond triad used throughout this article is Wiener’s cybernetics (Wiener, 1961), which established feedback as the general mechanism by which both organisms and machines correct their behavior against a reference state. Wiener’s framework is general-purpose — it applies to thermostats, servomechanisms, and nervous systems alike — and does not itself refer to cyberspace, agentic software, or cybersecurity, all of which postdate it by decades. What this article draws from Wiener is the formal shape of the loop, not a claim of priority over it.
2.2. Autonomic Computing and Self-Protecting Software
The closest architectural antecedent is autonomic computing (Kephart & Chess, 2003), formalized in the MAPE-K reference model (Monitor, Analyze, Plan, Execute, Knowledge) (IBM Corporation, 2006), and its specialization into self-protecting software systems, as systematized by Yuan et al. (2014). This literature already treats continuous monitoring, automatic deviation detection, corrective planning, and reduced-intervention execution as established goals, across distributed, multi-component environments. The present article’s departure from this lineage is not quantitative — agentic AI does not simply monitor more components — but qualitative: autonomic computing takes the self-managed computational system as its unit of analysis, whereas the model proposed here takes the constitution of a transversal, cross-cutting layer of sensitivity and coordination across identities, networks, data, policies, processes, and human operators jointly — though not cyberspace as an undifferentiated whole — as its object.
Stating this departure narratively, however, leaves the boundary between “reflex” and “cortex” underspecified. This article therefore adopts four minimal operational criteria for what counts as agentic here, rather than treating the term as a synonym for any AI-assisted automation. A system is agentic when it exhibits, at minimum: (i) iterative reasoning — revising intermediate conclusions across multiple internal steps rather than mapping input to output in one pass; (ii) tool use — invoking external functions, queries, or actuators as part of a decision, rather than acting only through a fixed, pre-wired call; (iii) persistent contextual memory — state from prior observations can influence a later, non-adjacent decision; and (iv) action under specification gaps — producing a response to a situation not explicitly enumerated by its designers, rather than defaulting to a null or escalation-only behavior. Conventional rule-based implementations of MAPE-K and SOAR typically operate within substantially pre-specified decision spaces, out of which inputs are ordinarily referred upward rather than acted upon; the agentic systems considered here are distinguished by their capacity to formulate and execute context-sensitive courses of action where the relevant response has not been exhaustively enumerated in advance. This is a claim about how such systems are conventionally implemented, not about an inherent limit of the MAPE-K architecture itself, which imposes no restriction on how its Analyze and Plan stages must be realized; a planner built on learning, search, or an LLM could in principle satisfy criterion (iv) within the same architectural pattern. Criterion (iv), more than (i)–(iii) individually, marks the qualitative break claimed here between reflex-tier automation and the agentic layer of Section 3. This is a coarse-grained but falsifiable criterion, not a precise threshold; boundary cases — such as machine-learning automation that satisfies (iv) probabilistically without persistent memory — are acknowledged rather than resolved.
2.3. Artificial Immune Systems and Biologically Inspired Defense
The association between security and biological defense predates and constrains the immunological reading of Section 6. Forrest et al. (1996) proposed defining “normal” process behavior through short sequences of system calls, modeling intrusion detection on the self/non-self discrimination of natural immune systems; this line of work — later extended into artificial immune systems and anomaly-based detection — already explored the idea of a system protecting itself from within. This article does not identify agentic AI directly with an immune system; it situates the immunological analogy as one function coordinated by a broader nervous layer, distinguishing the object protected, the process that senses it, and the mechanism that reacts.
2.4. Agentic AI in Cybersecurity
A distinct, more recent body of work documents the operational transition, concentrated in 2024–2026, from single-shot generative or analytic AI toward systems that reason iteratively, use tools, retain memory, and act with reduced supervision inside security workflows. Surveys (Lazer et al., 2026) trace an evolution from assistants that summarize alerts to multi-agent pipelines capable of investigation, triage, and semi-autonomous response, while practitioner-oriented accounts describe the operational position agentic systems now occupy in cyber-threat management (Kshetri & Voas, 2025). This literature is empirically rich but organized around the operational description of what agents do, not around an ontological account of why the resulting layer should be structurally central, nor around distinguishing cybersecurity from the other tasks these same agents perform. A closely related strand examines the reverse relation — the security of agentic systems themselves rather than the security they provide (Chhabra et al., 2026) — taken up directly in Section 8, since it bears on the coherence of the nervous system metaphor.
2.5. Philosophy of Information
The fifth lineage is conceptual: Floridi’s philosophy of information (Floridi, 2011) and, more specifically, its notions of the infosphere (Floridi, 2013, 2014) and levels of abstraction (Floridi, 2008), used in Section 5 to explain why cybersecurity, unlike logistics, healthcare, or energy management, is reflexive rather than merely informationally mediated. This instrument does not appear, to this author’s knowledge, in the agentic-AI-security literature of Section 2.4, which tends to treat “autonomy” and “reflexivity” operationally rather than ontologically.
2.6. Positioning of This Article
None of the five lineages above is, individually, new. This article’s contribution is a single model that (i) reinterprets the cybernetic loop as a concrete, historically situated layer rather than a general abstraction; (ii) separates the nervous function proposed here from autonomic computing and self-protecting software on qualitative grounds, now stated as the four criteria of Section 2.2; (iii) treats the immunological analogy as a coordinated sub-function rather than the whole of the model; (iv) draws on Floridi’s method of levels of abstraction to formulate a criterion for operational reflexivity — agent, medium, and protected object can be modeled at a common informational level of abstraction, while the agent is itself constitutively dependent on, and acts to regulate, the very environment upon which its protective action operates; and (v) extends the model to the second-order question of who protects the protecting layer, addressed in Section 8.
3. AI as the Nervous System of Cyberspace
A biological nervous system performs three interconnected functions: sensing, integrating (correlating signals into a coherent state), and responding (coordinating motor, hormonal, or reflexive action). This triad corresponds to what classical cybernetics describes as a feedback loop: a system that continuously adjusts its action based on the difference between observed and desired state (Wiener, 1961). Wiener established this structure decades before cyberspace and agentic AI existed, and cyberspace itself already instantiated rudimentary versions of the loop through intrusion detection, SIEM correlation, and SOAR-driven remediation — much as a spinal reflex arc senses, integrates, and responds to anticipated stimuli fast and reliably, but without the contextual interpretation a cortex supplies for stimuli it was not wired to recognize. This article’s original contribution is not the discovery of this loop, which long predates agentic AI, but the claim that agentic AI constitutes a qualitatively different layer overlaid on it, in the sense of the four criteria of Section 2.2: an integrative layer capable of contextual judgment, flexible tool use, and decision under uncertainty, comparable to the role a cortex plays in modulating reflex arcs that already operate independently of it — with cybersecurity as a particularly direct expression of this layer’s operational reflexivity. The sensory function corresponds to continuous telemetry — logs, authentication events, network traffic, process behavior — much of which pre-agentic tooling already collects. The integrative function corresponds to correlating these signals into a coherent state picture beyond fixed rules, appearing in security operations as contextual alert aggregation and case prioritization. The responsive function corresponds to corrective action extending beyond pre-authored playbooks, such as host isolation, credential revocation, or situationally shaped adjustment of a detection rule.
This centrality is agentic in the precise sense that AI acts upon the environment it senses, closing the sense–decide–act loop without depending, at every iteration, on direct human intervention — much as nervous reflexes operate before and independently of conscious deliberation, even while remaining subject to it in larger-scale decisions. This approximates the paradigm of autonomic computing (Kephart & Chess, 2003), later formalized in MAPE-K (IBM Corporation, 2006), but differs by proposing that agentic AI constitutes a cross-cutting layer of sensing, integration, and response for the increasingly automated portions of cyberspace, rather than for specific computational components or cyberspace as an undifferentiated whole — a layer whose most reflexive expression occurs in cybersecurity.
It is this nervous centrality — continuous, distributed, and present in a growing share of relevant interactions within highly automated segments of the digital environment — that justifies treating agentic AI as a structurally central integrative layer, rather than merely one more tool applied to them. An organism can be described by its skeleton and organs, but it is the nervous system — reflex arcs and cortex together — that makes it alert and reactive rather than merely a static structure. Likewise, the increasingly automated portions of cyberspace can be described by their architecture, data, and policies, but it is the agentic AI layer, overlaid on the reflex-like infrastructure described above, that makes them progressively more sensitive and contextually reactive to the unexpected — an emerging structural role, not a claim that cyberspace as a whole has already become such an environment.
The explanatory value of the nervous-system metaphor lies not in redescribing feedback control, which autonomic computing already captures on its own terms, but in integrating within a single model several phenomena that a plainer label such as “adaptive control layer” would leave separate: distributed sensing, reflex-like legacy automation, contextual integration, the dependence of a protecting layer on the very environment it protects, and the vulnerability created when that coordinating layer itself becomes structurally central. The metaphor is used here as an organizing model of these relations, not as evidence for any one of them; the independent grounds for the centrality and reflexivity claims are developed separately in Section 4 and Section 5.
4. Foundations of Centrality: Network Topology and the Speed Mismatch
The preceding section introduced the centrality thesis through metaphor. A metaphor illustrates but does not demonstrate centrality. This section proposes two foundations independent of the metaphor — one structural, one temporal — and closes with a minimal quantitative illustration of the structural argument.
4.1. Topological Centrality
Centrality has a formal definition in graph theory, unrelated to biological analogy. Two metrics are relevant: degree centrality, measuring direct connections, and betweenness centrality, measuring how many shortest paths between other node-pairs a given node lies on (Freeman, 1977). A node with high betweenness is not necessarily the most powerful or connected node — it is the one through which most relevant communication among other parts of the system must pass, and networks organized around such hub nodes are known to be disproportionately vulnerable to the targeted removal of exactly those nodes, even when they tolerate the loss of ordinary peripheral nodes well (Albert et al., 2000).
If an organization’s cyberspace is modeled as a graph whose nodes are architecture, policies, identities, data, processes, and human operators — with an edge drawn between two nodes whenever an action taken with respect to one routinely depends on information about the state of the other — the agentic AI layer today occupies, in a growing number of highly automated environments, the position of high betweenness centrality in that graph: it is the layer that correlates identity telemetry with network telemetry, that connects a written policy to an observed event, that links a device’s behavior to a credential’s reputation. This is formulated here as an empirically testable hypothesis rather than a demonstrated result: the article does not map an actual security-operations graph or compute the betweenness centrality of its AI layer relative to the other nodes on real organizational data, and it should not be read as claiming to have done so. What can be stated as the directional hypothesis is that, as agentic processing increasingly mediates correlations across otherwise weakly connected functional domains — rather than merely as a function of how much work is delegated to it in the aggregate — the betweenness centrality attributable to that layer should rise, and its removal should disproportionately disconnect the specific parts of the graph that delegation had bridged — while the precise magnitude, the boundary of what should count as a node or an edge, and the environments in which the hypothesis holds remain open empirical questions, not settled ones. Section 4.3 below makes the mechanism concrete with a minimal example, rather than resolving the empirical question on real data.
4.2. The Speed Mismatch
A second, temporal foundation stems from an objective asymmetry between attack speed and human response speed. Threat intelligence reports document the continuous reduction of breakout time — the interval between initial compromise and the onset of lateral movement: the global average fell from 98 minutes in 2021 to 48 minutes in 2024 and 29 minutes in 2025, with the fastest recorded case at 27 seconds and, in one incident, exfiltration beginning four minutes after initial access (CrowdStrike, 2026). A response window measured in seconds or minutes is structurally below what a human team can consistently sustain — an objective constraint of cognitive latency and coordination, not of training. Speed alone, however, does not single out agentic AI specifically: deterministic rules and pre-authored automation can also execute in sub-minute windows, and much current fast-response automation is non-agentic — a lineage whose most visible early demonstration was DARPA’s Cyber Grand Challenge, in which fully automated systems detected, exploited, and patched software vulnerabilities against one another without human intervention, at machine speed and scale, years before “agentic AI” became the operative label (DARPA, n.d.). What the speed mismatch alone does not supply, and what motivates treating agentic AI as central, is the variability of contemporary attacks: adversaries combine techniques and exploit context-dependent misconfigurations a fixed rule set does not anticipate, so an adequate response must also be capable of contextual interpretation and decision under uncertainty — properties associated with criterion (iv) of Section 2.2. The centrality of agentic AI thus follows from the conjunction of two constraints: defense must operate on attack’s temporal order of magnitude, and the attack surface must be heterogeneous enough that fixed rules cannot cover it; systems capable of both machine-speed execution and contextual judgment are therefore especially well positioned to close that loop. The argument remains falsifiable: it would lose its footing if attack speed did not outpace human response, or if fixed automation proved sufficient — which, in current data, is not the case.
4.3. A Parametric Illustration: Delegation and Centrality
Section 4.1 states a hypothesis about how betweenness centrality should behave as correlation work is delegated to an agentic layer, without constructing a graph or computing a value. A naïve construction of this illustration would build a single pre-agentic graph and a single “fully agentic” graph in which the agentic node absorbs every legacy correlation rule — guaranteeing a star topology, and therefore guaranteeing high betweenness for the hub largely by definition. This subsection avoids that by using a hybrid, parametric construction instead: legacy rule-based edges are retained at every level of delegation, consistent with this article’s repeated claim that agentic AI is an emerging layer overlaid on pre-existing infrastructure rather than a replacement for it, and the agentic node’s centrality is observed to rise — or not — as a function of how much cross-domain correlation is additionally delegated to it, rather than assumed by construction.
Consider the same six structural nodes as Section 4.1 — Architecture, Policy, Identity, Data, Process, Human Operators — connected by five legacy, rule-based edges that persist throughout: an EDR rule ties Identity to Process, a DLP rule ties Process to Data, a NAC rule ties Architecture to Identity, a segmentation rule ties Architecture to Data, and a governance rule ties Policy to Human Operators. These edges are never removed as delegation increases.
Let α ∈ [0, 1] denote the proportion of cross-domain correlation delegated to the agentic layer, operationalized as the fraction of the six structural nodes to which the agentic node is additionally connected, added one at a time in an order reflecting typical automation maturity — identity and data correlation first (commonly automated via UEBA and DLP integration), then process and architecture telemetry, then policy-to-event correlation, and finally human-operator behavioral correlation, automated last. Figure 1 shows the two endpoints of this sweep: α = 0 (agentic node isolated) and α = 1 (all six AI edges present alongside the five legacy edges).
Table 1 reports the normalized betweenness centrality of the agentic node, computed with Freeman’s shortest-path definition (Freeman, 1977), at each of the seven discrete delegation levels obtained by adding one AI edge at a time, together with the specific edge added at each step so the sequence is reproducible without inference from the prose alone.
Figure 2 plots this trajectory. The result does not fall as delegation increases — consistent with the directional claim of Section 4.1 — but the more interesting finding is not that trend: CB(Agentic AI) stays near zero while the agentic node’s edges reach only nodes within the already-connected legacy cluster {Architecture, Identity, Data, Process}, where redundant legacy paths mean the agentic node is rarely the only route between two other nodes. The sharp increase between k = 4 and k = 5 occurs when the agentic node acquires an edge to Policy, becoming the sole bridge between that cluster and the separate {Policy, Human Operators} cluster; from that point on, every shortest path between the two clusters must pass through it. The final edge, to Human Operators, adds no further centrality at all (CB stays at 0.578 from k = 5 to k = 6): once the bridge exists, connecting a node that is already reachable through it does not create new shortest paths that must pass through the agentic node. Read this way, the minimal model’s contribution is narrower and more useful than a general monotonicity claim would be: it is not that adding connections to a delegation graph guarantees rising centrality in arbitrary graphs — nothing about betweenness centrality entails that in general — but that, in this construction, centrality accrues specifically from which structural boundary a new edge crosses, not from the count of edges delegated. Agentic centrality, on this reading, depends less on how many functions are delegated to the layer than on whether that delegation causes it to bridge otherwise weakly connected functional domains — exactly the structural role Section 4.1 attributes to the agentic layer, now visible as a mechanism rather than assumed as an outcome.
Removal analysis. Section 8 argues that high betweenness centrality is what makes compromise of the agentic layer structurally different from the compromise of a peripheral component. Because legacy edges are retained at α = 1, removing the agentic node no longer disconnects the graph as severely as in the naïve construction: the two legacy clusters — {Architecture, Identity, Data, Process} and {Policy, Human Operators} — remain internally connected on their own rule-based edges. What is lost is the bridge between them: of 15 possible pairs of structural nodes, 8 involve one node from each cluster and become unreachable once the agentic node is removed, while the remaining 7 internal pairs stay connected through legacy automation alone. Figure 3 shows the graph before and after removal.
This hybrid result is a more precise second-order-reflexivity finding than a near-total disconnection would have been: it shows that the risk of compromising the agentic layer is concentrated exactly in the cross-domain correlations that only the agentic layer performs, while correlation work legacy automation already handled continues to function. That distinction — between what fails and what survives when the hub is removed — is more useful to a defender than a single aggregate disconnection figure, since it identifies which functions specifically depend on the agentic layer’s continued integrity.
Two caveats remain. First, the delegation order chosen — identity and data first, human-operator correlation last — reflects one plausible reading of automation maturity; a different order would shift where along the α axis the sharp increase occurs, not the qualitative pattern that bridging drives the largest gains. Second, this remains a small, six-node illustration offered to make the mechanism inspectable, not a measurement of any real topology; the empirical test proposed in Section 4.1 remains the work required to establish this effect’s magnitude outside a minimal model.
The two foundations of this section — topological centrality, now illustrated as a trajectory rather than assumed as an endpoint, and the speed-and-variability mismatch — independently support the centrality thesis. The nervous system metaphor should be read in light of these foundations as an organizing illustration, not the sole basis of the argument.
5. Where AI Exists and Where It Acts: Locus of Instantiation and Domain of Effect
To understand why cybersecurity occupies a particular position among the functions of this digital nervous system, this article introduces a distinction between the locus of instantiation of any AI action — the space in which the computational process resides and decides — and its domain of effect — the space upon which the decision produces consequences — and subsequently interprets their relation through Floridi’s method of levels of abstraction. Even when AI triggers a physical effector, the decision-making occurs entirely within an informational space instantiated by physical components. The digital nervous system therefore always exists in cyberspace; what varies is where it projects its effects — and this variation functionally distinguishes cybersecurity from the other tasks this same agentic layer performs.
In logistics, the system senses routes, deadlines, and vehicle locations and responds by adjusting routes — but the object of its action is physical: a truck, a container, goods in transit. In healthcare, it senses vital signs and records and responds by alerting teams — but the object is the patient’s body. In energy, it senses consumption and grid load and responds by balancing electrical flow — but the object is physical infrastructure. Table 2 summarizes this pattern before the underlying distinction is developed.
This coincidence can be situated more precisely by drawing on two conceptual instruments from Floridi’s philosophy of information and method of levels of abstraction (Floridi, 2008, 2011): the notion of the infosphere — the informational environment constituted by the totality of entities, processes, and relations of an informational nature, including the very agents that operate within it, and not restricted to digital or online space — and the method of levels of abstraction (LoA), whereby a system is analyzed on the basis of a defined, finite set of observables pertinent to that level, rather than its ultimate physical substrate. Under this lens, what distinguishes cybersecurity from the other functions of the digital nervous system is not an accidental coincidence of means, but the fact that the agent, the process, and the protected object — the AI layer, the telemetry it processes, and the network, identity, or data it protects — can be modeled at a common informational level of abstraction, defined by a shared set of security-relevant observables: identity state, authorization state, network connectivity, data integrity, process state, and telemetry. This is a claim about which observables the analysis selects, not a claim that these objects lack a physical substrate; a routing table is physically instantiated as electrical states in memory, but that substrate is irrelevant to the LoA at which its security-relevant behavior is analyzed here. In logistics, healthcare, and energy, the agent likewise operates within the infosphere, but its domain of effect — the cargo, the body, the electrical grid — is accessible to it only through an informational representation; the primary object of action lies outside the cyber domain represented to the agent, and is therefore acted upon through informational mediation rather than directly. In cybersecurity, this cross-domain mediation is absent: the protected object can itself be treated directly as an informational object at the security-relevant level of abstraction, rather than serving primarily as a representation of a physical object situated in a different domain of effect.
A common LoA between agent and object, however, is not sufficient by itself to establish reflexivity. Two purely informational systems — a trading agent acting on an exchange, or one AI messaging another — can be modeled at a shared informational LoA without either being reflexive with respect to the other. What grounds the reflexivity thesis proposed here is a further, constitutive relation, already implicit in the account of Section 6: the agentic layer is not merely informational like the environment it acts upon, but is itself instantiated within, depends upon, and acts to regulate and protect the very informational environment of which it is a constituent part. Operational reflexivity, in the sense used throughout this article, is therefore the conjunction of three conditions — a common informational level of abstraction between agent, medium, and object; the agent’s constitutive dependence on that environment; and regulatory action by the agent upon the same environment that sustains it — rather than the coincidence of level of abstraction alone.
One caveat: even in cybersecurity, the domain of effect can extend beyond cyberspace — e.g., isolating a compromised hospital host affects a medical team’s physical access to records. What remains reflexive is the primary object of protection — the integrity, confidentiality, and availability of cyberspace itself — even when consequences propagate beyond it, as can also occur, to a lesser degree, in the other functions of the digital nervous system.
This caveat becomes structural, rather than merely residual, in operational technology (OT) environments and cyber-physical systems — industrial controllers, SCADA, and domain-specific protocols, whose distinct security requirements are already recognized in dedicated guidance (Stouffer et al., 2023). There, the object of the security action does not merely produce an eventual physical consequence: it constitutes, in real time, the physical behavior of the process itself. Isolating an industrial network segment is a single occurrence observed in two vocabularies. OT cybersecurity thus occupies an intermediate position between the reflexivity described here and the non-reflexive functions of a digital nervous system.
6. Cybersecurity as a Reflexive Function of the Nervous System
Among the many tasks this digital nervous system performs — logistics optimization, health monitoring, energy balancing — cybersecurity occupies a particular position: it is the function through which the nervous system protects the very tissue of which it is a constitutive part, rather than a physical object external to it. A biological immune system is coordinated by the nervous system and acts upon the very body that sustains it; analogously, the cybersecurity function exercised by AI acts upon the very portion of cyberspace that instantiates and sustains it. As noted in Section 2.3, this immunological framing has an established lineage of its own; what this article adds is placing that immune function as one activity coordinated by a broader nervous layer, rather than as a free-standing analogy for security as a whole. The immune analogy is illustrative rather than foundational: the more defensible claim is the operational-reflexivity criterion of Section 5 — a common informational level of abstraction between agent, medium, and object, together with the agent’s constitutive dependence on, and regulatory action upon, the environment it protects — of which the immune analogy is one illustration among several.
This is a reflexive function in the precise sense established in the previous section: the agent, the medium in which it operates, and the object it protects can be modeled at a common level of abstraction within the infosphere, and the agent is constitutively dependent on, and acts to regulate, that same environment — not because they share a generic substrate, but because none of them needs to be represented from a distinct level of abstraction for the other to act upon it, and because the protecting layer is itself part of what it protects. As discussed in Section 5, this coincidence is typical but not universal — the intermediate case of OT environments is accommodated by the definition of reflexivity proposed here as a limiting case, not as an exception that invalidates it. When an AI agent detects a ransomware attempt, correlates indicators of compromise, and isolates a compromised host, it is exercising, over the portion of cyberspace it operates within, a function equivalent to the immune response coordinated by a nervous system over a body — with the particularity that, in the digital case, the protected body and the agent that protects it are observable within the same level of abstraction, rather than merely being implemented on the same type of hardware.
A security policy, in this framework, specifies a desired state that remains operationally inert until monitoring and enforcement mechanisms instantiate it — what contemporary governance frameworks formalize as the functions of governing, identifying, protecting, detecting, responding, and recovering (NIST, 2024). A mandatory MFA policy, a network segmentation rule, or a documented set of detections produce real effect only when the agentic nervous system senses them, verifies their enforcement, and reacts to violations in real time — checking whether each connection actually uses MFA, whether each device is in fact authorized, whether each traffic pattern is in fact expected.
7. Concrete Manifestations: Sensing, Integration, and Response
The practice of detection as code (DaC) illustrates the integrative and responsive function of the digital nervous system in cybersecurity: detection logic — what must be sensed and how it should be interpreted — is written, versioned, and tested with the same software engineering rigor used to build the very environment it protects, allowing this logic to evolve alongside the digital organism it monitors, without losing traceability or governance. Until recently, this practice still relied on a human detection engineer to translate threat intelligence into rule syntax; what has changed by 2026 is that the authoring step itself has begun to move inside the agentic layer. Recent industrial research describes AI-assisted detection-authoring pipelines in which an agent drafts, tests, and iterates candidate detection logic directly inside the developer environment, under explicit quality, cost, and latency trade-offs, rather than merely executing rules a human has already written (Bulut et al., 2026). In the terms of this article, this is not a peripheral tooling improvement: it is the sensory-integrative function of the nervous system beginning to author its own stimulus vocabulary, which is precisely the kind of development the second-order reflexivity discussed in Section 8 anticipates — the agentic layer does not only consume the rules that define what counts as a threat, but increasingly writes them, which raises the provenance of AI-generated detection logic itself to a governance concern.
AI SOC (AI-assisted Security Operations Center) architectures illustrate the sense–integrate–respond cycle at scale: telemetry from multiple sources is continuously correlated, higher-risk cases are automatically prioritized, and corrective actions — from adjusting a detection rule to isolating a host — are proposed or executed by agents, with audit trails and human review preserved for higher-impact decisions (ChatOps). This architecture reproduces, at digital scale, the division between automatic reflex and conscious deliberation observed in biological nervous systems, matching the trajectory documented in the agentic-AI-in-cybersecurity literature cited in Section 2.4, which traces SOC assistants moving from alert summarization toward semi-autonomous triage and response pipelines coordinated across specialized agents (Lazer et al., 2026), and sector-level accounts of agentic systems taking an increasingly operational role in cyber-threat management (Kshetri & Voas, 2025). Read together with the DaC development above, the same agentic layer that senses and correlates telemetry is beginning to also author the rules that define what is worth sensing, tightening — rather than loosening — the sense–integrate–respond loop of Section 3.
The mapping of attack techniques onto frameworks such as MITRE ATT&CK (MITRE Corporation, n.d.-b) functions, in this analogy, as a repertoire of stimulus patterns recognized by the nervous system — a shared vocabulary that allows the agentic layer to quickly identify what type of threat is underway and coordinate the corresponding response, much as a nervous system recognizes patterns of pain, temperature, or pressure to trigger appropriate reflexes.
8. Second-Order Reflexivity: Who Protects the Nervous System?
The model developed in Section 3 through 7 treats agentic AI as a layer that protects the portions of cyberspace it operates within. Recent agentic-security literature makes clear that this framing is incomplete on its own terms: the agentic layer is not only a protector but also, increasingly, a target (Chhabra et al., 2026). Documented risk categories specific to agentic systems — as opposed to conventional software — include indirect prompt injection, in which instructions embedded in processed content redirect an agent’s behavior; memory or context poisoning, in which persisted state is corrupted to bias future decisions; tool or credential compromise, in which the agent’s access to external systems is hijacked rather than the agent’s reasoning itself; privilege escalation performed through the agent’s own authorized actions; and specification gaming or goal misalignment, in which the agent pursues a literal reading of an objective that diverges from the intended one, without any adversarial input at all. NIST has treated these as a distinct risk category from traditional software vulnerabilities, soliciting public input on how to measure and constrain agent security given these failure modes (NIST, 2026), alongside NIST’s broader, voluntary framework for AI trustworthiness (NIST, 2023). Practitioner taxonomies formalize this same risk surface: OWASP’s agentic security guidance enumerates threat categories spanning planning, tool use, identity, memory, and inter-agent communication (OWASP Agentic Security Initiative, 2025; OWASP GenAI Security Project, 2025), and MITRE maintains a living knowledge base of adversarial tactics against AI-enabled systems, modeled after the MITRE ATT&CK framework already invoked in Section 7 (MITRE Corporation, n.d.-a).
Within the nervous system metaphor, this produces a second-order reflexivity the model must accommodate: agentic AI protects the portions of cyberspace it inhabits, and that same environment — including the telemetry, tools, and memory the agentic layer depends on — must in turn protect the agentic layer that protects it. Biologically, a nervous system depends on a blood–brain barrier and immune-privilege mechanisms that protect neural tissue from the very immune activity it coordinates elsewhere, precisely because damage to the coordinating layer degrades every function it regulates. The digital analogue is structural: if the agentic layer occupies the high-betweenness position argued in Section 4.1 and made concrete in Section 4.3, a compromise does not merely remove one node — it corrupts specifically the cross-domain correlation function that depends on it, a materially different failure mode from a peripheral compromise. As the minimal graph illustrates directly, removing the fully delegated agentic node does not destroy the network wholesale — legacy, rule-based connectivity survives within each cluster — but it does eliminate every one of the eight cross-cluster structural-node pairs that only the agentic layer connected, precisely the correlations this article has argued are the agentic layer’s distinctive contribution.
This second-order reflexivity does not weaken the centrality thesis; it sharpens it. Precisely because the agentic layer is structurally central, its own integrity — tool provenance, memory isolation, telemetry authenticity, and the boundaries of its authorized actions — becomes a first-order security concern rather than a secondary implementation detail. A model that describes agentic AI purely as protector, without acknowledging it is simultaneously an attack surface, would misrepresent the very system it explains. This article does not resolve how that second-order protection should be architected — properly the subject of the agent-security literature cited above — but identifies it as a structural consequence of the model and a concrete avenue for the future work of Section 10.
9. Limits of the Metaphor
The nervous system metaphor has limits that must be acknowledged so that its analytical usefulness is not overstated. First, a biological nervous system is singular and integrated by evolutionary design; cyberspace today is sensed by a multiplicity of distinct AI agents, often from different vendors, with no guarantee of full integration among them — which makes the current scenario resemble a set of partial, overlapping nervous systems more than a single, centralized nervous system, a fragmentation that, as noted in Section 4.3, would in practice distribute rather than eliminate the aggregate betweenness centrality attributed to a single hub in the minimal-model calculation. Second, the constitutive authority over security policy — the definition of what should be protected and why — remains of human, legal, and institutional origin; the agentic nervous system executes and reacts, but does not decide, in the normative sense, what constitutes a threat or a value worth protecting. Third, parts of cybersecurity involve the protection of physical components (hardware, data centers, chip supply chains) whose compromise is not entirely sensable by the agentic layer, requiring complementary physical controls that operate outside the nervous analogy. Fourth, the intermediate position occupied by cybersecurity in operational technology environments, discussed in Section 5, requires a refinement of the nervous system metaphor that this article does not yet develop.
A fifth limit concerns the vocabulary of the metaphor itself. Expressions such as “living organism,” “sensitive to itself,” and “nervous reflex” are analytically useful but can, if left unqualified, suggest unity of purpose, integration, or even consciousness that the model does not claim and that the fragmentation described in the first limit above directly contradicts. It is therefore worth distinguishing explicitly between operational reflexivity — the conjunction of a common informational level of abstraction, constitutive dependence, and regulatory action upon the sustaining environment, as defined in Section 5, which is the only claim this article makes — and stronger notions such as self-awareness, intentionality, or normative agency, which the model neither requires nor implies.
A sixth limit concerns scope, and governs every claim in the preceding sections: the centrality argued for is best supported within highly automated, telemetry-rich environments — security operations centers, cloud-native infrastructure — and is not a claim that agentic AI already senses and responds across cyberspace as an undifferentiated whole. Large portions of contemporary digital infrastructure — DNS, BGP routing, PKI, TLS negotiation, embedded devices, legacy applications, many industrial protocols — continue to operate primarily through non-agentic mechanisms, some reliably for decades without any AI layer. The trajectory described is an emerging structural role within the more automated segments of cyberspace, overlaid on pre-existing reflex-like infrastructure, not a completed architecture spanning cyberspace in its entirety.
10. Conclusion
This article proposed that the emerging centrality of agentic AI within the increasingly automated portions of cyberspace is well described by the nervous system metaphor — not because agentic AI introduces the sense–integrate–respond loop, already implemented in reflex-like form by pre-agentic infrastructure, but because it constitutes the more contextual, integrative layer a mature nervous system requires beyond fixed reflex arcs (Section 3), made operationally precise by the four criteria of Section 2.2. Section 2 situated this proposal against five prior lineages, arguing that the article’s sharpest claim is not the generic proposition that AI resembles a nervous system, but the specific combination of agentic centrality, an operational-reflexivity criterion linking a common informational level of abstraction to the agent’s constitutive dependence on and regulatory action upon its environment, the resulting reflexivity of cybersecurity, and the second-order reflexivity of protecting the protecting layer itself.
Cybersecurity emerges, in this framework, as a paradigmatic reflexive function of this nervous system, grounded in the level-of-abstraction argument of Section 5 rather than the immune analogy alone, which Section 6 treats as illustrative rather than equivalent. Section 8 extended the model to the second-order reflexivity the agentic-security literature makes unavoidable: the layer that integrates and responds within these automated portions of cyberspace must itself be protected, and its growing centrality makes this a first-order concern. Section 4.3 showed on a minimal hybrid graph that this is not merely rhetorical: the agentic layer’s betweenness centrality rises sharply once, and only once, it bridges previously separate clusters of legacy automation — a structural, not merely numerical, effect of delegation — and removing it at full delegation eliminates specifically the cross-domain connectivity that only the agentic layer supplied.
This formulation holds that agentic AI is not merely one more tool used by cybersecurity, but an increasingly central integrative layer that makes the automated portions of cyberspace more sensitive and contextually reactive to the unexpected than their pre-agentic, reflex-like infrastructure alone would allow — without losing sight of the fact that the normative legitimacy of protection remains anchored in human and institutional decisions external to the agentic layer, that large parts of contemporary digital infrastructure continue to operate without it, as stressed in Section 9, and without overstating what “sensitive” and “reactive” are meant to claim.
Future work could pursue three concrete directions: first, the empirical test, proposed as a hypothesis in Section 4.1 and illustrated only in miniature in Section 4.3, of measuring betweenness centrality on an actual security-operations graph with an explicit, organization-specific definition of nodes, edges, and delegation order; second, modeling the integration or fragmentation of multiple AI agents as partially connected neural networks, and examining how coordination failures among them resemble neurological dysfunctions in biological organisms; and third, the architectural question raised in Section 8 of how the second-order protection of the agentic layer itself should be designed. The main contribution of this work is a conceptual model, explicitly positioned against its antecedents, explicit about its scope, and partially operationalized on a parametric minimal graph, for understanding agentic AI as an emerging integrative layer within the self-regulation of the increasingly automated portions of cyberspace, and cybersecurity as its reflexive function.
Acknowledgments
Not applicable.
Competing Interests
The author has no relevant financial or non-financial interests to disclose.
Author Contributions
The author is the sole contributor to this work and is responsible for all aspects of it: conceptualization, methodology, formal analysis, investigation, and writing of the original draft and all revisions.
Funding
The author declares that no funds, grants, or other support were received during the preparation of this manuscript.
Availability of data and material
The network model described in Section 4.3 is fully specified in the text (node set, edge set, and delegation order); the betweenness-centrality values reported in Table 1 can be reproduced exactly using any standard graph-analysis library (e.g., NetworkX) from that specification. No other datasets were generated or analyzed in this study.
Ethics approval
No humans or animal subjects were used in this study. The study endeavor is authorized by the affiliated institution.
Consent to participate
Not applicable.
Consent to publish
The author affirms consent for publication of all the parts of this study.
References
- Albert, R.; Jeong, H.; Barabási, A.-L. Error and attack tolerance of complex networks. Nature 2000, 406(6794), 378–382. [Google Scholar] [CrossRef] [PubMed]
- Bulut, F.; DePaolis, C.; Batta, R.; Mangal, A. AVDA: Autonomous vibe detection authoring for cybersecurity. In Proceedings of the 34th ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering (FSE Companion ‘26); 2026. [Google Scholar] [CrossRef]
- Chhabra, A.; Datta, S.; Nahin, S. K.; Mohapatra, P. Agentic AI security: Threats, defenses, evaluation, and open challenges. IEEE Access 2026, 14, 49455–49482. [Google Scholar] [CrossRef]
- CrowdStrike. 2026 global threat report; CrowdStrike, 2026. [Google Scholar]
- Defense Advanced Research Projects Agency. Cyber grand challenge. n.d. Available online: https://www.darpa.mil/research/programs/cyber-grand-challenge (accessed on 3 August 2026).
- Floridi, L. The method of levels of abstraction. Minds and Machines 2008, 18(3), 303–329. [Google Scholar] [CrossRef]
- Floridi, L. The philosophy of information; Oxford University Press, 2011. [Google Scholar]
- Floridi, L. The ethics of information; Oxford University Press, 2013. [Google Scholar]
- Floridi, L. The fourth revolution: How the infosphere is reshaping human reality; Oxford University Press, 2014. [Google Scholar]
- Forrest, S.; Hofmeyr, S. A.; Somayaji, A.; Longstaff, T. A. A sense of self for Unix processes. In Proceedings of the IEEE Symposium on Security and Privacy; IEEE, 1996; pp. 120–128. [Google Scholar] [CrossRef]
- Freeman, L. C. A set of measures of centrality based on betweenness. Sociometry 1977, 40(1), 35–41. [Google Scholar] [CrossRef]
- IBM Corporation. An architectural blueprint for autonomic computing, 4th ed.; IBM, 2006. [Google Scholar]
- Kephart, J. O.; Chess, D. M. The vision of autonomic computing. Computer 2003, 36(1), 41–50. [Google Scholar] [CrossRef]
- Kshetri, N.; Voas, J. Agentic artificial intelligence for cyber threat management. Computer 2025, 58(5), 86–90. [Google Scholar] [CrossRef]
- Lazer, S. J.; Aryal, K.; Gupta, M.; Bertino, E. A survey of agentic AI and cybersecurity: Challenges, opportunities and use-case prototypes. arXiv 2026, arXiv:2601.05293. [Google Scholar]
- MITRE Corporation. MITRE ATLAS: Adversarial threat landscape for artificial-intelligence systems. n.d.-a. Available online: https://atlas.mitre.org (accessed on 3 August 2026).
- MITRE Corporation. MITRE ATT&CK framework. n.d.-b. Available online: https://attack.mitre.org (accessed on 3 August 2026).
- National Institute of Standards and Technology. Artificial intelligence risk management framework (AI RMF 1.0) (NIST AI 100-1); U.S. Department of Commerce, 2023. [Google Scholar] [CrossRef]
- National Institute of Standards and Technology. Cybersecurity framework (CSF) 2.0; U.S. Department of Commerce, 2024. [Google Scholar] [CrossRef]
- National Institute of Standards and Technology; Center for AI Standards and Innovation. Request for information regarding security considerations for artificial intelligence agents (Federal Register, Docket No. NIST-2025-0035); 2026. [Google Scholar]
- OWASP Agentic Security Initiative. Agentic AI — Threats and mitigations; OWASP Foundation, 2025. [Google Scholar]
- OWASP GenAI Security Project. OWASP top 10 for agentic applications for 2026; OWASP Foundation, 2025. [Google Scholar]
- Stouffer, K.; Pease, M.; Tang, C.; Zimmerman, T.; Pillitteri, V.; Lightman, S.; Hahn, A.; Saravia, S.; Sherule, A.; Thompson, M. Guide to operational technology (OT) security (NIST Special Publication 800-82, Rev. 3); National Institute of Standards and Technology, 2023. [Google Scholar] [CrossRef]
- Wiener, N. Cybernetics: Or control and communication in the animal and the machine, 2nd ed.; MIT Press, 1961. [Google Scholar]
- Yuan, E.; Esfahani, N.; Malek, S. A systematic survey of self-protecting software systems. ACM Transactions on Autonomous and Adaptive Systems 2014, 8(4), 17. [Google Scholar] [CrossRef]
Figure 1.
Minimal hybrid graph at zero delegation (α = 0, legacy edges only) versus full delegation (α = 1, legacy edges retained and all six AI-mediated cross-domain edges added).
Figure 1.
Minimal hybrid graph at zero delegation (α = 0, legacy edges only) versus full delegation (α = 1, legacy edges retained and all six AI-mediated cross-domain edges added).

Figure 2.
Betweenness centrality of the agentic node as a function of the delegation parameter α; centrality rises sharply only once the agentic layer bridges the two legacy clusters, not with the number of connections delegated.
Figure 2.
Betweenness centrality of the agentic node as a function of the delegation parameter α; centrality rises sharply only once the agentic layer bridges the two legacy clusters, not with the number of connections delegated.

Figure 3.
Effect of removing the agentic node at full delegation (α = 1): the two legacy clusters remain individually connected through rule-based edges, but the cross-cluster bridge — and the 8 of 15 structural-node pairs it uniquely connected — is lost.
Figure 3.
Effect of removing the agentic node at full delegation (α = 1): the two legacy clusters remain individually connected through rule-based edges, but the cross-cluster bridge — and the 8 of 15 structural-node pairs it uniquely connected — is lost.

Table 1.
Betweenness centrality of the agentic node as a function of delegation.
| k | Edge added | α = k/6 | CB(Agentic AI) |
|---|---|---|---|
| 0 | — | 0.000 | 0.000 |
| 1 | AI–Identity | 0.167 | 0.000 |
| 2 | AI–Data | 0.333 | 0.022 |
| 3 | AI–Process | 0.500 | 0.022 |
| 4 | AI–Architecture | 0.667 | 0.044 |
| 5 | AI–Policy | 0.833 | 0.578 |
| 6 | AI–Human Operators | 1.000 | 0.578 |
Table 2.
Locus of instantiation and domain of effect across sectors. Note: absence of cross-domain mediation is necessary but not sufficient for the operational-reflexivity criterion developed below, which additionally requires the agent’s constitutive dependence on, and regulatory action upon, the protected environment.
Table 2.
Locus of instantiation and domain of effect across sectors. Note: absence of cross-domain mediation is necessary but not sufficient for the operational-reflexivity criterion developed below, which additionally requires the agent’s constitutive dependence on, and regulatory action upon, the protected environment.
| Domain | Sensed signals | Object of the action | Cross-domain mediation? |
|---|---|---|---|
| Logistics | routes, deadlines, vehicle location | cargo, vehicles (physical) | Yes |
| Healthcare | vital signs, records, test results | patient’s body (physical) | Yes |
| Energy | consumption, generation, grid load | electrical infrastructure (physical) | Yes |
| Cybersecurity | telemetry, identity, network state | networks, identities, data (informational) | No |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2026 by the author. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.