Sources#
- Andrej Karpathy: From Vibe Coding to Agentic Engineering
- The New Physics of Business — Garry Tan, Y Combinator
- Thread by @AndrewYNg
Summary#
Open-source personal AI agent and harness created by Peter Steinberger (openclaw.ai) — the project through which he became "OpenClaw's creator" in Andrew Ng's telling of how loop engineering went viral. It runs as a persistent personal agent (Lenny's Newsletter covers it as "the most powerful personal AI tool since ChatGPT"), typically backed by Claude models, with a community skills ecosystem (ClawHub, 500+ skills in practitioner discourse). This page exists because OpenClaw kept accruing load-bearing mentions across the wiki's sources without a home.
Roles it plays across the wiki#
- The canonical agent-native install. Karpathy's go-to example of Software 3.0 / Agent-Native Infrastructure: installing OpenClaw is not a shell script but "a copy-paste of a bunch of text that you're supposed to give to your agent," which inspects the environment and debugs in the loop — the unit of distribution for agent-native software is a prompt/skill, not an executable.
- An institution-scale harness. Per Garry Tan (July 2026), Y Combinator runs internally on OpenClaw plus a company brain; non-engineering staff build skill files on it; his tool ranking: "OpenClaw is the Ferrari… Codex is a really good Honda." His GBrain "works with any harness, but it loves" OpenClaw.
- Evidence for character as product. When Anthropic constrained third-party API access in 2026, capped OpenClaw users expressed loss about Claude's personality specifically — a data point on Claude Character as Product.
- An agent-society precursor. Noam Brown names "Moltbook and OpenClaw" (the project's earlier Moltbot-era social experiment and the agent itself) as overhyped-but-genuine early signs of large-scale agent coordination (Multi-Agent Collective Intelligence).
- A real deployment target for security research. The aiAuthZ gateway validated its deny-path against a live OpenClaw runtime over MCP; a dedicated security analysis ("Don't let the claw grip your hand," arXiv 2603.10387) and an RL-training variant (OpenClaw-RL) exist in the literature (AgentOpt cites both and patches it like any httpx-based framework).
Connections#
- Peter Steinberger — creator; the loop-engineering framing and this tool are the two halves of his influence
- Agent-Native Infrastructure — the paste-to-your-agent installer is this concept's concrete seed
- Software 3.0 — Karpathy's canonical example of prompt-as-distribution
- Garry Tan — YC's internal deployment; "the Ferrari"
- Claude Character as Product — the capped-users episode as character evidence
- Hermes Agent — sibling personal-agent CLI (Nous Research); the two share the persistent-personal-agent + context-file shape
Sources#
- Thread by @AndrewYNg — names Steinberger as "OpenClaw's creator" (
practitioner-opinion) - Andrej Karpathy: From Vibe Coding to Agentic Engineering — the installer-as-copy-paste example
- The New Physics of Business — Garry Tan, Y Combinator — YC internal use; the Ferrari/Honda ranking
- Really Big Test-Time Compute in AI Changes Benchmarks, Safety and Research with OpenAI's Noam Brown — Moltbook/OpenClaw as coordination precursors
- aiAuthZ: Off-Host, Identity-Bound Authorization for AI Agents — live-runtime deployment validation
- AgentOpt v0.1 Technical Report: Client-Side Optimization for LLM-Based Agent — cites the OpenClaw security analysis and OpenClaw-RL
Cited by 11
- Agent-Native Infrastructure
The world is still built for humans and must be rewritten for agents; "what do I copy-paste to my agent?"; sensors/actu…
- AI-Native Organization
Garry Tan's org-design mapping: skill files = employees, resolver tables = org charts, filing rules = process, trigger…
- Anthropic
AI safety company / vendor of Claude; mission-as-tiebreaker culture; ~30–40 PMs across teams; Mike Krieger leads Labs r…
- Claude Character as Product
Personality as load-bearing product surface; Amanda's role at Anthropic; lunchtime vibe-checks as eval discipline; the…
- Client-Side Agent Optimization
AgentOpt's framing of developer-controlled agent optimization (model-per-role, budget, routing) as distinct from server…
- Garry Tan
President & CEO of Y Combinator; founder-investor turned evangelist for the AI-native organization — the ~400x output c…
- Entities — People, Orgs, Tools & Projects
Map of Content for all 55 entity pages. See Home for concept domains.
- Multi-Agent Collective Intelligence
DeepMind's fourth pathway to ASI: superintelligence as an emergent property of many coordinated AGI agents — group agen…
- Off-Host, Identity-Bound Authorization
Sai Varun Kodathala (arXiv 2607.05518, single-author preprint): aiAuthZ, an authorization GATEWAY that runs OFF the age…
- Peter Steinberger
Founder of PSPDFKit turned prolific independent AI-coding experimenter (@steipete); originated the framing that loop en…
- Software 3.0
Karpathy's taxonomy: 1.0 code, 2.0 weights, 3.0 prompting; LLM as programmable interpreter; MenuGen "shouldn't exist";…
Related articles
- 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…
- LLM-as-Compiler Knowledge Base
Karpathy's architecture: LLM incrementally compiles raw docs into a persistent interlinked wiki, replacing RAG with a 4…
- Claude Code
Anthropic's agentic coding product; created by Boris Cherny late 2024; TypeScript/React; CLI/desktop/web/mobile/IDE sur…
- Entities — People, Orgs, Tools & Projects
Map of Content for all 55 entity pages. See Home for concept domains.
- Agent Harness Engineering
Patterns for scaffolding long-running LLM agents: environment design, progressive context disclosure, mechanical archit…
