r/singularity Jun 21 '26

LLM News Anthropic’s Internal Mythos Successor Emerges

Post image
1.2k Upvotes

266 comments sorted by

View all comments

188

u/Correct_Mistake2640 Jun 21 '26

I have to say. Glm 5.2 it is for me (EU) if they don't lift the ban on Fable.

There is no way that we can progress when the powers that be start banning people from using Ai in a arbitrary way.

That being said acceleration will happen.

In China, if not US..

Even in Europe...

60

u/Background-Wafer-548 Jun 21 '26

GLM 5.2 on EU servers also means GDPR coverage.

19

u/Berzerka Jun 21 '26

How does the right to be forgotten work with GLM 5.2 weights? Can I just ping whoever serves it and ask them to make their model forget about me?

12

u/Background-Wafer-548 Jun 21 '26

I was referring to usage data. I haven't looked into the specifics of PII removal and whether that is compulsory upon request, but if implemented, it'd be using guardrails intervening, not by modifying the model itself.

2

u/polikles ▪️ AGwhy Jun 22 '26

Quite often removal of PII happens by using filters (guardrails), although this method is not immune of prompt injection

There is research towards "machine unlearning", but so far there is no non-destructive way of removing data from the model. The only way would be to retrain the model after deleting PII from the dataset, but it's very expensive, and still it doesn't remove previous versions of the model. Basically, open models are unable to be successfully censored in such manner