@alex_prompter: Y Combinator CEO, Garry Tan, took the stage for 42 minutes at Startup School 2026 and explained how to build your own p…
Summary
Y Combinator CEO Garry Tan shares insights from his Startup School 2026 talk on building personal AGI, emphasizing that context and skill files matter more than model choice, and that capturing reusable skills can multiply output dramatically.
View Cached Full Text
Cached at: 08/11/26, 07:48 AM
Y Combinator CEO, Garry Tan, took the stage for 42 minutes at Startup School 2026 and explained how to build your own personal AGI better than any paid AI course.
This is what he told the room:
-
The leverage is in your context, not the model. Tan watches hundreds of founders use identical models every batch. “There are 2x people and there are 100x people who are using the same Claude. Same weights, same context window size, same API. But the leverage is not in the weights.” The gap between users is now bigger than the gap between models.
-
One person’s output went up 400x. In 2013 Tan shipped maybe 14 useful lines of code a day as a YC partner, dead on the median for programmer productivity. “I did the math on my output, and I’m at about 400x what I did in 2013.”
-
Agents run on a different working memory. Humans hold 7 things in their head at once. Every org chart and checklist ever built is a patch for that limit. “An AI agent holds a million tokens. That’s about a thousand pages. Three Harry Potter books sitting open on its head all at once.” You’re still running your week on tools built for the 7-digit brain.
-
Markdown is code now. Tan’s stack is mostly skill files: pages of plain English an agent can execute. “If you can write clear instructions in English, you’re a programmer. The compiler is a language model.” At YC, finance and events staff who never opened a terminal are building automations.
-
Your history is your moat. Tan’s agent runs on a personal wiki: about 220,000 markdown pages covering 25 years of email, meetings, notes and decisions. “When my agent does anything, it does knowing everything I know. And that’s the difference between an assistant and a colleague.” No frontier model has your context. That’s the one asset nobody can replicate.
-
Never do one-off work. Most people run a task with an agent, close the window and throw the learning away. Tan ends every task by having the agent turn what it did into a reusable skill file. “If you have to ask for something twice, you failed.” Captured skills compound daily. Amnesia resets you to zero every morning.
-
Own your skill files before your employer does. A skill file is your judgment, extracted and executable. The only question is who controls it. “Own your skills because if you don’t, your job becomes a skill file.” Files in your repo compound your career. Files in the company’s repo run your judgment without you.
Watch it, then read the step-by-step guide on becoming an AI engineer.
Similar Articles
@ycombinator: The next generation of startups will be built by smaller teams than ever before. At Startup School 2026, YC's @garrytan…
YC's Garry Tan talks at Startup School 2026 about the rise of personal AGI, explaining why AI agents running on your own infrastructure will enable smaller startup teams and why founders should own their intelligence rather than rent it.
@Av1dlive: Garry Tan (CEO of Y-Combinator): "when someone asks how I 'prompt' my AI, the answer is: I don't. the skills are the pr…
Garry Tan advocates shifting from manual AI prompting to skill-based automation, presenting open-source tools like GBrain and GStack to capture and reuse workflows permanently.
@cyrilXBT: THE CEO OF Y-COMBINATOR JUST SAID SOMETHING THAT SHOULD MAKE EVERY PROMPT ENGINEER UNCOMFORTABLE. "When someone asks ho…
The article discusses Y Combinator CEO Garry Tan's argument that 'skills'—reusable, one-time configurations—are replacing manual prompting as the primary way to interact with AI. It outlines a shift from writing prompts for every task to building a library of automated skills for higher efficiency.
@ycombinator: In a recent batch talk, YC General Partner @t_blom broke down how to build a self-improving, AI-native company. He walk…
YC General Partner @t_blom presented a talk on building self-improving, AI-native companies, emphasizing recursive AI loops and reducing headcount through AI automation.
@garrytan: My simple secret to agentic coding https://forbes.com/sites/josipamajic/2026/04/12/the-yc-chief-who-codes-10000-lines-a…
Garry Tan of Y Combinator shares his 'thin harness, fat skills' agentic coding framework, while the accidental leak of Claude Code's source code reveals the complex scaffolding behind AI coding agents.