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

モデル計算のためのブラウザ顕微鏡。

モデルのトレースを測定し、観測テンソル、介入、経路、再現されたメカニズムを分離するローカルブラウザー計測器。

公開
2026-08-25
更新
2026-08-25

プロジェクトの範囲

現在 / 研究プロダクト

Browser runtime and research instrumentation

Runtime
ONNX Runtime WebGPU with WASM fallback
Primary artifact
Pinned SmolLM2-135M-Instruct and distinct TinyLM fallback
Evidence ladder
E0 observed through E4 replicated mechanism classes
長い技術本文は現在、英語と中国語で公開しています。この言語ではナビゲーション、メタデータ、プロジェクト概要をローカライズしています。

トピック

ONNX WebGPU / WASM測定済みテンソル証拠でゲートされたトレース
01

Why put the microscope in the browser

CMET makes the model and its measurements part of the same browser experience. Generation and supported analysis run locally through ONNX Runtime, with WebGPU preferred and WASM available as an explicit fallback rather than a hidden remote service.

That makes the runtime boundary inspectable: model graphs, tokenizers, manifests and frozen evidence are same-origin static artifacts with pinned identities.

02

Inspect one token decision at a time

The system studies a specific next-token decision at a specific sequence position. The interface can show the generated token, probability trajectory, attention paths and writes that moved the decision, rather than presenting a large explanation detached from one measured forward pass.

The research workspace then renders frozen evidence such as logit-lens views, interventions, path tests and annotations as receipts with their own provenance.

03

Evidence classes cannot be upgraded by wording

CMET separates direct observations, estimates, intervention-supported results, path or interaction evidence and replicated mechanisms. A fluent sentence describing a result does not change its evidence class.

This is a useful discipline for any scientific interface: the visual story should make uncertainty legible instead of allowing labels to outrun the run that produced them.

04

The microscope is not a universal explanation engine

The current platform is a scoped instrument for small decoder-only models and declared tasks. Calibration, controls, cross-prompt replication and wider causal qualification remain separate obligations whenever a result moves from exploration toward a research claim.

The product is strongest when it shows the measured trace and its limits together.

公開証拠の境界

The browser instrument and reference laboratory are separate from the strength of any individual scientific mechanism claim. E1 screening, E2 interventions, E3 paths and E4 replication remain distinct; blocked, uncalibrated or unreplicated gates must not be narrated as completion.

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

すべてのエンジニアリングプロジェクトを見る
Chenbo Lin
© 2026 Chenbo Lin. All rights reserved.