They see your metadata, they mean. At Signal? We see nothing. Check our open source code if you want the receipts
OPEN SOURCE
-

Moonshot launches KIMI CLI with MCP support
By
–


Moonshot released KIMI CLI, a command line coding agent with MCP support!
-
Dataset Privacy Issue in TRL Documentation Example
By
–
Fyi, I just noticed that the dataset used in the example (
https://
huggingface.co/docs/trl/main/
en/gold_trainer
…) might be private. -
Open-Weights Models Could Dramatically Increase Popularity
By
–
Strongly suggest open-weights 🙂 It will 10x it's popularity
-
Open-source datasets remain bottleneck for AI model training
By
–
I think the recipe is here from papers and open-source work from Hugging Face, Allen AI, and many others, but open-source datasets are not quite there yet : (
-
Elsevier Expands Geographical Pricing for Open Access
By
–
Elsevier has announced it is expanding its Geographical Pricing for Open Access to support greater participation in global research. https://
bit.ly/4qxmkkT
#openaccess #Elsevier #research -
Drupal evolves to thrive in AI era with forward-thinking architecture
By
–
At #DrupalCon Vienna, project lead Dries Buytaert shared how #Drupal is evolving to thrive in the AI era. Turns out that architectural decisions made over a decade ago are delivering exactly what AI needs today. Check out the full keynote here:
-

GPT-OSS Moderation Models Available on Hugging Face
By
–

Both "gpt-oss-safeguard-120b" and "gpt-oss-safeguard-20b" are already available on @huggingface Internal moderation eval
-

OpenAI Releases GPT-OSS-Safeguard Open-Weight Model
By
–
GPT-OSS-Safeguard from @OpenAI is here. Open-weight, safety-tuned, transparent reasoning. Now available in private preview at Cerebras speeds https://
cerebras.ai/build-with-us -
Visualizing Llama 3.1 Tensor Operations Through GGML Debug Output
By
–
The three.js visualization parses the output of llama-cpp's ggml debug output (of unsloth llama 3.1) to directly obtain all the tensor calculations happening under the hood. Operations (MUL_MAT, ROPE, RESHAPE, ADD) are grouped into query, key, value, MLP, and residual stream