Remix.run Logo
applfanboysbgon 3 hours ago

tl;dr if you make absolute dogshit software that takes 4.38 seconds to stabilize its first paint you can make really nice headline claims by "optimizing" it later

sashank_1509 3 hours ago | parent | next [-]

Unironically true, can someone question, what is Claude desktop app doing that needs 500k+ lines of code?

Agents complicate something that should be much smaller and simpler and then agents speed it up adding more complexity. I suppose functionally you may say this is fine but aesthetically it is hideous!

winstonp 3 hours ago | parent | next [-]

the codex desktop app bundles libreoffice's libraries. i wouldn't be surprised if claude does something similar.

bigwheels 3 hours ago | parent | prev | next [-]

TempleOS had kernel, compiler, 2D and 3D graphics drivers + libs, and tons of games and applications and the entire thing weighed in at less than 100kloc.

AI coding agents of today definitely bloat things up [egregiously].

phoghed 10 minutes ago | parent | next [-]

That’s pretty cool. What are you using temple os to do?

theshrike79 3 hours ago | parent | prev [-]

On the other hand applications on TempleOS are expected/assumed to be perfect and have no bugs. It makes things a lot simpler =)

applfanboysbgon 3 hours ago | parent | prev [-]

There is nothing even functionally fine about this. The me who has programmed for a 4mhz computer with 128kb of RAM is crying inside. It's a fucking trivial interface for writing and displaying text and sending HTTP requests. You could have that displayed ~instantly on an 80s home PC. Now we have home computers that can execute somewhere between billions and trillions of instructions per second and yet a task that should take <10ms takes 4500ms. Our industry has become an absolute embarrassment.

adamddev1 2 hours ago | parent | next [-]

Thank you. The apps created like this are absolutely an embarrassment. But to me the bigger horror is if people are going to be convinced to develop the critical libraries and infrastructure in the same way. Then we'll have bloat and rot in the deeper levels and everything will become exponentially worse and unreliable. It makes me so sad that people can't see this.

Daishiman 3 hours ago | parent | prev [-]

The Claude CLI does a lot more....

applfanboysbgon 3 hours ago | parent [-]

This article is about the graphical interface, not the CLI.

aesthesia 2 hours ago | parent [-]

The Claude graphical interface does a lot more...

Daishiman 3 hours ago | parent | prev [-]

Most line-of-business software has a lot of optimization opportunities. Making software optimized takes up time that can be spent building features. The fact that you can just make things go fast without having to take time away from feature building is actually pretty awesome.

applfanboysbgon 3 hours ago | parent [-]

Not taking 5 seconds to load text is a feature. 10x more valuable than whatever other shitty feature you're thinking of piling onto your monstrosity. Like, actually tangible valuable to users and consequently your business; Google has already done the studies at scale that demonstrate how every 100ms of delay has an observable impact on usage statistics and user retention.