In technology marketing, an unsubstantiated claim published on a manufacturer's launch slide frequently transforms into accepted fact within minutes. An OEM states in a press release that their latest device possesses "military-grade drop resistance" or "all-day battery life," and aggregators ingest those phrases directly into their specification tables.
This failure of data integrity harms both consumers and conscientious engineers. If an unverified marketing assertion carries the same weight as a rigorous laboratory test, manufacturers have zero incentive to engineer durable, efficient hardware; they need only invest in better marketing copy.
Evidence-based evaluation enforces an epistemic boundary between raw manufacturer marketing and verified reality. At Ligonix, every data point admitted into our intelligence pipeline must carry a formal evidence class.
A platform must never represent estimated or derived claims as independently verified evidence.
Transparency requires that confidence levels and provenance flow directly to the end user. Missing evidence is an honest signal of transparency, not an evaluation failure.
1. The Three Evidence Classes Defined
To maintain mathematical integrity across hundreds of evaluated devices, the Ligonix intelligence engine establishes three mutually exclusive evidence classes:
| Evidence Class | Formal Definition | Admission Requirement | Example Telemetry |
|---|---|---|---|
| VERIFIED | Directly supported by accepted, corroborating primary evidence from certified sources. | Cryptographic run hash, calibrated laboratory report, or official regulatory filing. | Geekbench 6 run ID with valid timestamp; verified FCC battery capacity in mAh. |
| DERIVED | Deterministically calculated from accepted, verified physical inputs through mathematical formulas. | Strict mathematical formula; zero probabilistic inference or guessing. | Pixel pitch $p = \sqrt{A/N}$; display aspect ratio; Watt-hours $Wh = \frac{mAh \times V}{1000}$. |
| ESTIMATED | Explicitly modeled or statistically projected based on component family baselines. | Clearly labeled as estimated; quarantined from verified tiers; supports post-admission scoring only. | Estimated GPU stability curve modeled on identical silicon die before retail unit thermal testing. |
2. The Danger of Conflating ESTIMATED with VERIFIED
Many AI-powered comparison websites generate synthetic benchmark numbers for unreleased or newly announced phones by asking an LLM to predict what an upcoming chipset might score. When this estimated number is published in a specification table without a clear label, it masquerades as verified truth.
Under the Ligonix Publication Gate, an `ESTIMATED` data point is strictly prohibited from bootstrapping product admission or claiming verified status:
- Quarantine Enforcement: If a device has not undergone empirical testing for a required domain (e.g. thermal stability under sustained load), that domain is marked as `UNAVAILABLE` or `ESTIMATED`.
- Admission Threshold: A smartphone cannot achieve public `PUBLISHABLE` or `INDEXABLE` status on Sight until it meets minimum policy-mandated `VERIFIED` coverage across primary hardware domains.
- No Hallucinated Fillers: If a manufacturer does not publish the optical sensor model (e.g. Sony vs Samsung ISOCELL), the engine records the attribute as unverified rather than guessing the most likely part.
3. The Epistemic Difference Between UNAVAILABLE and NOT_CHECKED
Rigorous evidence evaluation also requires distinguishing between two negative states that traditional websites frequently confuse:
- `UNAVAILABLE` (Exhausted Search): The intelligence pipeline has queried all primary provider strategies (regulatory filings, benchmark registries, official teardowns) and definitively confirmed that no qualifying evidence currently exists in public records.
- `NOT_CHECKED` (Pending Execution): The pipeline has not yet executed a scan for this domain.
Treating `NOT_CHECKED` as `UNAVAILABLE` penalizes devices unfairly, while treating `UNAVAILABLE` as `NOT_CHECKED` wastes infinite crawler cycles. Explicit state management ensures complete transparency.
4. Restoring Consumer Trust Through Auditability
When consumer technology evaluations are grounded in verifiable evidence classes, users regain agency. Instead of being forced to trust an anonymous reviewer’s subjective score, a consumer can inspect the evidence chain:
Raw Evidence $\rightarrow$ Normalization $\rightarrow$ Verification Gate $\rightarrow$ Deterministic Score $\rightarrow$ XAI Explanation
This unbroken lineage ensures that every claim made on the platform is defensible, auditable, and grounded in physical reality.
References & Epistemic Standards
- Federal Trade Commission (FTC). (2023). Guides Concerning the Use of Endorsements and Testimonials in Advertising (16 CFR Part 255).
- ISO/IEC 25010:2023. Systems and software engineering — Systems and software Quality Requirements and Evaluation (SQuaRE) — Product quality model.
- Ligonix Research. (2026). The Epistemic Architecture of Sight: Evidence Classes and Deterministic Verification Contracts. Technical Whitepaper.