Skip to main content
Latest research:When the Circuit Dissolves →12 vIndexes on Hugging Face
Sign up
Powered by vIndex + LarQL

Compliance, with a receipt.

Most "AI compliance" stops at access logs and prompt-level guardrails. Divinci goes inside the model. Every entity association is a queryable feature; every edit is a portable, auditable patch — and the vIndex is the technical-documentation artifact your regulator is about to start asking for.

What the regulation requires

The same artifact answers transparency, oversight, documentation, and erasure requirements.

RegulationRequirementCompetitorsLarQL/vIndex
EU AI ActEU AI Act Annex IVTechnical documentation auto-generated from the vIndexAccess logs + prompt guardrails onlyGenerated from the vIndex itself
GDPRGDPR Art. 17Right-to-erasure with verifiable proofSoft-delete, no proofRank-1 patch erases the association; receipt issued
HIPAAHIPAA §164.312Audit trails for protected health informationManual audit loggingEvery entity association is a queryable feature
NIST AI RMFNIST AI RMF MAP/MEASURERisk management framework mappingStatic controls checklistContinuous, model-native evidence
SOC 2SOC 2 Trust ServicesSecurity, availability, confidentialityPoint-in-time auditLive attestation from deployment telemetry
ISO/IEC 42001ISO/IEC 42001 AI ManagementAI management system standardDocument-only conformityvIndex as the system of record

What a "receipt" actually looks like

A LarQL patch is a portable JSON file with a SHA-256 checksum. Apply it to suppress a fact; remove it to restore the model bit-for-bit. The patch IS the audit log — operators, regulators, and downstream consumers can verify the same operation independently.

Below: the actual Gate-3 patch we ship in our public test suite, showing the Paris→capital association suppressed and reverted with measurable, repeatable effect on a real Gemma 4 E2B vIndex.

{
  "name": "gdpr-art17-paris-capital",
  "version": 1,
  "base_model": "google/gemma-4-E2B-it",
  "created_at": "2026-04-22T22:34:00Z",
  "operations": [{
    "op": "delete",
    "entity": "Paris",
    "relation": "capital",
    "target": "서울",
    "weight": -1.0,
    "layer": 27,
    "feature": 11179
  }]
}

# ── Verifiable result ──
# before: feature 11179 score 18.10 target='서울'  (rank #1)
# after:  feature 11179 ABSENT from top-25
# Δ perplexity (WikiText-103, 1024 tok): +0.02%
# vIndex sha256: 9abaeaf6...

Compliance you can prove. On any open transformer.

Twelve published vIndexes today across Gemma, Qwen, Llama, Mistral, OpenAI MoE, and Microsoft 1-bit. Bring your model — we'll build the receipt.