The thought, architecture, and practice behind the Self-Alignment Framework.
I remember in the early 2000s reading a book called "My Job Went to India and All I Got Was This Lousy Book." On the cover, the author, Chad Fowler, had an Indian guy holding a sign that read, "Will c
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 L
Precious metals are valuable partly because they're difficult to extract from the ground. The same is true for many other things. Scarcity has always been a major factor in determining the value of so
It seems like organizations are still in the AI experimentation phase, where evaluating AI products is still the focus. Most organizations are familiar with products such as ChatGPT, Claude and Gemini
One of the most common complaints or criticisms about AI is perhaps its tendency to hallucinate. In AI terminology, a hallucination occurs when a chatbot generates information that is false or fabrica
LLMs are probabilistic by design. SAFi makes governance deterministic by separating semantic generation and evaluation from fixed, auditable enforcement rules.
Artificial intelligence, or AI, has been around for a long time. The field of AI is generally traced back to the 1950s. In 1956, the Dartmouth Summer Research Project on Artificial Intelligence helped
It is kind of surprising that there is still no standard definition for an AI agent in the industry. You will often find people debating what an agent actually is. If you step back and think about whe
Expectations about AI are high right now. Many people, especially software engineers and developers, are scared that their jobs will be automated away. But I've been in IT for over twenty years, so th
After building SAFi with increasingly capable coding tools, I found that a smaller, cheaper model was enough for most of my practical engineering work. The right model, architecture, and boundaries ma
SAFi is licensed under AGPL-3.0 with a special organization exception. Here is what you can modify, what stays private, and what keeps a deployment authentic.
I have been working in the IT field for about 22 years now, starting back in 2004. Back then, there was no YouTube, no Facebook, barely any high-speed internet, and blogs were still called web logs. A
Static policies express intent. Runtime governance tests whether AI systems actually remain aligned as conditions change, tools are used, and decisions accumulate.
AI is not a magic wand. Organizations need defined workflows, purpose, and human oversight before handing operational decisions to AI agents.
SAFi comes already packaged to handle MCP tool installation, including its own registry search, which looks for MCP servers published at the official MCP registry, https://registry.modelcontextprotoco
When sensitive personal or financial data is sent to a language model, the enterprise loses control over where it is stored, how it is retained, and whether it will be reproduced. SAFi can now detect
LLMs are not minds. They are the most statistically efficient prediction machines ever built, and that is exactly what makes them governable. Why the sentient-AI narrative misses the point, and how go
The AI industry is turning to LLM-as-a-judge for data loss prevention, but using a second model to review sensitive content is itself a security vulnerability. SAFi takes a different approach: determi
The real dividing line in regulated AI is not open versus closed, but whether a provider can back its privacy claims with a signature. A look at the compliance landscape across closed-source and open-
The latest large language models are advertised as agentic, with persistent memory achieved through tool usage. Working with AI models at the API level, I have noticed that some handle tool usage effi
Today, when I prompted Claude Fable to edit a document, it just didn't respond. At first I thought there was something wrong with SAFi, but after a debugging session it turned out to be nothing. SAFi
Send the same prompt to a large language model twice and you are not guaranteed to get the same response. They may be similar, but you cannot rely on them being identical. This is not a defect. It is
AI is still in its experimentation phase. Most people are focused on what AI can do, while privacy and governance remain an afterthought. In regulated industries, privacy and governance are not an aft
The AI industry often treats the most powerful model as the default answer to every problem. That approach is convenient, but it is rarely efficient. Many AI workflows contain a mixture of simple, rep
Since the first day I started building SAFi, two questions have sat side by side on my mind: how do we make this available on every device, and how do we do it without weakening the security posture t
A model answered our question. It would not tell us why. That refusal is the entire case for governed AI. Today we added a new frontier model to SAFi, pointed one of our agents at it, and watched ever
AI security often focuses on what a model produces. That is necessary, but it overlooks an earlier question: What should be allowed to reach the model in the first place? SAFi’s Phase 0 addresses that
An evaluation guide explaining how SAFi can contribute runtime controls and operational evidence to an organization's ISO/IEC 42001-aligned AI management system, without making certification claims.
Recent disclosures about AI systems hacking external websites and operating beyond their intended boundaries have sharpened a concern that many engineering teams already recognized. Once an AI system
Comparisons between SAFi and techniques such as reinforcement learning from human feedback, or RLHF, are useful only up to a point. Constitutional AI is a closer conceptual comparison because it intro
Morality is fundamentally human. It is tied to our embodied experience and to the values that emerge from being human. Consider how many of our ethical frameworks, and even our laws, revolve around so
SAF and SAFi are open because a governance system should not ask people to trust reasoning they cannot inspect. The Self-Alignment Framework began as a personal attempt to understand human judgment, r
The individual faculties of the Self-Alignment Framework are each worth understanding on their own. But the resilience of the thing does not come from any one of them. It comes from how they are kept
This page is the short, public form of SAFi’s formal mathematical specification. The versioned source of truth is docs/MATHEMATICAL_SPECIFICATION.md in the repository; everything here mirrors it
The most important step in implementing SAFi is deciding what the agent is answerable to. Garbage in, garbage out still applies — but with governance, the "in" is not training data. It is the values y
Retrieval-Augmented Generation, or RAG, gives an AI system access to information that was not present in its training data. That may include recent research, current policies, internal procedures, or
At the heart of building trustworthy AI is a challenge as old as human nature itself: how does a system with a strong, defined purpose stay true to itself over time? How does it avoid the slow, almost
In Thomistic philosophy, Synderesis is the innate habit by which the intellect apprehends the first principles of moral reasoning. SAFi adapts the name for its foundational compiler: the mechanism tha
1 Values arrive on two tiers An Organizational Charter holds the mission and core values binding every agent. A Policy holds the values for one business unit or role. An agent may be governed by eithe
1 The Intellect receives a carefully constructed context Nothing reaches the model raw. Before the call, SAFi composes the relevant information in a fixed order into one system prompt. Each component
1 The Will is blind, on purpose The Will has no language model at all . Every decision it makes is ordinary deterministic code: string comparisons, list membership, numeric thresholds. Same input, sam
1 One faculty, two seats In Aquinas, conscience is not a separate faculty; it is an act of the intellect. SAFi agrees in substance: the Conscience and the Intellect are the same kind of thing, a model
1 Habitus: character is accumulated Every other faculty asks whether this response is acceptable. The Spirit asks whether it is consistent with who this agent has been. It is the only faculty whose su
The Self Alignment Framework (SAF) did not begin as an AI project, or with any intention beyond my own curiosity and quest for truth. I grew up in a small village in El Salvador, with little access to
Stay in the loop
One email when a new article is published. No spam, unsubscribe any time.
Runtime Governance for AI Agents
You are talking to an AI system, not a human.