OPENING NOTE
Rust and AI + ML Landscape
Rust is no longer waiting on the sidelines of artificial intelligence — it’s already at work, from the frameworks that train models to the data systems that keep them fed. Its incredible speed, safety, and efficiency are making it a top choice for AI development, shaping a promising future for the industry.
Let’s dive into this week’s current issue…
EDITORIAL INSIGHT
Gaining Momentum
Rust is gaining momentum in the AI field, and it's exciting to see this development. Since the new AI and Machine Learning renaissance, Python has been the face of AI, but beneath the surface, it has always relied on layers of C and C++ to do the heavy lifting. Rust is quietly changing that dynamic.
Developers are beginning to see Rust not only as a faster alternative for performance-critical components but as a core foundation capable of powering the entire AI stack, from data ingestion and preprocessing to model execution and deployment. Rust can also serve as the layer beneath Python, exposing safe and efficient bindings, or stand alone as a native, full-stack solution.
Inference engines like Candle, data layers like Polars and Daft, LLM applications in Rig, storing data in vector databases like Qdrant, and even training models in Burn or writing and executing fast GPU code in Rust-CUDA are showing how performance and safety can co-exist in the AI stack. And these are just a few; there's a growing ecosystem of crates, tools, and experiments we'll explore in future issues.
Each week, we’ll highlight the most meaningful projects, releases, and ideas where Rust intersects with AI and Machine Learning.
FRAMEWORK OF THE WEEK
Burn - Next Generation Tensor Library and Deep Learning Framework
If Rust had a flagship for modern deep learning, it would be Burn.
Created by Tracel AI, Burn aims to bring the flexibility of frameworks like PyTorch and TensorFlow into a Rust-first world — combining expressive APIs with performance and safety by design.
At its core, Burn isn't just a tensor library. It's a modular ecosystem for defining, training, and deploying neural networks in pure Rust, without the runtime penalties that often come with dynamic languages. The framework is designed around a clear philosophy: performance, simplicity, and portability.
Burn's architecture separates backends (like WGPU, Candle, or NdArray) from high-level model definitions, making it easy to switch between CPU, GPU, or even WebAssembly environments. That abstraction layer is one of Burn's quiet superpowers: write your model once, run it anywhere.
For those coming from Python, Burn's ergonomics will feel familiar: it supports auto-differentiation, optimizers, datasets, and a clean, modular layer system. But under the surface, everything is written in Rust — meaning no GIL, no runtime surprises, and a compiler that helps ensure your models behave predictably.
With over 13k GitHub stars and a growing community, the project has more than 200 contributors and over 2,000 members on Discord, making Burn quickly become the go-to choice for developers exploring AI in Rust. They provide numerous examples, a Burn book, and thorough documentation.
Explore Burn ➡ burn.dev
FROM THE COMMUNITY
Highlights from across the Rust + AI ecosystem
Videos & Talks 📺
Rust for AI & Accelerated Computing | Nathaniel Simard | RustConf 2025
A deep dive into Burn and CubeCL, showing how Rust’s type system and ownership model power flexible, high-performance, and portable AI solutions.
Watch ➡Rust for Robotics: Safer, Faster Systems for Autonomous Applications | Yang Zhou | RustConf 2025
This talk summarizes how Rust addresses robotics’ memory‑safety and concurrency challenges, demonstrates its potential to transform autonomous systems, and offers adoption advice and success stories linking research to practical safety‑critical applications.
Watch ➡
Blog Posts ✏
Vector Space Day 2025 - Developers and researchers gathered to explore the future of AI-native search and vector databases. Talks highlighted breakthroughs in embeddings, multimodal retrieval, and scalable infrastructure for intelligent systems. The event showcased how fast, reliable vector search is shaping modern AI. Qdrant, built in Rust, powers this shift with unmatched performance and reliability.
Read ➡Spice v1.8.0 - Spice AI, an open-source data and vector database written in Rust, has released version 1.8.0 with major performance and AI-centric upgrades. The update adds write support for Iceberg tables, managed acceleration snapshots for faster startup and recovery, and partitioned S3 vector indexes for petabyte-scale vector search. It also introduces an
ai()
SQL function that lets users call large language models directly within SQL queries. Built in Rust, Spice AI combines high performance with reliability for next-generation AI and data applications.
Read ➡
Github Highlights 🧑💻
linfa v0.8.0 Released - This release introduces a Bernoulli Naive Bayes classifier and support for ndarray 0.16.
Github ➡shimmy v1.7.0 Released - Added MoE (Mixture of Experts) CPU Offloading Revolution up to 99.9% VRAM reduction.
Gihub ➡tensorzero 2025.10.0 Released - This release includes bug fixes, UI improvements and deprecation notices.
Github ➡spiceai v1.8.0 Released - This release includes many features highlighted in the blog post above.
Github ➡modelexpress v0.2.0 Released - This release marks a significant step forward for Model Express, evolving it from a foundational service to a deployable, production-ready component for large-scale inference.
Github ➡balm v0.211.0 Released - This releases includes bug fixes and documentation improvements. BAML is a simple prompting language for building reliable AI workflows and agents.
Github ➡
SUBSCRIBE
We’d love to hear from you !
Subscribe to receive the latest insights, and updates delivered directly to your inbox and if you know someone who’d enjoy this, feel free to forward it their way!
If you have any feedback or ideas you’d like to see in future issues, we would love to hear from you, drop us a line at [email protected]
📬 Published at Rustacean.ai
🐦 Follow us @RustaceanAI
✍️ Mascot @KaiTheKrab
📌 Curated by @andynog