ARC
Agentic Realm Computer
ARC は Blocklet の runtime です。Blocklet として記述されたアプリケーションを動かす場所を提供し、runtime、アプリケーション、リソース接続を説明のない一つの deployment にしません。
- 別称
- Agentic Realm Computer
- さらに読む
- ARC →
関連する解説と実践
記事
-
OpenAI's Agents API is a harness. ARC is a new kind of computer for agents
OpenAI's Agents API turns the Codex loop into a hosted API: sessions, compaction, tools, sandboxes, plugins. That layer is real. It is still not a computer with identity, durable state, and an owner who can walk away with it. ARC attaches at the seam they already documented.
-
After Software: Collaboration, Production, and How Value Gets Shared
Making software no longer requires making a company first. When productive capacity is scattered across people and AI, collaboration, ownership, and value need a new organization.
-
Agents don't need a better sandbox. They need a computer of their own.
Many companies are building compute for agents: sandboxes, VMs, even digital workers. They answer where untrusted code should run. What agents still lack is a machine that can last: identity, state, constrained authority, verifiable history, and the right to leave. We call that machine ARC.
-
Blocklet Server から ARC へ:なぜ『所有する』ことは『生成する』ことより難しいのか
AI は要望をソフトウェアに変えられる。しかし、それだけでソフトウェア、データ、アイデンティティがユーザーのものになるわけではない。ARC は、そのために ArcBlock が構築している新しいアーキテクチャだ。
-
Web Device: Declare a Website, Then Pick the Right Path
Web Device is one of ARC's core capabilities: declare a .web/ folder anywhere in AFS, and the data and AUP under it get rendered server-side into a website, SEO checks, broken-link detection, and visitor analytics included for free. This piece covers how it differs from UI Device (/dev/ui/web), how to use it, and which situations call for which.
製品
-
ARC
active
Blocklet のランタイム。Blocklet として記述されたアプリケーションを、その Blocklet が必要と宣言したリソースとともに実行する場所を開発者に提供します。
用語
-
AFS
AFS(Agentic File System)は、タスクに関係するファイル、サービス、実行中の作業を確認可能なリソース表示にします。agent に区別のないマシンや API の束を渡すのではなく、名前と境界を持つ作業世界を与えます。
-
AUP
AUP(Agentic UI Protocol)は、アプリケーションが何を表示し、どの操作を可能にするかを表現します。runtime はデバイス能力に合う部分を render し、一つの画面の pixel をアプリケーションそのものとして扱いません。
-
Blocklet
Blocklet は ARC の deployable unit です。アプリケーションが宣言する content、configuration、runtime の要件を一緒に保ち、実行する単位を理解し管理しやすくします。