AI Value Capture

AI's Value Capture Problem — A Response

A knowledge-graph-grounded counter-argument to Jaya Gupta's LinkedIn article: enterprises that separate model reasoning from model learning can leverage frontier AI without surrendering their institutional know-how.

3 Rebuttal Points Reasoning/Learning Separation

KG curated by kg-generator, rdf-infographic-skill, and Claude Sonnet 5 on behalf of Kingsley Idehen

Source Material

What the Article Argues🔗

Jaya Gupta’s thesis: AI creates enormous value but enterprises struggle to capture it. When many firms in the same industry — insurance carriers, biotechs, manufacturers — run their workflows through the same shared frontier model, each firm’s hard-won judgment (fraud patterns, underwriting exceptions, pricing intuition) gets absorbed as training signal. Data-retention and no-train clauses protect the input, not the training signal. The result: the first adopter banks a real productivity gain, but the durable value — the compounding learning curve — accrues to the model vendor, not the enterprise.

“This is why enterprises focused only on protecting data are thinking too narrowly. The deeper asset is institutional context and know-how: the judgment in people’s heads about hard professional work.”
Y Combinator P26 · @sudiprokaya · reacting to the source article

The mistake is thinking the moat is the data. The moat is usually the taste. In insurance, pharma, trading, procurement, law, medicine, the edge is not just what you know. It is how your best people decide when the facts are incomplete. Shared AI turns that private judgment into public infrastructure. So the question for CEOs is not “does the vendor train on our data?” It is: are we teaching the industry how to think like us?

Also flagged an AI-generated explainer video of the article, embedded below.

Posted Response

The Comment as Posted on LinkedIn🔗

Kingsley Uyi Idehen’s comment, as it appeared on the source thread.

Kingsley Uyi Idehen
Founder & CEO at OpenLink Software · Driving GenAI-Based AI Agents

Compelling insights, but I don’t think this outcome is inevitable.

The examples cited—claims, approvals, fraud signals, workflows, and expert judgment—can all be represented in enterprise knowledge graphs as machine-computable entities, relationships, and inference rules.

When those knowledge graphs are exposed using Linked Data principles and protected with fine-grained, attribute-based access controls (ABAC), a frontier model can reason over enterprise knowledge without acquiring or retaining it as part of its own parameters.

The real issue isn’t whether AI can reason over institutional knowledge. It’s whether the underlying architecture allows that knowledge to become part of the model’s learning curve.

In other words, the choice isn’t between using frontier models and protecting enterprise know-how. With the right technology and open standards, you can do both. The real choice is between architectures that conflate reasoning with learning and architectures that deliberately separate them, keeping enterprise knowledge protected while still making it available for authorized AI use.

Extended Argument

The Extended Case, Point by Point🔗

This is the detailed follow-up to Kingsley’s LinkedIn comment that LinkedIn’s comment-length limits couldn’t hold — a quote from the article, a verdict, then the argument.

Data protection is too narrow — model it as a knowledge graph

Not necessarily.

These are all entities in an enterprise knowledge graph.

These are relationships (or, more generally, attributes — a superset of properties) connecting those entities to other entities in an enterprise knowledge graph.

An enterprise knowledge graph comprising this data, information, and knowledge becomes an artifact protectable via fine-grained attribute-based access control (ABAC) combined with hyperlinks for entity and relationship denotation. A frontier model sees a semantic web constructed from hyperlinks but cannot necessarily dereference what they denote — so it can reason over enterprise knowledge without acquiring or retaining it in its own parameters. Knowledge capture and knowledge exfiltration are fundamentally different problems; the goal is to prevent enterprise knowledge from becoming part of the model itself, not to prevent reasoning over it.

The learning curve is owned by whoever controls the architecture

Only if organizations allow it.

Left unconstrained, an agent harness could reconstruct its own persistent ontology of entities, relationships, workflows, and inference rules from what it observes across sessions — turning every interaction into training signal by another name. That risk closes only when those workflows are mediated through enterprise knowledge graphs protected by fine-grained ABAC: the harness can query and reason over authorized entities to complete a task, but has no channel to retain, enrich, or carry forward what it learned once the session ends. The enterprise retains ownership of its learning curve; the model gets task completion, not a standing internal map of how the enterprise operates.

The life-sciences nightmare scenario is not inevitable

Again, not if those organizations construct enterprise knowledge graphs using Linked Data principles — effectively manifesting a Semantic Web over their internal data spaces (databases, knowledge bases, file systems, and APIs) — and protect those resources using fine-grained ABAC. In that architecture, the frontier model contributes reasoning capability while the enterprise retains control over its institutional knowledge. The model can follow hyperlinks, dereference only those resources authorized for the requesting user and agent, and execute approved workflows. This separation between a model's own probabilistic reasoning and the enterprise's deterministic control over reasoning and learning — enforced through ABAC access control lists (ACLs) — is precisely what prevents institutional know-how from becoming part of a shared model’s learning curve. The article’s concerns become valid only when organizations adopt architectures that allow enterprise knowledge to leak into shared model training — the prevailing, but not inevitable, practice today.

Conclusion: separate reasoning from learning

The choice is not between using frontier models and protecting enterprise know-how. It is between architectures that conflate reasoning with learning and architectures that deliberately separate them using ABAC ACLs. Enterprises that represent institutional knowledge as machine-computable knowledge graphs, expose that knowledge through Linked Data principles, and enforce fine-grained ABAC can leverage frontier AI while ensuring that their institutional knowledge remains their own.

Architecture Contrast

Conflated vs. Separated Architecture🔗

The lightweight ontology behind this response models two architectures for deploying frontier AI against enterprise knowledge.

Separated Architecture

Enterprise KG + ABAC

High capture risk, no enforced control — versus low capture risk, fine-grained ABAC + hyperlink-based authorized dereference.

Interactive view of the ontology itself — the two subclasses, the two contrast properties, and the instance each is bound to. Drag to reposition, click a node or edge label to open its full description.

0 nodes 0 links
Click outside to release zoom
Glossary

Glossary of Key Terms🔗

Enterprise Knowledge Graph

A machine-computable representation of an organization's data, information, and knowledge as entities, relationships/attributes, and inference rules, denoted by hyperlinks.

Attribute-Based Access Control (ABAC)

Fine-grained access control that grants or denies dereference/use of a resource based on attributes of the requester, resource, action, and context, rather than fixed roles alone.

IRI Denotation

The use of Internationalized Resource Identifiers (hyperlinks) to name and denote entities and relationships within a knowledge graph, independent of whether the referent is dereferenceable by a given requester.

Dereference

The act of resolving/looking up an IRI to retrieve the resource or data it denotes; access to dereferencing can be authorization-gated independently of the ability to see the IRI itself.

Knowledge Capture vs. Knowledge Exfiltration

The distinction between a model reasoning over enterprise knowledge to complete a task (capture/use) and that knowledge becoming incorporated into the model's own trained parameters (exfiltration).

Agent Harness

The orchestration layer (tools, memory, workflow control) through which a frontier model interacts with enterprise systems and data spaces to execute tasks.

Enterprise-Owned Learning Curve

The condition in which an organization's cumulative operational learning (mistakes, overrides, judgment) is retained and improved within the enterprise's own systems rather than becoming shared-model training signal.

Linked Data Principles

Use of IRIs to identify things, HTTP IRIs so they can be looked up, provision of useful RDF information upon lookup, and inclusion of links to other IRIs for discovery — applied here across an enterprise's internal data spaces.

Semantic Web (enterprise-internal)

A web of machine-readable, linked, authorization-gated data spanning an organization's databases, knowledge bases, and file systems, built on Linked Data principles.

Reasoning/Learning Separation

An architectural principle distinguishing a model's use of enterprise knowledge to reason and complete tasks from that knowledge being retained as training signal for future model versions.

FAQ

Frequently Asked Questions🔗

In Jaya Gupta's framing, it is the gap between AI's ability to create enormous value and an enterprise's ability to retain a durable share of that value once competitors adopt the same shared model.
Not on its own — the deeper asset is institutional judgment and know-how, and representing it as a knowledge graph, not just guarding raw data, is the architectural fix.
A machine-computable representation of an organization's data, information, and knowledge as entities and relationships/attributes, denoted by hyperlinks.
Fine-grained access control that grants or denies use of a resource based on attributes of the requester, resource, action, and context.
By dereferencing only the IRIs it is authorized to resolve at query time — it can see a semantic web constructed from hyperlinks it cannot necessarily look up, so it uses the knowledge without acquiring or retaining it in its own parameters.
Capture is a model reasoning over enterprise knowledge to complete a task; exfiltration is that knowledge becoming incorporated into the model's own trained parameters. This response argues the article conflates the two.
No — only if the enterprise's workflows are unmediated by an ABAC-protected knowledge graph. With one in place, the enterprise retains ownership of its own learning curve.
No — it depends on whether biotechs mediate their workflows through Linked-Data-based, ABAC-protected enterprise knowledge graphs rather than raw data access.
Using IRIs to identify things, HTTP IRIs so they can be looked up, useful RDF returned on lookup, and links to other IRIs for discovery — applied across an organization's internal data spaces.
Distinguishing a model's use of enterprise knowledge to complete tasks from that knowledge being retained as training signal for future model versions.
No — the article correctly notes they protect the input, not the training signal, since a vendor can still reconstruct the judgment via equivalent task design. A knowledge-graph/ABAC architecture addresses this by preventing exfiltration regardless of contractual terms.
The choice is not between using frontier models and protecting institutional know-how — it is between architectures that conflate reasoning with learning and architectures that deliberately separate them using ABAC ACLs.
HowTo

How to Separate Reasoning from Learning in Enterprise AI Deployment🔗

Reader Thread

What Other Readers Said🔗

A sampling of the surrounding comment thread, for context on how the argument landed with others.

Product Leader | Identity Systems for AI

Intersting perspectives. What stood out for me is that this feels much bigger than enterprise AI adoption. It raises a broader question about what organizations should consider their true source of competitive advantage as AI becomes part of everyday work. I tried to capture how I thought about it in the attached map. Curious how others are thinking about this shift.

AI Systems Architect | Building governance infrastructure for autonomous systems

The risk here is tied to how much of your workflows are probabilistic vs deterministic. A risk that can be further mitigated by governing the context packet your substrate hands over to any model. So many have been promoting ‘context’ vendors — lining people right up to the very thing you warn of here. Sending an agent rampant through your systems to help you ‘find’ something is a feast of context, worse if you have no data/IP hygiene. I think about my time as an auditor, when someone didn’t feel like looking for a file so they gave me access to the folder to find it myself. When your house is in order, it helps us both. When it’s not, I learn far more than you probably would have liked me to.

Agentic AI & Data Analytics Integration Orchestrator

If you don’t own the friction, you’re not the business. You’re the training data.

AI Workforce Transformation | Enterprise AI Platforms

Now do they really do this kind of research? Can they do it all at once? Is a company value creation really a model/an equation? My intuition is that the singularity of individuals’ impact has more weight than common business culture admits. The common counter argument is saying that Outlook/Gmail has been having the last 30 years of company confidential and decisions’ data completely available, yet did they use it in any meaningful business way? Anyhow, local and open source will definitely pick up.

Knowledge Graph

KG Explorer🔗

Interactive force-directed view of every entity and relationship in the companion RDF. Click a node or edge label to open its full description via URIBurner.

0 nodes 0 links Basic · Core
Click outside to release zoom
About

About This Page🔗

This page was generated from a companion RDF-Turtle knowledge graph (schema.org vocabulary plus a lightweight architecture-contrast ontology) modeling Kingsley Idehen’s response to Jaya Gupta’s July 9, 2026 LinkedIn article on AI value capture, then rendering that graph as this interactive infographic and companion Markdown document.