資料來源#
- Andrej Karpathy: From Vibe Coding to Agentic Engineering
- The New Physics of Business — Garry Tan, Y Combinator
- Thread by @AndrewYNg
摘要#
由 Peter Steinberger 建立的開源個人 AI agent 與 harness(openclaw.ai)——正是透過這個專案,他在 Andrew Ng 講述 loop engineering 爆紅的故事中,成為「OpenClaw's creator」。它以持續運作的個人 agent 形式執行(Lenny's Newsletter 稱其為「自 ChatGPT 以來最強大的個人 AI 工具」),通常由 Claude models 提供支援,並擁有社群 skills 生態系(ClawHub,在實務工作者的討論中有 500+ 個 skills)。建立這個頁面,是因為 OpenClaw 不斷在 wiki 的來源中累積關鍵提及,卻一直沒有自己的歸屬頁面。
它在 wiki 各處扮演的角色#
- agent-native install 的典範。 Karpathy 用來說明 Software 3.0/Agent-Native Infrastructure 的首選案例:安裝 OpenClaw 不是執行 shell script,而是「複製貼上一大段你應該交給 agent 的文字」;它會檢查環境,並在 loop 中進行除錯——對 agent-native software 而言,distribution 的單位是 prompt/skill,而不是 executable。
- 機構規模的 harness。 依 Garry Tan 所述(2026 年 7 月),Y Combinator 內部以 OpenClaw 加上 company brain 運作;非工程人員在其上建立 skill files;他的工具排名是:「OpenClaw 是 Ferrari……Codex 是非常好的 Honda。」他的 GBrain「能與任何 harness 合作,但它喜愛」OpenClaw。
- character 作為 product 的證據。 當 Anthropic 在 2026 年限制第三方 API 存取時,受限的 OpenClaw 使用者表達了失去 Claude 的失落感,特別是 Claude 的 personality——這是 Claude Character as Product 的一項資料點。
- agent-society 的先驅。 Noam Brown 將「Moltbook 和 OpenClaw」(該專案較早的 Moltbot 時期社交實驗,以及 agent 本身)稱為被過度炒作、但確實存在的早期大規模 agent 協調跡象(Multi-Agent Collective Intelligence)。
- 安全研究的真實部署目標。 aiAuthZ gateway 透過 MCP,在一個運作中的 OpenClaw runtime 上驗證了其 deny-path;文獻中也有專門的安全分析(「Don't let the claw grip your hand」,arXiv 2603.10387)與 RL-training 變體(OpenClaw-RL)(AgentOpt 兩者皆有引用,並像對待任何以 httpx 為基礎的 framework 一樣對其進行 patch)。
相關連結#
- Peter Steinberger — creator;loop-engineering 的 framing 與這項工具,是他影響力的兩個面向
- Agent-Native Infrastructure — 貼給 agent 的 installer 是這個概念的具體種子
- Software 3.0 — Karpathy 將 prompt-as-distribution 作為典範案例
- Garry Tan — YC 的內部部署;「the Ferrari」
- Claude Character as Product — 受限使用者事件作為 character 證據
- Hermes Agent — 姊妹型個人 agent CLI(Nous Research);兩者共用 persistent-personal-agent + context-file 的形態
資料來源#
- Thread by @AndrewYNg — 稱 Steinberger 為「OpenClaw's creator」(
practitioner-opinion) - Andrej Karpathy: From Vibe Coding to Agentic Engineering — installer-as-copy-paste 的案例
- The New Physics of Business — Garry Tan, Y Combinator — YC 內部使用;Ferrari/Honda 排名
- Really Big Test-Time Compute in AI Changes Benchmarks, Safety and Research with OpenAI's Noam Brown — Moltbook/OpenClaw 作為協調先驅
- aiAuthZ: Off-Host, Identity-Bound Authorization for AI Agents — live-runtime 部署驗證
- AgentOpt v0.1 Technical Report: Client-Side Optimization for LLM-Based Agent — 引用 OpenClaw 安全分析與 OpenClaw-RL
Cited by 12
- Garry Tan×3
Tool ecumenism with a ranking: "OpenClaw is the Ferrari… Codex is a really good Honda. It will do…
- AI-Native Organization×2
The extension Tan says most engineering talks miss: at YC the transformation runs through media…
- Owning Your Externalized Cognition×2
The contrast he draws is between a product you consume and an asset you build: rented intelligence…
- Peter Steinberger×2
Austrian developer best known as the founder of PSPDFKit (a widely-licensed PDF SDK) which he built…
- Agent-Native Infrastructure
The concrete seed (shared with Software 3 0): installing OpenClaw isn't a shell script, it's a…
- Anthropic
2026 — OpenClaw third-party access constrained; first-party subscription prioritization
- Claude Character as Product
Honest feedback. Doesn't reflexively agree with everything the user says. (This connects to…
- Client-Side Agent Optimization
The systems mechanism: patch httpx.Client.send and httpx.AsyncClient.send at the HTTP transport…
- Entities — People, Orgs, Tools & Projects
Openclaw — Peter Steinberger's open-source personal AI agent / harness (openclaw.ai); the canonical…
- Multi-Agent Collective Intelligence
Noam Brown — the practitioner source for the knowledge-accumulation framing (the civilization…
- Off-Host, Identity-Bound Authorization
Robustness extras. Long-context: a buried exfiltration instruction in a 500→48 000-token log makes…
- Software 3.0
Openclaw — the installer example's subject, now with its own entity page
Related articles
- LLM-as-Compiler Knowledge Base
Karpathy's architecture: LLM incrementally compiles raw docs into a persistent interlinked wiki, replacing RAG with a 4…
- Evals as Product Spec
Cat Wu's framing of evals as the emerging core PM skill: ten great evals beats a hundred mediocre; encode what done loo…
- Claude Code
Anthropic's agentic coding product; created by Boris Cherny late 2024; TypeScript/React on Bun (itself Claude-rewritten…
- Harness Shrinkage as Models Improve
Prompt scaffolding shrinks each model release; Cat Wu's pruning discipline; Boris Cherny "100 lines of code a year from…
- Entities — People, Orgs, Tools & Projects
Map of Content for all 72 entity pages. See Home for concept domains.
