← All stories
● Covered by 1 source · 1 reportMedium impact1 neutral

Hugging Face Storage Buckets Integrate with Strands Agents and LeRobot for Continuous AI Training

🔄 Updated 2d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Hugging Face Storage Buckets are mutable, non-versioned, Xet-backed object storage.
  • They integrate with Strands Agents and LeRobot for continuous robot policy development.
  • The integration aims to reduce redundant data transfers during iterative training.
  • Buckets use the existing hf CLI and reside in the hf:// namespace.

New Storage for Continuous AI Loops

Hugging Face has introduced Storage Buckets, a new type of mutable, non-versioned, Xet-backed object-storage repository. These buckets are designed to support continuous integration and deployment workflows for AI agents, particularly in robotics.

The integration with Strands Agents and LeRobot allows for a streamlined process where recorded data can be continuously collected, used to train policies, and then deployed, with new batches of recordings feeding back into the system.

Addressing Data Transfer Inefficiencies

A key problem in continuous AI training is the repeated transfer of large datasets. Each training run typically copies the entire dataset to GPUs, and new checkpoints are shipped out while new recordings come in, leading to redundant byte transfers.

Hugging Face Storage Buckets aim to mitigate this by acting as a persistent working layer for data, holding it between the recording and training stages, thereby reducing the need for constant re-uploads and re-downloads of the same data.

Integration with Existing Tools

The Storage Buckets are accessible within the same hf:// namespace as existing datasets and models on the Hugging Face Hub. They utilize the familiar hf CLI, making them compatible with current user workflows.

Strands Robots, an open-source SDK from AWS, provides abstractions for robots, simulation, and the LeRobot stack. LeRobot's dataset format is widely used, with over 90,000 datasets and models on the Hub, ensuring compatibility for data recorded using Strands Robots.

Facilitating Iterative Development

This new storage solution supports the iterative nature of robot learning, where decisions about which episodes to keep, when to re-record, and which checkpoints to deploy are made repeatedly. The buckets provide a centralized and efficient way to manage the data flow for these continuous improvement cycles.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~11 min · 9 stories · Aug 16

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

Hugging Face Storage Buckets, a new mutable object-storage repository type, now integrates with Strands Agents and LeRobot to facilitate continuous recording, training, and deployment of robot policies. This integration addresses data transfer inefficiencies in iterative AI development by providing a working layer for data between recording and training phases.