01 / DECIDE
Architecture decision
同じ model family が complexity と response budget の異なる task を扱うときに使う。
simple extraction、interactive work、deep analysis を異なる latency、quality、cost profile に route する。 input、output、state、tool、side effect を一つの観測可能な経路にし、workload ごとに reasoning budget を決める の owner を決めます。
02 / OPERATE
3段階の field procedure
- 01
contract を lock
caller、data classification、success condition、timeout、cancel、ownership を記述します。同じ model family が complexity と response budget の異なる task を扱うときに使う。
- 02
bounded path を実行
correlation、typed state、reversible failure を持つ一つの end-to-end path を作ります。simple extraction、interactive work、deep analysis を異なる latency、quality、cost profile に route する。
- 03
signal を検証
acceptance を再実行可能な fixture、contract test、browser test にします。eval で workload profile ごとの quality、latency、tool success、total usage を比較する。
03 / BOUND
Operational boundary
reasoning 増加は correctness の証明ではない。final result を検証し private internal process を製品 contract にしない。
04 / PROVE
Acceptance evidence
eval で workload profile ごとの quality、latency、tool success、total usage を比較する。
SOURCE / HTTP
再現可能な source probe
curl -fsSI 'https://docs.x.ai/developers/models' | sed -n '1,5p'