Data Integration Without an Ontology

kadhirvelm1 pts0 comments

AI-native data integration without an ontology | ProductNow<br>All posts

AI-Native Data Integration Without An Ontology<br>byKadhir Mani<br>(4.1 minutes)

Data Integration &amp; OntologyEvery data integration effort (pulling data from external systems into one unified system) has historically required an ontology: a structured layer that gives disparate data a common shape and meaning.The core pattern is an ETL job that takes structured and unstructured data from an external source and pipes it into a structured system (a database).The purpose is almost always the same: enabling cross-comparison between two different types of data that would otherwise sit isolated in their own buckets.<br>The DownsideOntology-first integrations have three recurring costs: they are slow to build, they lock clients out of their own system, and they never deliver true self-service expansion.The client is the expert on how their own systems work, and the integrator is the expert on the target system. Closing that gap means deeply learning the client's processes, mapping them into a series of schemas and objects, and only then starting the ETL build. That discovery-and-mapping cycle is slow, and it repeats for every new client.Clients rarely understand the ontology layer they're running on. When their business processes inevitably change, they can't modify the system themselves and must request more forward-deployed engineering time.Because the system is built to support only the few use cases identified during integration, it's heavily customized to those cases rather than being genuinely self-service — clients can't ask new, complicated questions on their own.In our experience, this dependency on repeated forward-deploy support is a key driver of client churn once business processes inevitably shift.Stepping back, the real question we've been asking is why an ontology is needed at all. It's typically to power a custom UI or query data in a fast, specific way, and the only mechanism we knew to do that was to load everything into a database with a schema.But we think AI has changed that equation.<br>The Problem We Set Out to SolveWe stumbled onto this problem while working on something else entirely.We originally set out to rethink AI-native SDLC, focused on collaboration and communication for this new era. But wherever we looked, we kept running into the same wall, over and over: people needed access to the knowledge.We've seen a lot of setups now to tackle this. Some orgs continue to rely on the human-driven process, usually through meetings and chat. Other more AI-forward organizations have a pile of MCP servers and a process for each person to get access to all the accounts they need to make it work. Though more and more of them are realizing that new user onboarding, latency, cost, and query quality are becoming real issues.As we kept staring at this problem, we realized we already had a solution, one that we were using internally.<br>Data Integration Without an OntologyMonths of fixing and augmenting collaboration and communication led to a discovery: our docs layer was fantastic at storing knowledge in a format agents, humans, and graphs could understand natively.We were already using it to sync our GitHub regularly so our agents could easily answer questions, particularly helpful for answering questions from our auditors about compliance.So we ended up doubling down on that. Here's how our ontology-less data integration works:Continuous ingestion — systems pull data from external sources on an ongoing basisLiving documents — the pulled data goes through one of our agent harness layers, updating docs with the new contentCareful versioning — every document change is tracked, preserving history as data evolvesAgent-managed pruning — agents constantly prune and manage content, removing what's outdated, reorganizing as requiredDeep graph structure — a deep graph underlies all the documents, making it lightning fast to query across them<br>The ResultsAt our core, we have a carefully designed underlying data model that allows agents, humans, and our graph to read, write, and reason over at once, without translation layers.That results in:Cheaper, AI-native retrieval. We pre-process and index at write time, so retrieval is a fast database lookup instead of an LLM call. At scale, that's the difference in economics.Integrations in 24 hours, not months. No ontology to design, no schema workshop. A new source goes from zero to queryable in a day.Enterprise trust from the ground up. Access controls, security, compliance, and real-time collaboration are built in, not bolted on later.It meets you where you work. Through MCP, messaging, and meetings, answers show up without anyone opening the app.Versioned and linked like code. Every piece of knowledge tracks its history and its relationships, so agents can query a point in time or follow a dependency.Familiar primitives, universal adoption. It's all just docs, so every team can use it, not just the one...

data integration ontology without from system

Related Articles