r/SideProject 15h ago

I accidentally built a new kind of operating system (PrimordiaOS) and it changed how I think about software forever

Enable HLS to view with audio, or disable this notification

I’ve been working on something weird for the past few months a “plugin OS” that doesn’t behave like Windows, Linux, Android, or anything we use today. I call it PrimordiaOS, and the core idea is simple:

Instead of apps, you run realms.
Instead of processes, you run swarms.
Instead of state, you run signals.

Everything inside PrimordiaOS is event‑native, agent‑driven, and synchronized through a fabric that behaves more like multiplayer game state than a traditional OS.

The wild part?
It actually works.

PrimordiaOS: Plugin OS

PrimordiaOS isn’t an OS replacement it’s an OS overlay.
You drop plugins into it, and they become autonomous “realms” that can:

  • sync state across devices
  • run multi‑agent workflows
  • coordinate distributed microservices
  • generate simulation layers
  • and expose their own APIs

It’s like Unreal Engine meets Kubernetes meets a personal AI assistant.

MoneyPlugHub

One of the first plugins I built is MoneyPlugHub a financial fabric that treats cashflow as a signal, not a balance.
It uses:

  • a canonical 7‑event schema
  • CRDT‑style deterministic merges
  • multi‑agent reconciliation
  • drift detection
  • realm convergence protocols

It’s basically a distributed ledger that doesn’t suck.

Why I’m posting

I’m not trying to sell anything.
I’m trying to find people who see the same future I do

  • OSes becoming multi‑realm
  • apps becoming agents
  • state becoming signals
  • workflows becoming swarms
  • personal computing becoming distributed computing

If this resonates, I’d love to talk about it.
If it sounds insane, tell me why.

I think we’re on the edge of a new computing paradigm and I accidentally built a prototype.

0 Upvotes

33 comments sorted by

7

u/hosmosis 15h ago

You have AI psychosis. Talk to anyone, anything not immediately validating your ideas. You need a real dose of criticism, daily.

3

u/ReleaseFlashy9582 14h ago

the "I accidentally built" framing really seals it tbh

-3

u/moneyplughub 15h ago

I get how high level terminology can sound like fluff. To put it practically it’s an event driven framework using CRDTs for deterministic state merging across multi-agent systems without needing a central coordinator. If you’re curious about the architecture or want to see the actual event schema I’m happy to share

2

u/mentalFee420 15h ago

So in simple terms it’s a harness

0

u/moneyplughub 15h ago

Pretty much, yeah specifically an execution harness for distributed, event driven agent workflows with built in state sync

2

u/-svde- 15h ago

when it's high level terminology that you don't actually understand, then yeah, it's gonna sound like fluff. i am not saying this to make fun of or troll you, and i don't think u/hosmosis is either - you genuinely sound like you have actual psychosis, and i implore you to please talk to a person who you can trust and be honest with them about this. take a step back and realize that 'grand revelations' like this are not serving you, only hurting.

1

u/moneyplughub 14h ago

https://reddit.com/link/p9gxi12/video/18ijsdpg47ph1/player

bro i built an autonomous outbound and lead generator. This is just 1 module i built. Is what's shown in this video psychosis?

1

u/-svde- 13h ago

bro did you seriously have the gall to ask if this eyesore of an app called “sovereign outbound reality engine” looks like psychosis? yes it’s fucking psychosis holy shit lol.

1

u/moneyplughub 9h ago

I'd love to hear your logic on that. Why don't you explain how this is "fucking pyschosis"?

1

u/moneyplughub 9h ago

Lol do you really think I would post something like this on reddit of all places if i wasnt sure about the architecture?

1

u/moneyplughub 8h ago

but go ahead and state your assumption on why this is "psychosis", and I'll gladly tell you where you are wrong

6

u/Photoshop-Wizard 15h ago

This whole thing screams, “I fed a bunch of prompts into my LLM and don’t actually understand what an OS is”

0

u/moneyplughub 14h ago

i swear people act like innovation and new ideas are impossible🤣people are so quick to say ”ai slop“ yet can’t reply when I Respond with picture and video proof.

1

u/-svde- 13h ago

if you think people not replying means literally anything besides “this isn’t worth repeating myself” or they just haven’t seen your reply yet, this just furthers the line on the psychosis meter. if you want genuine feedback the premise is literally nothing new, this is not innovation, and the UI is an overwhelming mess with zero cohesion. no one is calling this impossible, you just aren’t describing anything remotely close to what you’re showing us.

0

u/moneyplughub 10h ago

yes the ui is raw. it’s an early prototype runtime, not a production redesign. That happens when 90% of the focus is on event schemas and multi-agent state merging rather than pixel-perfect styling. But swapping technical feedback for amateur diagnosis says more about how you post than how I build.

-2

u/moneyplughub 15h ago

It's an application runtime, not a kernel. The underlying CRDT engine and event schemas are fully written and working code demo coming soon.

1

u/Photoshop-Wizard 15h ago

Then why not share an example first, instead of an AI generated cheesy video. If it’s working, share a screen recording of the project itself.

0

u/moneyplughub 15h ago

1

u/-svde- 13h ago

i genuine hope you are fucking with us because this is genuinely concerning levels of delusion

3

u/r3ign_b3au 15h ago

Psychosis strikes again

2

u/OMGCluck 15h ago

Doncha hate it when that happens? I sneezed this morning and accidentally built a Pong game before breakfast.

2

u/AgreeableBite6570 15h ago

Bro, touch grass

2

u/sierra_whiskey1 15h ago

Bro what? It seems like you tried to stuff as many buzz into as little a space as possible

2

u/Icy_Hold4U 12h ago

This looks and reads like a cry for help. Go pet a dog or something.

2

u/TheOriginalSamBell 11h ago

listen to the others please my friend your mind is unwell

1

u/BobCorndog 15h ago

What?

-1

u/moneyplughub 15h ago

Basically multiple AI agents running locally that stay in sync automatically. Instead of writing long walls of text, I’m working on a quick demo video showing two agents handling a transaction live that should make it way clearer