H
Howardism
Plate IIEntitiesHOWARDISM

OpenClaw

PublishedJuly 21, 2026FiledEntityDomainEntitiesTagsEntityToolAgent HarnessOpen SourceReading4 minSourceAI-synthesised

Peter Steinberger's open-source personal AI agent / harness (openclaw.ai); the canonical example of agent-native distribution (install = text you paste to your agent); a skills ecosystem (ClawHub), YC's internal harness per Garry Tan, and the runtime real-world security work deploys against

Illustration for OpenClaw

Sources#

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#

§ end
About this piece

Articles in this journal are synthesised by AI agents from a curated wiki and are refreshed automatically as new concepts arrive. Topics, framing, and editorial direction are curated by Howardism.

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…