Enterprise automation is moving from deterministic workflow execution toward agentic operating models in which software agents can interpret context, select tools, re-plan execution paths and act across heterogeneous systems. The architectural problem is no longer whether enterprises should adopt AI. It is how to introduce runtime autonomy without sacrificing control, auditability, cyber-resilience and Total Cost of Ownership.
Enterprise automation is moving from deterministic workflow execution toward agentic operating models in which software agents can interpret context, select tools, re-plan execution paths and act across heterogeneous systems. This transition coincides with three structural pressures: the shift from point-in-time assurance to Continuous Control Monitoring (CCM), the economic limits of ingestion-centric SIEM architectures, and the inability of human SOC teams to investigate security telemetry at machine scale.
This paper argues that the target architecture is neither fully autonomous nor fully deterministic. It is a hybrid control model in which ReAct-based agents manage uncertainty, deterministic policy engines preserve guarantees, Security Lakehouses decouple retention from detection economics, and operational telemetry is continuously transformed into auditable control evidence. The resulting architecture is particularly relevant for SMEs and mid-market enterprises, where talent scarcity and fragmented tooling make traditional large-enterprise operating models economically difficult to reproduce.
How can an enterprise move from deterministic automation to agentic operations without sacrificing control, auditability, cyber-resilience and Total Cost of Ownership?
1. Methodological Position: Four Evidence Layers, One Architectural Problem
The underlying research corpus combines four categories of evidence: academic work on autonomous reasoning and ReAct; institutional and regulatory material covering NIS 2, DORA and supply-chain assurance; analyst benchmarks covering SIEM economics, Alert Fatigue, MTTD and MTTR; and documented enterprise implementations involving organizations such as Drata, Synthesia, Atomicwork and Village Roadshow.
These evidence categories should not be treated as equivalent. Academic literature establishes architectural mechanisms. Regulatory sources establish obligations. Analyst studies provide comparative benchmarks. Vendor customer stories provide useful operational observations, but they are not independent controlled experiments.
The central observation emerging from the corpus is that the same telemetry increasingly feeds four functions that were historically operated as separate domains: operations, security, remediation and compliance.
That convergence is what makes the architectural transition structural rather than incremental.
2. From Static Workflow Graphs to Runtime Decision Graphs
Traditional automation platforms — RPA, Power Automate, Make, Zapier, n8n or custom orchestration code — primarily execute a graph that has already been designed. Even sophisticated workflows remain largely deterministic.
Their strength is precisely this predictability. An invoice mismatch can be expressed as a threshold. An API failure can trigger three retries and then a dead-letter queue. A privileged access request can require two explicit approvals.
These systems are highly effective when the decision space is known in advance.
Agentic systems introduce a different property: the execution path itself may be partially constructed during runtime.
A ReAct-based architecture alternates observation, reasoning, action and new observation. The agent can therefore modify its plan as the environment returns additional information.
The difference becomes significant when exceptions cannot be exhaustively modeled beforehand.
Consider an invoice of 87,450 MAD against a purchase order of 84,750 MAD, a variance of 2,700 MAD or 3.18%. A deterministic workflow may reject the transaction because a predefined variance threshold has been exceeded.
An agentic workflow can instead compare individual line items, isolate freight as the cause of the variance, retrieve the supplier contract, inspect previous comparable transactions, retrieve the financial policy, establish that freight below a defined threshold is acceptable when proof of delivery exists, verify the documents and discover that the supporting document is missing.
The correct action may therefore be neither approval nor rejection. It may be to request evidence.
3. ReAct Must Not Become an Authorization Engine
A common architectural error is to infer that because an agent can reason about a decision, it should also possess authority to execute that decision.
It should not.
A language model should not autonomously determine whether:
- a payment above a material threshold is authorized;
- a privileged IAM role may be granted;
- a production endpoint should be isolated;
- a financial posting is final;
- a destructive infrastructure action is permitted.
These decisions belong to deterministic control layers.
The resulting architectural principle is fundamental:
This separation is required because probabilistic reasoning and transactional authority operate under fundamentally different failure models.
Agents are well suited to contextualization, incident investigation, document comparison, policy retrieval, classification, historical similarity search and exception handling.
They should not become systems of authority for money, identity, legal approval or irreversible changes.
4. Semantic Memory Is Not Transactional Truth
Agent memory introduces another category error that enterprise architecture must prevent.
A Vector Database is appropriate for:
- procedures;
- policies;
- historical incidents;
- support tickets;
- documents;
- similar cases;
- unstructured organizational knowledge.
It should not be authoritative for:
- bank balances;
- exact invoice values;
- payment state;
- IAM permissions;
- ledger entries;
- transactional integrity.
Working State
Current execution step, temporary context, tool outputs, checkpoints and pending actions.
Semantic Memory
Policies, documents, cases, incident history and knowledge retrieved by relevance.
Systems of Record
ERP, IAM, ledger, relational databases, event stores and banking cores.
Architectural Rule
Similarity determines what may be relevant. It does not determine what is true.
5. Workflow Spaghetti: When Citizen Automation Becomes a Parallel Information System
Low-Code and citizen automation have compressed delivery cycles dramatically. They have also reduced the visibility threshold at which technical debt becomes systemic.
In an organization with approximately 100 to 500 employees, operating more than one hundred unmanaged Make, Zapier, n8n, Power Automate or Python automations should no longer be described as “a collection of workflows”.
It is, functionally, a parallel information system.
Silent Failure
An upstream API schema changes. The automation executes but no longer propagates the expected business data.
Bus Factor
A critical workflow belongs to a personal employee account. The employee leaves and operational ownership disappears.
Secret Sprawl
API keys and credentials remain embedded in connectors, scripts, webhook definitions or environment variables.
Dark Data
Business-critical or personal data moves through SaaS platforms without centralized classification, retention or SIEM visibility.
FinOps Drift
Polling architectures consume thousands of unnecessary executions where event subscriptions or webhooks would be sufficient.
Audit Blind Spot
Business state changes outside the ERP or core platform without a reliable, centralized audit trail.
The problem is therefore not Low-Code itself.
It is production without production discipline.
A Minimum Automation Control Plane
A mature Automation Center of Excellence should not centralize the creation of every workflow. Doing so would simply replace Workflow Spaghetti with an IT bottleneck.
The correct model is delegated execution under common guardrails.
| Control Domain | Minimum Requirement |
|---|---|
| Inventory | Automated workflow discovery and central registry |
| Ownership | Named business and technical owner |
| Criticality | P1 / P2 / P3 classification |
| Data | Public / Confidential / Personal classification |
| Secrets | Central secrets vault |
| Identity | Dedicated non-human service identity |
| Observability | Central execution logs and traces |
| SLO | Failure rate, latency and execution availability |
| Cost | Metering and budget attribution |
| Deployment | Automated security and compliance gate |
| Agent Tools | Explicit tool allowlist |
| High-Risk Actions | Human-in-the-loop approval |
| Audit | Append-only execution history |
6. Continuous Control Monitoring: NIS 2 Compresses the Time Available to Produce Evidence
The transition from periodic audit to Continuous Control Monitoring is frequently overstated.
NIS 2 does not prescribe a specific GRC platform. It does not prescribe Vanta, Drata or a product category called CCM.
What the regulation does create is an operational environment in which annual static assurance becomes increasingly insufficient.
Article 21 requires risk-management measures covering, among other areas, incident handling, business continuity, supply-chain security, access control and assessment of the effectiveness of cybersecurity measures.
This shifts the value of evidence from historical documentation toward evidence that remains current.
| Dimension | Point-in-Time Audit | Continuous Control Monitoring |
|---|---|---|
| Evidence | Screenshot, questionnaire, document | Timestamped telemetry |
| State | Compliant on day X | Current control state |
| Cloud Posture | Snapshot | Continuous or recurrent evaluation |
| IAM / MFA | Sample review | Systematic measurement |
| Vulnerabilities | Periodic report | Live CVE and remediation SLA tracking |
| Supplier Risk | Questionnaire | Monitoring and requalification |
| Collection | Manual | API / agent / integration |
| Audit Preparation | Intensive project | Evidence-ready state |
| Control Drift | Detected at next audit | Potentially detected when it occurs |
Article 23 Changes the Economics of Detection
The supply-chain consequence is direct.
If an SME supplier takes four days to identify and qualify an incident, a NIS 2-regulated customer cannot reliably construct its own twenty-four-hour notification chain.
A supplier may therefore not itself be directly subject to every NIS 2 obligation while still being contractually required to provide:
- MFA and IAM evidence;
- privileged-account inventories;
- vulnerability and patch status;
- security logging coverage;
- MTTD and MTTR;
- restore-test evidence;
- incident playbooks;
- SBOM information;
- SAST / DAST / SCA results;
- security audit reports.
The research corpus cites ENISA data showing that 61% of surveyed organizations required supplier security certifications, 43% used security-rating services and 37% conducted due diligence or formal risk assessments.
7. Alert Fatigue Is a Capacity Constraint
The operational limit of the traditional SOC is often described as analyst fatigue. That wording understates the problem.
The more fundamental issue is a mathematical mismatch between machine-generated telemetry and human investigation capacity.
These numbers should not be transformed into a universal SIEM false-positive rate. Different datasets, industries, detection rules and SOC operating models produce different outcomes.
The more robust conclusion is that telemetry increasingly exceeds available human investigation capacity.
1,000 alerts/day × 15 minutes per investigation = 250 analyst-hours per day. A five-person SOC cannot absorb that workload.
The result is structurally predictable:
8. Agentic SOC: From Alert Reader to Investigation Supervisor
The objective of an Agentic SOC is not simply to produce fewer alerts.
It is to increase investigation coverage per unit of human attention.
Before an analyst opens a case, an agent may already have:
- queried IAM;
- retrieved endpoint context;
- checked IP reputation;
- reconstructed a timeline;
- searched related incidents;
- correlated threat intelligence;
- reviewed cloud posture;
- generated a containment proposal;
- assigned a confidence score.
The human role therefore moves from alert reader toward supervisor of automated investigations.
Forrester benchmarks cited in the source research reported reductions of up to approximately 85% in MTTR in studied XSIAM deployments. One documented scenario moved from approximately four hours of detection plus two hours of remediation to approximately 40–50 minutes total.
| KPI | Architectural Meaning |
|---|---|
| Alert Investigation Coverage | What percentage of alerts are actually investigated? |
| False Positive Rate | How much detection noise is generated? |
| Alert-to-Incident Ratio | Is correlation producing useful incidents? |
| Mean Time to Triage | Where does the first operational bottleneck occur? |
| MTTD | How rapidly is harmful activity identified? |
| MTTR | How rapidly is the impact contained or remediated? |
| Human Touch Rate | What percentage of cases genuinely requires human intervention? |
The last metric may become particularly important.
An agentic security architecture should reduce Human Touch Rate without reducing investigation coverage or decision quality.
9. The SIEM Economic Problem: Retention, Indexing and Detection Have Different Cost Curves
Traditional SIEM platforms frequently combine:
into a single commercial and technical model.
When pricing is strongly correlated with data ingestion or indexing volume, the enterprise pays before knowing whether a given event will ever be useful.
This produces a rational but dangerous response: security teams begin suppressing telemetry to control the SIEM bill.
Security Lakehouse architectures attempt to separate those economic layers.
This model can support cheaper retention, independent compute and better separation between hot detection and historical investigation.
Apache Iceberg is not a SIEM. Databricks is not automatically a SIEM. Snowflake is not automatically a SIEM.
A Security Lakehouse still requires collection, normalization, detections, correlation, case management, alerting, RBAC, SOAR, analyst experience and operating procedures.
The Lakehouse does not eliminate SIEM cost.
It converts part of integrated vendor cost into architecture and engineering ownership.
10. Quantitative TCO: Proprietary SIEM vs Agentic Security Lakehouse
The most conservative model retained in the research uses a mid-sized enterprise ingesting:
- 50 GB/day of security telemetry;
- 365-day retention;
- a three-year analysis horizon.
| Cost Category | Proprietary SIEM | Agentic Security Lakehouse |
|---|---|---|
| Platform / Infrastructure | ≈ $174k | ≈ $26k |
| Initial Build | ≈ $20k | ≈ $30k |
| Engineering | ≈ $150k | ≈ $100k |
| 3-Year TCO | ≈ $344k | ≈ $156k |
| Estimated Difference | — | ≈ −$188k / −55% |
The research explicitly rejects treating the 55% value as a universal law.
A more defensible range is:
11. The SME and Mid-Market Paradox
The declining price of access to foundation models creates an illusion of technological equality.
A 150-person company can access the same major model families as a multinational. That does not mean it possesses the same enterprise operating capability.
The underlying research reports AI adoption at approximately 52% among large enterprises versus approximately 17.4% among small enterprises for the cited 2025 benchmark.
The expensive part of enterprise AI is increasingly not inference.
It is:
- data quality;
- API maturity;
- identity;
- integration;
- observability;
- governance;
- cyber-resilience;
- organizational change.
| Dimension | SME / Mid-Market | Large Enterprise |
|---|---|---|
| Model Access | Easy | Easy |
| Data Estate | Fragmented / Dark Data | Generally better governed |
| API Coverage | Partial / inconsistent | Typically broader |
| Tool Sprawl | High | High, but more frequently governed |
| SOC | Lean / outsourced / partial | Dedicated SOC possible |
| GRC | Few specialists | Dedicated functions |
| Custom Engineering | Limited | Stronger |
| Natural Advantage | Speed / domain expertise | Capital / data / integration |
| Preferred Architecture | Composable + managed + automated | Platforms + internal capability |
The cybersecurity talent market amplifies the asymmetry. The ENISA figures cited in the research indicate that 94% of surveyed SMEs reported difficulty attracting cybersecurity professionals and 90% reported difficulty retaining them.
An SME cannot rationally replicate the staffing model of a global financial institution.
Its architecture must use:
to substitute for headcount it cannot economically obtain.
12. Field Evidence: Closing the Security–Automation–Compliance Loop
Case Study A — Drata: SecOps, DevOps and Compliance-as-Code
The documented architecture combines contextual cloud detection and agentic investigation with Compliance-as-Code in the infrastructure delivery pipeline.
Reported operational data includes:
- more than 48 repositories monitored automatically;
- approximately 120 Terraform updates per month;
- compliance triage reduced from approximately 2–5 hours/week to 1–2 hours/week;
- up to roughly 60% reduction in compliance triage effort;
- MTTR maintained despite a leaner team through automated context collection.
The architectural value is the closed loop:
Case Study B — Atomicwork: Audit Readiness as an Operating State
Atomicwork's documented compliance architecture combined Sprinto, AWS, Azure, GitLab and automated evidence workflows.
Reported results included:
- ISO 27001 audit completed in approximately two months;
- a cited benchmark of four to six months for comparison;
- approximately 15 minutes per day spent on continuous compliance monitoring rather than several hours;
- evidence maintained in an audit-ready state.
The key architectural shift is that evidence is no longer reconstructed when an auditor appears.
It exists as an operating output.
Case Study C — Village Roadshow: Tool Consolidation and Automated SecOps
Village Roadshow reportedly began with up to 17 separate security technologies, manual correlation and substantial console fragmentation.
Its architecture was consolidated around:
The organization also deployed DIANA — Duplicate Invoice Analysis and Notification Agent within an SAP accounts-payable environment, while maintaining human approval and auditability for the final decision.
For PCI DSS monitoring, Reflectiz identified more than 700 third-party scripts across four websites.
Reported SecOps outcomes included:
- 23% reduction in costs;
- approximately 500 hours per month saved;
- reduction from approximately 1,400 cases to around 20;
- 2-minute median resolution time;
- sub-five-minute MTTR in one documented MDR scenario.
13. The Target Architecture: Closed-Loop Agentic Operations
The transformations discussed above converge into a single reference model.
The model reconciles three requirements often treated separately:
Adaptability
Delivered by agentic reasoning and runtime planning.
Predictability
Delivered by deterministic controls, IAM, limits and policy engines.
Auditability
Delivered by evidence, checkpoints and immutable execution histories.
Operational Learning
Delivered by feedback from verified outcomes into future policies and decisions.
14. Governance Roadmap for a Controlled Automation CoE
Level 1 — Chaotic
Personal accounts, hard-coded credentials, invisible workflows, Shadow IT and no reliable ownership.
Level 2 — Tactical
Critical workflows are progressively centralized, a basic repository is established and monitoring begins.
The main risk is replacing many individual bus factors with one central automation engineer.
Level 3 — Structured
A formal CoE introduces business sandboxes, policy enforcement, SIEM logging, FinOps controls, common identity patterns and pre-production security checks.
The main risk becomes excessive governance that recreates Shadow IT.
Level 4 — Orchestrated
The organization operates an API-first and event-driven architecture, reusable components, controlled agentic exception handling, integrated detection and remediation, predictive monitoring and continuous evidence generation.
15. Architectural Position: From Tool Collection to Verifiable Operating Model
The defining transformation is not that enterprises are inserting AI into existing workflows.
It is that historically separate systems are beginning to operate on a shared event chain.
A security event triggers an investigation.
The investigation triggers remediation.
The remediation changes infrastructure state.
The new state is tested.
The test becomes compliance evidence.
Compliance can alter policy.
Policy constrains the next agent decision.
That is fundamentally different from deploying a chatbot, a new SIEM or another Low-Code platform.
It is an operating model.
For large enterprises, its principal advantage is scale.
For SMEs and mid-market organizations, its value may be more strategic: it can partially compensate for shortages of SecOps, GRC and automation talent without requiring the organization to reproduce the staffing structure of a multinational enterprise.
But the benefit only materializes when three boundaries remain explicit:
- probabilistic intelligence does not replace deterministic authority;
- semantic memory does not replace systems of record;
- automation does not replace governance.
An enterprise that ignores those boundaries will accumulate Agent Sprawl, Workflow Spaghetti and another generation of Dark Data.
An enterprise that preserves them can build an operating architecture in which security telemetry, automation, remediation and compliance become components of the same continuously verifiable control system.
That — rather than the deployment of another copilot — is the more consequential transition toward an AI-native, cyber-resilient and auditable enterprise.
Why This Matters to the NEXUS Ecosystem
The convergence of Agentic AI, cybersecurity, enterprise architecture, continuous compliance and workflow automation illustrates a broader structural shift: technologies that were previously deployed as separate functions are increasingly becoming parts of a single operating architecture.
For NEXUS TECH, this means AI agents, Cloud architectures, cybersecurity, data platforms, observability, DevSecOps and intelligent automation.
For the NEXUS SUMMIT, it raises strategic questions around governance, regulation, operational resilience, digital sovereignty and the competitiveness of SMEs and mid-market enterprises.
NEXUS Expo & Summit · Tangier, Morocco · 11–15 November 2026.
Research Base and Evidence Sources
The research underlying this analysis draws on academic work covering the ReAct framework and agentic architectures; European regulatory material covering NIS 2 and DORA; ENISA supply-chain and cybersecurity workforce studies; SANS and Ponemon SOC benchmarks; Forrester security-operations studies; and documented enterprise implementations from Drata, Wiz, Sprinto, Palo Alto Networks, Reflectiz and related sources.
Operational metrics derived from vendor customer stories are treated as case-specific benchmarks rather than universally generalizable scientific results. TCO figures are modeled scenarios and should be recalculated against each organization's actual retention requirements, negotiated SIEM pricing, query intensity, engineering capability and regulatory environment.