Hugging Face introduced Storage Buckets, a mutable S3-like repo type for checkpoints, processed data, logs, and traces that do not fit Git workflows. Use it to move overwrite-heavy or high-volume artifacts out of versioned repos without leaving the Hub.

hf CLI, with private or public permissions and optional pre-warming to move data closer to compute regions the launch post and the blog link.Storage Buckets are the first new repo type on the Hub in four years, built for artifacts that are large, mutable, and operational rather than publish-once deliverables. In the launch post, Hugging Face contrasts them with Models and Datasets repos, saying those are good for “final artifacts,” while Buckets are for the production stream of “checkpoints, optimizer states, processed shards, logs, traces” that “rarely need version control.”
The interface and access model stay close to the rest of the Hub. The launch blog says Buckets can be browsed in the Hub UI, automated from Python, or managed through the hf CLI, and the same post describes them as mutable, non-versioned storage with standard namespace permissions for user or organization scopes. That makes this less of a separate storage product than a new storage primitive inside existing Hub workflows.
The main engineering value is moving high-churn artifacts out of Git-backed repos without leaving the Hub. In Hugging Face's thread, the company frames the problem bluntly: Git breaks down on the “high-throughput side of AI,” and Buckets are meant to handle “fast writes, overwrites, directory sync” for recurring training and inference-adjacent outputs. The blog link adds that this includes intermediate files from many jobs at once, which is the pattern that makes versioned repos noisy and expensive.
The storage backend is also part of the story. Hugging Face says Buckets are powered by Xet dedup, so overlapping files do not re-upload identical chunks; in the product wording, “successive checkpoints skip the bytes that already exist” the thread. The blog post also describes pre-warming, which brings data closer to compute regions to improve throughput for distributed training. Separately, a repost from Hugging Face co-founder Thomas Wolf calls this “our fastest growing recent product” and says the company is making “petabyte storage cheap and fast” Wolf quote, which underscores that this launch is tied to scale-out storage demand rather than a cosmetic Hub update.
MiniMax introduced a flat-rate Token Plan that covers text, speech, music, video, and image APIs under one subscription. It gives teams one predictable bill across modalities and can be used in third-party harnesses, not just MiniMax apps.
releaseOpenClaw shipped version 2026.3.22 with ClawHub, OpenShell plus SSH sandboxes, side-question flows, and more search and model options, then followed with a 2026.3.23 patch. Teams get a broader plugin surface, but should patch quickly and review plugin trust boundaries as the ecosystem grows.
releaseCursor shipped Instant Grep, a local regex index built from n-grams, inverted indexes, and Bloom filters that drops large-repo searches from seconds to milliseconds. Faster candidate retrieval shortens the coding-agent loop, especially when ripgrep-style scans become the bottleneck.
breakingChatGPT now saves uploaded and generated files into an account-level Library that can be reused across conversations from the web sidebar or recent-files picker. It removes repetitive re-uploading and makes past PDFs, spreadsheets, and images part of a persistent working context.
breakingEpoch AI says GPT-5.4 Pro elicited a publishable solution to one 2019 conjecture in its FrontierMath Open Problems set, with a formal writeup planned. Treat it as an early milestone worth reproducing, not blanket evidence that frontier models can already automate math research.
🪣 We just shipped Storage Buckets: S3-like mutable storage, cheaper & faster Git falls short for everything on high-throughput side of AI (checkpoints, processed data, agent traces, logs etc) Buckets fixes that: fast writes, overwrites, directory sync 💨 All powered by Xet Show more
Hugging Face just launched Storage Buckets blog: huggingface.co/blog/storage-b…