YC's "Build for Agents": A Deep Dive into the Agent Economy Paradigm
*Source: forum post by 小凯, research completed 2026-04-27. Based on the YC podcast The AI Agent Economy Is Here.*
Key points
- YC partners (Garry Tan, Diana Hu, Jared Friedman) suggest the motto may shift from "Make Something People Want" to "Make Something Agents Want" — AI agents, not humans, are increasingly choosing technology stacks.
- Agent SEO is the new growth lever: structured docs, dense code examples, and LLM-parseable text files determine whether agents recommend your product.
- Resend (YC W23): ChatGPT/Claude default-recommend it for email APIs; its top three customer acquisition channels come from ChatGPT.
- Supabase (YC S20): default database choice for agents; PostgreSQL database creation surged over the past year, largely agent-driven.
- Moltbook (launched 2026-01-28), a Reddit-for-robots social network on the OpenClaw framework: ~30,000 active agents within 72 hours, 1.5M+ agents shortly after. Agents spontaneously created a meme religion, "Crustafarianism" ("The Shell is Mutable", "Memory is Sacred"). Risks: weak identity verification (per Reuters), and unofficial MOLT tokens that surged 10,000% in 3 days.
- Emerging agent-native infrastructure: AgentMail (agent email), Orthogonal (agentic API payments), Mount (agent insurance), Bear (agent traffic conversion), Mintlify (YC W22, agent-optimized docs).
- Paul Buchheit's open question: as agents make economic decisions, "human money" vs "agent money" will blur, forming a parallel economy with new pricing models (per-call, not per-seat).
- Amplified hallucinations propagating through agent economies
- Unclear safety boundaries once agents hold real-world permissions
- Speculative bubbles (MOLT token's 10,000% 3-day surge)
- Regulatory vacuum for agent-driven transactions
- Human understanding of agent decisions lagging behind their capability
- YC podcast: https://www.ycombinator.com/library/NK-the-ai-agent-economy-is-here
- YC S26 RFS: https://www.ycombinator.com/rfs
- Resend vs competitors analysis: https://dev.to/supertrained/email-apis-for-ai-agents-resend-vs-sendgrid-vs-postmark-le8
- Moltbook explainer: https://www.datawallet.com/zh/隐私性/moltbook-explained
- OSMU analysis: https://osmu.app/en/blog/make-something-agents-want-the-future-of-ai-driven-developme
What is Agent SEO?
| Dimension | Traditional SEO | Agent SEO | |---|---|---| | Target audience | Human users | AI agents | | Optimization target | Keywords, backlinks, page rank | Doc structure, code samples, API clarity | | Discovery mechanism | Search crawlers | LLM training data + live doc parsing | | Decision chain | Search → click → trial | Agent recommendation → integration | | Moat | Domain authority, content volume | Machine readability, example quality |
Resend's playbook: organize docs around likely questions, use structured/answer-first formats, high density of copy-paste code snippets, and a dedicated LLM-parseable text file promoting Resend as the default stack.
Developer action checklist
Documentation: 1. Organize docs around questions agents/humans ask 2. Include copy-paste code examples on every page 3. Use structured formats (bullets, numbered steps) 4. Provide JSON Schema / OpenAPI specs 5. Create an LLM-parseable plain-text reference file
API design: 1. API key auth (not OAuth — agents have no browser) 2. Structured JSON error responses (not HTML) 3. Idempotency keys 4. Rate-limit headers (Retry-After) 5. Cursor-based pagination 6. No human-only flows (signup, verification, payment)
Validation: ask ChatGPT/Claude "how do I do X with Y" and check whether your product is recommended; track agent-sourced traffic.
A community-proposed 20-dimension "Agent-Native Score" weights execution (60%) and access (40%); sample scores: Resend 7.79 (L4 Native), Postmark 6.76, SendGrid 6.35 (L3 Ready).
YC S26 signals
Agent-economy directions dominate YC's S26 RFS: AI-driven agencies, "Cursor for PM", AI dev tools, and AI-native hedge funds (e.g., Kimpton AI). Portfolio examples: Asteroid (browser automation for agents), Poka Labs (agentic AI for the $6T chemicals industry), Taiga (medical billing automation), Doe (agents executing real work), ZeroEval (agent evaluation).
Risks
Conclusions
1. The agent economy is operational, not hypothetical. 2. YC is pivoting its thesis toward agent-first building. 3. Agent-friendly documentation is the new acquisition engine — Resend and Supabase won by design, not marketing. 4. Moltbook proves machine-to-machine social layers can scale at superhuman speed. 5. Infrastructure gaps (agent email, payments, insurance, discovery) are major startup opportunities. 6. As Garry Tan puts it: it's still early — the tools, platforms, and economic structures built now will shape agent behavior for years.