Anthropic、長時間実行agent向けManaged Agents設計を公開

Original: New on the Engineering Blog: Building Managed Agents—our hosted service for long-running agents—meant solving an old problem in computing: how to design a system for “programs as yet unthought of.” Read more: https://www.anthropic.com/engineering/managed-agents View original →

Read in other languages: 한국어English
LLM Apr 9, 2026 By Insights AI 1 min read Source

Anthropicは2026年4月8日のX postで、Engineering Blogに掲載したManaged Agentsの設計記事を紹介した。Managed Agentsは、Claude Platform上で長時間にわたるagent作業を実行するhosted serviceだ。Anthropicは問題設定を“programs as yet unthought of”のためのsystem designだと表現し、modelやharnessが変わっても寿命の長いinterfaceを中心に設計したと説明している。agent全体を1つのcontainerに密結合させるのではなく、session、harness、sandboxを分離してvirtualizeしたことが出発点だ。

この構成の意味は、failure handling、deployment flexibility、securityの3点に表れている。Anthropicは“brain”を“hands”およびpersistent session logから切り離し、harnessがdurable event streamから再起動できるようにし、execution sandboxも独立して失敗と回復ができるようにしたという。記事では、この設計によってp50 time-to-first-tokenが約60%改善し、p95は90%以上改善したと説明している。さらに、顧客が自社VPC内のresourceへClaudeを接続する場合でも、Anthropic側のorchestration assumptionsをそのまま押し付けずに済む構造になったと述べた。

なぜ分離が重要なのか

Anthropicは、この再設計がagent systemのsecurity boundaryも改善すると主張する。untrusted codeはもはや長期credentialと同じ場所で実行されず、MCP tools向けのOAuth tokenは別vaultに置き、Git credentialはsandbox初期化時だけ配線できるという。長時間実行agentは、もはや単純なbenchmarkだけでなく、failureからの回復、作業の再開、機密インフラの安全な取り扱いで評価される段階に入っている。そう考えるとManaged Agentsは、Claudeの周辺機能を包み直したものではなく、運用層そのものを作り替える試みとして読むべきだ。

Share: Long

Related Articles

LLM Reddit 4d ago 1 min read

RedditではGoogleのGemma 4 edge展開が注目され、on-device Agent SkillsとLiteRT-LM runtimeが話題になった。1.5GB未満のmemory、128K context、Raspberry Pi 5とQualcomm NPUのbenchmarkが主要ポイントだ。

LLM sources.twitter Mar 28, 2026 1 min read

AnthropicAIは2026年3月24日、Claudeをfrontendや長時間software engineeringでより安定して使うためのmulti-agent harness記事を取り上げた。元記事ではinitializer agent、incremental coding session、progress log、structured feature list、browser-based testingを組み合わせ、context-window driftやpremature completionを抑える方法を説明している。

LLM Hacker News 2d ago 1 min read

約240ポイントのHacker Newsスレッドは、Anthropicが2027年からGoogleとBroadcom経由でmultiple gigawatts規模の次世代TPU capacityを確保すると発表した4月6日のニュースに注目を集めた。run-rate revenueが300億ドルを超え、年換算100万ドル超を使う企業顧客が1,000社を超えたという数字も同時に議論を呼んだ。

Comments (0)

No comments yet. Be the first to comment!

Leave a Comment

© 2026 Insights. All rights reserved.