01 / DECIDE
Architecture decision
fast、deep、visual、coding workload の requirement が異なる場合に使う。
modality、tool support、latency、quality、context、budget を記述し configuration で current model に解決する。 input、output、state、tool、side effect を一つの観測可能な経路にし、capability profile で route する の owner を決めます。
02 / OPERATE
3段階の field procedure
- 01
contract を lock
caller、data classification、success condition、timeout、cancel、ownership を記述します。fast、deep、visual、coding workload の requirement が異なる場合に使う。
- 02
bounded path を実行
correlation、typed state、reversible failure を持つ一つの end-to-end path を作ります。modality、tool support、latency、quality、context、budget を記述し configuration で current model に解決する。
- 03
signal を検証
acceptance を再実行可能な fixture、contract test、browser test にします。route change は task-specific eval を通し quality、latency、tool、usage を記録する。
03 / BOUND
Operational boundary
catalog name と availability は変化する。identifier を domain logic から外し rollback を残す。
04 / PROVE
Acceptance evidence
route change は task-specific eval を通し quality、latency、tool、usage を記録する。
SOURCE / HTTP
再現可能な source probe
curl -fsSI 'https://docs.x.ai/developers/models' | sed -n '1,5p'