Hubble: Open-source notetaking app for you and your agents
71–80 of 93 posts
Re: Hubble: Open-source notetaking app for you and your agents
#72There are also a lot of mcp agents for Joplin: https://discourse.joplinapp.org/t/ai-agents-and-joplin/46168 Dare I say, another, more popular, note taking app for you and your agents. I really like it as I run a webdav service and can read/write and sync notes between multiple Mac desktops and Android. Encrypted while I am at it. Markdown native.
Re: Hubble: Open-source notetaking app for you and your agents
#73Re: Hubble: Open-source notetaking app for you and your agents
#74Re: Hubble: Open-source notetaking app for you and your agents
#75so, Obsidian?
There's even a community plugin MCP that makes this easier. Afaik the hot reload is the only thing that "beats" this but I haven't had issues with Agents interacting with obsidian through the MCP - I'm not sure how much more useful it is to talk with an agent through a note taking app vs through its CLI.
Re: Hubble: Open-source notetaking app for you and your agents
#76Genuinely curious, maybe I'm missing something. What makes this more "agent-ready" than Obsidian .md files on disk or even something like .org files? I can let my agent edit those files all the same + there's better integrations and knowledge readily available on these. I can tell my agent to edit the Obsidian Markdown just like that, but I can also tell it to create a full-on notebook with backlinks and DataView que…
Re: Hubble: Open-source notetaking app for you and your agents
#77Re: Hubble: Open-source notetaking app for you and your agents
#78Earlier quoted context omitted.
Also why is it a nodejs app? With the explosion of LLM and the insane increase in productivity shouldn't it be a Rust app?
Why even limit the app to Rust? Cross compilation is for humans. Just have the LLM make multiple versions of the codebase using whatever language and SDK is best integrated into each OS.
Re: Hubble: Open-source notetaking app for you and your agents
#79Re: Hubble: Open-source notetaking app for you and your agents
#80Earlier quoted context omitted.
It can be the language they prefer. Why would someone spend money to create software in some language for the sake of having an LLM generate it
The counter argument is that since LLM resembles magic why use inefficient nodejs that is basically an app running inside chrone Why not use native binaries? Is efficiency not important in 2026?