this post was submitted on 19 Jul 2026
257 points (98.1% liked)

Technology

43274 readers
248 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] blimthepixie@lemmy.dbzer0.com 4 points 5 hours ago (1 children)

So, what's your AI partner called?

[–] SabinStargem@lemmy.today 0 points 3 hours ago (1 children)

Dunno, as of yet. I am very picky, and my roleplaying sessions with AI hasn't gone on long enough.

0000

It requires significant hardware to use local AI, and Qwen 3.6 at 35b isn't quite good enough to understand the lore and characters. Odds are that once I have added VRAM & RAM to my PC, I can run a big enough model to have enough quality to feel good for me.

Unfortunately, I will likely have to wait for America's AI bubble to have popped, before I can afford enough RDIMM RAM to run Kimi and other large Euro-Chinese open models. I probably won't ever use American anymore, as their closed models have too many guardrails and likely would align with the Trump Regime in the coming years.

[–] Sabata11792@ani.social 2 points 2 hours ago

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.