Workflow は既定 code path、agent は process / tool を動的選択し、autonomy は predictability、latency、cost と交換されます。 [4]
HelmLoop
代替設計
Control を graph 内に置く
単一 runtime / team / risk model が lifecycle 全体を所有する場合の最強案。
Durable workflow engine
Replay、queue、timer、long-running reliability が主問題の場合。
Assurance SOP のみ
Validation / release governance は必要だが cross-cycle outcome learning は不要な場合。
HelmLoop contracts
複数 runtime が共通 promotion / outcome policy を持つ場合に有望だが未証明。
HelmLoop
反論と failure modes
Over-engineering
可逆 task より L2/L3 governance の方が高コストになり得る。
Self-confirming loop
Proposer、validator、learner が同一 model / context を共有する。
State explosion
Receipt、retry、exception、nested instance が graph より複雑になる。
Verification cost
Fresh independent evidence は latency / provider cost を増やす。
Vendor coupling
Checkpoint / tracing semantics が adapter から漏れ portability を壊す。
Category inflation
良い application architecture の言い換えかもしれず、test 失敗時は claim を縮小する。
HelmLoop
証拠の範囲を確認
fixture は実 runtime、可搬性、本番運用、業務価値を認証しません。
- 相互に独立し、fresh で host-attested、source-bound な runtime observation の組はなく、fixture と runtime alias は対象外です。
- Production control plane / live provider reconciliation service は未実装。
- 5 言語の意味レビューは自動 shape / terminology check のみ。
- Governance cost を上回る outcome benefit は未計測。
HelmLoop
一次資料
外部 claim は公式文書、標準機関、原論文のみで支えます。注釈は実装の証明ではありません。
- 01 / OpenAI
Agent orchestration ↗
Manager-owned specialist と handoff の違い。
- 02 / OpenAI
Guardrails — OpenAI Agents SDK ↗
Guardrail は特定 boundary に付き coverage は一様ではない。
- 03 / OpenAI
Tracing — OpenAI Agents SDK ↗
Model / tool / handoff / guardrail event を trace。
- 04 / Anthropic
Building Effective AI Agents ↗
Workflow / agent を区別し、結果が正当化する時だけ複雑化。
- 05 / LangChain
LangGraph overview ↗
Durable stateful graph と human-in-the-loop。
- 06 / LangChain
LangGraph interrupts ↗
Interrupt 後の node 再実行と idempotency。
- 07 / Temporal
Temporal Workflow ↗
Event history、deterministic replay、external activity。
- 08 / Google
Template agent workflows — ADK ↗
Sequential / loop / parallel / graph workflow。
- 09 / Model Context Protocol
MCP Architecture ↗
Host が consent / security / authorization を管理。
- 11 / NIST
AI Risk Management Framework ↗
Govern / Map / Measure / Manage。
- 12 / ICLR / arXiv
ReAct: Synergizing Reasoning and Acting in Language Models ↗
Reasoning と action の交互実行。Observation は business outcome proof ではない。