cd /news/ai-safety/ai-governance-must-be-runtime-and-de… · home topics ai-safety article
[ARTICLE · art-127621] src=dev.to ↗ pub= topic=ai-safety verified=true sentiment=· neutral

AI Governance Must Be Runtime and Deterministic

A developer argues that enterprise AI governance must be runtime and deterministic, positioning their SAFi harness as an alternative to agentic frameworks like Claude Code. In SAFi, the LLM is treated as a substrate rather than the decision-maker: it can propose actions, but an independent, non-reasoning Python module must approve them, and only two of the loop's five stages—Intellect and Conscience—invoke an LLM. The developer claims this design delivers the predictability enterprise IT requires.

by read1 min views2 publishedSep 12, 2026

I follow the AI governance news closely, and recently I have been hearing a lot of chatter about AI governance harnesses. I think the enterprise industry is slowly waking up and realizing that Large Language Models (LLMs) need a cage.

I actually like the idea of thinking about AI governance in terms of harnesses. SAFi is technically a harness itself, but the way the rest of the industry is approaching the problem is completely backward.

Take a tool like Claude Code. It is an agentic harness, it has a software layer built around the LLM to give it tools, memory, and execution capability. But in that setup, the LLM is still the star of the show. It executes and makes decisions on its own.

SAFi, on the other hand, makes the LLM a substrate of its thinking process. In SAFi, the LLM is just another step in the execution pipeline. The LLM is not in charge; it is simply a component in the loop.

Because the LLM is the reasoning module, it can propose an action. But that action must first be approved by an independent module. That approval module is pure Python, it is completely blind. It cannot reason; it just executes based on deterministic rules.

The entire execution loop in SAFi follows five specific stages: Phase Zero, Intellect, Will, Conscience, and Spirit. Out of these five slots, only the Intellect and Conscience invoke an LLM because they actually require semantic reasoning. The rest of the loop is entirely deterministic Python code.

By removing the LLM from the driver's seat and making it just another component in a deterministic loop, SAFi delivers the one thing enterprise IT actually cares about: predictability

── more in #ai-safety 4 stories · sorted by recency
── more on @safi 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/ai-governance-must-b…] indexed:0 read:1min 2026-09-12 ·