OpenAIはAgents SDKにmodel-native harnessとnative sandbox executionを加え、agentがfile確認、command実行、code編集、長時間taskの継続をしやすくした。Blaxel、Cloudflare、Daytona、E2B、Modal、Runloop、Vercelを支援し、まずPythonでGA提供される。
#agents
RSS FeedAnthropicはClaude Opus 4.7をClaude製品、API、Amazon Bedrock、Vertex AI、Microsoft FoundryでGAにした。価格は$5/$25 per million tokenのまま、2,576px画像、xhigh effort、coding agent向けの安定性を加えた。
Mistralはコネクタをglue codeではなくプラットフォーム機能として押し上げた。built-in connectorsとcustom MCPサーバーをconversations、completions、agentsで再利用でき、4月15日のリリースではdirect tool callingとrequires_confirmationも一緒に入った。
AnthropicはClaude Codeを単発セッションの補助ツールから、継続運用できる自動化レイヤーへ押し上げようとしている。研究プレビューのRoutineはschedule、API call、GitHub eventの3系統で起動でき、Claude Code on the webを有効にした4つの有料プランで使える。
HNで刺さったのは、マルチエージェントcodingの詰まりどころはmodel IQではなくcoordinationだ、という整理だった。仕事を複数agentに割った瞬間、昔からのdistributed systemsの語彙がそのまま戻ってくる。
Cloudflareがagent向け基盤をデモ段階から引き上げた。SandboxesとContainersが一般提供に入り、持続的なコーディング作業向けに7つの強化がまとまり、PTY terminal、credential injection、stateful interpreter、background process、file watch、snapshots、higher limitsまで揃った。
Hacker Newsはアイデア自体にはすぐ反応したが、議論はすぐに現実的な論点へ移った。Anthropicの Claude Code Routines は prompt と repo と connector を束ね、schedule、API call、GitHub event で動かす cloud automation だが、community はまず usage limit と実運用の相性を見始めている。
enterprise agentのボトルネックはmodel単体ではなく、その周辺の配線だった。OpenAIのCloudflare Agent Cloud連携は、edge runtime・state・storage・tool executionを一つの実運用ルートにまとめようとする動きだ。
Credential管理はもはや人間のdeveloperだけの課題ではない。CloudflareはAIがsecret leakの速度を5倍に押し上げているとして、public repoに出たtokenをchecksumで検知し自動失効できるscannable formatを打ち出した。
閉じたbenchmarkの更新ではなく、公開数学問題の境界が動いた点が重要だ。TogetherはEinsteinArena上のagentsが11次元kissing numberの下限を593から604へ引き上げ、4月11日時点でopen problemに11件の新SOTAを刻んだと書いた。
Mistralは、企業がpublic-data baselineだけに頼らず、独自のproprietary knowledgeでfrontier-grade modelを構築できるForgeを公開した。pre-training、post-training、reinforcement learning、dense・MoE architecture、そしてagent-first customizationを支援すると同社は説明している。
GitHubはApril 2, 2026にCopilot SDKをpublic previewとして公開し、Copilot cloud agentとCopilot CLIのsame runtimeを外部へ開放した。SDKは5つのlanguageでtool use、streaming、permissions、OpenTelemetry、BYOKをサポートする。