companies/huggingface

Hugging Face

6 recent stories

Also today

Hugging Face and NVIDIA Release Open Data for Agents

NVIDIA and Hugging Face have jointly published an open dataset specifically designed for training and evaluating AI agents, hosted on the Hugging Face hub. Agent-specific training data has been a significant bottleneck — most open datasets are instruction-following or QA-focused, not optimized for multi-step tool use, planning, and environment interaction. This release directly addresses that gap and should accelerate open-source agent development outside of closed lab environments. The dataset's availability on Hugging Face means it integrates cleanly into existing fine-tuning and evaluation pipelines. Developers building or fine-tuning agent models should incorporate this dataset into their training runs and evaluation benchmarks.

Hugging Face

H

Hugging Face Adds One-Click Deployment to Amazon SageMaker Studio

Hugging Face has launched a one-click integration that lets developers deploy models from the Hugging Face Hub directly into Amazon SageMaker Studio, removing the need to manually configure endpoints, container images, or IAM roles. The integration surfaces within the SageMaker Studio UI and supports a broad range of model types including text generation, embeddings, and vision models. For teams already operating on AWS, this significantly lowers the friction of moving from model evaluation on the Hub to a managed, scalable inference endpoint in production. It also reinforces the Hugging Face Hub as the de facto model registry for cloud deployments, with similar integrations now existing across AWS, Azure, and GCP. Developers who have been hand-rolling SageMaker deployment scripts should evaluate whether this handles their configuration needs.

Hugging Face

H

Photoroom's PRX Part 4: A Deep Dive into Production Data Strategy for AI Products

Photoroom has published the fourth installment of their PRX series on Hugging Face, this time focused on data strategy for training and maintaining production AI models. The post covers how Photoroom structures, curates, and iterates on training data to improve real-world model performance, which is often the unsexy but decisive factor in production AI quality. This is a practitioner-level resource from a team running AI at scale in a consumer product, not a theoretical overview. Developers building image or generalist models will find concrete lessons on data pipeline design, quality filtering, and iteration cadence. The PRX series as a whole is becoming one of the more honest public accounts of what production AI development actually looks like.

Hugging Face

H

Hugging Face Kernels Gets Major Revamp: Custom GPU Kernels Now Easier to Share and Deploy

Hugging Face has announced a significant overhaul of its Kernels platform, which allows developers to write, share, and deploy custom GPU kernels directly integrated into the Hugging Face ecosystem. The updates appear to streamline the workflow from kernel authorship to production deployment, lowering the barrier for performance engineers who want to distribute optimized CUDA or Triton ops without standing up their own infrastructure. This matters for developers who are hitting throughput or latency ceilings with off-the-shelf operators and need custom attention variants, quantization kernels, or fused ops. It also signals Hugging Face's intent to become a hub not just for models and datasets but for the lower-level compute primitives that make inference fast. Teams building high-performance inference stacks should review what's newly available in the Kernels catalog.

Hugging Face

H

LeRobot v0.6.0 Adds Imagination, Evaluation, and Improvement Loops for Robot Learning

Hugging Face has shipped LeRobot v0.6.0, a major version update to its open-source robotics learning library, with the release centered on three new capabilities: imagining future states, evaluating policies more robustly, and closing the loop for iterative policy improvement. This is directly relevant to developers building embodied AI systems or experimenting with real-to-sim-to-real pipelines, as the 'imagine' component suggests world-model or predictive rollout integration. The evaluation improvements address a long-standing pain point in robot learning where offline metrics poorly predict real-world performance. Iterative improvement loops bring LeRobot closer to a full autonomous training pipeline rather than a one-shot imitation learning toolkit. For anyone building on affordable robot hardware using the LeRobot ecosystem, this release meaningfully raises the ceiling on what's achievable without proprietary infrastructure.

Hugging Face

H

Hugging Face launches new agent framework for production

Hugging Face released a new framework for building production-ready AI agents with built-in memory and tool use.

Hugging Face