Technology

Ontology-as-Runtime

Deep dive into the .onto format, the Ontology Foundry, and the runtime that makes enterprise AI actually understand your business.

Ontology Foundry compiler visualization

The .onto format

Human-readable. Version-controlled. Owned by your team.

customer-risk.onto
entity Customer {
  name: String required
  segment: Enum("enterprise", "smb")
  risk_score: Float range(0, 1)
}

rule ChurnRisk {
  when Customer.risk_score > 0.7
    and last_interaction > 90.days
  then infer AtRisk(Customer)
    with confidence 0.85
}
Human-readable
Version-controlled
Git-native

The Ontology Foundry

Core is universal. Industry is reusable. Your business model is custom. The compiler makes it reason.

Core Ontology

Entity, Relationship, Event, Measurement, Confidence, Provenance. Universal building blocks.

Industry Ontology

Banking, Healthcare, PE, Manufacturing. Pre-built domain patterns.

Your Business Model

Your rules, your entities, your relationships. Compiled into executable intelligence.

Customer
Transaction
Product
Risk Factor
Supplier
Contract
Regulation
Tap to explore reasoning
Raw Data
Core
Industry
Custom
Compiled Intelligence

Runtime capabilities

< 1ms
Inference time

29+ business rules evaluated against your live entity graph in under a millisecond.

Confidence Scoring
Automatic resolution

Source reliability × data freshness. Three sources disagree — the engine decides.

Natural Language Rules
Zero engineering

Business users write rules in plain English. The runtime parses, validates, deploys.

Self-Improvement
111 gaps found

The runtime inspects its own knowledge model for completeness. Tells you what's missing.

Enterprise-grade security

Built for regulated industries from day one.

SOC 2 Compliant
EU AI Act Ready
Full Audit Trail
Role-Based Access
Data Residency
Encryption at Rest & Transit

See the runtime in action

Book a Walkthrough