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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.