Cork
A production multi-tenant platform for independent stores — point-of-sale, inventory, purchasing, invoicing, payments, and loyalty in one system. Its AI layer turns paper distributor invoices into inventory updates, with human-in-the-loop confirmation so AI never writes to the books unverified.
- Invoice intelligence — Gemini OCR → structured extraction → five-stage matching cascade; human corrections become learned aliases, so matching improves without retraining.
- Evaluation-gated AI — an offline eval harness over real invoices holds the matcher at zero false positives, enforced as regression tests that block releases.
- Production discipline — per-tenant isolation verified by tests, idempotent financial writes, integer-cent money math, audit trails, and per-tenant AI cost caps.