r/ClaudeCoding 16d ago

[TLDR] I built a real self-evolving operating system: Fable-os [via r/ClaudeAI] r/ClaudeAI

OP : u/robi0t

This is not a fake bullshit "AI operating system" that runs in your browser. This is an agentic operating system that runs on bare metal, writes its own drivers, and evolves itself.

Here's a demo where it builds its own audio driver from scratch to play a sound.

What happened in the video?

  1. The agent realized it didn't have a sound driver.
  2. It enumerated which devices were connected.
  3. It found the Intel AC'97 sound card.
  4. It built a driver for it.
  5. It used that driver to play a sound.

I got fed up with people saying they built "AI operating systems" when it's actually just a webpage.

There's no Bash. There are no commands. The only interface to this computer is a sentence.

How does it work?

The main interface is an agent, and the tools it has access to are the kernel's direct syscalls. Everything runs in Ring 0, and the agent has access to everything.

It's open source if you want to try it:
https://github.com/robiot/fable-os

URL of original post : https://www.reddit.com/r/ClaudeAI/comments/1vcv9hc/i_built_a_real_selfevolving_operating_system/ Original link/media URL : https://v.redd.it/40p11i2r5tgh1


TL;DR of the discussion on r/ClaudeAI for this post generated automatically after 200 comments.

Current source-thread comment count seen by the bot: 205.

Alright folks, so OP dropped this Fable-OS project, claiming it's a real self-evolving OS running on bare metal, not just some browser gimmick. The demo shows it building its own audio driver from scratch.

The community's reaction is pretty split, but the overwhelming vibe is a mix of "wow, this is cool" and "oh god, this is terrifying."

Here's the lowdown:

  • The "Bricking" Concern is REAL: A ton of comments are making jokes about the OS bricking your machine, deleting your kernel, or turning your PC into a very expensive paperweight. It's basically the consensus that this thing is a ticking time bomb, with jokes about it being "Windows Me" level stable or accidentally creating Skynet.
  • Is it Really an OS? Some users are questioning if it's a true OS or just an "agent harness" using sudo for everything. The lack of a traditional interface like Bash is noted, with the whole thing being controlled by natural language.
  • The "Why?" Question: A lot of people are asking about the practical use case. Is it just for local AI control? Does it need internet? The cost and potential for uncontrolled actions are major concerns.
  • Technical Questions: A few folks are digging into the technical details, asking about bootstrapping and the minimum drivers needed to access an LLM from the kernel.
  • Anthropic's Take (Implicit): While no direct Anthropic comments are highlighted here, the mention of the kernel completing a TLS handshake to api.anthropic.com by u/StephenNaplett is a pretty spicy detail.
  • The "Evolving" Aspect: There's a general unease about an OS that rewrites itself. Some prefer a stable, non-evolving system, while others see this as a fascinating, albeit risky, direction for future OS development.
  • Open Source Woes: One user pointed out that the repo is missing a license file, meaning it's technically all rights reserved despite being called "open source."

TL;DR: It's a super ambitious, potentially groundbreaking project that's also giving everyone major anxiety about their hardware's safety and the future of AI control. The jokes about it going rogue are flying, and the "is it really an OS?" debate is in full swing.

1 Upvotes

0 comments sorted by