
Julien Chaumond
Co-Founder & CTO, Hugging Face | Architect of the Open Source AI Ecosystem
Co-Founder and Chief Technology Officer of Hugging Face, the central collaboration platform and open-source infrastructure powering the global AI community with over 1 million models, datasets, and Spaces. Stanford engineer who architected the Hugging Face Hub, Git-LFS machine learning repositories, and serverless inference infrastructure that powers modern open-weights innovation.
Areas of focus
Professional niches
Proof of Work
SafeTensors: Fast, Secure Tensor Storage for Deep Learning
Spearheaded the creation and adoption of SafeTensors, replacing insecure Python pickle files with zero-copy memory-mapped deserialization that prevents arbitrary code execution and boosts model loading speeds 2-10x.
Requires strict contiguous memory layout incompatible with raw arbitrary python object serialization.
Context: Rust-based tensor serialization format adopted universally across Hugging Face, PyTorch, and vLLM.
View missionThe Hugging Face Hub: Decentralized Open-Weight ML Infrastructure
Designed and scaled the open machine learning repository architecture supporting version-controlled model weights (SafeTensors), streaming dataset loaders, model cards, and automated evaluation leaderboards.
High bandwidth demands require aggressive regional edge caching and chunked tensor streaming.
Context: Global CDN serving petabytes of model checkpoints daily with SafeTensors memory-mapped loading.
View mission