Opinion
Garry Tan: Claude Code is an unlock that enables 5x faster coding
“I recently got very, very addicted to Claude Code, and I would describe it as, like, 10 years ago I was a marathon runner, and I loved doing it, and then I suffered a catastrophic knee injury, which is called manager mode, and I stopped coding, which is tragic…”
Prediction Not checkable as stated
French-Owen: Future coding will feel like delegating tasks to coworkers
“Hey, in the future coding is really going to feel more like talking to a coworker. Like you're going to send off a question and then they'll go off and do something and come back to you with a PR.”
Prediction Not checkable as stated
French-Owen: Software developers will all become AI managers in the future
“I think in some sense, you're right that like everyone is going to become a manager in the future, or at least that's my hot take. But in order to get there are steps along the way and you have to really build a lot of trust in the model and understand what it…”
Assertion Supported
French-Owen: Claude Code spawns Haiku sub-agents with dedicated context windows
“When you ask Claude code to do something, it will typically spawn and explore sub agent or like multiple ones. And basically each of those are running haiku to traverse the file system and kind of like explore what's there. And they're doing it in their own co…”
Insight
French-Owen: Claude Code Succeeds by Distancing Devs From Low-Level Code
“And I think it's important actually to quad code that it's not an IDE because it sort of distances you from the code that's being written. Like IDEs are all about exploring files, right? And you're like trying to keep all the state in your head and understand …”
Disclosure
Garry Tan grants Claude Code direct access to his production database
“I mean, I'm not sure if I'm supposed to do this, but I've actually also had it access my production database.”
Assertion Not checkable as stated
Garry Tan: Claude Code can debug nested delayed jobs five levels deep
“Oh my God, like this thing can debug nested delayed jobs, like five levels in and figure out what the bug was and then write a test for it. And it never happens again.”
Insight
French-Owen: Bypassing IT approval gives developer tools a major adoption edge
“Like thinking about a cursor or a cloud code or a codex CLI, the fact that you can just download it and use it without having to get IT permissions or anything makes a huge difference.”
Assertion Supported
Tan: Netscape tracked enterprise IPs on free downloads to enforce licenses
“That was the original Netscape Navigator. It was free for non-commercial use, and then people would just download it and use it for commercial use, and then they could just track down the IPs and figure out exactly how many clients were in all of these differe…”
Insight
Tan: Developers adopt vendors like PostHog simply because Claude Code recommends them
“Now people are probably just making Architecture decisions about what to use directly in CloudCode. Like, they might not even know what, you know, what analytics to use. And it's like, oh yeah, as long as CloudCode says use PostHog, like, they're using PostHog…”
Insight
French-Owen: Strong public docs and Reddit mentions drive LLM recommendations
“I think, yeah, if you're selling a developer tool, like having good docs that are out there, like having social proof, like Maybe being posted on Reddit a little bit more. All of that helps your case tremendously.”
Assertion Not checkable as stated
Diana Hu: Supabase is the default backend recommendation across all LLMs
“Whenever someone asks how to set up anything that you need, some sort of backend, Firebase type of transaction, the default answer from all the LLMs is actually a Superbase.”
Opinion
French-Owen: Coding agents disproportionately benefit open-source software
“I will say it does help open source disproportionately, I would say. Like, I don't know if you all saw there's a ramp blog post that they recently published about building their own coding agent, and they were mentioning that they use open code as a harness be…”
Disclosure
French-Owen: OpenAI used reinforcement learning on o3 checkpoints for coding tasks
“Well, basically we kind of had like a checkpoint. For I think it was O three, like one of the reasoning models. And then we did a bunch of fine tuning on it and reinforcement learning where it's like, oh, you're given a bunch of questions to like solve these c…”
Assertion Supported
French-Owen: Claude Code and Codex Use Grep Rather Than Semantic Embeddings
“Like I think cursor takes an approach where they actually do semantic search, where they embed everything and figure out like, Hey, what query is closest to this? If you look at a codex or a cloud code they actually just use like grep.”
Insight
French-Owen: Providing automated verification loops drastically improves coding agent performance
“Obviously giving the model a way to check its work helps improve performance drastically. So the more that you can run tests and lint CI, et cetera.”
Opinion
French-Owen: Cursor BugBot and Codex perform very well at code review correctness
“I use the cursor bug bot has gotten quite good and I actually like codex for code review as well. I find it does a very good job on correctness.”
Insight
French-Owen: Coding agents suffer from context poisoning and need active context resets
“I think context poisoning is a real thing where it kind of like goes down one loop and it will continue because it has this persistence, but it's referring back to tokens, which are like not Right in terms of pursuing a solution. And so one thing that I often …”
Insight
French-Owen: LLMs enter the 'dumb zone' after exceeding context thresholds
“He has this concept of, like, the LLMs reaching the dumb zone, where it's like, after a certain amount of tokens It just starts, like, degrading in quality. And I actually think that's very true, especially if you think about, like, how the reinforcement learn…”
Insight
Diana Hu: Inserting canary facts tests if an LLM's context has degraded
“One of the tricks that I think founders use is you put like a cannery at the beginning of the context. There's something very esoteric that it would only help. It's like something really funny. It's like, I don't know. My name is Calvin and blah, blah, blah. I…”
Assertion Supported
French-Owen: Codex Uses Periodic Compaction to Support Long-Running Tasks
“Where it will run compaction, like, periodically after each turn, and so Codex can continue to run for a very long time, and if you look at the percentage in the CLI, you'll see it, like, move up and down as compaction runs.”
Opinion
Tan: Current AI coding agents cannot run autonomously for long periods
“The coding agents right now are really, really smart, but not smart enough to run on their own for long periods of time”
Opinion
French-Owen: OpenAI targets long-horizon autonomous intelligence for AGI
“Whereas OpenAI really leans into this idea of just, like, we are going to train the best model and reinforce over time and get it to do longer and longer horizon things in this pursuit of artificial general intelligence.”
Opinion
Garry Tan: Claude Code enables one person to do five people's daily work
“It's like, I can do five people's worth of work in like a single day. It's like rocket boosters.”
Prediction Not checkable as stated
French-Owen: Solo engineers using AI will outperform large enterprise teams
“And I think it's going to be very strange as, like, these individual teams of, like, one person are like, hey, that team over there isn't doing the right thing, like, let me just build a prototype that, like, works better. I think at some point it's going to s…”
Insight
French-Owen: Core product primitives must be set early for coding agents to build on
“It's, like, difficult to change the user's mental model, and so I, at least for myself building products, it's like, you have to think about that Very carefully from an early stage, because again, whatever you supply to the coding agents as that kind of kernel…”
Insight
French-Owen: More senior engineers benefit most from AI coding agents
“In general, I think that kind of the more senior, senior you are, the more you benefit because the agents are so good at taking some sort of idea and then putting it into action.”
Opinion
French-Owen: AI models still struggle with software architecture
“And I think having a smell for what the right architecture is, is still the area where the models, like, don't do the best job.”
Insight
French-Owen: Systems fundamentals like HTTP and databases remain essential in CS
“Personally, I think still understanding systems is very important and just having some conception of, like, how, like, Git works, you know, or, like, HTTP, or databases, like, queues, like, all of these different systems. I think that those fundamentals are st…”
Prediction Not checkable as stated
Taggar: Top 18-to-22-Year-Olds in 5 Years Will Have 'Off the Charts' Taste
“I wonder if, like, the best 18 to twenty-two-year-olds, like, five years from now will just have, like, off the charts taste and everything. Because they'll just be so much more prolific. They should be, right? Like, they should just be launching and touching …”
Insight
Taggar: Claude Code Lets Multi-Project Builders Actually Finish Half-Done Ideas
“Now I just think, like, you kind of, like, there's certain types of brains that just have, like, 10 branches going in their heads, but you never have enough hours in the day to actually, like, see any of them through, so they're always, like, half complete, an…”
Prediction Not checkable as stated
French-Owen: Every Worker Will Eventually Have Dedicated Cloud AI Agents
“I mean, sort of what I've been thinking, I don't know how far this future is, but like eventually every. Person who's working, like has their own sort of like cloud computer and like set of cloud agents who are running for them.”
Prediction Not checkable as stated
French-Owen: AI Will Make Average Companies Smaller and More Numerous
“I think the average company is probably going to get like a little smaller and there's going to be many more of them doing more things.”
Insight
Diana Hu: Opportunity exists for an agentic-first system of record
“And the system of record, there's opportunity for something that's kind of agentic first, because right now we're still kind of integrate very much with databases and SQL or NoSQL queries at a very low level. But imagine something that generates all the data t…”
Opinion
French-Owen: Slack restricted API access to prevent third-party agentic exfiltration
“Like I think Slack locked down their API a little bit because they didn't want people just exfiltrating everything from Slack and then building agentic experiences on top of it.”
Insight
French-Owen: The value of writing basic integration code has dropped to zero
“Segment is a funny business in that where we started was building these integrations, right? And so it's like, oh, you need to wire up, like, the same data going to, like, Mixpanel and Kissmetrics and Google Analytics, et cetera. And I think just writing that …”
Insight
French-Owen: Context window limits remain the primary bottleneck for coding agents
“I mean, I still think context window is like probably the number one limit. Like if you look at cloud code executing, it's delegating to all these different context windows. At the end of the day, when each one comes back, it's like getting some sort of summar…”
Disclosure
Garry Tan: Reaching 100% Test Coverage Supercharged Coding Velocity with Claude Code
“I was operating for, like, the first two or three days of my nine days in the wilderness. Like no tests or very few tests, and then one day I was like, all right, today's refactor day. I'm gonna do, get to a hundred percent test coverage, and then I just sped …”
Insight
Diana Hu: Getting Good Prompts Requires Test-Driven Development via Evals
“The way you get a good prompt is all test-driven, just like evals, right? In a sense, the test cases are your evals.”
Insight
Taggar: Never give personal AI agents access to emails due to prompt injection
“Do not give it access to emails would be my number one piece of advice or probably anything. Cause it's not clear how safe it is. And it's probably almost certainly gonna probably a lot of people being prompted injected by it right now”
Insight
French-Owen: Codex approaches coding in unintuitive, AlphaGo-like ways
“It's interesting to see like Codex's personality shine through when writing code. I would say it does the most stuff that humans don't do kind of in this alpha go sense where it's like, oh, it'll write a Python script to like modify some part of the file syste…”
Opinion
French-Owen: Claude Opus Misses Multi-File Bugs That Codex Catches
“Refreshing complex UI state and Opus often will miss it if there's many files, but Codex seems to catch it.”
Prediction Not checkable as stated
French-Owen: Future Coding Agent Power Users Will Act Like Managers and Designers
“I do feel like the best or the people who will get the most out of coding agents in the future are going to be kind of like more manager, like where they're focusing on directing flows in certain ways. They're probably going to be a little bit more like design…”
Assertion Not checkable as stated
French-Owen: OpenAI Codex performs particularly well on Python monorepos
“Codex works very well on Python mono repos.”
Opinion
French-Owen: OpenAI takes sandboxing and security more seriously than competitors
“The sandboxing, it's such an interesting question because I think OpenAI actually takes the like sandboxing and security question more seriously than almost anyone else.”
Assertion Not checkable as stated
Taggar: Half of YC's engineering team skips coding agent permissions
“It's about fifty-fifty on the YC engineering team.”