Author here : Highly experimental project that HN should probably like or hate.
With the recent privilege escalation bugs in linux, and rapid development of autonomous agents, it is time to drop our current dependency on operating system, and instead use custom-made OS just for us written by an AI-agent.
With the advanced offensive capabilities of frontier LLM like mythos.
This is a local first harness to build your own OS from a prompt.
Your local LLM will create from scratch (using only the reference files provided and its weights (and GRUB bootloader) ) by interacting with a virtualbox VMs until it works.
Currently the version here on Github doesn't use a database as memory for advanced planning and autonomous mode.
If you want to experiment to free-standing environment and bare-metal os, this is a good starting point in this modern AI age.
There are some single c file kernels, provided as reference to help you get started.
You can just ask it to compile a hello world kernel and it will produce an hopefully working iso.
It's good practice not to distribute binary files like iso in repositories like github.
No full OS like linux yet (but 30000000 LOC (the size of linux) is one year of tokens generation on a 4090), but in the showcase presentation github pages there are the examples I have built with it.
I have not yet built more advanced OS like linux, but the harness is not very different. It would require some database to act as memory like I did the shoggoth.db project to allow it to organize more efficiently to attempt larger scale projects.
Currently it can split project between multiple files (but it's harder to showcase when there are multiple files)
Then it's just whether or not the neural network is capable of writing kernel code or not, but the closed-loop is there.
Author here : Highly experimental project that HN should probably like or hate.
With the recent privilege escalation bugs in linux, and rapid development of autonomous agents, it is time to drop our current dependency on operating system, and instead use custom-made OS just for us written by an AI-agent.
With the advanced offensive capabilities of frontier LLM like mythos.
This is a local first harness to build your own OS from a prompt.
Your local LLM will create from scratch (using only the reference files provided and its weights (and GRUB bootloader) ) by interacting with a virtualbox VMs until it works.
Currently the version here on Github doesn't use a database as memory for advanced planning and autonomous mode.
If you want to experiment to free-standing environment and bare-metal os, this is a good starting point in this modern AI age.
> This is a local first harness to build your own OS from a prompt.
Do you have such an OS already built with this harness?
There are some single c file kernels, provided as reference to help you get started.
You can just ask it to compile a hello world kernel and it will produce an hopefully working iso.
It's good practice not to distribute binary files like iso in repositories like github.
No full OS like linux yet (but 30000000 LOC (the size of linux) is one year of tokens generation on a 4090), but in the showcase presentation github pages there are the examples I have built with it.
I have not yet built more advanced OS like linux, but the harness is not very different. It would require some database to act as memory like I did the shoggoth.db project to allow it to organize more efficiently to attempt larger scale projects.
Currently it can split project between multiple files (but it's harder to showcase when there are multiple files)
Then it's just whether or not the neural network is capable of writing kernel code or not, but the closed-loop is there.