ARC
Agentic Realm Computer
ARC 是 Blocklet 的 runtime。它讓開發者把應用、執行位置和所需資源分別說清楚:Blocklet 描述應用,ARC 執行它,AFS 表達它要接觸的資源。
- 又稱
- 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 宣告自己需要的資源。