アンドレイ・カルパシーが「Claws」について語る
Andrej Karpathyは、Mac Mini上で動作する「Claws」と呼ばれる新しいAIエージェント層の概念を提唱し、OpenClawやNanoClawなどの軽量エージェントシステムがLLMエージェントの上にオーケストレーションと永続性をもたらす次世代のAIスタックとして注目されていると述べている。
キーポイント
Clawsという新概念の定義
Karpathyは「Claws」をLLMエージェントの上に位置する新しい層として定義し、オーケストレーション、スケジューリング、コンテキスト管理、ツール呼び出し、そして永続性を次のレベルへ引き上げる役割を果たすと説明している。
軽量エージェントの実例と特徴
NanoClawのようなコアエンジンが約4000行のコードで構成される軽量エージェントが登場しており、コンテナ内で動作するため管理可能かつ監査可能である点が注目されている。
用語の定着とカテゴリ化
「Claw」はOpenClawに類似した、パーソナルハードウェア上で動作しメッセージングプロトコルで通信するエージェントシステムの総称として定着しつつあり、関連する名称(nanobot, zeroclawなど)も存在する。
影響分析・編集コメントを表示
影響分析
この記事は、大規模言語モデル(LLM)の利用形態が「単なるプロンプト応答」から「自律的にタスクをスケジューリングし永続化するエージェント」へと進化していることを示唆しています。特に、NanoClawのような軽量・透明性の高い実装の登場は、開発者にとってデバッグや監査が容易な新しい選択肢を提供し、AIエージェントの実装パラダイムを多様化させる可能性があります。
編集コメント
Karpathyが提唱する「Claws」概念は、AIエージェントの実装における「透明性」と「永続性」の重要性を再認識させるものです。NanoClawのような軽量実装の台頭は、大規模モデル依存からの脱却と、開発者主導のカスタマイズ可能性を高める重要なトレンドと言えます。
アンドレイ・カーパシーが「クロー」について語る
サイモン・ウィリソンのウェブログ
2026年2月21日 - リンクブログ
アンドレイ・カーパシーが「クロー」について語っています。アンドレイ・カーパシーは、クローをいじるためにMac Miniを購入したことについてのミニエッセイをツイートしました(「アップルストアの人は、これが飛ぶように売れていて誰もが混乱していると言っていた」)。
私は特にOpenClawを実行することには少し疑念を抱いているのは確かだ [...] しかし、このコンセプト自体は大好きだ。LLMエージェントがLLMの上に築かれた新たな層であったように、クローは今やLLMエージェントの上に築かれる新たな層であり、オーケストレーション、スケジューリング、コンテキスト、ツール呼び出し、そしてある種の永続性を次のレベルに引き上げている。
周りを見渡すと、この高レベルのアイデアが明確であることもあり、多くの小さなクローが現れ始めている。例えば、ざっと見たところ、NanoClawは非常に興味深い。そのコアエンジンは約4000行のコード(私の頭にもAIエージェントの頭にも収まるので、管理可能、監査可能、柔軟などと感じられる)で、デフォルトではすべてをコンテナ内で実行する。 [...]
とにかく他にもたくさんある - 例えば、nanobot、zeroclaw、ironclaw、picoclaw(接頭辞に笑)などだ。 [...]
自分のセットアップが最終的にどうなるかはまだ100%確信はないが、クローはAIスタックの素晴らしく、エキサイティングな新たな層だ。
アンドレイは新しい用語に対する嗅覚がある(「バイブ・コーディング」、「エージェント的エンジニアリング」を参照)。今回も彼は正しいと思う。「クロー」は、OpenClawのようなエージェントシステムのカテゴリ全体を指す専門用語になりつつある。一般的に個人のハードウェア上で動作し、メッセージングプロトコルを介して通信し、直接の指示に基づいて行動するだけでなく、タスクをスケジュールすることもできるAIエージェントだ。
確立された絵文字 🦞 も付いている。
最近の記事
エージェント的エンジニアリングパターンについて書く - 2026年2月23日
私のブログにTIL、リリース、博物館、ツール、研究を追加 - 2026年2月20日
二つの新しいショーボートツール: Chartroom と datasette-showboat - 2026年2月17日
これはサイモン・ウィリソンによるリンク投稿で、2026年2月21日に投稿されました。
月間ブリーフィング
月額10ドルでスポンサーになり、その月の最も重要なLLM開発について厳選されたメールダイジェストを受け取ってください。
少ない情報をお届けするために私に支払ってください!
原文を表示
Andrej Karpathy talks about "Claws" Simon Willison’s Weblog
21st February 2026 - Link Blog
Andrej Karpathy talks about "Claws". Andrej Karpathy tweeted a mini-essay about buying a Mac Mini ("The apple store person told me they are selling like hotcakes and everyone is confused") to tinker with Claws:
I'm definitely a bit sus'd to run OpenClaw specifically [...] But I do love the concept and I think that just like LLM agents were a new layer on top of LLMs, Claws are now a new layer on top of LLM agents, taking the orchestration, scheduling, context, tool calls and a kind of persistence to a next level.
Looking around, and given that the high level idea is clear, there are a lot of smaller Claws starting to pop out. For example, on a quick skim NanoClaw looks really interesting in that the core engine is ~4000 lines of code (fits into both my head and that of AI agents, so it feels manageable, auditable, flexible, etc.) and runs everything in containers by default. [...]
Anyway there are many others - e.g. nanobot, zeroclaw, ironclaw, picoclaw (lol @ prefixes). [...]
Not 100% sure what my setup ends up looking like just yet but Claws are an awesome, exciting new layer of the AI stack.
Andrej has an ear for fresh terminology (see vibe coding, agentic engineering) and I think he's right about this one, too: "Claw" is becoming a term of art for the entire category of OpenClaw-like agent systems - AI agents that generally run on personal hardware, communicate via messaging protocols and can both act on direct instructions and schedule tasks.
It even comes with an established emoji 🦞
Recent articles
Writing about Agentic Engineering Patterns - 23rd February 2026
Adding TILs, releases, museums, tools and research to my blog - 20th February 2026
Two new Showboat tools: Chartroom and datasette-showboat - 17th February 2026
This is a link post by Simon Willison, posted on 21st February 2026.
Monthly briefing
Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments.
Pay me to send you less!
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み