Claude の 2026年3月ラッシュ: 本当に重要なこと
ここ数週間の Claude は、あまりに多くの機能を出しているので、大きな流れを見失いやすくなっています。
これは単なる個別機能の連続投入ではありません。Anthropic は Claude を、より多くの memory、より長い context、より強い execution、より良い review、そしてより実用的な出力面を持つ、より完成度の高い agent 製品へ近づけています。
Claude を組み込んだ開発や、チームの実務フローに使っているなら、見るべきなのはそこです。
最近 Claude が実際に出したもの
要点だけを時系列で並べるとこうなります。
- 2026年3月2日: chat history 由来の Memory を無料ユーザーにも展開
- 2026年3月3日: Skill Creator に test-measure-refine ループを強化
- 2026年3月9日: Claude Code が multi-agent Code Review を research preview で公開
- 2026年3月11日: Claude for Excel / PowerPoint に cross-file context と skills を追加
- 2026年3月12日: inline の interactive charts、diagrams、visualizations を生成開始
- 2026年3月13日: Opus 4.6 / Sonnet 4.6 で 1M context が GA
- 2026年3月17日: Cowork が Pro / Max 向けに phone 操作対応の persistent agent threads を追加
- 2026年3月23日: Claude Cowork と Claude Code に computer use を research preview で追加
3週間でこれだけの更新です。重要なのは件数ではなく、向かっている方向です。
第1の流れ: Claude がより stateful になっている
多くの更新が同じ変化を示しています。Claude は stateless な chatbot から、継続して働くシステムへ寄っています。
特に重要なのは次の3つです。
-
より多くのユーザーに Memory 会話をまたいだ連続性が強くなる。
-
4.6 上の 1M context 長いセッションを compaction や lossy summary に頼らず保ちやすくなる。
-
Excel / PowerPoint の cross-app context 1つの会話の中で複数ファイルやツールをまたいで状態を持てる。
この組み合わせにより、チームは背景説明のやり直しや、脆い context handoff ロジックへの依存を減らせます。
第2の流れ: より良い回答ではなく、より自律的な仕事へ
3月の更新は Claude をより operational にしています。
- Skill Creator は skills を prompt 調整ではなく、計測可能なソフトウェア資産へ近づけています。
- Code Review は複数 agent で PR を並列に精査し、重要度順に findings を返します。
- Computer use は、構造化連携がないアプリでも Claude が直接操作できるようにします。
- Dispatch と persistent threads は、その作業ループを単発の desktop session から外へ拡張します。
この組み合わせが重要です。強いモデルは有用です。しかし、記憶し、操作し、レビューし、非同期に作業を継続できるモデルは、実務上ずっと teammate に近い存在です。
第3の流れ: 出力インターフェースの改善
Anthropic は、Claude がどう成果物を返すかも改善しています。
visuals の更新はその典型です。charts や diagrams は見た目の問題ではありません。「Claude は説明した」と「自分が理解した」の間の変換コストを下げます。
Excel と PowerPoint の改善も同じです。Claude は、単なる text output ではなく、実際に deliverable が仕上がるアプリ側へ近づいています。
この点は軽視されがちですが、workflow を変えるか、単にデモ映えするだけかを分ける要因になりやすいです。
チームにとっての意味
すでに Claude を使っているなら、実務的な結論は「全部試す」ことではありません。
重要なのは次です。
- 古い workflow 前提を見直す。
- 以前の制約を埋めるためだけに存在していた設計を削る。
- 新しい agent 行動に対して、先に measurement を入れる。
具体例:
- long-context 用に重い chunking / summarization を組んでいるなら、4.6 の 1M context で再評価する。
- custom prompts や skills が多いなら、eval 付きの versioned asset として扱う。
- human review が詰まっているなら、Claude Code review を approval ではなく bug-finding layer として試す。
- ツール間のコピペが多いなら、Excel / PowerPoint の共有 context や computer use がその handoff を消せるか評価する。
新機能を古い補償設計の上に積み増すだけで、何も簡素化しないのが最悪の進め方です。
多くの人が見落とす注意点
ship が速くなっても、運用規律は不要になりません。
1M context は context rot を消しません。
Computer use は permission 設計や safety 境界を不要にしません。
Multi-agent review は false positives を消しません。
Memory も明示的な workflow boundary の代わりにはなりません。
Anthropic が Claude の能力を広げているのは明らかです。ただし、それはチームが計測、検証、制限をやめてよいことを意味しません。
まとめ
最近の Claude の速度は、ランダムな product churn ではありません。
Anthropic は、より完全な agent stack を組み上げつつあります。
- persistent memory
- より長い working context
- より豊かな execution surface
- review と quality loop
- より実務寄りの in-app output
だからこそ、ここ数週間は見た目以上に重要です。
最も大きく恩恵を受けるのは、見出しを追いかけるチームではありません。プラットフォームがより stateful で operational になっていることに気づき、それに合わせて workflow を作り直すチームです。
Sources (checked March 24, 2026)
- Claude blog index
https://claude.com/blog - Claude release notes
https://support.claude.com/en/articles/12138966-release-notes - Improving skill-creator: Test, measure, and refine Agent Skills (March 3, 2026)
https://claude.com/blog/improving-skill-creator-test-measure-and-refine-agent-skills - Bringing Code Review to Claude Code (March 9, 2026)
https://claude.com/blog/code-review - Advancing Claude for Excel and PowerPoint (March 11, 2026)
https://claude.com/blog/claude-excel-powerpoint-updates - Claude now creates interactive charts, diagrams and visualizations (March 12, 2026)
https://claude.com/blog/claude-builds-visuals - 1M context is now generally available for Opus 4.6 and Sonnet 4.6 (March 13, 2026)
https://claude.com/blog/1m-context-ga - Put Claude to work on your computer (March 23, 2026)
https://claude.com/blog/dispatch-and-computer-use