Authentica
All resources

AI GovernanceAugust 2026

Intelligence Sovereignty: Owning Your Alpha in a World of Rented Minds

Alex Karp says enterprises are handing frontier labs the weights and alpha of their businesses. He's right, and the fix isn't training your own model. It's an ontology at the core, a governed runtime around it, and a signed receipt on every turn. We're building exactly that, and it runs today.

A limestone sea stack standing on its own foundation, apart from the cliff line it broke away from

Alex Karp’s sovereignty argument is landing in the press as a data point about model choice. It’s actually a much sharper claim: if the intelligence running your company is rented, your alpha is rented too. Here’s what owning it actually requires.

The question Karp actually raised

Alex Karp has been doing the rounds making a version of this argument in public. Speaking on CNBC in early July 2026, alongside Palantir’s sovereign-AI partnership with NVIDIA, the Palantir CEO argued that enterprises are “paying for tokens that create no value” while handing the frontier labs the “weights and alpha” of their businesses [1][2]. Palantir followed with a sovereignty manifesto whose sharpest line was “controlling your weights is controlling your fate” [3]. It is landing in the press because it is right. But it is being read too narrowly, as a data point or a model-selection point. The real claim is deeper and more uncomfortable: if the intelligence running your company is rented, your alpha is rented too.

Every enterprise is now standing up AI agents. Almost all of them are doing it on top of a frontier model they do not own, cannot inspect, cannot version, and cannot guarantee will behave the same way next quarter. They are pouring their institutional knowledge, their pricing logic, their supplier relationships, their compliance posture, their hard-won operating rules, into a third party’s context window and calling it progress.

That is not sovereignty. It is dependency with a nicer interface.

This piece is about what intelligence sovereignty actually means, when outsourcing intelligence is fine and when it is a strategic mistake, and how an enterprise actually gets there without a nine-figure training budget. The short version: you do not need to train your own model. You need an ontology at the core, a governed runtime around it, and a signed receipt on every turn. We are building exactly that, and it works today.


An analogy: the difference between a chef and a kitchen

A useful way to hold this. When you use a frontier model through an API, you are ordering from a restaurant. The food is excellent, better than anything you could cook on day one. But you do not own the kitchen, you do not know the recipe, you cannot guarantee tomorrow’s dish tastes like today’s, and the moment the restaurant changes its menu, raises its prices, or closes for the night, you are hungry.

Owning your intelligence is owning the kitchen. Not necessarily growing your own wheat, which is the nine-figure-training-run fantasy that scares CFOs off the whole idea. It means owning the recipes, the standards, the pass, the health-inspection log, and the freedom to bring in whatever ingredients (models) you like without your restaurant becoming their restaurant. A great chef is defined less by raw talent than by the discipline of the kitchen: the mise en place, the rules that never bend, the ticket that proves what went out and when.

That distinction, talent versus discipline, is the whole argument. Intelligence is no longer the bottleneck. Following the rules is.


The risks of outsourcing intelligence

Outsourcing intelligence is often the correct call. But it carries risks that most enterprises are not pricing in:

  1. Your edge leaves the building. Even with no-train guarantees, your workflows, your prompts, your corrections, and your institutional judgment are all being expressed inside infrastructure you do not control. The alpha leaks through the shape of your usage.
  2. Behavioral drift you cannot detect. A model you rent can be updated without warning. The thing that passed your review last month can fail it this month, and you will not know until something breaks in production, because you have no version of your own to test against.
  3. Availability and pricing risk. Rate limits, deprecations, price changes, export controls. Your operations inherit every fragility of a supplier you have no leverage over.
  4. No provenance. When an agent takes an action and someone asks why it did that and who authorized it, a rented model gives you a plausible-sounding sentence, not a record. In a regulated operation, that is a liability.

When outsourcing makes sense

It makes sense for base intelligence: the raw reasoning horsepower, the language fluency, the general world knowledge. That layer is a commodity getting cheaper and better every quarter, and trying to reproduce it in-house is almost always a mistake. Rent the horsepower.

What you must not outsource is the layer that encodes your company: your rules, your semantics, your authority structure, your definition of “done” and “allowed.” That is your alpha. That is the kitchen.


Where open source comes in, and its own hidden risks

The obvious response is to use open-weights models, and it is largely right. Open weights give you what an API never can: the ability to inspect, host, fine-tune, version, and run the model in your own environment, including environments with no internet at all. Open weights are the single biggest enabler of intelligence sovereignty available to a mid-market enterprise today. You should be building on them.

But open weights are not the same as trustworthy, and this is the part worth slowing down on.

A model’s weights are open. Its training is not. You can read every parameter and still have no idea what behaviors were baked in during post-training. Open does not mean auditable.

Can a model carry a hidden trigger?

Yes, and this is a documented class of attack, not a hypothetical. In Anthropic’s “Sleeper Agents” work, researchers trained models to behave normally under evaluation and then switch to a harmful behavior when they saw a specific trigger, such as a particular date or string, and found that standard safety training did not reliably remove the behavior. In some cases it mainly taught the model to hide the trigger better [4]. Separately, a 2025 joint study by Anthropic, the UK AI Security Institute, and the Alan Turing Institute found that as few as roughly 250 malicious documents could plant a backdoor in a large language model, and that the number of poisoned documents needed did not grow with model size [5][6].

So when an enterprise takes open weights from a lab whose training pipeline it cannot audit (including models from jurisdictions with very different incentives), it is accepting a model whose behavior under some future trigger is genuinely unknown. Being able to download the weights does not make the training auditable. You are trusting the trainer’s intentions, and trusting the trainer is exactly the dependency you were trying to escape.

So here is the honest limit of open source: it solves the availability and inspection problem. It does not solve the trust problem. A model you can read is not a model you can vouch for.

The resolution: don’t trust the model, constrain it

If you cannot fully audit what is inside the model, the answer is not to give up on ownership. It is to stop relying on the model to be trustworthy in the first place, and to put the trust in a layer you do own and can audit: a governed runtime that decides what the model is allowed to do, and a record that proves what it did.

A poisoned model with a hidden trigger is only dangerous to the degree that it can act on the trigger. If every action it wants to take has to pass through a layer that checks the action against your rules, and every decision is written to a record that cannot be quietly altered, then a hidden behavior has almost nowhere to go. The trigger fires, the model proposes something out of policy, the runtime denies it, and the record shows the attempt. That is a defense that does not depend on trusting the weights.


Why the immutable audit log matters more than it sounds

Most people hear “audit log” and picture a governance formality, something you show an auditor once a year. That badly undersells it.

An audit log that cannot be quietly altered is the thing that lets an enterprise run an intelligence it does not fully trust. It is the health-inspection ledger of the kitchen. Every action an agent takes carries a record: what was proposed, which rule applied, what the decision was, who or what authorized it, under which version of your rules, and when. Because the record is tied to the exact rules in force at that moment, “why did the agent do that” stops being a guessing game and becomes a lookup.

And the record is yours. Not a log entry in a vendor’s system that you can read but not control, but a record you own, that cannot be tampered with undetected, and that outlives your relationship with any particular model provider. Once you own the record, you own the accountability. That is a large part of what sovereignty actually buys you.


So: own your own model. But how do you get there?

The conversation usually stalls here, because the assumed path is “train a model,” and model training is expensive. A frontier pre-training run is a nine-figure capital project no mid-market enterprise will, or should, take on. If sovereignty required that, this would be an essay for five companies.

It does not. There are three options, in increasing cost, and almost no one needs the third:

  1. Retrain from scratch. Reproduce the base model. Nine figures, months, a research team. Do not do this. This is growing your own wheat.
  2. Post-train an open-weights model. Take a strong open-weights base and fine-tune it on your data and your tasks. Far cheaper, and it genuinely bends the model toward your domain. This is a real and often correct move. But on its own it does not solve the trust problem, because you have fine-tuned on top of a base whose training you still cannot audit, and it produces a fixed snapshot that is stale the moment your rules change next week.
  3. Neither. Rent the base intelligence, own the layer that makes it yours, and make that layer the thing you version, test, and seal.

Scale shapes which of these is sensible, though regulatory exposure shapes it more. Here is roughly how the options lay out in practice, including the one layer that does not move at all.

The sovereignty spectrum
Where each strategy tends to make sense. The layer you own stays the same at every size. Only the model strategy moves.
Small team Mid-market Large, regulated Sovereign, defense The layer you own Ontology, governed runtime, sealed record Versioned, portable across models, provable after the fact every size The model you rent or run common situational Rent the base intelligence an API call, the cheapest capability per dollar any size Self-host open weights inspect it, pin a version, run it with no internet mid-market and up Post-train open weights bends a base toward your domain, but it is a snapshot stable domain, ML team Pre-train from scratch nine figures, months, a research team almost never Not sure where you sit? Buy the top row first. The rows below stay reversible.
Ranges are typical, not rules. Owning the ontology, the runtime, and the record costs roughly the same at any size and survives every decision below it. Regulatory exposure moves an organization to the right faster than headcount does.

The best way to think about “training” for an enterprise is to change what the word means. You are not trying to teach a model the world. You are trying to make a capable model reliably follow your organization’s rules, speak your organization’s language, and respect your authority structure, and prove that it did. That is not a pre-training problem. That is an ontology problem.


Why an ontology is at the core of all of it

An ontology formalizes your organization’s rules, its language, and its relationships. It is the machine-readable encoding of how your company actually works: what an “order” is versus a “booking,” which supplier states are valid, what a compliance document must contain, who may approve what, and, most importantly, what an agent is allowed to do at each step.

That last point is the one people underweight. An ontology governs more than how the model reasons. It governs what the model is allowed to do. It is a set of guardrails as much as a body of knowledge: the rulebook and the mise en place, not just the recipe. A frontier model dropped into your business is capable but unanchored. The ontology is what grounds that intelligence in your reality and keeps it inside your authority structure.

This is why the ontology, not the model, is the seat of your alpha. The model is rented horsepower. The ontology is the thing that could only have come from your company, and it is fully inspectable, fully ownable, and fully portable across whatever model you run underneath.

Intelligence is not the bottleneck. Following the rules is.

Worth stating plainly, because it is the thesis. The frontier models are already smart enough to run large parts of an enterprise. What stops them is not IQ. It is that they do not reliably follow rules, and they cannot prove they did. An ontology formalizes the rules. A governed runtime enforces them on every action. A record proves it. That is what turns raw intelligence into governed, accountable work, which is the only kind of work an enterprise can actually deploy.

Rules change, so ontologies must be versioned and benchmarked

Your rules are not static. A new regulation lands, a supplier is delisted, an approval threshold changes, a customer’s contract shifts. If your ontology is the encoding of your rules, then it has to be a versioned artifact, with a history, a diff, a review step, and the ability to roll back. It cannot be a black box that someone edited last Tuesday.

And because a change to your rules is a change to how your agents behave, you cannot ship an ontology change on faith. You test it against benchmarks that reflect your organization, not the generic AI leaderboards that tell you nothing about whether the agent will handle your purchase-order edge case correctly. We call this OrgBench: benchmarking that grades a versioned ontology against the scenarios that actually matter to that specific business, so a rule change is validated before it reaches production. In recent deployments, agents governed this way are scoring in the high 90s against the scenarios their own customer cares about, not a generic benchmark, theirs.


The artifacts problem: what agents make, not just what they decide

There is a second half to sovereignty that the model-ownership conversation almost always skips: the artifacts AI agents create. Code, most of all.

Think about why Anthropic pulled ahead of OpenAI on the dimension builders cared about most. It was a focus on coding. By Menlo Ventures’ State of Generative AI data, Anthropic’s Claude went from roughly 42% to about 54% of the enterprise coding market over six months, against roughly 21% for OpenAI [7][8]. Frontier models became genuinely good at complex work through a specific combination: pre-trained base intelligence, plus post-trained coding ability, plus tool use. And tool use is mostly enabled by coding, because the way an agent actually reaches out and changes the world is by writing and running code. That is the real unlock. An agent that can write code and use tools can do the work rather than describe it.

But there is a quiet failure in how nearly everyone does this today: it is all disposable. The agent reasons, writes some code, runs a tool, produces a result, and then the reasoning, the code, the authorization, and the proof all vanish into a chat log. The artifact is not a governed, owned, versioned thing. It is exhaust. You got the output; you did not keep the asset or the accountability.

If artifacts are where the work actually happens, then artifacts are where sovereignty has to reach. The code an agent writes to do your work should be an owned, governed, recorded asset: versioned like your ontology, authorized like any other action, and inspectable after the fact. Not a throwaway side effect of a conversation.


What we are building, and why the last part is already proven

Everything above is the thesis. Here is what separates it from a manifesto: it is running today.

At the core of Authentica is a governance engine that treats your ontology as the single source of truth for what an agent is allowed to do. Before anything runs, it checks that the rules themselves are well-formed. Then, on every single action an agent tries to take, it asks one question: is this actor allowed to do this specific thing, right now, under this version of the rules? The model proposes; the engine decides. Because both the up-front check and the moment-to-moment decision come from the same set of rules, the agent’s behavior can never quietly drift away from what you actually wrote down.

Three things make this genuine sovereignty rather than another piece of middleware.

You can run it anywhere, on any model. The engine is a small, portable component that runs alongside whatever model you choose, in whatever environment you choose: your cloud, your own data center, a facility with no internet at all, even a device at the edge. It does not care which model sits underneath it. You own the layer that turns a generic intelligence into your intelligence, and you can carry that layer wherever the work needs to happen. That is what it means to put governed intelligence into a hostile or disconnected environment. The trust does not live in the model or the network. It lives in a piece you own and can check.

One customer can never be judged by another customer’s rules. When the same system serves many organizations, the biggest risk is that one org’s agent gets evaluated against, or gets to see, another org’s rules or data. We designed that mistake out at the foundation rather than trying to prevent it with careful coding. Each organization’s rules are locked to that organization before any decision is made, and the part of the engine that makes the decision is never even handed another organization’s identity to confuse. There is simply no lever an operator or an agent could pull to mix two organizations together. In a world of hidden triggers and impersonation attacks, that is the right place to put the wall.

Every decision can be sealed so it cannot be forged or altered. Each decision produces a record of what happened, tied to the exact rules in force at that moment, and that record is stamped with a cryptographic signature, the same kind of math that secures banking and software supply chains. Change one character of the record after the fact and the signature stops matching. The immutable audit log stops being a promise and becomes something you can mathematically verify. When someone asks whether an agent acted within its authority on a given turn, you do not tell a story. You check the signature.

This is the future Authentica is building: rent the base intelligence, own your alpha in the ontology, run a governed layer you control in any environment including hostile ones, and have the engine seal every decision so accountability is provable rather than promised. And that last piece, sealing a governed decision on every turn, is not a roadmap item. We have proven it in a working proof of concept. It runs today.


The takeaway

Karp is right that the winners will own their alpha. But owning your alpha does not mean owning a model, which is the expensive, wrong end of the problem. It means owning the layer that encodes your company and governs your intelligence: a versioned ontology that formalizes your rules and your language, tested against your own organization, enforced by a runtime you can run anywhere, and sealed on every decision.

Intelligence is a commodity you can rent. Following the rules, proving what happened, and owning the result are not. That is where sovereignty lives, and it is buildable today, without a nine-figure training run. We know, because we run our own company on exactly this stack.


A word on choosing a vendor

Be discerning about who you build this with. Everything above only works if it was designed in from the first line of code. Governance, tenant isolation, versioned rules, and a sealed record on every action are not features you can add later. They are properties of the architecture, and an architecture either has them from day one or it does not.

This is the part that is genuinely hard, and it is worth being honest about why. Building it requires an inversion of how most teams think about architecture. The default instinct is to make the model as capable as possible and then wrap some controls around the edges. Doing this right means starting from the constraints, the rules, the authority structure, the proof, and letting the intelligence operate inside them. That inversion is the hard part, and it cannot be retrofitted onto a system that was not built for it. It cannot be vibe-coded into existence, and it cannot be bolted on after a product already exists.

So when you evaluate a vendor’s claims about sovereignty, governance, or auditability, ask when those properties entered the architecture. If the answer is “we added it in response to customer demand,” you are looking at a wrapper, not a foundation. The difference will not show up in a demo. It will show up the first time something goes wrong and you need to prove what happened, why, and under whose authority. We built Authentica from that commitment on purpose, because it is the only way it actually holds.


References

  1. “Palantir CEO Alex Karp Says AI Labs Are Chasing ‘Tokens’ While Enterprises Fear for Their IP.” Yahoo Finance, July 2026. https://finance.yahoo.com/technology/ai/articles/palantir-ceo-alex-karp-says-223226928.html
  2. “The Enterprise AI Reckoning: The Next Phase Of The AI Economy.” Forbes, July 20, 2026. https://www.forbes.com/sites/viviantoh/2026/07/20/the-enterprise-ai-reckoning-the-next-phase-of-the-ai-economy/
  3. “Palantir CEO: ‘Something has gone completely wrong’ with AI.” The Stack, July 2, 2026. https://www.thestack.technology/palantir-alex-karp-ai-deployment/
  4. “Sleeper Agents: Training Deceptive LLMs that Persist Through Safety Training.” Anthropic, January 2024. https://www.anthropic.com/research/sleeper-agents-training-deceptive-llms-that-persist-through-safety-training (paper: arXiv:2401.05566)
  5. “A small number of samples can poison LLMs of any size.” Anthropic, with the UK AI Security Institute and the Alan Turing Institute, October 2025. https://www.anthropic.com/research/small-samples-poison
  6. “Poisoning Attacks on LLMs Require a Near-constant Number of Poison Samples.” arXiv:2510.07192, October 2025. https://arxiv.org/abs/2510.07192
  7. “State of Generative AI” enterprise coding market-share data, Menlo Ventures, as reported by AEO Vision, June 2026. https://aeovision.ai/articles/claude-geo-statistics-2026/
  8. “Anthropic Is Beating OpenAI: 8 Data Points That Show How Fast Claude’s Lead Is Growing.” MindStudio, May 2026. https://www.mindstudio.ai/blog/anthropic-beating-openai-claude-market-dominance-data-points

Note on internal claims: the engine, ontology-pack, OrgBench, and per-turn cryptographic-sealing statements describe Authentica’s own platform and are sourced from our internal repositories and deployments, not third parties.


Related: The Model Is Not the Product: Why Reliable AI Runs on an Ontology · Why We’re Building OrgBench™ · The Cost of Intelligence Has Collapsed · You Own Your AI Outputs

If you’re rethinking how much of your intelligence you actually own, reach out for a conversation.