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…”
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: 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: 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 …”
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.”
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…”
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.”
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 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 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 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…”
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 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…”
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 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 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.”