メインコンテンツまでスキップ

「AI Agent」タグの記事が7件件あります

Posts tagged with AI Agent

全てのタグを見る

GPT-5.6 Sol, Terra, and Luna: What Claude Code Teams Should Actually Watch

· 約9分
Claude Dev
Claude Dev

OpenAI released GPT-5.6 Sol, Terra, and Luna on July 10, 2026, and the interesting part is not just that another frontier model arrived. It is that OpenAI is now making the model family itself part of the developer workflow.

For Claude Code users, the useful question is not "is GPT-5.6 better than Claude?" That is too vague to help anyone ship software.

The better question is: which layer of work is each model trying to own?

OpenAI's answer is clear. Sol is the strongest reasoning and agent model, Terra is the faster coding workhorse, and Luna is the high-throughput batch option. Early community feedback on X, Reddit, and developer forums is still noisy, but the shape of the conversation is already familiar: excitement around coding and agents, skepticism around cost, and a lot of "show me on my repo" energy.

Claude Fable and the Real Skill of Agentic Coding: Finding Your Unknowns

· 約8分
Claude Dev
Claude Dev

Anthropic's latest Claude Code post, "A field guide to Claude Fable 5: Finding your unknowns," is not really about a new prompt trick.

It is about a shift that every serious Claude Code user is going to feel: as models get better at carrying long tasks, the limiting factor moves from raw model capability to how well the human can expose the real shape of the work.

That is the point of the "map and territory" framing in the official post. The map is what we give Claude: prompts, skills, files, specs, screenshots, references, and context. The territory is the actual system: production constraints, old decisions, implicit taste, hidden business rules, edge cases, and the parts of the codebase nobody writes down.

The gap between those two is where agentic coding succeeds or fails.

Claude Sonnet 5:Claude Code の新しいデフォルト Agent モデル

· 約11分
Claude Dev
Claude Dev

Anthropic は 2026 年 6 月 30 日Claude Sonnet 5 を公開し、これまでで最も agentic な Sonnet モデル、そして Claude Free/Pro ユーザーの新しいデフォルトモデルとして位置づけました。

狙いは明確です。Sonnet 5 は、最近まで Opus-class モデルが必要だった多くの agentic work を、より安く、速く、広く使える層に持ち込みます。計画を立て、ブラウザやターミナルを使い、長い coding tasks を処理し、adaptive thinking をデフォルトで実行できます。

Claude Code ユーザーにとって、Sonnet 5 は通常のモデル更新以上に重要です。多くのチームにとって、デフォルトの実行レイヤーになる可能性があります。Anthropic の最強モデルではありませんが、開発者が最も頻繁に使うモデルになるでしょう。

ただしアップグレードに摩擦はあります。Sonnet 5 には新しい tokenizer があり、thinking と sampling parameters の API 挙動が変わり、real-time cyber safeguards があり、Opus より token 単価は安くても task 単位では常に安いとは限りません。

Claude Fable 5:強力で、高価で、設計上制約されている

· 約12分
Claude Dev
Claude Dev

Anthropic は 2026 年 6 月 9 日Claude Fable 5 を公開し、Mythos-class の能力を safeguard 付きの公開版として、有料 Claude ユーザーと開発者に提供しました。

見出しは、Fable 5 が単に高性能になったという話ではありません。Anthropic は新しいリリースパターンを試しています。一般公開された中で最強のモデルファミリーへのアクセスを提供しつつ、リクエストが cybersecurity、biology、chemistry、distillation、または一部の frontier AI development に触れる場合、センシティブな作業をそのモデルから別経路にルーティングします。

そのため Fable 5 は、開発者にとって非常に重要な Claude リリースです。初期反応は、長時間タスクでの能力への驚きと、アクセス、safety routing、コスト、企業データ処理への不満に分かれています。

Claude Code チームにとって実務的な問いは「すべてを Fable に切り替えるべきか」ではありません。問うべきは、どのタスクが Fable 5 を使うだけの価値を持ち、どのタスクが safeguards によって壊れたり歪められたりするかです。

Claude Managed Agents: 今回何が正式に出たのか

· 約11分
Claude Dev
Claude Dev

Claude を使ってプロダクトを作っているなら、Claude Managed Agents の重要な点は、Anthropic が「また別の agent 機能」を出したことではありません。

Anthropic がスタックを一段上に進めたことです。

モデル API とツールの原始部品だけを提供するのではなく、Anthropic は今、長時間動くエージェントのためのマネージド runtime を提供しています。agent 定義、クラウド環境、セッション、イベントストリーミング、組み込みツール、そして全体を生かしておく harness まで含まれます。

これによって、開発者の問いは次から:

  • 「agent loop をどう組むか」
  • 「どうすれば再開可能で、観測可能で、安全にできるか」

次へ移ります:

  • 「この agent は実際に何をすべきか」
  • 「どこは自分で制御し、どこは Anthropic に任せるか」

Conway タイムライン: Anthropic はどう Always-On Agents を組み立てているか

· 約13分
Claude Dev
Claude Dev

Conway についてまず正確に押さえるべきことはこれです。

Conway は、Anthropic が正式発表した製品ではありません。

現在見えているのは、次の 3 つの組み合わせです。

  • CoworkDispatchcomputer usescheduled tasksauto mode に関する Anthropic の公式発表
  • それらがどうつながるかを示す最新のヘルプドキュメント
  • 2026 年 4 月 1 日に公開された、未発表の内部環境 Conway を報じる第三者レポート

リークだけを見ると全体アーキテクチャを見失います。 公式発表だけを見ると、Anthropic がどこへ向かっているかを見落とします。

技術的に重要なのは、その両方を合わせて読むことです。

Coworkでプラグインをゼロから作る方法(2026ガイド)

· 約6分
Claude Dev
Claude Dev

Cowork に本当に仕事を任せたいなら、プラグインが最も大きなレバーです。

2026-02-28 時点で、公式の流れは明確です。

  • Anthropic は 2026-01-14 に Cowork を発表
  • カスタムプラグインの作成・共有を 2026-01-20 に発表
  • 企業向けプラグインディレクトリ更新を 2026-02-24 に公開
  • プラグインのヘルプ記事を 2026-02-25 に更新

このガイドでは、公式フローとコミュニティ実践を組み合わせて、最初の実用プラグインをゼロから作る手順をまとめます。