Mana LLM OS
mana.space
Mana LLM OS
1–10 of 14 posts
Re: Mana LLM OS
#2[deleted]
Re: Mana LLM OS
#3If you combine an LLM that can run code, a cloud file system, and UI generation, you can create a new kind of os that evolves dynamically with the user.
Re: Mana LLM OS
#4this is really cool! so basically it makes something like claude code but with ui possible for anyone?
Re: Mana LLM OS
#5this is really cool! so basically it makes something like claude code but with ui possible for anyone?
Yup, basically like Claude code operating on a folder but the folder is on the cloud and it can generate interactive UIs for interacting with the folder.
Re: Mana LLM OS
#6Very cool product! Can it store the data for apps as well?
Re: Mana LLM OS
#7Very cool product! Can it store the data for apps as well?
yeah everything persists. The apps and LLM both talk to the same source of data. So you can either talk to change things or have apps do it.
Re: Mana LLM OS
#8Nice—who have you found that sits at the intersection of "wants to build custom personal apps" and "doesn't want to use a terminal UI"? Or, is there something people who already use Claude Code would get from this?
Re: Mana LLM OS
#9Nice—who have you found that sits at the intersection of "wants to build custom personal apps" and "doesn't want to use a terminal UI"? Or, is there something people who already use Claude Code would get from this?
I think the main thing is UI and being on the cloud. I used to have all my todos and notes on claude code. But it's much nicer to have a UI that can directly interact with them (e.g. mark something as done or click to view more details). With CC you'd need to spin up a server and frontend and host them etc. Here we abstract those steps away without really reducing capability. You can create a frontend and it can talk to the file system or external APIs very easily.
Re: Mana LLM OS
#10Very nice, any plans for storing file system locally?