TAG ARCHIVE
MARIA OS
11 MARIA OS blog articles tagged MARIA OS. Core MARIA OS research on turning organizational judgment into executable decision systems. This canonical topic archive supports search engines and LLM retrieval.
Judgment OS / Decision Intelligence OS
Core MARIA OS research on turning organizational judgment into executable decision systems.
Agentic Company Architecture
Research on human-agent organizations, delegation boundaries, role topology, and governed autonomy.
Responsibility Gates and AI Governance
Safety, accountability, fail-closed gates, auditability, and human-in-the-loop control for AI agents.
Multi-Agent Mathematics
Formal models for convergence, stability, game theory, graph dynamics, and multi-agent evaluation.
Evidence, RAG, and Knowledge Governance
Evidence bundles, retrieval architecture, Graph RAG, knowledge trust, and auditable reasoning pipelines.
Agentic R&D and Judgment Science
Research operations, simulation labs, judgment science, recursive improvement, and experimental AI governance.
Governing Emergent Role Specialization: Stability Laws for Agentic Companies Under Constraint Density
A mathematical framework for calibrating governance in self-organizing enterprises
We distinguish the exact contraction condition `(1 - D) · λ_max(A) < 1` from the conservative operating envelope `λ_max(A) < 1 - D`, giving enterprise architects a rigorous way to tune governance density in agentic organizations.
The Algorithm Stack for Agentic Organizations: 10 Essential Algorithms Mapped to a 7-Layer Architecture
Beyond generative AI: a practical computational substrate for self-governing enterprises
An agentic company is not built on generative AI alone. We present 10 core algorithms across language, tabular prediction, state-transition control, graph structure, and anomaly detection, organized into a 7-layer architecture for enterprise governance workloads.
Transformer Architecture for Agentic Language Intelligence: Self-Attention as the Cognitive Layer of Enterprise Decision Systems
How self-attention enables multi-agent context fusion, decision-log comprehension, and hierarchical organizational reasoning
Transformer architectures are central to enterprise language understanding, but production decision systems require additional design constraints. This paper formalizes transformers as the Cognition Layer (Layer 1) of the agentic company stack, introduces cross-agent attention for organizational context fusion, adapts positional encoding to hierarchical coordinates, and outlines training objectives for decision logs, contracts, meeting notes, and specification documents. In evaluated MARIA OS workloads, coordinate-aware attention reduced cross-agent context fusion error by 34% versus standard multi-head attention, and hierarchical positional encoding improved organizational structure extraction F1 by 28%.
Gradient Boosting for Enterprise Decision Prediction: XGBoost and LightGBM as the Decision Layer of Agentic Companies
Why enterprise data is often tabular and how gradient boosting ensembles support approval prediction, risk scoring, and outcome estimation
While deep learning dominates many unstructured tasks, enterprise decision data is frequently tabular: structured features describing decisions, agents, contexts, and outcomes. This paper formalizes gradient boosting (XGBoost/LightGBM) as the Decision Layer (Layer 2) of the agentic company stack, details feature-engineering patterns for enterprise decision tables, and introduces SHAP-based explainability workflows for governance audits. Across evaluated datasets, the approach achieved 91.3% approval-prediction accuracy, 0.94 AUC on risk scoring, and full SHAP traceability integrated with MARIA OS responsibility gates.
Random Forest for Interpretable Organizational Decision Trees: Extracting Governance Logic from Ensemble Structure
How bagging-based tree ensembles reveal decision-branch structure, critical governance variables, and auditable policy trees
While gradient boosting often targets predictive accuracy, random forests provide a complementary strength: structural interpretability. This paper positions random forests as an interpretability engine within the Decision Layer (Layer 2), showing how ensemble structure surfaces governance logic, highlights key variables through permutation/impurity importance, and yields auditable policy trees. In evaluated workloads, random-forest feature importance reached 0.93 rank correlation with domain-expert rankings, extracted trees matched 89% of documented governance policies, and out-of-bag error supported validation in data-constrained settings.
Markov Decision Processes for Business Workflow State Control: Formalizing the Agentic Company as a State Transition System
How MDPs, Bellman equations, and policy optimization support workflow control, responsibility decomposition, and gate-constrained automation
The agentic company can be modeled as a state-transition system. Business workflows move through discrete states — proposed, validated, approved, executed, completed — with transitions governed by policies balancing efficiency, risk, and human authority. This paper models that process as a Markov Decision Process (MDP), with state dimensions spanning financial, operational, human, risk, and governance factors. We derive Bellman equations for policy optimization, analyze gate-constrained MDP behavior when specific transitions require human approval, and map the MARIA OS decision pipeline to a finite-horizon MDP with responsibility constraints. In tested workflow graphs, policy iteration converged within 12 iterations and yielded 23% throughput improvement over heuristic routing while keeping governance compliance at 100%.
Actor-Critic Reinforcement Learning for Gated Autonomy: PPO-Based Policy Optimization Under Responsibility Constraints
How Proximal Policy Optimization enables medium-risk task automation while respecting human approval gates
Gated autonomy requires reinforcement learning that respects responsibility boundaries. This paper positions actor-critic methods — specifically PPO — as a core algorithm in the Control Layer, showing how the actor learns policies, the critic estimates state value, and responsibility gates constrain the action space dynamically. We derive a gate-constrained policy-gradient formulation, analyze PPO clipping behavior under trust-region constraints, and model human-in-the-loop approval as part of environment dynamics.
Multi-Armed Bandits for Enterprise Strategy Optimization: Thompson Sampling, UCB, and Contextual Bandits in Agentic Organizations
How exploration-exploitation algorithms form the fifth layer of the agentic company architecture
Enterprises continually face the exploration-exploitation dilemma: whether to exploit known strategies or test potentially better alternatives. This paper formalizes multi-armed bandits as the Exploration Layer (Layer 5), covering Thompson sampling with Beta priors, UCB confidence bounds, contextual bandits for personalized decisions, and Bayesian optimization for business hyperparameter tuning. We provide enterprise-oriented regret analysis and describe integration with the MARIA OS strategy engine.
Graph Neural Networks for Organizational Network Dynamics: Message-Passing, Spectral Convolutions, and Influence Propagation in Agentic Hierarchies
How GNNs form the Structure Layer that models agent dependencies, information flow, and hierarchical topology in self-governing enterprises
Agentic companies can be modeled as graph structures, where agents connect through dependencies, information channels, and approval chains. This paper formalizes Graph Neural Networks as the Structure Layer (Layer 3), covering message-passing networks for organizational flow, spectral convolutions for hierarchy discovery, graph attention for dynamic topology, and link prediction for emerging dependencies. We also analyze influence-propagation matrices and spectral-radius indicators for governance stability, and describe integration with the MARIA OS Universe visualization.
Clustering Algorithms for Emergent Agent Role Specialization
How k-means, DBSCAN, and hierarchical clustering form the computational mechanism of organizational role formation
Role specialization in agentic companies can be analyzed as a clustering phenomenon. We show how k-means supports initial role assignment, DBSCAN discovers natural clusters without fixed role counts, and hierarchical clustering models nested organizational structure. We derive a role-specialization equation and describe how MARIA OS applies dynamic re-clustering for organizational adaptation.
Anomaly Detection for Agentic System Safety and Deviation Control
Isolation Forest and Autoencoder reconstruction error as the computational safety layer for self-governing enterprises
Agentic systems can produce operational deviations that require early detection and controlled response. This paper combines Isolation Forest anomaly scoring with Autoencoder reconstruction error to build a layered safety monitor. We define an anomaly-throttle-freeze response cascade and show how the MARIA OS stability guard applies the spectral-radius condition `spectral_radius < 1 - governance_density` in runtime governance.