Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 144 words in the discussion.

Trending Topics

#distributed#orchestrator#building#project#agentic#isn#agents#more#inference#thanks

Discussion (4 Comments)Read Original on HackerNews

2001zhaozhaoabout 3 hours ago
I think this article points out a bunch of ways in which a persistent agent orchestrator does directly analogous things to an OS.

I'm building a kind of orchestrator and I haven't thought of the OS analogy in a serious way other than the interface, but indeed I do already have scheduling, isolation, observability and identity, and I'm currently building a filesystem (versioned project-wide agentic artifacts).

Maybe I really do ought to call my project an "agentic desktop OS" and it isn't a misnomer after all.

drekipusabout 3 hours ago
Isn't that what pewdiepie made?

https://odysseusai.dev/

softwarewrightabout 6 hours ago
I am also pursuing something similar (complementary?) to this (recently started writing a Rust-based "distributed OS" that manages ML resources in a network of heterogenous systems: varied cores, system RAM, GPU VRAM, I/O). So my focus is not so much distributed agents, but more distributed inference (and fine tuning) that would benefit agents, distributed or not. I may blog about my work soon.

Your posted link is helpful, thanks.

kgcgfvaabout 6 hours ago
Thanks, softwarewright; would love to hear more about your work. I've been implementing small-model inference in Zug inside WunderOS, but it's not done yet, so nothing public just yet.