Sources#
- Indian AI Coding Startup Emergent Becomes a Unicorn with $130M Series C
- The New Physics of Business — Garry Tan, Y Combinator
Summary#
President & CEO of Y Combinator; previously a YC partner (from 2011), co-founder of Initialized Capital, and before that a designer-engineer (Posterous co-founder, early Palantir). His July 2026 AI Engineer talk The New Physics of Business is the wiki's YC-side account of the AI-Native Organization: he presents himself as a founder-investor "running a 20-year-old institution that is becoming AI native right now," with YC itself as the case study — media, events, and finance staff building skill files and cron jobs, the whole firm running on an internal OpenClaw deployment plus a company brain, at "a staff that would look like a rounding error at any other comparable firm."
The 400x claim#
His stress-test-me number: in 2013, as a near-full-time engineer building YC's internal social network, he wrote ~14 usable logical lines of code a day (median-normal for the era's literature). In 2026, running YC full-time on fewer hours, he measures his output at ~400x — self-deflated, assuming maximal verbosity and scaffolding penalties, to "8x at the floor and 80x in the middle." The load-bearing half of the claim is the attribution: "It's not the model. The 2x people and the 100x people are using the exact same Claude… the leverage is not in the weights, it's in how you wire the work" — the practitioner statement of Organizational Complements to AI, and a number to weigh against the measured expertise premium in Returns to Expertise in Agentic Coding (2× actions, 5× output per prompt).
GBrain and the company brain#
His open-source project (MIT-licensed, built in the open): a company brain — "the library plus the librarian," "effectively Postgres for agents" — a retrieval layer whose job is deciding, per task, "what three books should be loaded into the agent's head" (his working-memory image: an agent holds ~a million tokens ≈ three Harry Potter books, against the human 7±2). His personal instance: ~220,000 pages compiled mostly by his agents from email, meetings, and 20 years of notes. Failure modes he names himself: "a brain nobody curates becomes a garbage dump with great search"; the primitive is "memory plus hygiene" — provenance on every fact, contradiction checks, a human-plus-agent librarian whose job is pruning. This is an in-the-wild sibling of the Karpathy pattern this vault runs on — see LLM-as-Compiler Knowledge Base. His stated reason for open-sourcing: "the layer should be open the way Linux is open"; company brains and personal context are "wide open territory" he wants to fund at YC.
Signature positions#
- Never do one-off work. After any successful agent task, "skillify it" (he published a skill for this): "if you have to ask for something twice, you failed. The organization that captures what it learns gets smarter every single day. The one that doesn't wakes up every morning with amnesia." The normative form of Agentic Work Systematization.
- Model quality is rented; your brain is owned — context/memory as the durable asset over model access (Compounding Data Moat in one line).
- Latent vs. deterministic space as the master bug diagnostic — see Latent vs. Deterministic Space.
- Tool ecumenism with a ranking: "OpenClaw is the Ferrari… Codex is a really good Honda. It will do 90% of this." The concepts travel to any stack.
- Abundance politics: "Abundance is not a policy paper, it is shipped software"; job-loss fear is "a failure of imagination." His closing exhibit: a father who built an 80,000-markdown-file brain to reach the edge of what humanity knows about his son's rare epilepsy — "a father, a laptop, and a library."
Connections#
- AI-Native Organization — his central thesis: the org-primitive → markdown mapping, YC's own transformation, the revenue-per-head claims
- Emergent — his headline revenue-per-head exhibit; now a third-party-checked $1.5B unicorn (TechCrunch, July 2026), which corroborates the company's scale while showing the record per-head figure compresses (~$600K/head at 200 staff vs the ~$1M/head of his "15 people at $15M" claim) — and disagrees with his "Summer 24" origin
- Latent vs. Deterministic Space — his engineering diagnostic, from the same talk
- LLM-as-Compiler Knowledge Base — GBrain as an in-the-wild company-brain instance of the compiled-wiki architecture, with a matching hygiene doctrine
- Agentic Work Systematization — "never do one-off work / skillify it" is the discipline whose adoption curve that page measures
- Founder as Agent Orchestrator — the role he prescribes to every YC founder and generalizes to non-engineering staff
- OpenClaw — YC's internal harness; "the Ferrari" in his tool ranking
Sources#
- The New Physics of Business — Garry Tan, Y Combinator — "The New Physics of Business," AI Engineer, 2026-07-17 (
practitioner-opinion; machine transcript)
Cited by 21
- Agent Context Files
The cross-vendor markdown-as-control-plane pattern: repo-versioned plaintext (CLAUDE.md / AGENTS.md / SOUL.md / WORKFLO…
- Agent Harness Engineering
Patterns for scaffolding long-running LLM agents: environment design, progressive context disclosure, mechanical archit…
- Agentic Work Systematization
OpenAI Codex study's 'systematization' margin: the shift from ad-hoc agent use (describe task → agent does it → done) t…
- AI Employee Framing
Kropp et al. (HBR May 2026, n=1,261): framing AI agents as "employees" vs "tools" cuts personal accountability −9pp, in…
- AI Investment Story, Not Efficiency Story
Emergence Capital's Beyond Benchmarks 2026 counterintuitive finding: across every revenue segment non-AI companies out-…
- AI-Native Organization
Garry Tan's org-design mapping: skill files = employees, resolver tables = org charts, filing rules = process, trigger…
- AI-Native Startup Lifecycle
Anthropic's May 2026 reframing of Idea/MVP/Launch/Scale assuming AI infrastructure: each stage's headcount/capital/skil…
- AI Product Economics Maturation
ICONIQ Q2 2026 exec survey (~305 AI-building software companies): AI crosses from experiment to P&L line — AI products…
- Compounding Data Moat
Anthropic's prescription for Scale-stage defensibility: time-locked behavioral fingerprint + domain-encoded edge cases…
- Emergent
Indian AI 'engineering-team-in-a-box' app builder (Bengaluru, the Jha brothers); a $1.5B unicorn on a $130M Series C (J…
- 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…
- Founder as Agent Orchestrator
Founder role shift: less individual contributor, more orchestrator of specialized AI assistants; non-technical founders…
- Latent vs. Deterministic Space
Garry Tan's diagnostic for agent-system bugs: computation lives in two places — latent space (the LLM: taste, judgment,…
- LLM-as-Compiler Knowledge Base
Karpathy's architecture: LLM incrementally compiles raw docs into a persistent interlinked wiki, replacing RAG with a 4…
- Entities — People, Orgs, Tools & Projects
Map of Content for all 55 entity pages. See Home for concept domains.
- Non-Malleable Memory Authority (TMA-NM)
Yedidel Louck (arXiv 2606.24322): existing agent-memory defenses decide a memory item's authority-to-act from a *mallea…
- OpenClaw
Peter Steinberger's open-source personal AI agent / harness (openclaw.ai); the canonical example of agent-native distri…
- Organizational Complements to AI
The general-purpose-technology argument that AI's productivity gains depend on complementary workflow/skill/org-design…
- Printing Press Software Democratization
Boris Cherny's analogy: 1400s literacy expansion → AI software-writing expansion; domain knowledge displaces coding ski…
- Returns to Expertise in Agentic Coding
Anthropic's 400K-session study: domain expertise (not coding skill) is what amplifies an agent — experts get 2× the act…
- 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
- AI-Native Organization
Garry Tan's org-design mapping: skill files = employees, resolver tables = org charts, filing rules = process, trigger…
- AI-Native Startup Lifecycle
Anthropic's May 2026 reframing of Idea/MVP/Launch/Scale assuming AI infrastructure: each stage's headcount/capital/skil…
- Printing Press Software Democratization
Boris Cherny's analogy: 1400s literacy expansion → AI software-writing expansion; domain knowledge displaces coding ski…
- Anthropic
AI safety company / vendor of Claude; mission-as-tiebreaker culture; ~30–40 PMs across teams; Mike Krieger leads Labs r…
- Compounding Data Moat
Anthropic's prescription for Scale-stage defensibility: time-locked behavioral fingerprint + domain-encoded edge cases…
