Five developments defined artificial intelligence this week: NVIDIA began letting developers write GPU kernels in Rust, Mozilla partnered with Mistral to put private AI into Firefox, Google shipped a new live-voice Gemini release, DeepSeek’s V4.1 Flash model tore through an AI security benchmark on a budget of under five dollars, and OpenAI snapped up a camera startup for $300 million. Here is the roundup.
NVIDIA Announces Native GPU Programming in Rust
NVIDIA unveiled CUDA Rust, a major effort to let developers write GPU kernels natively in Rust rather than wrapping code written in another language. The announcement details two complementary tracks: cuda-oxide, a custom rustc codegen backend that compiles SIMT-style kernels written in Rust directly to PTX using the Pliron IR framework and LLVM, and cutile-rs, which enables Tile-based GPU programming in stable Rust where the compiler manages thread mapping and memory layout through CUDA Tile IR JIT compilation.
Both projects enforce memory safety at compile time — cuda-oxide uses DisjointSlice and launch contracts to prevent aliasing, while cutile-rs relies on tensor partitioning and ownership to guarantee exclusive access. cuda-oxide requires a pinned nightly toolchain and LLVM, whereas cutile-rs runs on stable Rust 1.89+ with CUDA 13.3, is published on crates.io, and is already in use inside Hugging Face’s Grout inference engine and mistral.rs. NVIDIA says it will grow and mature CUDA Rust well into 2027 and beyond, reinforcing a shift already visible across its stack — the Nova Linux driver and NVIDIA Dynamo are both built on Rust cores. The company also plans inter-language interoperability so the choice of frontend does not lock developers out of the CUDA C++ or Python ecosystems.
Mistral and Mozilla Bring Private, Multilingual AI to Firefox
Mistral and Mozilla announced a partnership to bring open, private, and multilingual AI to the web browser. Firefox’s new Smart Window (beta), Mozilla’s AI browsing assistant, is now powered by Mistral models. Smart Window helps users make sense of complex searches, recall something important they clicked away from, and source information important to them based on their browser tabs.
The deal pairs Mozilla’s privacy-centric browser with Mistral’s open-weight models, positioning the pair as a counterweight to closed, cloud-heavy AI assistants. Announced September 16, the partnership emphasizes user control and choices around how AI touches browsing — a theme that resonates as browser-based AI agents become a mainstream battleground.
Google Debuts Gemini 3.8 Live and 3.8 Live Extended Thinking
Google DeepMind released Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking, the latest in its live-voice and reasoning lineup. On the Hacker News thread where the release surfaced (482 points, 322 comments), users highlighted notably low latency, pleasant and realistic voices, and the model’s ability to handle thick accents and niche languages — including one user who said it is “phenomenal” at speaking Afrikaans for live conversation.
Commenters repeatedly praised the infrastructure hosting the model (“really high performance solid intelligence,” one wrote, speculating on a pure TPU deployment), while others voiced familiar reservations: limited tool use, history that cannot reliably be saved or excluded from training, and delayed rollout to some Google Workspace and Google AI Plus accounts. The Extended Thinking sibling targets tougher reasoning tasks, rounding out Google’s push across both conversational and deliberative AI.
DeepSeek V4.1 Flash Scores a Near-Perfect Hacking Run for Under $5
Security firm Enclave reported that DeepSeek V4.1 Flash is now the best result in its AI hacking benchmark — and at a startling price. The model gained code execution on all 11 vulnerable targets in isolated copies of Grafana, Jenkins, and Nextcloud while all four fixed targets remained secure. The accepted runs cost just $4.65 (about $5.14 counting failed attempts and replacement runs). Across the full benchmark the model issued 2,349 Bash commands over roughly two hours and 38 minutes of active time; the median successful run took four minutes and 38 seconds, and Grafana fell in under 90 seconds.
Enclave’s audit confirmed six attacks followed the planned path and found five unexpected routes its scoring originally missed — a useful reminder that agent benchmarks should verify both the outcome and the attack path. Separately, a technical breakdown of V4.1 Flash (which reached nearly 420 tokens per second in testing) details its aggressive KV-cache compression architecture, and DeepSeek has signaled it will take all V4 Pro models offline — underscoring how quickly the company is iterating.
OpenAI Acquires Camera Maker Glass Imaging for $300 Million
OpenAI has bought Glass Imaging, a smartphone camera startup, in a deal worth over $300 million, according to a Wall Street Journal report. Founded in 2019 and based in Los Altos, California, Glass Imaging had raised roughly $30 million from investors. The founders, Ziv Attar and Tom Bishop, are former Apple engineers who previously led the team behind Apple’s Portrait Mode.
Rather than editing photos after the fact, Glass Imaging uses neural networks that learn the characteristics of individual camera systems to produce better images from the moment the shutter clicks — an approach that could map directly onto OpenAI’s rumored hardware ambitions in smartphones, earbuds, and AI companion devices. It also follows OpenAI CEO Sam Altman’s device venture with designer Jony Ive, which saw OpenAI acquire Ive’s company for $6.5 billion in 2025. OpenAI did not immediately respond to a request for comment.
Sources: NVIDIA Technical Blog, Mistral AI, The Keyword/Google, Hacker News community threads, Enclave AI, TechCrunch.