KENNY CHIEN / IDEAS / ONTOLOGY IS THE NEW SCHEMA

/05.1ESSAY · 04 JULY 2026 · 4 MIN READ · KENNY CHIEN

Ontology is the new schema

Databases described your data. Ontologies describe your business. Agents need the latter.

Agents do not fail for lack of intelligence. They fail because nobody told them what the business is.

In one paragraph

Ontology is the new schema means the durable asset in enterprise AI is no longer the database schema but a machine-readable model of the business itself: its entities, relationships, actions, and permissions. A schema tells software how data is stored. An ontology tells an AI agent what the data means, which operations exist, and what it is allowed to do. Enterprises that formalize this layer can swap models freely and let agents act safely. Enterprises that skip it get agents that guess at meaning, improvise against raw tables, and eventually act on a business they do not understand.

The argument

Databases describe data

The relational schema was the great contract of the software era. It answers structural questions with total precision: which tables exist, which columns they hold, which keys join them. It answers nothing else. A field reading status = 3 is valid in every database on earth and meaningful in none of them.

For thirty years that was acceptable, because humans supplied the meaning. The analyst knew that status 3 meant held for fraud review. The operations lead knew a shipment could not be cancelled after the carrier scan. The meaning of the business lived in people's heads, onboarding decks, and wiki pages nobody maintains. Software did not need to understand the business, because software never acted alone. A person was always in the loop, carrying the semantics.

Businesses run on meaning

A business is not its tables. It is entities — customers, orders, shipments, claims — bound by relationships and moved through state machines by actions. Cancel the order is not a row update. It is an operation with preconditions, side effects, a refund policy, and an owner. None of that appears in the schema.

This is why new hires take months to become useful even when they can read SQL on day one. What they are learning is the ontology: what things mean, how they connect, and what they are allowed to do. Every enterprise already has an ontology. Almost none have written it down.

What an agent needs to act safely

An agent wired to raw database access has intelligence and no world model. To act safely it needs three things a schema never supplies. First, semantics: what the entities are and how they relate, so cancel the order refers to a real operation and not a token pattern. Second, a typed action interface: a catalogue of operations it may invoke, each with preconditions, effects, cost, and reversibility, so capability is granted rather than improvised. Third, permissions with provenance: whom the agent may act as, on what, within which limits — with a decision trail for the day audit asks why.

This is the core lesson Palantir spent two decades proving in the field: integrate meaning, not just data. Model the business objects and actions once, and every later application — human-facing or agentic — inherits them. Agents do not raise the bar for data integration. They raise the bar for meaning integration.

What it means for your team

Start with one workflow, not the whole enterprise. Mine the ontology from operators and live systems, not org charts.

Write the action catalogue before you wire an agent to tools. If an operation is not in the catalogue, the agent does not get it.

Treat the ontology as versioned, reviewed code. It changes when the business changes, and it outlives every model you buy.

Keep it model-agnostic. The ontology binds to your systems, not to a vendor — swap models the way you swap drivers.

The steelman

The strongest counterargument: we tried this. Enterprise ontologies, master data management, the semantic web — the 2000s are littered with meaning projects that collapsed under their own ceremony. Fair, and mostly true.

But those projects failed for a specific reason: they built meaning nobody consumed. No software existed that could read an ontology and do useful work with it, so the artifact rotted the day the consultants left. That constraint is gone. Agents are the consuming software, and they consume ontology hungrily — every entity you define is a capability they gain. The second failure mode, totality, still applies: an ontology of everything ships nothing. The fix is scope. One workflow, one thin slice, consumed by a working agent within weeks — then widen.

Where to go next

Architecting this now?

Send me where the ontology would sit in your current architecture diagram. I will tell you what breaks first without it.

kenny.chien@gmail.com