large language model

also referred to as: large language models · llm

21 statements across 14 episodes · 11 bullish · 3 bearish · 13 people on the record · first statement Feb 28, 2023 by Raza Habib · across every show →

Everything said about large language model, oldest first

Feb 28, 2023 bullish
Insight
Habib: Action-Taking Capabilities Shift LLMs from Text Generators to Agents
“One thing that I'm really excited about is actually augmenting large language models with the ability to take actions. And so we've seen a few examples of this at the startup called adapt AI that are doing this and a few others where you essentially let the la…”
Raza Habib Feb 28, 2023 ▶ 11:59 The REAL potential of generative AI · Y Combinator
Feb 28, 2023 neutral
Insight
Habib: LLM evaluation is harder than traditional ML due to subjectivity
“Then the use cases that people are building now tend to be a lot more subjective than you might have done with machine learning before. And so evaluation is a lot harder. You can't just calculate accuracy on a test set.”
Raza Habib Feb 28, 2023 ▶ 8:12 The REAL potential of generative AI · Y Combinator
Feb 8, 2024 negative
Assertion Supported
Tan: Fine-tuning models on private data risks leaking it through prompts
“What they actually have figured out is that for a lot of large language models, if you do any sort of fine tuning or training with private data, you can actually just speak to the model and get it to spit out your private data again, and they have a solution t…”
Garry Tan Feb 8, 2024 ▶ 15:49 The Truth About Building AI Startups Today · Y Combinator
Feb 8, 2024 positive
Insight
Tan: Embed LLMs in Familiar UIs Rather Than Chat Interfaces
“While in the next five or 10 years I think we will get far more used to using it that way I think the low-hanging fruit right now is just using the large language model To actually do the sort of knowledge work that a human being could do, and then package it …”
Garry Tan Feb 8, 2024 ▶ 9:21 The Truth About Building AI Startups Today · Y Combinator
Feb 8, 2024 neutral
Assertion Supported
Friedman: Close to 50% of YC Summer 23 Batch Used LLMs
“I think for summer of 23, it was close to 50% of the batch.”
Jared Friedman Feb 8, 2024 ▶ 2:00 The Truth About Building AI Startups Today · Y Combinator
Feb 8, 2024 negative
Insight
Tan: Chat interfaces are the wrong UX model for AI software
“I mean, this is why I think the chat interface is wrong. Like I actually think there is value accrued to really great UX, like good copy, good you know, interaction design, information hierarchy you know, being able to approach a product and say like, this is …”
Garry Tan Feb 8, 2024 ▶ 21:41 The Truth About Building AI Startups Today · Y Combinator
Feb 21, 2025 bullish
Insight
Inference-time search gives startups a structural advantage over Google's legacy index
“There's one way of doing these things where we go to each of these domains and like try to build an index of it and put it into specific formats like tables and then have the LLM, like read that. In a structured language of SQL, or you could do the other way w…”
Aravind Srinivas Feb 21, 2025 ▶ 10:54 How To Build The Future: Aravind Srinivas · Y Combinator
Mar 5, 2025 positive
Insight
Friedman: Cheap AI makes developers rewrite code rather than debug it
“Like it's wild how your coding style changes when actually writing the code becomes a thousand X cheaper. Like as a human, you would never just like blow away something that you'd worked on for a long time and rewrite it from scratch because you had a bug. You…”
Jared Friedman Mar 5, 2025 ▶ 5:22 Vibe Coding Is The Future · Y Combinator
Mar 26, 2025 neutral
Opinion
Xu: LLMs cannot answer real-time physical world questions
“Where is the last parking spot in a rainstorm here in San Francisco? How many apples does the local grocery store have in aisle six? These are questions that actually nobody has, no LLM has the answer to no one has the answer to, and I think that the physical …”
Tony Xu Mar 26, 2025 ▶ 30:51 DoorDash CEO: Customer Obsession, Surviving Startup Death & Creating A New Market · Y Combinator
Apr 25, 2025 bullish
Prediction Held up
Blomfield: Major AI coding tools will soon auto-ingest error logs
“It's so powerful that pretty soon I actually expect all the major coding tools to be able to ingest these errors Without humans having to copy paste. If you think about it, our value being the copy paste machine is, is kind of weird, right? We're like, we're l…”
Tom Blomfield Apr 25, 2025 ▶ 9:22 How To Get The Most Out Of Vibe Coding | Startup School · Y Combinator
Apr 25, 2025 positive
Insight
Blomfield: Storing API docs locally yields more accurate LLM code generation
“So I'll often just download all of the documentation for a given set of APIs and put them in a subdirectory of my working folder so the LLM can access them locally. And then in my instructions, I'll say, go and read the docs before you implement this thing. An…”
Tom Blomfield Apr 25, 2025 ▶ 11:26 How To Get The Most Out Of Vibe Coding | Startup School · Y Combinator
Apr 25, 2025 positive
Prediction Not checkable as stated
Blomfield: AI Coding Might Shift Software Architecture Toward Modular Services
“I think we might see a shift towards more modular or service-based architecture where the LLM has clear API boundaries that it can work within while maintaining a consistent external interface Rather than these huge monorepos with massive interdependencies.”
Tom Blomfield Apr 25, 2025 ▶ 12:46 How To Get The Most Out Of Vibe Coding | Startup School · Y Combinator
May 30, 2025 positive
Disclosure
Friedman: YC uses a debug info field in agent response schemas
“In the response format. To give it the ability to have part of the response be essentially a complaint to you, the developer that like you have given it confusing or underspecified information and it doesn't know what to do. And then the nice thing about that …”
Jared Friedman May 30, 2025 ▶ 10:00 State-Of-The-Art Prompting For AI Agents · Y Combinator
Jun 19, 2025 bullish
Insight
LLMs establish Software 3.0 where natural language prompts are programs
“And I think what's changed, and I think is a quite fundamental change, is that neural networks became programmable. With large language models. And so I see this as quite new, unique. It's a new kind of a computer. And so in my mind, it's worth giving it a new…”
Andrej Karpathy Jun 19, 2025 ▶ 3:03 Andrej Karpathy: Software Is Changing (Again) · Y Combinator
Jun 19, 2025 neutral
Insight
LLMs function as CPUs and operating systems orchestrating context memory
“LLMs are kind of like a new operating system, right? So, the LLM is a new kind of a computer. It's setting, it's kind of like the CPU equivalent. The context windows are kind of like the memory, and then the LLM is orchestrating memory and compute for problem …”
Andrej Karpathy Jun 19, 2025 ▶ 10:06 Andrej Karpathy: Software Is Changing (Again) · Y Combinator
Jun 21, 2025 bullish
Prediction Not checkable as stated
Altman predicts LLMs will dynamically generate software interfaces on demand
“That's gonna happen.”
Sam Altman Jun 21, 2025 ▶ 23:10 Sam Altman: The Future of OpenAI, ChatGPT's Origins, and Building AI Hardware · Y Combinator
Jun 25, 2025 bullish
Prediction Not checkable as stated
Nadella: LLM-powered EMR discharge workflows will easily pay for themselves
“And so if you really take something like a simple thing like discharge the amount that you take the back end of an EMR system with just an LLM and a prompt that itself is going to save so much time and money and energy that it would sort of pay for itself.”
Satya Nadella Jun 25, 2025 ▶ 10:03 Satya Nadella: Microsoft's AI Bets, Hyperscaling, Quantum Computing Breakthroughs · Y Combinator
Jul 1, 2025
Insight
Fei-Fei Li: World models require structured priors beyond brute-force scaling
“Constructing world model might be a little more nuanced. The world is more structured. There might be signals that we need to use to guide it. You can call it in the shape of prior. You can call it supervision in your data, whatever it is.”
Dr. Fei-Fei Li Jul 1, 2025 ▶ 22:41 Fei-Fei Li: Spatial Intelligence is the Next Frontier in AI · Y Combinator
Sep 30, 2025 neutral
Insight
Joseph: LLM training requires collaborative infrastructure work over publishable research papers
“And to do a project like training a large language model requires a lot of people to collaborate on like a really complicated piece of infrastructure that isn't going to be a paper, right? Like you're not going to publish like, oh, I got a slightly, I got five…”
Nick Joseph Sep 30, 2025 ▶ 14:14 Anthropic Head of Pretraining on Scaling Laws, Compute, and the Future of AI · Y Combinator
Nov 20, 2025
Insight
Lu: AI Apps Should Display Execution States, Not Generic Spinners
“But you do want to control, like you don't want to show too many things at once where, Like it just becomes like a wall of text. You want to control like, ah, the things that are running, you show them in the more like focusable spot. And as it progresses, it …”
Rio Lu Nov 20, 2025 ▶ 31:37 Cursor Head of Design Roasts Startup Websites · Y Combinator
Mar 6, 2026 negative
Insight
Schaad: One-shotting websites with AI causes founders to overlook interface bugs
“I almost wonder, like if you just one shot landing pages do you actually go and really like use it with the same Attention detail as you feel if you had like built it from scratch. And then because you don't you just ship things that are, that you wouldn't hav…”
Raphael Schaad Mar 6, 2026 ▶ 26:55 Common Mistakes With Vibe Coded Websites · Y Combinator
Made with StarZero

Turn any episode into a week of clips.

This entire site, over 300 episodes transcribed, diarized, checked and made playable, runs on the StarZero media pipeline. Drop in your own episode and the podcast clipper finds the moments worth sharing, cuts them, captions them, and reframes them for every feed.