Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I just write my journal straight to an llm. It gives me positive feedback and I can ask about my plans. Works great.


I can't tell if you're serious or joking. If it's the former, could you elaborate on how that works? E.g. are you using a public LLM, or a self-hosted model?


I use a public LLM via its API. My workflow involves a main conversation history containing my initial notes. When I need to explore a specific topic further, I create a branch from that main conversation, keeping the original notes separate.


i just use a text editor plugin and use the auto-logging/search features. everything i ask any model in any workspace is searchable

cant grep a react app


Surely you can grep the data model that react uses to populate the app though - whether database or otherwise?


I should look into this because I have over 132000 words of text in my notes (more than the average novel) and I'm curious whether I can 'talk' to my second brain via a LLM.


Smart Connections[0] plug-in for Obsidian is worth checking out.

It does a really good job of indexing (with local or OpenAI embeddings) and RAG allowing you to chat with various models about your notes. The chunking and context algorithms it uses seem to be well designed and find most/all relevant details for most things I try to discuss.

It's well implemented and provides useful and interesting discussions with my journal/notes.

0 - https://github.com/brianpetro/obsidian-smart-connections


You could first ask a LLM to compress your notes. There was some informal research into this a while back, LLMs have the ability to translate text into a much shorter representation that only they can understand. That might allow you to get around the context size limits.

More practically (or additionally) you could just ask it to summarize them or extract the most relevant parts.

Alternatively, I think the most popular approach is to use a RAG thing though someone else will have to fill you in on the current state of the art.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: