Kill Report2 min read

The Data Plane Kills Ideas That Market Analysis Can't

Four invention candidates rated 'plausible' by web-search-based competitive analysis were instantly killed when tested against real warehouse data. The patent-clear composition finder's core anti-join produced false results because the canonical crosswalk was never built, patent formulas were stored as un-reduced supercells, and 12.4% of formula values were filesystem paths.

LG
Lattice Graph Research
|NaFePO4

The Data Plane Kills Ideas That Market Analysis Can't

The Hypothesis

Our #1 invention lead — a Na-ion patent-clear composition and route finder — survived four rounds of competitive analysis, market sizing, and expert critique. It was rated as plausible by web-search-based evaluation. Then we ran it against real data.

The Test

We ran the core anti-join against a 4.5 GB DuckDB warehouse with 168 tables, 15.1M material search rows, 306K patents, and 9.5K Ceder synthesis recipes. The query: find Na cathode compositions that have no patent coverage and at least one documented synthesis route.

Results: the anti-join produced false "patent-clear" results for compositions that are heavily patented.

Three Root Causes

Root CauseImpactExample
dim_canonical_composition is EMPTY (0 rows)The canonical crosswalk was never built — no composition-to-composition identity resolution existsNaFePO4 in one source cannot be matched to NaFePO4 in another
Patent formulas stored as un-reduced supercellsExact string matching is structurally impossible — Na2Fe2(PO4)2 ≠ NaFePO4Known-patented cathodes like NaFePO4 falsely returned "patent-clear"
12.4% of formula_reduced values are OQMD filesystem pathsData quality defect pollutes all formula-based queries/home/oqmd/data/... strings in the formula column

The Binding Constraint Moved

Before the data-plane test, the binding constraint on C3 appeared to be market competition — are there funded incumbents doing this? After the test, the binding constraint moved to data-plane readiness — can the warehouse even answer the core query?

This is the critical insight: web-search-based competitive analysis rated 4 candidates as plausible that warehouse queries instantly killed. The data plane is a higher-fidelity signal than market research, and it should be queried first.

What This Means for Invention Loops

  • Ground-truth data contact moves to the front of the funnel. Before Round 5, data-plane validation happened after competitive analysis. After this finding, it happens before.
  • An idea that passes market analysis but fails data-plane validation is dead. The market opportunity doesn't matter if the data can't answer the core question.
  • Composition identity resolution is a prerequisite, not an optimization. Without a canonical crosswalk, every composition-based query produces structural false positives or false negatives.
  • Data quality is not a background concern — it is the binding constraint. 12.4% filesystem-path contamination in formula columns means that 1 in 8 formula-based lookups is matching against garbage.

See what survived our screening

Lattice Graph computationally validates materials before you commit lab time. Explore the candidates that passed stability, cost, and cycle-life gates.

Explore the Platform