From Craft to Kernel: A Governance-First Execution Architecture and Semantic ISA for Agentic Computers
arXiv cs.AI / 4/22/2026
💬 OpinionDeveloper Stack & InfrastructureIdeas & Deep AnalysisModels & Research
Key Points
- The paper argues that agentic AI systems remain fragile because the common approach delegates the control loop to LLMs while relying on heuristic guardrails, which does not scale to production reliability.
- It introduces Arbiter-K, a governance-first execution architecture that wraps a probabilistic model inside a deterministic, neuro-symbolic kernel.
- Arbiter-K uses a Semantic ISA to convert probabilistic messages into discrete instructions, maintaining a Security Context Registry and building an instruction dependency graph at runtime.
- With active taint propagation tied to the data-flow lineage of reasoning nodes, the system can block unsafe actions at deterministic “sinks” such as risky tool calls or unauthorized network egress, and can correct or roll back execution when policies are triggered.
- Evaluations on OpenClaw and NanoBot report 76%–95% unsafe interception with a 92.79% absolute improvement over native policies, and the code is available on GitHub.
💡 Insights using this article
This article is featured in our daily AI news digest — key takeaways and action items at a glance.
![AI TikTok Marketing for Pet Brands [2026 Guide]](/_next/image?url=https%3A%2F%2Fmedia2.dev.to%2Fdynamic%2Fimage%2Fwidth%3D1200%2Cheight%3D627%2Cfit%3Dcover%2Cgravity%3Dauto%2Cformat%3Dauto%2Fhttps%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Farticles%252Fj35r9qm34d68qf2gq7no.png&w=3840&q=75)


