Comment by darkstarsys

Comment by darkstarsys 2 days ago

4 replies

I just this week vibe-coded a personal knowledge management app that reads all my org-mode and logseq files and answers questions, and can update them, with WebSpeech voice input. Now it's my todo manager, grocery list, "what do I need to do today?", "when did I get the leaves done the last few years?" and so on, even on mobile (bye bye Android-Emacs). It's just a basic chatbot with a few tools and access to my files, 100% customized for my personal needs, and it's great.

d-lisp 2 days ago

I did that in the past, without a chatbot. Plain text search is really powerful.

  • brulard 2 days ago

    Full assistant and a text search are quite a bit different things in terms of usefulness

TheTaytay a day ago

Very cool! Does it load all of the files into context or grep files to find the right ones based on the conversation?