201

Implementing MCP Servers in Python with Gradio

Hugging Face introduces a method for Python developers to quickly build Model Context Protocol (MCP) servers using Gradio, enabling LLMs to integrate with thousands of AI models and Spaces on the Hugging Face Hub.

202

Hugging Face Trackio Release

Hugging Face has released Trackio, a free, open-source, lightweight experiment tracking library that serves as a drop-in replacement for wandb with native integration for Hugging Face Spaces and Datasets.

203

Hugging Face CLI Update: Transition to hf Command

Hugging Face has renamed the huggingface-cli to hf, introducing a more ergonomic resource-action command structure and a new hf jobs service for running scripts on HF infrastructure.

204

Parquet Content-Defined Chunking for Efficient Data Deduplication

Hugging Face introduces Parquet Content-Defined Chunking (CDC), now available in PyArrow and Pandas, to enable efficient deduplication of Parquet files on the Xet storage layer, significantly reducing upload and download times.

205

Fast LoRA Inference for Flux with Diffusers and PEFT

Hugging Face introduces an optimization recipe for Flux.1-Dev that achieves up to 2.23x speedup in LoRA inference by combining hotswapping, torch.compile, and FP8 quantization.

206

TimeScope: A New Benchmark for Long-Video Large Multimodal Model Understanding

Hugging Face introduces TimeScope, an open-source benchmark that evaluates the temporal comprehension of vision-language models using video needles inserted into content ranging from 1 minute to 8 hours.

207

NVIDIA NIM Integration with Hugging Face

NVIDIA has expanded NVIDIA NIM to support over 100,000 LLMs on Hugging Face, providing a single Docker container that automates model analysis, backend selection, and performance optimization for rapid deployment.

208

Arc Virtual Cell Challenge Primer

The Arc Virtual Cell Challenge tasks participants with training models to predict the effects of gene silencing via CRISPR on cell transcriptomes, utilizing a dataset of 300k single-cell RNA sequencing profiles.

209

Gradio 5.38.0 MCP Server Improvements

Gradio version 5.38.0 introduces five key updates to its Model Context Protocol (MCP) server capabilities, including seamless local file support, real-time progress notifications, and automated OpenAPI spec transformation.

210

Hugging Face FutureBench: Evaluating AI Agents on Future Event Prediction

Hugging Face introduced FutureBench, a benchmark that evaluates AI agents' reasoning and synthesis capabilities by requiring them to predict future real-world events, effectively eliminating data contamination.

211

Consilium: Multi-LLM Collaboration Platform

Consilium is a multi-LLM platform that enables multiple AI models to reach consensus through structured debate and research, integrating as both a Gradio interface and an MCP server.

212

Ettin Suite: SoTA Paired Encoders and Decoders

Hugging Face introduces Ettin, a suite of paired encoder-only and decoder-only models (17M-1B parameters) trained on identical data and recipes to provide a controlled comparison of architectural performance.

213

Hugging Face Hub Migration from Git LFS to Xet

Hugging Face has migrated 500,000 repositories and 20 PB of data from Git LFS to Xet, a content-addressed storage system designed to scale with AI workloads.

214

Kimina-Prover: Applying Test-time RL Search on Large Formal Reasoning Models

Hugging Face announces Kimina-Prover-72B, a state-of-the-art theorem proving model for Lean 4 that achieves a 92.2% pass rate on the miniF2F benchmark using a novel Test-Time Reinforcement Learning (TTRL) search framework.

215

Building the Hugging Face MCP Server

Hugging Face has released an official Model Context Protocol (MCP) server that allows AI assistants to dynamically access the Hugging Face Hub and thousands of Gradio-based AI applications via a single URL.

216

ScreenEnv Release: Deploying Full Stack Desktop Agents

Hugging Face has released ScreenEnv, a Python library that enables the creation of isolated Ubuntu desktop environments in Docker containers for testing and deploying GUI agents.

217

Hugging Face Asynchronous Robot Inference

Hugging Face introduces asynchronous robot inference to decouple action prediction from execution, reducing robot idleness and achieving up to a 2x speedup in task completion time.

218

Hugging Face Gradio MCP Servers Integration

Hugging Face has integrated the Model Context Protocol (MCP) into Gradio (v5.28.0), enabling Hugging Face Spaces to function as a vast library of MCP servers that grant LLMs new capabilities like image editing and transcription.

219

Creating Custom Kernels for the AMD MI300

Hugging Face collaborated with AMD to develop open-source optimized kernels for the MI300X, significantly improving FP8 inference performance for Llama 3.1 405B in VLLM.

220

Reachy Mini: Open-Source Desktop Robot for AI Development

Hugging Face and Pollen Robotics have introduced Reachy Mini, an open-source, programmable desktop robot starting at $399 designed for human-robot interaction and AI experimentation.

221

Hugging Face Efficient MultiModal Data Pipeline

Hugging Face introduces a five-stage optimization process for multimodal data pipelines, utilizing a balanced knapsack packing strategy to minimize GPU idle time and padding waste.

222

SmolLM3 Release: Multilingual, Long-Context 3B Reasoner

Hugging Face has released SmolLM3, a 3B parameter model that outperforms Llama-3.2-3B and Qwen2.5-3B, featuring dual-mode reasoning and a 128k context window.

223

Hugging Face Production Infrastructure Alerting Strategies

Hugging Face utilizes specialized alerting for NAT gateway throughput, log archival success rates, and Kubernetes API health to maintain stability and cost-efficiency in its production environment.

224

NeurIPS 2025 E2LM Competition: Early Training Evaluation of Language Models

Hugging Face and partners announce the E2LM competition to develop benchmarks that can detect reasoning and scientific knowledge signals during the early stages of LLM training.

225

Training and Finetuning Sparse Embedding Models with Sentence Transformers

Hugging Face introduces a comprehensive guide for training and finetuning sparse embedding models using the Sentence Transformers library to improve hybrid search and retrieval performance.

226

NVIDIA Llama Nemotron Nano VL Release

NVIDIA has released Llama Nemotron Nano VL, an 8B Vision Language Model (VLM) optimized for high-accuracy intelligent document processing and OCR tasks.

227

Gemma 3n Release Notes: Multimodal On-Device AI

Google's Gemma 3n is now available in the open-source ecosystem, featuring native multimodality (text, image, audio, video) and memory-efficient architectures designed for local hardware execution.

228

SGLang Transformers Backend Integration

SGLang now supports Hugging Face transformers as a backend, enabling high-performance inference for any transformers-compatible model without requiring native SGLang support.

229

Fine-Tuning FLUX.1-dev with QLoRA on Consumer Hardware

Hugging Face demonstrates how to fine-tune the FLUX.1-dev model using QLoRA and the diffusers library to reduce peak VRAM usage to under 10 GB on a single consumer GPU.

230

Groq Integration with Hugging Face Inference Providers

Hugging Face has added Groq as a supported Inference Provider, allowing users to access high-speed LPU-powered inference for models like Llama 4 and QWQ-32B directly through the Hub.

231

Optimizing LLM Performance: Solving Long Prompt Blocking and Decode Slowdowns

Hugging Face explores how long prompts block request queues and slow down token generation, proposing request-parallel prefills and disaggregated prefill as solutions to reduce latency.

232

Featherless AI Integration with Hugging Face Inference Providers

Hugging Face has added Featherless AI as a supported Inference Provider, enabling serverless access to a vast catalog of open-source text and conversational models.

233

Hugging Face Kernel Hub Release

Hugging Face has introduced the Kernel Hub, a centralized repository for loading pre-compiled, optimized compute kernels directly into Python applications to accelerate GPU operations without local compilation.

234

NVIDIA Isaac GR00T N1.5: Post-Training for LeRobot SO-101 Arm

NVIDIA has released Isaac GR00T N1.5, an open foundation model for humanoid robot reasoning and skills that can be post-trained for specific robotic embodiments like the LeRobot SO-101 arm.

235

Hugging Face and NVIDIA Launch Training Cluster as a Service

Hugging Face and NVIDIA have introduced Training Cluster as a Service, a collaboration designed to provide research organizations with flexible, on-demand access to large-scale NVIDIA GPU clusters for training foundational models.

236

Hugging Face ScreenSuite Release

Hugging Face has released ScreenSuite, a comprehensive evaluation suite for GUI agents that unifies 13 benchmarks to assess Vision Language Models (VLMs) across perception, grounding, and action capabilities.

237

KV Cache Implementation in nanoVLM

Hugging Face implemented KV Caching from scratch in the nanoVLM repository, resulting in a 38% speedup in generation for their Vision Language Model.

238

Real-Time AI Sound Generation on Arm CPUs

Arm and Hugging Face demonstrate a personal sound generation tool using Stable Audio Open that enables real-time, on-device audio creation for music production workflows.

239

Holo1 and Surfer-H: Open-Source Action VLMs for GUI Automation

H Company has released Holo1, a family of Action Vision Language Models designed for precise GUI localization, and Surfer-H, a modular web agent that achieves 92.2% accuracy on real-world tasks at a cost of $0.13 per task.

240

Hugging Face TRL: Co-located vLLM for Efficient GRPO Training

Hugging Face introduces co-located vLLM in TRL, allowing training and inference to share the same GPUs to eliminate idle time and increase throughput during GRPO training.

241

SmolVLA: Efficient Vision-Language-Action Model trained on Lerobot Community Data

Hugging Face introduces SmolVLA, a compact 450M parameter open-source Vision-Language-Action model that outperforms larger models on simulation and real-world robotics tasks using community-shared data.

242

Hugging Face CodeAgents + Structure: Improving Agent Reliability via Structured Generation

Hugging Face research demonstrates that forcing CodeAgents to generate thoughts and code within a structured JSON format improves performance by 2-7 percentage points on average for capable models by eliminating parsing errors and enforcing explicit reasoning.

243

Liger GRPO and TRL Integration

A user report identifies a shape mismatch error when using Liger GRPO loss with DeepSpeed ZeRO-3 and the Qwen2.5-0.5B-Instruct model in bf16.

244

Hugging Face Tiny Agents in Python

Hugging Face has introduced Tiny Agents in Python, a lightweight agent framework powered by the Model Context Protocol (MCP) that allows LLMs to interact with external tools using minimal code.

245

Dell Enterprise Hub Update: On-Premises AI Models and Applications

Dell and Hugging Face have updated the Dell Enterprise Hub to provide a complete suite of optimized models and ready-to-deploy AI applications for Dell AI Servers and AI PCs.

246

Falcon-H1: Hybrid-Head Language Models for Efficiency and Performance

Hugging Face and TII UAE introduced Falcon-H1, a family of six open-source hybrid-head models (0.5B to 34B) that combine Transformer attention with Mamba-2 State Space Models to achieve high performance with lower memory and faster inference.

247

Falcon-Arabic: A Breakthrough in Arabic Language Models

The Technology Innovation Institute (TII) has released Falcon-Arabic, a 7B parameter model that outperforms larger Arabic LLMs in general knowledge, grammar, and reasoning across Modern Standard Arabic and regional dialects.

248

nanoVLM: A Minimalist PyTorch Toolkit for Training Vision Language Models

Hugging Face has released nanoVLM, a lightweight, pure PyTorch toolkit designed to simplify the training and understanding of Vision Language Models (VLMs) for beginners and researchers.

249

Hugging Face Diffusers Quantization Backends

Hugging Face Diffusers integrates multiple quantization backends including bitsandbytes, torchao, Quanto, GGUF, and FP8 layerwise casting to reduce the memory footprint of large diffusion models like FLUX.1-dev.

250

Microsoft and Hugging Face Expand Collaboration for Azure AI Foundry

Microsoft and Hugging Face have expanded their partnership to integrate over 10,000 open-source models into Azure AI Foundry, enabling secure, enterprise-grade deployment of diverse AI modalities.