Claude Code is an LLM, people ain’t gonna be building jack shit with that and anything they do manage to build will just be unlicensed copy-pastes of other builds.
? Half of google is being powered by this I think saying jack shit is a bit of an understatement (Though its definitely not AGI or anything lmao)
Maybe that’s why google services tabs keep crashing lately. I guarantee it’s slowing down their development or if it isn’t then it’s going to become a massive vulnerability sooner or later.
Theirs so many issues with how google is run internally I really wish AI was the main one tbh
There’s a running joke between my friends about locking one of us in a room with a minimal Linux & C89 compiler: “okay now rebuild the world from scratch”
This feels like that but stupid.
Lol imagine you walk into an interview, they lock the door and hand you just linux + C compiler.
“I thought this interview was for an apple pie baker…”
Hey! That’s how I got my current position!
One of these things is not like the other. Claude Code cannot exist outside of user space.
Just run it in kernel space. Yolo
Since its using linux underneath I feel like you could bundle Claude Code into some unikernel then expose the input/output through some other means. but yeah this is just a shitpost
You’d have to bundle a whole lot more to get it to run. It’s not strictly speaking out of the question though
and without internet access
back in my day we had to CODE our wpa_supplicant by hand
If I can just interject, I’m posting from Claude/HURD right now, that’s right we finished it
holy ORZ, I’m trying to build Gemini/Linux but its not going along well. Should have stuck with Claude
Apt search kde
Install whatever the correct option for plasma is.
Such challenge much difficult
how does apt work when glibc does not work?
How does Claude work with nothing?
If you want to think about the implementation I guess you could bundle it into the kernel then expose some input/output? https://lemmy.today/comment/21990242
Where do we install apt in the first place if no software is on it, I guess if it was just raw linux you would just implement wget or curl then download whatever you wanted
n I guess you could bundle it into the kernel
how do you think that works, if the kernel doesn’t even have ls ?
it would be unikernel so your essentially statically linking a binary to the the linux kernel image, so it all be running in kernelspace. You would have to statically link libc and other dependencies likely (i rem red hat patching glibc for this to work but not sure what they changed?).
how are you this savvy with the underpinnings of the OS, but this naive about this kind of scenario and use of AI in this context?
My job involves doing performance optimizations for billion dollar tech companies so its kind of my job to know lol.
People already have vibe coded Operating Systems, are they well made? no, I don’t think TempleOS is some enterprise grade codebase ether but its cool that he got to make his own OS. Would be cool for anyone to be able to do that.
This breaks the prime directive of Linux. “Don’t break userspace”
If you’re working on the linux kernel everything you build drops once init/systemd launches.
Claude Code is an LLM that relies on multiple libraries not just glibc. What you’re proposing breaks the basic tenets of the Linux Kernel.
I think you’d probably be better served packaging this as a RISC V OS instead as binaries do run in the kernel there.
Well the meme says to add some new layer over syscalls so the plan is already to break userspace entirely to force you to make a new one. But yeah if you wanted to make it irl bundling another kernel would likely be easier then Linux unless you wanted the hw support.


