Cool, curious though long did it take to build it?
Show HN: I built an OS that is pure AI
41–50 of 55 posts
Re: Show HN: I built an OS that is pure AI
#42That's a very interesting and innovative idea. Congratulations, well tuned!
Re: Show HN: I built an OS that is pure AI
#43Re: Show HN: I built an OS that is pure AI
#44Re: Show HN: I built an OS that is pure AI
#45How did you solve the problem of hallucinations?
Re: Show HN: I built an OS that is pure AI
#46Re: Show HN: I built an OS that is pure AI
#47Curious about the IPC layer between agents. When agents communicate with each other, is there any access control on what one agent can request from another? Or is it open by default?
In practice the moment you have multiple agents that persist and talk to each other, you need some kind of permission model — otherwise one rogue agent can access everything through a chain of IPC calls. Even if each individual sandbox is secure.
The Rust + WASM combo is solid for this. We use Rust for similar reasons — memory safety matters a lot more when agents run autonomously.
Re: Show HN: I built an OS that is pure AI
#48llms were not quite there at the time maybe ill revisit.
Re: Show HN: I built an OS that is pure AI
#49> the UX For this to be practical you really need to build things iteratively and asking the user questions, rather than attempting at one shot half assed ideas Also most people are better explaining details with voice rather than text.
Ive found most people are not good at explaining details period.
Also how many time have you heard something like.
Blah blah, except, blah, only when, blah, but not that except.......
To the point where they've contradicted themselves several times and made at least two mutually exclusive things true.
Re: Show HN: I built an OS that is pure AI
#50This is really cool. It reminded me of my first thought for an AI app was a No-Interface crm/order system. I was talking to my bro in sales and all he ever does is complain about what a pain computers are. This takes that idea to the next level. llms were not quite there at the time maybe ill revisit.