ChenboLin
01自己紹介02プロジェクト03研究・実験04ノート
お問い合わせ
エンジニアリングノートに戻る英語で読む
システムノート5 min read

証拠はプロダクトの一部である。

ブラウザー、モデル、物理システムのいずれでも、何を測定し、何を推論し、何を未解決としたかを画面に示すべきだ。

公開
2026-08-25
更新
2026-08-25
長い技術本文は現在、英語と中国語で公開しています。この言語ではナビゲーション、メタデータ、プロジェクト概要をローカライズしています。

トピック

EvidenceValidationSoftware systemsPhysical systems
01

A green test is only one layer

A unit test can show that a function obeyed its contract. A browser test can show that a user journey rendered and completed. Neither one automatically proves that a camera recovered an optical transfer, that a model is calibrated, or that a physical device will behave outside the tested environment.

The useful question is therefore not simply whether a check passed, but which observation it actually covers. Evidence becomes easier to trust when the type of observation is named next to the result.

02

Name the observation before naming the claim

I find it helpful to separate software correctness, synthetic or replay evidence, live deployment evidence and physical measurement. These layers can support one another, but they should not silently promote one another.

A replay can validate a decoder. It cannot establish the camera distance or angle that produced the frames. A deployment smoke can establish a route and header. It cannot establish that the product is useful to every user.

03

Say what the result does not prove

A visible NOT_VERIFIED or PARTIAL state is not a weakness in the product. It tells the next person what experiment, review or data collection would actually reduce uncertainty.

This is especially important for systems that cross software and hardware boundaries. The boundary is part of the design because it determines what action is justified next.

04

Keep the useful context next to the result

When a result matters, the surrounding interface should preserve enough context to interpret it: version, source, conditions, method, validation status and known limitations.

That does not mean exposing every internal log. It means refusing to present a conclusion without the small amount of provenance needed to use it responsibly.

ここでは検証可能なエンジニアリングの範囲と考察を公開しています。共有できる状態になった段階でプロジェクトの証拠を追加します。

すべてのエンジニアリングノートを見る
Chenbo Lin
© 2026 Chenbo Lin. All rights reserved.