Patent-pending Isabelle/HOL machine-checked Cryptographic receipts
SPINE
Postgres commit-boundary admission · AI & ML pipelines

Invalid states never reach storage.

Traditional governance audits the past. Spine governs the future.

Spine audits one high-stakes Postgres schema for leakage, backdating, impossible timelines, and broken references — then installs reviewed controls that refuse invalid writes before commit.

Train/test contamination Impossible timelines Backdated records Broken references
Single-file install Read-only audit Safe to undo
spine · commit boundary
Admitted Refused
-- Same entity on both sides of a train/test partition. COMMIT REFUSED reason train/test partition boundary result no row inserted state not durable -- eval stays honest
§ 01 — Why now

Ten years ago, software mostly read data.

Today, AI systems write it.

AI systems now create records other systems trust.

The write boundary became the trust boundary.

Spine exists to govern it.

§ 02 — What breaks

Bad state does not stay in the database.

It becomes a mission, a trade, an approval, a report.

Military / Defense

The lie enters the mission.

The danger is not a messy table. It is acting on a record nobody should have trusted.

  • False readiness.Aircraft look available. Parts look present. Crews look cleared. The plan inherits the gap.
  • AI wins the lab.Leakage makes tests glow green. Deployment finds the weakness.
  • Lineage breaks.Sensor, asset, vendor, unit, and report chains stop proving what happened.
  • ATO drags.Approval turns into interviews, screenshots, and hand-built evidence.
  • Shadow control.Spreadsheets become governance because the write path cannot be trusted.
Finance / Regulated Enterprises

The lie enters the books.

The damage is not one wrong model. It is defending every decision built on a bad record.

  • Silent model risk.Validation passes on leaked or stale features. Production carries the loss.
  • Audit turns forensic.Teams reconstruct who knew what, when, from records they cannot prove.
  • False clears.KYC, AML, suitability, surveillance, and fraud workflows trust broken links.
  • Bad reports harden.Capital, exposure, valuation, liquidity, and revenue views inherit stale facts.
  • Trust collapses.Once the record is suspect, every AI explanation sounds like an excuse.
Confidence drains

The incident is not found yet, but leaders already know the record is suspect.

Approvals slow

Evidence gets rebuilt by hand because the system did not preserve truth at the boundary.

Operations hesitate

Teams double-check the database instead of moving with the system.

Explanations fail

The AI may answer. The institution cannot prove the answer was built on valid state.

Spine makes invalid state impossible to build on.

§ 03 — The impossible commit

This is where the lie dies.

Same app. Same database. Same write path. A clean transition becomes evidence. An impossible transition disappears before a mission, model, audit, or report can inherit it.

Clean transition
COMMIT ACCEPTED receipt issued state durable evidence sealed downstream systems can trust it
Impossible transition
COMMIT REFUSED no row inserted state not durable report never inherits it model never trains on it

The point is not to find the bad record later. The point is to make sure nobody ever gets to use it.

§ 04 — Four refusals

One gate. Four classes of bad state.

Real governed-write refusals on a live Spine-protected database — the actual [SPINE] error a developer sees. In each case the write never reaches storage.

Train / test contaminationREFUSED
UPDATE ml_predictions SET data_split='train' WHERE id=2;ERROR: [SPINE] Entity crosses train/test partition in ml_predictionsDETAIL · Rule: contamination #3434 — this entity already exists in another data partition
Impossible timelinesREFUSED
UPDATE contracts SET created_at='2021-03-01' WHERE id=1;ERROR: [SPINE] contracts.created_at is a creation fact — cannot rewrite historyDETAIL · Rule: committed #3155 — creation timestamps are permanent
Backdated recordsREFUSED
INSERT INTO contacts (created_at) VALUES ('2019-01-01');ERROR: [SPINE] contacts.created_at cannot be set to a past date
Broken referencesREFUSED
DELETE FROM vendors WHERE id=1;ERROR: [SPINE] Cannot delete vendors — contracts rows would be orphanedDETAIL · Rule: orphan #3207 — the referenced record must exist

Captured on a sealed Spine substrate · error code P0001 · refused at the commit boundary · no row written.

§ 05 — Proof

The goal is not detection. The goal is structural impossibility.

Formal methodsMachine-checked admission.

Admission rules are backed by machine-checked proof obligations — not slide-deck promises.

Isabelle / HOL
EvidenceReceipts on every decision.

Each commit and each refusal is sealed cryptographically and tamper-evident.

private · per write
ProtectionPatent-pending substrate.

The commit-boundary governance method is the subject of pending U.S. applications.

U.S. Prov. 63/965,256 · 64/029,532
§ 06 — Team

Charles Blake Bowring

Founder & Inventor

Inventor of Spine's commit-boundary governance substrate. ChFC®, quantitative background.

LinkedIn ↗

Sebastian Sharp

Co-Founder & COO

Enterprise sales leadership and go-to-market.

Artur Spiewak

Lead Data & Database Engineer

Leads database architecture and customer implementation.

Edward Dijeh

Engineer · Defense Systems

Defense flight-simulation engineering, including F-16 programs.

§ 07 — Product

Read-only audit to active protection.

01

Connect.

Single-file install. Read-only first.

02

Scout.

Find contamination, temporal risk, and broken references.

03

Protect.

Reviewed controls refuse invalid writes at commit.

§ 08 — Talk to us

One schema. One read-only audit. One impossible commit demo. One private evidence packet.

Or email me directly — blake@spineintel.ai