Conway タイムライン: Anthropic はどう Always-On Agents を組み立てているか
Conway についてまず正確に押さえるべきことはこれです。
Conway は、Anthropic が正式発表した製品ではありません。
現在見えているのは、次の 3 つの組み合わせです。
- Cowork、Dispatch、computer use、scheduled tasks、auto mode に関する Anthropic の公式発表
- それらがどうつながるかを示す最新のヘルプドキュメント
- 2026 年 4 月 1 日に公開された、未発表の内部環境 Conway を報じる第三者レポート
リークだけを見ると全体アーキテクチャを見失います。 公式発表だけを見ると、Anthropic がどこへ向かっているかを見落とします。
技術的に重要なのは、その両方を合わせて読むことです。
短い結論
システム設計の観点から見ると、Anthropic は明らかに always-on agent model に 向かっています。
その理由は Conway が発表されたからではなく、すでに公開済みの製品群の中に必要な primitives がほぼ揃っているからです。
- デバイスをまたいで続く persistent thread
- ローカルファイルに触れる desktop runtime
- scheduled execution
- 直接統合がない時の computer use
- sub-agent coordination
- 長時間実行向けの permission mode
- Dispatch によるモバイルからデスクトップへの handoff
Conway が重要なのは、それらをより明示的な always-on agent environment としてまとめようとしているように見えるからです。
何が確認済みで、何が未確認か
Anthropic が公式に確認しているもの
Anthropic はすでに次を公式に公開または文書化しています。
- Claude Code の agentic architecture を土台にしたデスクトップ環境としての Cowork
- Dispatch を通じた phone-to-desktop の継続的な task handoff
- scheduled tasks と recurring routines
- Cowork と Claude Code における computer use
- 長く走る Claude Code session 向け の auto mode
公式ドキュメントで確認できるが、単独機能名ではないもの
現在のヘルプドキュメントは、次のようなワークフローを説明しています。
- 一つの継続スレッドを維持する
- Claude が development work を Claude Code に振り分ける
- Claude が knowledge work を Cowork に振り分ける
- 結果が同じ persistent thread に戻る
- scheduled tasks が自動実行される
- computer use がデスクトップアプリを操作する
これは、名前こそ付いていなくても、かなり always-on agent runtime に近い状態です。
報道はあるが、公式発表ではないもの
Conway という名前は、2026 年 4 月 1 日公開の第三者レポートに由来します。そこでは次のような要素があるとされています。
- 専用の Conway instance
- Search、Chat、System を持つサイドバー
- extensions
- webhooks
- Claude in Chrome からの直接接続
- notifications
これは Anthropic がより明示的な always-on agent environment を構築しているかもしれないという強いシグナルです。
ただし、まだ未発表製品に関する報道であり、正式リリースではありません。
タイムライン
2026 年 1 月 12 日: Cowork research preview 公開
Anthropic は Cowork を「Claude Code for the rest of your work」として紹介しました。
重要だったのは UI ではなく runtime model です。
- Claude が自分のコンピュータ上のフォルダで直接作業する
- multi-step tasks を処理できる
- Cowork は Claude Code と同じ agentic foundations の上にある
- ユーザーはタスクをキューに積み、Claude を単なるチャットではなく coworker のように使える
これは、Anthropic が単なる terminal coding tool より広い desktop agent runtime を狙っている最初の公開サインでした。
2026 年 1 月から 2 月: Cowork がプラン横断と Windows に拡大
Anthropic は Cowork の提供範囲を有料プランへ広げ、その後 Windows にも拡張しました。
これは、Cowork が一部 power-user 向けの実験で終わらず、より広い配備に向けて runtime が強化されていることを意味します。
2026 年 3 月下旬まで: Cowork docs が local agent runtime 全体像を示す
現在の Cowork ヘルプドキュメントは、最初のブログよりも architecture を明確にしています。
Cowork は次のように説明されています。
- Claude Code の agentic capabilities を Claude Desktop に持ち込む
- direct local file access を持つ
- multiple sub-agents in parallel を調整する
- 長時間タスクを走らせる
- scheduled tasks をサポートする
- files、instructions、memory を持つ projects をサポートする
- virtual machine (VM) environment 内で作業する
これはチャットボット機能の集合ではなく、agent runtime です。
2026 年 3 月 23 日: Dispatch と computer use が Cowork / Code を横断して導入
これは今のところ最大の公開マイルストーンです。
Anthropic は、Claude が次のことをできる状態を公式に示しました。
- phone から desktop へ続く会話を保つ
- computer を使う
- セッションをまたいで context を保つ
- schedule に従ってタスクを実行する
- Cowork と Claude Code の両方をまたいで働く
ここで「always-on」方向はかなり明確になります。
always-on agent に本当に必要なものは 2 つです。
- persistence
- ユーザーが見ていない時でも行動できること
Dispatch と computer use は、その 2 つを揃えています。
2026 年 3 月下旬: Dispatch docs が routing model を補完
Dispatch のサポートドキュメントには特に重要な詳細があります。
- 一つの continuous persistent thread を持つ
- タスクを投げると、Claude が仕事の種類を判断する
- development tasks は Claude Code に流れる
- knowledge work は Cowork に流れる
これは大きな architectural clue です。
Anthropic は Code と Cowork を別々の製品としてではなく、一つの task thread の下にある specialized execution surfaces として扱い始めています。
2026 年 3 月 24 日: Auto mode が Claude Code に長時間実行向けの中間レイヤーを追加
翌日、Anthropic は Claude Code の auto mode を公開しました。
これは見た目以上に重要です。
always-on agent は、数分おきに permission を求めて止まるようでは役に立ちません。しかし permission を完全に外すのは危険です。Auto mode はその間を埋める層です。
- Claude が一部の permission decisions を代行できる
- classifier が tool calls を事前判定する
- 安全な actions は自動で進む
- 危険な actions はブロックまたは escalation される
これは unattended または semi-unattended work に必要なインフラです。