For those who’ve built with both Kimi K2 and gpt-oss, how have you integrated them into your workflows and which is working better for you?
OPEN SOURCE
-

Mistral Medium 3.1 Released
By
–

Mistral released Mistral Medium 3.1! It is now available as a default model on Le Chat as well as in the API as mistral-medium-2508
-

Fixing Transformers GPT-OSS MoE Finetuning Issues
By
–
"i thought the transformers gpt-oss MoE finetuning was broken, how did you get it working?"
-

LFM2-VL Models: 1.6B and 450M Vision-Language Released
By
–
We also provide an inference and a fine-tuning Colab notebooks. LFM2-VL-1.6B: https://
huggingface.co/LiquidAI/LFM2-
VL-1.6B
… LFM2-VL-450M: https://
huggingface.co/LiquidAI/LFM2-
VL-450M
… -

Liquid Releases Fast 450M and 1.6B Parameter VLM Models
By
–
Liquid just released two 450M and 1.6B param VLMs! They're super fast and leverage SigLIP2 NaFlex encoders to handle native resolutions without distortion. Available today on @huggingface
! -
Open-source world models welcome announcement
By
–
Welcome to open-source world models! https://t.co/IXVxZdGm4r
— clem 🤗 (@ClementDelangue) 12 août 2025Welcome to open-source world models!
-
Jan-v1 4B Model: Open-Source Web Search Alternative to Perplexity Pro
By
–
Jan-v1 4B model for web search, an open-source alternative to Perplexity Pro?
— Chubby♨️ (@kimmonismus) 12 août 2025
Yes, please! Really cool! https://t.co/VBGhcxwqvsJan-v1 4B model for web search, an open-source alternative to Perplexity Pro? Yes, please! Really cool!
-

Developer Creates Triton Kernel After OpenAI Frustration
By
–
new blog! i got mad at openai and vibe-coded a triton kernel
-

Developer Reverses GPT-OSS Reinforcement Learning, Releases Base Model
By
–
figured out how to "undo" the RL and turn gpt-oss back into a base model will drop the weights tomorrow gn
-
TorchTitan MoE Implementation with FSDP and Torch Requirements
By
–
torchtitan has an MoE impl that supports grouped mm and composes with FSDP: https://
github.com/pytorch/torcht
itan/blob/main/torchtitan/models/moe.py
… needs the latest torch version though (2.8) which flash-attn doesnt have a wheel for yet 🙁