I went back to your original post and found this paragraph:

“It means you can plug a USB into any computer turn it off & on again, and it will boot from the internet and load an OS without touching the hard disk. You can then instruct it via chatbox to scan the encrypted, build an assembly db and go on to build any kind of application and it will break the workflow down into subtasks of suitable token size and begin to execute the assembly, writing blocks of code, creating files and updating the assembly db. It will pause at various points to engage with the user for confirmation / feedback.”

If I’m understanding you completely it sounds like you’re saying that you need the flexibility of something like GPT4 to:

1. Handle many different hardware environments because you never know which type of computer you’re plugging the USB into

2. Build a custom piece of software from natural language instruction

Reply to this note

Please Login to reply.

Discussion

It’s number 2. really.

When you ipxe boot from usb, it will ask for a URL of the ISO this URL can be on the internet.

So the USB really have almost nothing on it. Just an ipxe bootloader.

You can then load the OS on the USB flash without touching the PC’s disk. You parasitically use the PC’s RAM, CPU, etc.

Once this boot is up and running you can then install the self-assembler, which is a process that uses GPT4 (until open source catches up), to build a bespoke program for whatever task you are doing.

The self assembler scans its environment and builds a db to describe it. It can scan whatever it thinks it has to and store it.

If you want to store some persistent data through reboots you can put it on the web somewhere.

It’s a very different way to do computing.

I think this is closer to how fully autonomous machines will work. Put some hardware together and then inject some self assembling code.

Thing figures out what it is, then what it has to do, then how to do it.