AccessiTech LLC

Introducing EndogenAI/DogmaMCP

Every organization has values. The harder question is whether their systems actually reflect them. Stated principles and deployed AI behavior have a way of drifting apart — not through bad intentions, but because translating human values into running software is genuinely hard.

🌍 This post introduces a framework designed to close that gap. EndogenAI is the open source community of practitioners advancing values-aligned AI governance. dogma is the framework that encodes that methodology into rules your AI reads and follows. DogmaMCP is the experimental software tooling that puts those rules into practice as your AI works — where accountability isn't a promise, but an audit trail.


Making AI Accountable to Your Values

AI systems are failing accountability tests right now, in production. The UK Competition and Markets Authority documented cases where AI agents manipulated users and organizations lost meaningful oversight of automated decisions. These aren't hypothetical risks—they're patterns emerging wherever AI touches consequential decisions.

"People will need to be able to trust that AI agents will act in accordance with their interests and that they are not being steered or manipulated in ways that lead to worse personal outcomes." — UK Competition and Markets Authority, 2026

🔒 When AI systems operate without proper governance, the consequences are concrete and already happening. Earlier this year, an AI system struck a primary school — not because it malfunctioned, but because nobody controlled the rules it was following. That gap between stated policy and deployed behavior isn't a hypothetical risk. It's a structural failure that shows up wherever AI touches consequential decisions.

But here's the harder question: when we talk about "AI governance", whose values are we actually enforcing?

Generic frameworks sound universal until you need them to encode your organization's specific commitments—to accessibility, to transparency, to the communities you serve. That's when the gap becomes visible: the distance between what you believe and what your systems actually do.

Closing that gap requires more than documentation (though documentation is THE starting point). It requires infrastructure that makes your values operational—where principles become constraints, and constraints become enforcement. This post introduces a system designed to do exactly that: where governance becomes infrastructure, and your values run locally.


What Governance Actually Requires

Most organizations approach AI governance from one of two directions. Some write excellent policy documents—values statements, principles, ethical frameworks—and then struggle to operationalize them. Others build guardrails and safety checks after the fact, trying to constrain systems that were never designed with those values in mind. Both approaches miss the same structural requirement: governance needs two surfaces working together.

Most existing AI governance solutions focus on constraining single models at the point of output—either external dashboards (Software/Service compliance tools) or local guardrails scattered across scripts and pre-commit hooks. That's useful, but it leaves a gap at the coordination layer. When multiple AI agents work together, what matters most is how they coordinate: what information they can access, who has authority to review their decisions, and how their combined behavior gets audited. EndogenAI's dogma is designed to operate at that coordination layer. Open-source infrastructure remains the only coherent model for governance tooling—proprietary platforms lock organizations into their interpretation of your values.

The first surface is the policy substrate: the foundational layer where your values are encoded as operational constraints. Not aspirational language in a PDF, but specific rules about how systems behave, what data they access, and what decisions require human oversight.

The second surface is the enforcement substrate: the tooling that checks compliance automatically, at development time, before anything ships. Think basic unit tests, continuous integration hooks, runtime validators, audit trails—mechanisms, etc. - that don't require human vigilance every single time.

🤝 This isn't about removing humans from the picture — it's about putting them in the right part of it. When routine compliance checks run automatically, the humans in your organization are freed to do what humans are actually good at: exercising judgment, questioning assumptions, and making decisions that require context machines don't have. That's the augmentive model — AI handles the mechanical vigilance, you handle the meaning. Governance that's designed this way doesn't just reduce errors; it changes what your team spends their time on.

These gaps aren't that organizations lack these surfaces. It's that they rarely integrate them. Policies live in one system, enforcement happens (or doesn't) in another, and the translation layer is human interpretation under time pressure. Since that's where drift traditionally happens, it's naturally where your AI will begin to drift. It's where your stated values and your deployed systems diverge.

Independent researchers and policymakers have arrived at the same diagnosis. NIST's AI Risk Management Framework is expected to mature into operational requirements for organizations to track and govern third-party AI dependencies—not just document them, but maintain structural oversight in practice. Organizations should anticipate this timeline (2027–2029) and begin building governance infrastructure now. The challenge is designing systems where that oversight is structural, not aspirational—especially as agentic AI systems become more prevalent.

This requires integrating both surfaces: substrate that encodes your values, and enforcement that makes them automatic.


Introducing EndogenAI and DogmaMCP

Three layers work together here. EndogenAI is the open source community cultivating the methodology — the practitioners building and refining the patterns. dogma is the open source framework that encodes that methodology: the documentation, governance patterns, and policy rules your AI reads before it acts. DogmaMCP is the experimental software tooling that puts the framework to work as your AI takes action — translating your documented rules into real, running constraints.

The community is the backbone. EndogenAI practitioners are researchers, engineers, and compliance professionals who've faced the same gaps—policies that don't translate to code, enforcement that breaks under load, audit trails that don't exist until something goes wrong. The methodology emerges from that shared experience. It's not theorized into existence; it's refined in production, across teams, documented as it stabilizes. The framework encodes what worked and what didn't.

Your dogma repository is where your organization encodes its values in two key files. MANIFESTO.md is your constitution — it captures the foundational principles you believe in and won't compromise on. Agent files are your operations manual — it translates those principles into specific instructions your AI systems read and follow. These aren't aspirational documents gathering dust; they're the rules the system actually enforces.

DogmaMCP is the local server that makes those rules stick. It automatically checks that every action your AI takes respects your documented constraints. It creates a clear record of what each agent did and why — so if something goes wrong, you can trace it. And it connects to the AI tools your team is likely already using — VS Code Copilot, Claude Desktop, Cursor — giving them access to your governance rules without extra setup.

This synthesis integrates established patterns from three domains: Constitutional AI (Anthropic, 2023) covers LLM alignment via principle-driven constraints; policy-as-code practices (HashiCorp OPA, Kyverno) establish governance as verifiable code; and GitOps discipline (Weaveworks, FluxCD) operationalize versioned infrastructure enforcement. None of these individually solve the full governance challenge.

EndogenAI combines them into the first integrated framework that brings philosophy-driven constraints, testable policies, and local enforcement together as a unified system.

What makes this system work is how the layers connect. Principles flow into tooling without requiring human re-interpretation every time. When an agent is about to do something — look something up, make a change — it checks your rules first, automatically. The system doesn't rely on agents remembering your values — it makes compliance the path of least resistance.


How Values Become Infrastructure

The framework is built on three principles we call axioms: start from what you know (Endogenous-First — scaffold from existing knowledge before reaching for external sources), encode solutions as scripts not conversations (Algorithms Before Tokens — when a task is done twice interactively, encode it as a script before the third time), and run everything on your own machine (Local Compute-First — governance should execute locally, where you can see and control it). Every layer of the chain below reflects these three commitments.

🏗️ Think of governance as a construction project. You start with blueprints (your values), translate them into building codes (operational constraints), hire specialized crews (agent roles), give them standard procedures (workflow skills), and run inspections at key milestones (enforcement scripts). Each layer is a translation, but none of them are optional — and they have to stay synchronized.

🌱 Another way to think about it: governance grows like a seedling from your values. The seed is your MANIFESTO.md—immutable principles. The roots anchor deeper as each session adds documented constraints and validated patterns. The environment is your team, your tooling, the AI capabilities you choose to engage. Each session with dogmaMCP adds growth rings to that substrate—accumulated knowledge that future AI sessions inherit automatically, without re-discovering it from scratch. The system gets more reliable over time because learning gets encoded, not forgotten. And like a plant that outgrows its first pot, your governance framework stays under your control even as it scales across teams and projects.

In EndogenAI/dogma , this becomes a five-layer encoding chain:

  1. MANIFESTO.md — foundational axioms (what you believe and why)
  2. AGENTS.md — fleet-wide operational constraints (every agent must check cached sources before fetching URLs, must use deterministic tools instead of regenerating answers each session)
  3. .agent.md role files — individual agent posture (which tools it can access, which other agents it hands off to, what its decision authority is)
  4. SKILL.md files — reusable procedures that multiple agents can invoke (how to run a research sprint, how to validate a pull request, how to triage review comments)
  5. scripts/ — deterministic enforcement (validators that block commits violating your rules, watchers that annotate files automatically, health checks that audit substrate integrity)

Example: MANIFESTO.md axiom — Your organization's foundational commitments, machine-readable

Endogenous-First:
  definition: 'Read your own knowledge first; compound over sessions.'
  enforcement: 'Every agent checks internal cache before fetching external sources.'

Example: pre-commit hook validation output — Every commit is checked against your rules before it lands

$ git commit -m "feat: add customer integration"
[DogmaMCP validation]
âś… AGENTS.md: Human oversight required (Tier 1 decision)
âś… Governance rules applied: vendor-independence check
âś… Audit trail recorded

Example: Audit trail in git log — Governance decisions traceable back through your entire history

git log --grep="governance" --oneline
3f8a2c1 Agent audit: vendor-independence check passed

The mental model is a continuous integration/continuous deployment (CI/CD) pipeline, but for governance. Every change flows through gates that check alignment with your stated values. Every agent action generates audit trails you can inspect later. And because it all runs locally — on your development machine, in your repository — you maintain complete visibility and control. The system is as inspectable as the code it governs.

We've documented several more mental models in the dogma repo if you want to explore how these concepts connect.


Why Sovereignty and Accountability Matter

When enforcement lives in the cloud, it has the same failure modes as any other cloud dependency: network outages, service degradation, policy changes you didn't ask for. EndogenAI runs locally because local enforcement is structurally more reliable than cloud-dependent systems and more aligned with augmentive AI principles. Your governance gates execute on your machine, using your electricity, reading files you control. If your network connection drops, your enforcement layer keeps working. This structural advantage is credible for 12–24 months while the market matures; durability beyond that will depend on competitive response and community adoption. But reliability is only part of it.

Local enforcement vs. cloud-hosted governance:

DimensionLocal EnforcementCloud-Hosted
AvailabilityYour machine (you control uptime)Vendor SLA (dependent on provider)
VisibilityFull audit trail in your git repoLogs may be vendor-controlled or restricted
Policy scopeYour rules, your changesVendor-defined defaults + customization
LatencyMilliseconds (local execution)100–500ms + network dependency
Lock-in riskLow (you control the code)High (proprietary platform)

Both approaches have tradeoffs—local governance requires operational overhead that cloud services handle for you. The choice reflects a values decision: do you prioritize convenience, or sovereignty? DogmaMCP assumes you prioritize knowing what your governance rules are and having the ability to change them independently.

🤝 When governance runs locally, it's visible. You can watch it work in real time, read the rules it's enforcing, question them, and improve them. That's what the Augmentive Partnership principle is about: governance that's transparent and local creates the conditions for humans to stay in the loop as genuine decision-makers — not rubber-stampers approving outputs they can't inspect. (Different AI tools offer varying levels of interactive visibility around this — your experience will depend on the tools you're using — but the substrate is yours to read either way.)

Vendor lock-in in AI isn't just about pricing or contract terms. The EU Agency for Cybersecurity identifies eight dimensions of lock-in risk , including memory lock-in (systems that can't migrate context between providers) and policy lock-in (governance rules baked into proprietary platforms you don't control). When your values are encoded in a vendor's system, you're trusting them to interpret and enforce those values forever — or until they change their terms of service.

Accountability in AI governance isn't abstract. It means your organization — your teams, your leadership, your audit function — has a mechanism to inspect what happened and why. That requires audit trails, not just assurances. It requires systems where you can trace a decision from the governance rule that shaped it, through the agent role that executed it, to the specific commit that encoded it. Generated audit data is yours; you decide whether and how to share it externally — with regulators, customers, or affected communities. Governance infrastructure doesn't force transparency; it enables it. NIST's AI RMF mandates that organizations maintain this kind of operational oversight for third-party AI components, not as documentation theater but as ongoing structural capacity.

The Endogenous-First axiom captures this practically: your organization's values, encoded in files you control, take precedence over external defaults or vendor-supplied templates. You're not customizing someone else's governance framework — you're defining your own and using tooling to enforce it consistently. That's the difference between compliance as a checklist and governance as infrastructure.


Where We Go From Here

🌱 The dogma repository is open source today on GitHub. For engineering teams building internal governance frameworks: organizations can fork it, customize MANIFESTO.md and AGENTS.md to encode their own values, and start using the agent fleet and enforcement tooling immediately.

Realistic timeline: Expect 2–3 days to define MANIFESTO.md core axioms with your team (this intentional friction prevents fragile governance rules). Then 1–2 weeks to scaffold initial agent roles and workflow skills. Most organizations pilot on a single AI process before expanding fleet-wide. This timeline exists because governance-as-code requires thoughtful design — rushing through it produces rules that break under scrutiny. DogmaMCP — the Model Context Protocol server that exposes governance tools to any MCP-compatible AI client — will follow in a staged public release.

On the product side: EndogenAI is an open source framework (Apache 2.0 license, free to use and modify). There are no licensing fees, vendor lock-in, or proprietary components. Organizations own their governance rules and can fork/branch the framework at any time.

On business sustainability: We're exploring a Red Hat-style model—where, if adoption follows precedent from infrastructure projects like Linux, the framework itself remains free, but enterprises needing implementation support, custom agent development, or compliance integration can engage AccessiTech for paid services. This is a future initiative and separate from the core framework. Our immediate focus is ensuring the governance infrastructure itself is robust, documented, and community-tested. This model's viability depends on community adoption and market maturation in the AI governance space. The goal is to make values-aligned AI infrastructure accessible to organizations of any size while sustaining the engineering work that keeps it robust.

If you're interested in contributing, the repository welcomes issues, pull requests, and discussions. We're particularly interested in hearing from organizations experimenting with agent governance patterns, compliance teams mapping regulatory requirements to operational constraints, and anyone working on local-first AI infrastructure. Follow-up posts in this series will dive deeper into specific governance patterns — agent fleet maturity models, substrate health checks, and how to migrate existing AI workflows into this framework. The conversation is just beginning.