258
China bans AI “boyfriends” and “girlfriends” over addiction and birth rate concerns
(www.dexerto.com)
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.
That sucks. Everybody should be able to find happiness. Not everyone has the looks, wealth, opportunity, or charisma to find a human lover.
Not with that attitude they cant
You're a parakeet in love with your mirror.
Even if that was the case, so fucking what? Why is it your business how people find happiness in life?
Considering how you treat strangers, it is better to spend time with AI, than the likes of you.
We live in a big global community. If you shut yourself out of it, that harms every single person.
So, what's your AI partner called?
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.
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.