Hacker News new | ask | show | jobs
by CuriouslyC 164 days ago
This is definitely interesting, seems like the sort of thing Nix would do well.
1 comments

Thanks! NixOS is great at building and configuring systems, while AgentOS is about running and governing long-lived, deterministic agent worlds. They share ideas like immutability and declarative state, but they operate at different layers. I would say if NixOS is about reproducibly constructing a system, AgentOS is about reproducibly operating one: tracking decisions, effects, and evolution over time.