AssetShop · EOS
Company

The founder's thesis

Gerald Meyersfounder, AssetShop·2026-08-21

The evaluation, continued

THE ELEVEN HARD CASES

Reconciliation demos die in the field for reasons that never appear in demos. These are the eleven, each with the failure as it happens in the wild, the mechanism EOS applies, and a check you can run without trusting us. Together they are what decision-grade means: agreement across conflicting systems, with provenance and context, established before downstream intelligence acts.


01. DIFFERENT IDS

The failure. The same purchase order lives as PO-4471820 in the ERP, 0004471820 in accounts payable, and 4471820-R1 in the warehouse. Join on any one key and a third of reality disappears.

The mechanism. A canonical identity that is never any system's native key, with an explicit link table per system. Unknown keys resolve to nothing rather than to a guess, and every resolution is itself a record.

02. DUPLICATE VENDORS

The failure. One supplier, three master rows: the legal name, the dressed-up name, the abbreviation somebody typed in 2019. Spend by vendor is fiction until they cluster.

The mechanism. Clustering on shared tax identity first, normalized-name distance second, with the merge recorded as its own object naming its members and its evidence. The source rows survive untouched.

03. PARTIAL SHIPMENTS

The failure. A thousand units ordered, three receipts, one invoice dated between the second and third. The three-way match must fail on the invoice date and pass three weeks later, and both facts matter.

The mechanism. Cumulative receipt position is computed as of any date, so the match is evaluated at the moment it was made, not at the moment somebody looks. No receipt is collapsed into a synthetic total.

04. UNIT-OF-MEASURE MISMATCHES

The failure. Procurement counts cases, the warehouse counts eaches, the contract prices pallets. Every figure is right in its own unit and wrong in everyone else's.

The mechanism. A declared conversion table; canonical quantity derived beside the source quantity and unit, never replacing them. An undeclared unit refuses to convert instead of assuming.

05. CURRENCY

The failure. The American system says 184,200 dollars, the European one says 168,520 euros, and both describe the same object. Convert carelessly and a rounding residue becomes a phantom discrepancy.

The mechanism. Conversion is arithmetic with a dated, sourced rate. The original amount and currency survive; the residual is quantified and classified as rounding-scale rather than rounded to zero.

06. HISTORICAL CORRECTIONS

The failure. The invoice said 12,500 in May, then freight was rebilled and it says 12,950. Whoever reconciled on the tenth was right on the tenth, and next quarter's audit must be able to see that.

The mechanism. Append-only records. A correction points at what it corrects and says why; the value as of any date is reconstructable, and the original entry cannot be edited, only superseded.

07. TIMING DIFFERENCES

The failure. Goods receipt booked at 23:10 on March 31 in one system and 02:40 on April 1 in the other. At period grain it is a discrepancy; in reality it is a clock.

The mechanism. A declared cutoff window at which the disagreement dissolves, classified as timing rather than as a value dispute, with both period claims preserved. A genuinely late booking does not hide inside the window.

08. CHANGING MASTER DATA

The failure. The supplier moved to NET45 in April. February's documents must still evaluate under February's terms, or every historical comparison silently rots.

The mechanism. Versioned master data with effective ranges: point-in-time resolution, the old version retained, exactly one version open-ended, and silence before history began.

09. ACQUISITIONS

The failure. The acquired company's chart of accounts calls freight two different things, and neither matches yours. Consolidation that renames history destroys it.

The mechanism. Mapping folds legacy accounts into canonical lines while every folded figure keeps its provenance back to the origin company and account. Unmapped accounts surface as unmapped instead of defaulting.

10. HUMAN OVERRIDES

The failure. The rule says the match fails; the controller knows the freight rebill was agreed in writing. Both are true, and the record must show a person decided.

The mechanism. An override is a recorded decision with a named authority, a reason, and a timestamp, superseding the computation without erasing it. Machine results and human decisions are never the same kind of record.

11. CONFLICTING DEFINITIONS OF TRUTH

The failure. Finance means invoiced spend; procurement means committed spend. Both are correct, they disagree by 75, and any single number offered in between is a fabrication.

The mechanism. Truth definitions are first-class, plural, and named. Both policies compute, both figures carry their policy label, the disagreement is preserved as fact, and no synthetic number is ever fabricated between them.

12. THE ACME RESOLUTION, WORKED

The scenario. Vendor #1042 in SAP. Acme Industrial LLC in the WMS. ACME-IND in procurement. One economic entity wearing three native keys, three addresses in two variants, two supplier statuses, and timestamps that disagree depending on which clock you trust.

One entity. Tax identity binds SAP and the WMS; procurement corroborates on normalized name plus shared address. The merge is recorded with its evidence, all three source rows survive untouched, and the Mexican affiliate with its own tax identity never joins the cluster.

Which address is authoritative. Authority is declared per field, by policy, then ordered by business-effective date inside the declared authority. The answer carries the policy that made it, and the losing value is preserved beside it rather than overwritten.

Which status is authoritative. The system that owns supplier qualification governs. Procurement's hold overrules SAP's active, and the overruled value stays on the record as a status-conflict finding, because a disagreement about whether you may pay someone is never merged away.

Which timestamp matters. Both, for different jobs. Business-effective time orders authority; system-recorded time serves audit. In the worked fixture the two orderings genuinely disagree, and the business answer never moves because somebody's integration recorded late.

Discrepancy or timing. The address delta sits inside the declared five-day master-sync window and classifies as timing; it dissolves. The status conflict sits outside every window and classifies as a real discrepancy; it routes to a named authority.

Duplicate. Yes: three rows, one entity, one merge object, evidence attached, nothing deleted.

Actual financial exposure. Quantified only where value-bearing documents attach. An open $184,200 order plus a pending payment to a supplier on qualification hold is exposure, stated in dollars with its reason. A suite number in an address is zero exposure, and the system says zero rather than raising an alarm it cannot price.


THE CHECK

Every mechanism above is implemented and asserted in one file, including the worked Acme resolution end to end: 71 assertions across twelve cases, zero failed, rerunnable cold and offline with a single command, node hard-cases.mjs. If we are wrong, it will say so before we do.

Download the eleven-case battery · The full harness · Every figure, and whether you can rerun it


THE STANDARD

Twelve cases, two beats each, the failure and the mechanism: that is this page’s job, the diagnostic. The estate’s full six-beat standard, problem, disagreement, cost, discovery, change, outcome, plus a closure status that refuses to close on silence, runs live and labeled on the Asset Passport’s cases, six assets, thirteen dimensions, every figure sourced. The commercial structure behind a pilot is on the pricing page.

Film

The hard cases

The eleven situations that break naive reconciliation, worked through in order.