HackerTrans
TopNewTrendsCommentsPastAskShowJobs

behzadhaghgoo

no profile record

Submissions

Mana LLM OS

mana.space
1 points·by behzadhaghgoo·6 ay önce·0 comments

Mana LLM OS

mana.space
21 points·by behzadhaghgoo·6 ay önce·12 comments

comments

behzadhaghgoo
·6 ay önce·discuss
One way to think about is like Notion. Imagine if every notion page was a webapp instead of a markdown and then you had an LLM that had access to it all. So anyone who uses productivity software can potentially use it to make their very personal workspace.
behzadhaghgoo
·6 ay önce·discuss
If you give it an API to a local file system it can already connect. For the main file system we can explore it! Curious what your use case is.

Currently our file system is a relational db which makes it more web-native for webapps. but fully local can be doable too.
behzadhaghgoo
·6 ay önce·discuss
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.
behzadhaghgoo
·6 ay önce·discuss
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.
behzadhaghgoo
·6 ay önce·discuss
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.
behzadhaghgoo
·6 ay önce·discuss
If 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.