01 / DECIDE
架構決策
在 traffic spike、batch job 或 agent loop 消耗 shared capacity 前採用。
依 user 與 workload 做 queue、budget、shed 與 retry,不讓所有 request 在 provider edge 碰撞。 先把 input、output、state、tool 與 side effect 畫成一條可觀察路徑,再決定 把 rate limit 變成 admission control 的 owner。
02 / OPERATE
三步野戰程序
- 01
鎖定合約
寫下 caller、資料分類、成功條件、timeout、取消與 ownership。在 traffic spike、batch job 或 agent loop 消耗 shared capacity 前採用。
- 02
執行有界路徑
只建立一條 end-to-end path,保留 correlation、typed state 與 reversible failure。依 user 與 workload 做 queue、budget、shed 與 retry,不讓所有 request 在 provider edge 碰撞。
- 03
驗證訊號
把驗收變成可重跑的 fixture、contract test 或 browser test。Load test 證明 bounded queue、fair tenant、retry ceiling 與 graceful degradation。
03 / BOUND
Operation 邊界
Retry 需要 jitter、cap 與 idempotency;policy/validation failure 不可重試。
04 / PROVE
驗收證據
Load test 證明 bounded queue、fair tenant、retry ceiling 與 graceful degradation。
SOURCE / HTTP
可重現來源探針
curl -fsSI 'https://docs.x.ai/developers/faq' | sed -n '1,5p'