upvote
Having built software runnging on everything from microcontrollers to cloud servers to browsers, I also have no idea what an OS is.

In the context of a microcontroller, is it an RTOS? How is that different from something like Embassy with Rust, where hardware allocation and coordination is handled more at build time and less at runtime? In the context of a something showing up on a screen, is an OS something providing a UI framework and hardware abstraction - something like Win32 or Cocoa? What does that make Chrome?

In 2006 it felt like an answer to the question "what is an OS" was straightforward. In 2026, I'm rather confident that I don't have a single, simple answer. If there were ever a time to re-assess what we thought we knew about computing - now seems like a good time to do it.

reply
As far as I am concerned an OS is really simple to define. Its the thing that manages hardware resources on a device to allow other software to run using said resources.

LLMs are not OSes and never will be, they will always need some software to first bootstrap the hardware before the software which processes the weighting can begin.

Its like we need Richard Stallman to come and argue the difference between GNU and Linux again!

reply
>LLMs are not OSes and never will be

If we ask this a different way, is there a single self executable file when written to the sector of the disk the hardware looks for can contain the instructions for the hardware and the weights all in one?

I can't thing of any informational theory reason why this can't be the case. The only thing I can think of structuring such far more complex and less worthwhile than just having separate layers. Dealing with this biological/intelligence mess in humans is already hard enough as it is.

reply
How is that any different to adding a calculator or word processing app in with your os?

The OS bootstraps the hardware and allows the software to run. If your software is contained in the same blob then great, but it still needs the bootstrapping code first.

The bootstrapping/hardware management portion on its own would be considered an OS but the LLM code would not, I think thats the main distinction here.

reply
deleted
reply
Agreed. Investing in creating a whole new phone just to usher in the concepts here sounds like an expensive and slow way to do it.
reply
> that's a different thing.

I hear what you’re saying, but we don’t have a word for that different thing. OS means the kernel. But OS also means the entire distribution - all of macOS, all of iOS, all of windows, Ubuntu, Android, etc.

Until we have a standard word for the ui “shell” that comes out of the box with the OS distribution, people - including me - are gonna call (and think of it) as the OS. Or part of the os. Or something like that.

reply
I can't quite tell if you're being cheeky

> we don’t have a word for ... the ... distribution

> Until we have a ... word for the ... shell

distribution/distro and shell are exactly the words we have for these things

But OS sounds more impressive/important, so it's a lot more prevalent.

reply
Microsoft hasn't really used that nomenclature since NT took over all their operating systems. Windows shell+kernel = OS. MacOS = shell+kernel = OS.

It's really the unix/linux world that stuck hard with these being separate things.

reply
Exactly. The windows operating system isn’t just the nt kernel. It’s also all the UI that comes out of the box, that sits on top of that kernel. What is iOS? An operating system. What kind of software is springboard? It’s part of iOS. Part of the operating system.

An operating system is a lot more than just the kernel.

reply
i.e. most users think the OS is shell, not the kernel.
reply