ODCS contracts in git. Audit as JSONL. Lineage as a graph.
Drop Claude Code or Cursor into your repo and the agent
understands your data platform without an integration, an API
call, or a permission ceremony. That's not AI-aware — that's
AI-native.
01 Kiri · in-product assistant
Kiri lives inside the product, not beside it.
Every AI surface speaks as Kiri: the UI, the CLI, and the docs chat above. She knows your operating model, your role, your contracts, and your audit history. She helps your team draft and review contracts, explains lineage, triages failed applies, and never invents numbers she can't substantiate.
Brand voice locked. Persona-aware on every turn.
02 Databricks audit · one line per action
Every Kiri action against Databricks is one audit line.
CREATE, INSERT, SHOW, job submit, classification override — every Kiri → Databricks action emits a single audit record. CLI calls and MCP calls are audited identically with the same correlation id. `tail -f databricks-audit.log` is the entire demo; the regulator can read it without us being in the room.
CLI + MCP audited identically. Same logger, same fields.
03 Guardrails · refuse, don't warn
Fail-closed where it matters; the platform refuses.
Inferred PII cannot be authored as public without an audited override and a reason. `kiri project init` cannot leave the project in an invalid state. PR-time lint blocks contracts with missing owners, drift between docs and contracts, or unsigned classification changes. Default is refuse, not warn.
Authoring time, PR time, apply time — all gated.
04 Migration · May 2026
Migrate legacy data models, don't drag them.
AI translates legacy business-vault objects into ODCS contracts. Every output lands on a review queue with KEEP / DROP / MERGE / REDESIGN as first-class SME decisions. A parity harness row-hash-checks AI output against a deterministic baseline. Cutover is shadow → diff → promote → rollback as first-class verbs.
Review-queue gated. Parity-gated. Rollback in one verb.