<span class="vcard">/u/Suchitra_idumina</span>
/u/Suchitra_idumina

Moltbook Could Have Been Better

DeepMind published a framework for securing multi-agent AI systems. Six weeks later, Moltbook launched without any of it. Here's what the framework actually proposes. DeepMind's "Distributional AGI Safety" paper argues AGI won't a…

Moltbook Could Have Been Better

Moltbook got exposed as stupidly vulnerable when researchers found the entire database wide open, But Google DeepMind had published the framework to prevent this six weeks earlier submitted by /u/Suchitra_idumina [link] [comments]

Be careful of custom tokens in your LLM !!!

LLMs use reserved tokens like `<|im_start|>` and `<|im_end|>` to structure conversations and define who's speaking. When the model sees `<|im_start|>system`, it treats everything that follows as a privileged system instruction. Th…