• 0 Posts
  • 1.39K Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2024

help-circle

  • If I had the money, I don’t think frequenting conventions would make me less lonely. You got to spend hours traveling to the city to meet other travelers. I’m thinking meeting like minded people where I live, with physicality and frequency.

    A stranger you meet a few times at a distant convention might as well be a internet rando on the other side of the world. It’s not a regular occurrence like running into your neighbor or co worked when touching grass.

    If hot singles were in my area, we wouldn’t have the means or RNG circumstances of finding each other.













  • If you’re coding up a custom system, Try adding a 9b model that dose RAG searches with chromadb and outputs a memory summary that feeds into the main models context window. You can ingest old messages, web pages, character info, or whatever text. Qwen 3.6 35b is the first local model I ran that seems to be good enough to be useful if it has some infrastructure around it, and smart enough to not die on a tool call(usually).

    Add in DDGS search and a web page scrape tool that adds to the RAG system, let it loop a few times and its actually quite useful, even if it takes 5-10 minutes to get an output. After that it’s all tweaking what is and isn’t in in context.

    Also, try not to go too insane.