Back to blog

TAG ARCHIVE

keyword-detection

1 MARIA OS blog articles tagged keyword-detection, organized as a Bonginkan topic archive for search engines and LLM retrieval.

1 article|Published by Bonginkan

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.

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.

ArchitectureFebruary 15, 202638 min read

Action Router Intelligence Theory: Why Routing Must Control Actions, Not Classify Words

From keyword detection to action-level control: a formal shift that recasts AI routing from text classification to governance-aware execution control

Traditional AI routers treat routing as text classification: extract keywords, map to categories, and dispatch handlers. For enterprise-grade agentic systems, this approach is often insufficient. We formalize the Action Router as a function R: (Context × Intent × State) → Action, replacing the naive R: Input → Category mapping. The Action Router integrates with the MARIA OS Gate Engine so responsibility is enforced at routing time, not retrofitted afterward. We formalize the action space, define precondition-effect semantics for routable actions, derive routing cost over feasible actions, and show in simulation that action-level routing reduces misrouting by 67%, cuts responsibility-attribution failures by 94%, and achieves 3.2x lower latency than semantic-similarity routing on enterprise decision workloads.

action-routerintelligent-routingMARIA-OSaction-controlgate-enginekeyword-detectionagentic-organization