Remix.run Logo
salomonk_mur 2 hours ago

Man, they put 2 processors in the thing and are building their own OS. They even say they are not sure how to get it accomplished.

Scope creep to hell and back. Could just let the device get turned off like literally any other device on earth, and not have to build a whole new fucking OS to get it running.

They even - for some reason - want to waste time "training their own AI model because general ones don't cut it" (which no one is likey to use). Could just build a normal RAG + context stuffing pipeline in an afternoon but nah, let's devote a few months to this completely unnecessary non-feature.

100 bucks say this doesn't see the light of day before 2030 (if it ever does!)

lxgr an hour ago | parent [-]

> Could just let the device get turned off like literally any other device on earth, and not have to build a whole new fucking OS to get it running.

This is actually quite common in embedded devices and even elsewhere. Every Apple device does this, for example (the Secure Enclave is a completely separate OS running on a separate computer).

If you think about it, most laptops have been doing something like this for decades as well for things like brightness control etc., not with a different CPU but definitely an OS-like thing (i.e. the BIOS, using SMIs etc.)

The idea of the "single OS, single CPU computer" has been a myth for a while now.

reaperducer 44 minutes ago | parent [-]

The idea of the "single OS, single CPU computer" has been a myth for a while now.

At least since they started running Java on SIM cards.