AI & ML
AI Governance Must Be Runtime and Deterministic
Nelson Amaya Dev.to (EN Zone)
1 views
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
Read original: https://dev.to/nelson_amaya_16872e58232b/ai-governance-must-be-runtime-and-deterministic-3d6k
← Previous
Where to preorder the iPhone 18 Pro and Pro Max
Next →
SlashNote — A Local-First Cross-Platform Markdown Notes App with Git Sync
Related
One Python Agent Core, Four Ways to Run It: Nova on Server, Web, TUI, and Desktop
AI & ML
0
DEV Community
Deploying SLMs in Production: Fine-Tuning vs Context Engineering
AI & ML
0
DEV Community
/skill-doctor: 40 skills, 3,060 tokens a turn, and the wrong ones to cut
AI & ML
0
DEV Community
No citation, no claim: building a RAG backend that refuses to hallucinate"
AI & ML
0
DEV Community
Comments0
No comments yet — be the first