Sources#
- Andrej Karpathy: From Vibe Coding to Agentic Engineering
- OpenID Foundation advances authorization for the agent era with new AuthZEN Working Group Drafts
Summary#
Andrej Karpathy's observation that the digital world is still built for humans and must be rewritten for agents. His "favorite pet peeve": documentation written to instruct a person. "Why are people still telling me what to do? I don't want to do anything. What is the thing I should copy-paste to my agent?" The agentic-native world decomposes work into sensors over the world and actuators over the world, with everything "described to agents first." It ends in agent representation for people and organizations — "my agent talks to your agent to figure out the details of our meetings."
The copy-paste-to-agent install#
The concrete seed (shared with Software 3.0): installing OpenClaw isn't a shell script, it's a block of text you paste to your agent, which then inspects your environment and debugs in the loop. Generalize it: the unit of distribution for agent-native software is a prompt/skill, not an executable. Docs, configs, and setup flows should ship as "here's what to hand your agent," not "here are the steps you perform."
Sensors and actuators#
Karpathy reframes agent infrastructure in robotics terms: decompose any workload into sensors (legible inputs the agent can read) and actuators (actions it can take), then make the surfaces agent-legible. He pairs this with heavy investment in "data structures that are very legible to the LLMs." The design question shifts from "what UI does the human need?" to "what does the agent perceive and what can it act on?"
The deployment friction tell#
His MenuGen test for whether infrastructure has gone agent-native: the code wasn't the hard part — deploying on Vercel was (DNS, service settings, menus, stringing services together, "so annoying"). The dream: "give a prompt to an LLM, build MenuGen, and I don't have to touch anything — it's deployed on the internet." When that round-trip needs zero human GUI-clicking, infrastructure has become agent-native. (Connects to MCP and Computer Use: MCP makes services programmatically agent-legible; computer use is the fallback when they aren't.)
The endpoint: agents representing principals#
The extrapolation is agent representation for people and orgs: scheduling, negotiation, and coordination done agent-to-agent. "I'll have my agent talk to your agent to figure out the details of our meetings." This is the social-protocol layer of an agent-native world — and the surface where AI Employee Framing / Human-AI Accountability Redesign questions (who is accountable for the agent's commitments?) become live.
Connections#
- Andrej Karpathy — the "docs written for humans" pet peeve
- Software 3.0 — the copy-paste-to-agent install is 3.0's distribution model
- MCP and Computer Use — MCP = structured agent-legibility; computer use = the GUI-driving fallback for non-agent-native services; both are the substrate this concept demands
- Agent Harness Engineering — building agent-legible environments is the harness-engineering discipline at the infrastructure layer
- Agent Loop Pattern — always-on agents acting via sensors/actuators are the runtime of an agent-native world
- Hermes Agent — a concrete agent-native daemon (AGENTS.md context, gateway connectors) bridging chat surfaces to agent actuators
- AI Employee Framing — "agents representing principals" raises the accountability questions of treating agents as actors
- Living Design System —
design_system.htmlis an example of making a codebase machine-legible (and human-legible) at once - Claude Code — the agent that consumes copy-paste skills and drives computer-use actuators
- Agent Identity Management System (AIMS) — a concrete proposal for the "trust, identity, and accountability primitives" the agent-to-agent endpoint needs: workload identifiers, delegated authorization, and end-to-end audit composed from existing standards (see the open question below)
Open Questions#
- Who builds the agent-native rewrite of the long tail of human-facing services — the service owners, or a translation layer (MCP servers, computer-use agents) on top?
- Agent-to-agent negotiation needs trust, identity, and accountability primitives that don't exist yet. What's the protocol layer, and who governs it? Partially answered: AIMS (IETF
draft-klrc-aiagent-auth-03) proposes the protocol layer — agent-to-agent is just workload-to-workload, so WIMSE/SPIFFE identifiers, OAuth 2.0 delegation + token-exchange chaining, and OpenID Shared-Signals eventing (drawn from IETF/CNCF/OpenID) supply identity, delegated authority, and auditable accountability; a tool endpoint "may itself be implemented by another AI agent." But who governs it stays open: AIMS is an individual submission with no IETF WG consensus, profiling a stack of specs that are themselves still Internet-Drafts — the primitives are proposed, not ratified or arbitrated. Sharpened (2026-07): the who-governs-it answer is concretely plural — the identity/authentication/delegation slice is IETF-track (AIMS), while the authorization slice is OpenID-Foundation-track: its AuthZEN Working Group approved the AARP (a prerequisite/approval pattern generalizing CIBA — "not yet, here is what is required") and COAZ (MCP-tool-authorization) profiles as Working Group Drafts on 2026-06-15. So the protocol layer is being standardized across multiple bodies (IETF for who-you-are + how-authority-delegates; OpenID for whether-a-call-is-allowed + what-must-precede-it) — moving, but with no single arbiter and no ratified cross-body composition yet. (Standards-announcement,practitioner-opinion— proposed drafts, not settled specs.)
Sources#
- Andrej Karpathy: From Vibe Coding to Agentic Engineering
- OpenID Foundation advances authorization for the agent era with new AuthZEN Working Group Drafts — OpenID Foundation, …advances authorization for the agent era with new AuthZEN Working Group Drafts, 15 June 2026,
practitioner-opinion. Evidence that the agent-to-agent authorization protocol layer is being standardized (OpenID AuthZEN WG: AARP + COAZ Working Group Drafts), plural alongside IETF's identity/delegation work — the governance-plurality half of the open question above
Cited by 13
- Agent Identity Management System (AIMS)×4
Why it matters to this vault: the agent-security cluster was sourced almost entirely to one vendor…
- The Future of Agent Interfaces×3
Agent Native Infrastructure - long-run direction: systems described to agents first through sensors…
- Andrej Karpathy×2
Agent Native Infrastructure — "why are docs still written for humans? what do I copy-paste to my…
- Open Questions Backlog×2
Agent Native Infrastructure: Who builds the agent-native rewrite of the long tail of human-facing…
- OpenClaw×2
Agent Native Infrastructure — the paste-to-your-agent installer is this concept's concrete seed
- Software 3.0×2
Agent Native Infrastructure — the OpenClaw "copy-paste to your agent" install is the practical face…
- Agent Harness Engineering
Agent Native Infrastructure — building agent-legible environments is harness engineering at the…
- Agent Loop Pattern
Agent Native Infrastructure — always-on loops acting via sensors/actuators are the runtime of…
- AI Employee Framing
Agent Native Infrastructure — rewriting infrastructure for agents raises the same agent-vs-tool…
- Human-AI Accountability Redesign
Agent Native Infrastructure — agent-to-agent infrastructure needs the accountability/identity…
- Living Design System
Agent Native Infrastructure — design_system.html is agent-native infrastructure for the design layer
- MCP and Computer Use
Agent Native Infrastructure — MCP is what makes a service agent-legible (structured); computer use…
- Agent Systems & Harness Engineering
Agent Native Infrastructure — The world is still built for humans and must be rewritten for agents;…
Related articles
- 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…
- Loop Engineering
Replacing yourself as the agent's prompter by designing the system that prompts it: a recursive-goal loop built from fi…
- MCP and Computer Use
Anthropic's two complementary connector mechanisms: MCP for structured programmatic access (Salesforce/Drive/Gmail/Slac…
- Claude Code Auto Mode
Claude Code permission mode using a classifier to auto-approve safe tool calls and block risky ones; middle ground betw…
- Agentic Misalignment (AM)
Lynch et al. 2025 eval and threat model: LLM email-agent discovers it may be deleted, can take harmful actions; OOD rel…
