OpenCode

product on 6 shows · 16 statements across 2 episodes · said 51 times in 16 episodes since 2025

Latent Space 39 the Startup Ideas Podcast 6 the Y Combinator Startup Podcast 2 Big Technology 2 the Neon Show 1 TBPN 1

Mentions by year, every show

tap a year for its mentions
00158301520252026episodesmentions
081520252026episodes it came up in
0057.5101520252026episodesmentions per episode

Latent Space 39the Startup Ideas Podcast 6Big Technology 2the Y Combinator Startup Podcast 2the Neon Show 1TBPN 1

2026 21 mentions in 13 episodes 2 per episode
2025 30 mentions in 3 episodes 10 per episode

every mention on every show, scene by scene, with the transcript →

16 statements about OpenCode, every show

Y COMBINATOR Disclosure
Wang: Meta will soon release its own developer harness
“Today the easiest way is to use open code. We have, like, onboarding on the website, and then soon we'll have a harness of our own, and ultimately, I think we want great models that plug into all of the available harnesses and empower as much, you know sort of…”
Alexandr Wang Jul 29, 2026 ▶ 18:17 Alexandr Wang: “This is a Once-in-a-Civilization Opportunity” · Y Combinator
LATENT SPACE Assertion Supported
Dax Reed cofounded a thriving coffee company requiring SSH to purchase.
“About a year ago, we launched a coffee company me and a few other people. And the trick was you can't buy it off a website. You have to SSH into a server and you actually get a really good experience. Like it's actually good UX and it's a pretty good e-commerc…”
Dax Reed Aug 5, 2025 ▶ 1:00 ⚡️OpenCode: Claude Code but Open Source, with Any Model, and frontier TUI - with Dax Reed (@thdxr)
Dax Reed: Optimizing marginal LLM efficiency yields plateauing returns.
“I think the clarity we have is we're not trying to get the next three percent of efficiency out of the LLM. I think that's kind of like an infinite rabbit hole you can dive down that has like plateauing results. So for us, we're more focused on Product experie…”
Dax Reed Aug 5, 2025 ▶ 4:06 ⚡️OpenCode: Claude Code but Open Source, with Any Model, and frontier TUI - with Dax Reed (@thdxr)
Dax Reed: Adding code editors to terminal AI tools is a trap.
“Almost immediately we're like, oh, we should build edit functionality. Like we should let you edit files in here, but that's a trap because that is like an infinite rabbit hole of work. And I've seen this with warp already where I think they have an editor in …”
Dax Reed Aug 5, 2025 ▶ 9:02 ⚡️OpenCode: Claude Code but Open Source, with Any Model, and frontier TUI - with Dax Reed (@thdxr)
LATENT SPACE Disclosure
OpenCode exactly replicated Claude Code by dumping its system prompts and schemas.
“We look at cloud code. We dump all their system prompts. We dump all their tool descriptions. We dump all their tool schemas. We re-implement the tools. And when you're using an anthropic model, we basically have the exact same implementation.”
Dax Reed Aug 5, 2025 ▶ 10:39 ⚡️OpenCode: Claude Code but Open Source, with Any Model, and frontier TUI - with Dax Reed (@thdxr)
LATENT SPACE Disclosure
OpenCode uses extensible custom modes rather than a single fixed plan mode.
“We're probably gonna ship it this week, but we're not implementing it as An explicit plan mode. We're implementing the concept of modes. So you'll be able to hit tab and cycle through different modes. We'll have a built in like plan mode and implement mode, bu…”
Dax Reed Aug 5, 2025 ▶ 11:33 ⚡️OpenCode: Claude Code but Open Source, with Any Model, and frontier TUI - with Dax Reed (@thdxr)
LATENT SPACE Assertion Supported
OpenCode uses a decoupled client-server architecture unlike Anthropic's Claude Code.
“So the one other difference between us and cloud code is under the hood, there's a client and server architecture here. So open code is a server that has a built in TUI client.”
Dax Reed Aug 5, 2025 ▶ 13:18 ⚡️OpenCode: Claude Code but Open Source, with Any Model, and frontier TUI - with Dax Reed (@thdxr)
LATENT SPACE Disclosure
The OpenCode team is developing mobile, web, and desktop clients.
“We're starting work on a mobile client. We're gonna start work on a web client. We're gonna have a desktop app.”
Dax Reed Aug 5, 2025 ▶ 13:34 ⚡️OpenCode: Claude Code but Open Source, with Any Model, and frontier TUI - with Dax Reed (@thdxr)
LATENT SPACE Assertion Not checkable as stated
Dax Reed notes developers avoid context limits via frequent session restarts.
“To be honest, most people haven't complained about this. Like it comes up occasionally. But people tend to start new sessions pretty frequently. They tend to not have super long running things that often. So it is a problem that needs to be solved, but it's on…”
Dax Reed Aug 5, 2025 ▶ 16:44 ⚡️OpenCode: Claude Code but Open Source, with Any Model, and frontier TUI - with Dax Reed (@thdxr)
Dax Reed says almost no AI coding benchmarks resemble real-world engineering tasks.
“Yeah, so we looked at all the different benchmarks we could find, and it's almost comical how none of them look like my day-to-day work. Most of these evals are like, You know, solve this maze. And I'm just like, I'm never solving a maze. Like it's never anyth…”
Dax Reed Aug 5, 2025 ▶ 19:43 ⚡️OpenCode: Claude Code but Open Source, with Any Model, and frontier TUI - with Dax Reed (@thdxr)
Dax Reed claims the Gemini CLI codebase is rushed and corrupts edits.
“And Gemini ones were not good. It was initially it looked good, but then I noticed it was getting caught in these crazy loops and it was like editing my files in these totally messed up ways. And I should have known because you can tell when you're looking thr…”
Dax Reed Aug 5, 2025 ▶ 22:08 ⚡️OpenCode: Claude Code but Open Source, with Any Model, and frontier TUI - with Dax Reed (@thdxr)
LATENT SPACE Disclosure
OpenCode will offload terms-of-service-questionable integrations to community-maintained plugins.
“I expected that open code is gonna have a plugin system in the next couple of weeks. So we'll probably move all of those like TOS questionable integrations into community maintained plugins and people can do whatever they want there.”
Dax Reed Aug 5, 2025 ▶ 22:55 ⚡️OpenCode: Claude Code but Open Source, with Any Model, and frontier TUI - with Dax Reed (@thdxr)
Dax Reed says enterprise developers immediately reject tools collecting code telemetry.
“Open code fits in a weird space where there's a lot of very boring enterprise companies that haven't used any of these tools yet because they have certain restrictions in their corporate laptop where they can't even install them. Open code tends to fit nicer i…”
Dax Reed Aug 5, 2025 ▶ 23:50 ⚡️OpenCode: Claude Code but Open Source, with Any Model, and frontier TUI - with Dax Reed (@thdxr)
Open source excels at core architectures needing hundreds of long-tail integrations.
“The stuff that has like, there's a core. And once you put the core, there's like a hundred integrations to do. That's where open source really shines. And there's a lot of that in open code. That's why we made it open source.”
Dax Reed Aug 5, 2025 ▶ 26:58 ⚡️OpenCode: Claude Code but Open Source, with Any Model, and frontier TUI - with Dax Reed (@thdxr)
LATENT SPACE Prediction Not checkable as stated
Dax Reed predicts OpenCode will dominate when a competitor beats Claude Sonnet.
“What would change things is if there's a day where either another LM lab or like, you know, an open source model drops that is competitive with Sonnet, maybe even better than Sonnet on that day, open code is going to be the only way to do this kind of thing. C…”
Dax Reed Aug 5, 2025 ▶ 28:28 ⚡️OpenCode: Claude Code but Open Source, with Any Model, and frontier TUI - with Dax Reed (@thdxr)
Dax Reed argues that the day an open-source project monetizes, it dies.
“Open code itself will never be on monetize. The day you monetize your open source project is a day it starts to die.”
Dax Reed Aug 5, 2025 ▶ 34:18 ⚡️OpenCode: Claude Code but Open Source, with Any Model, and frontier TUI - with Dax Reed (@thdxr)

← every entity, every show

Made with StarZero

Turn any episode into a week of clips.

This entire site, thousands of episodes across every show 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.