Remix.run Logo
trollbridge 7 hours ago

Using Electron in this day and age shows a particular lack of effort, considering how easy it is to use an agent harness to build native versions of apps. I mean, we're a tiny little business and we somehow find the bandwidth to do it.

JumpCrisscross 7 hours ago | parent | next [-]

It shows Anthropic doesn’t trust its agents to write native apps. That cuts cleanly against its marketing.

And if the Electron app were flawless, that would be one thing. It isn’t. It’s buggy, feature light, constantly updating and slow.

threatofrain 5 hours ago | parent [-]

Anthropic being a big company means they could trivially hire an iOS team. The failure to make a good native app is a business decision. Claude or not, leadership could've snapped their fingers, allocated the budget, and fixed the frontend UX by now if it were important enough.

jefftk 4 hours ago | parent [-]

> Anthropic being a big company means they could trivially hire an iOS team

Anthropic is primarily limited by how fast they can identify and onboard people who will be a good fit. Allocating that to ios would trade off against allocating that staffing growth elsewhere (ex: reliability, making the next generation model even better).

seabrookmx 7 hours ago | parent | prev | next [-]

I don't understand why people care about Electron? Evaluate the quality of the software based on its own merits IMO. VS Code, Slack, Postman, Obsidian.. I use this software every day and my only complaint is Slack's RAM usage (which honestly has no negative effect on my machine, but just seems silly for a messaging app).

Claude is a buggy mess because it's slop, not because it's electron. Heck, it runs a full Linux VM under the covers without asking.. it's insane.

JumpCrisscross 6 hours ago | parent [-]

> don't understand why people care about Electron?

Most Electron apps are crap because they transparently communicate the developer prioritizing their own efficiency over the trade-offs to UX choosing a cross-platform platform entails.

In most cases, I don’t care that an app looks crappy as long as it works. For Anthropic, however, the irony undermines its argument that Claude is ready to replicate developers.

wqaatwt 5 hours ago | parent | prev | next [-]

Yet… VS code somehow became the most popular IDE that happens to be generally viewed favorably by most of its users.

I personally hate it due to various reasons but I don’t feel like the Electron part is the issue (Java based Jetbrains IDEs generally seem way more bloated)

cmrdporcupine 5 hours ago | parent | prev [-]

It just seems like Anthropic has made a deliberate choice to make themselves a TypeScript dev shop.

From Claude Code being written in React (!!) to acquiring the Bun people so they they could have their very own bespoke JS/TS runtime (and then... rewriting the whole thing), to having the CC "native" app being Electron, etc.

It just seems like it comes down to a choice at the highest level to hire people from a "full stack" background, and build in and and prioritize TypeScript as their dev language, for better or for worse.

I personally think it's worse and that shows in the performance and quality of CC, but I'm biased.

Codex, FWIW, is written in Rust, and it is by far snappier and more reliable, though less featureful for now.

keeda 3 hours ago | parent [-]

Interestingly I just skimmed through a video linked in TFA: https://www.youtube.com/watch?v=SlGRN8jh2RI and Boris Cherny explains that they chose TypeScript and React for Claude Code primarily because it was "on distribution" and the models back then just weren't good enough at other languages.

So it's interesting that Codex is written in Rust. Amongst other things it could mean OpenAI had more powerful models that could handle Rust, or their engineers had to handhold the agents a lot more up front, or Rust has structural advantages that could overcome being less represented in the training data.

mnicky 3 hours ago | parent | next [-]

Well, Codex came long after Claude Code, no? So at that time the situation with models and Rust support was probably already different...

cmrdporcupine 3 hours ago | parent | prev [-]

Codex also I think put its first version out a bit later?

IMHO building the agent harness at least partially by hand is kind of key? I think going hogwild with "vibe coding" the actual harness is partially why CC is a bit of a rats nest. I think it's genuinely gotten out of control in terms of their ability to reason about it. Just my opinion, I'm sure Boris disagrees.

Also Codex itself distributed via NPM same as Claude. But it distributes a compiled Rust binary. Which is compiled from open source.

keeda 3 hours ago | parent [-]

I used to think Claude Code was released much earlier too, and my initial theory was that OpenAI as a follower had the benefit of more powerful models... but when I looked it up, Codex was first released in April 2025 [1], whereas CC Beta was released in Feb 2025 [2] -- only a couple of months apart!

I'm sure each lab is keenly aware of what the other is doing (how else could they time so many of their releases so close to each other?) so it's highly probable they started developing each app about the same time, and likely even knew the technical details involved. Which is why it's additionally interesting that OpenAI started off with Rust while CC used Electron.

1. https://techcrunch.com/2025/04/16/openai-debuts-codex-cli-an...

2. https://github.com/jqueryscript/anthropic-claude-timeline