01 / DECIDE
Architecture decision
draft illustration、product variation、storyboard、人の acceptance step を持つ creative tool に使う。
prompt intent、generation request、moderation state、asset storage、metadata、editorial acceptance を観測可能な段階に分ける。 input、output、state、side effect を一つの観測可能な経路にしてから、image generation を asset pipeline の背後に置く の所有層を決めます。
02 / BUILD
3段階の実装
- 01
contract を定義
caller、data classification、success condition、timeout、cancel、ownership を先に記述します。draft illustration、product variation、storyboard、人の acceptance step を持つ creative tool に使う。
- 02
狭い経路を構築
request correlation、typed state、reversible failure handling を持つ一つの end-to-end path だけを実装します。prompt intent、generation request、moderation state、asset storage、metadata、editorial acceptance を観測可能な段階に分ける。
- 03
outcome を証明
acceptance を再実行可能な fixture、contract test、browser test にします。accepted asset を prompt version、model configuration、moderation result、final transformation まで追跡できる。
03 / BOUND
Production boundary
rights、consent、provenance、retention を追跡し、生成 media を検証済み写真や歴史記録と示さない。
04 / PROVE
Acceptance evidence
accepted asset を prompt version、model configuration、moderation result、final transformation まで追跡できる。
SOURCE / HTTP
再現可能な source probe
curl -fsSI 'https://developers.openai.com/api/docs/guides/image-generation' | sed -n '1,5p'