
Embedding models decide which passages an agent ever sees. NVIDIA released Nemotron 3 Embed model to work on that layer. It targets production-scale RAG, agentic retrieval, code retrieval, and agent memory. What is Nemotron 3 Embed? The model collection includes three open checkpoints. Nemotron-3-Embed-8B-BF16 is the accuracy-first option. Nemotron-3-Embed-1B-BF16 carries the same design into a smaller footprint. Nemotron-3-Embed-1B-NVFP4 is the Blackwell-optimized 4-bit path. All thre
Embedding models determine which passages an AI agent retrieves from data, and NVIDIA released Nemotron 3 Embed, a collection of open embedding models designed for production-scale retrieval tasks across multiple languages. The largest model in the collection ranks first on RTEB, the Retrieval Embedding Benchmark, and comes in three variants ranging from 1 billion to 8 billion parameters with different optimization approaches. The smaller models were created through compression techniques including pruning and distillation rather than training from scratch, achieving high accuracy retention while reducing computational costs. These models support applications including multilingual search, code retrieval, long-context agent memory, and cost-tiered systems that route queries between smaller and larger models based on difficulty.

Moonshot AI just released Kimi K3. It is a 2.8-trillion-parameter model with native vision and a 1-million-token context window. Moonshot calls it the world’s first open 3T-class model. What is Kimi K3? Kimi K3 is a sparse Mixture-of-Experts (MoE) model built on two architectural updates. Those are Kimi Delta Attention (KDA) and Attention Residuals (AttnRes). Both change how information flows across sequence length and model depth. K3 targets long-horizon coding, knowledge work, an
Google DeepMind and Isomorphic Labs are sharing our joint approach to bioresilience and AI models.

SpaceXAI has open-sourced Grok Build, the terminal-based AI coding agent behind its grok CLI. The source landed on GitHub today. The release covers the agent harness, TUI, CLI shell, and developer tooling under the Apache 2.0 license What is Grok Build? A harness is the scaffolding around a model. It assembles context, calls the model, parses the reply, and dispatches tool calls. Grok Build was launched as an early beta on May 25, 2026. It is an agent that understands your codebase, ed
Want to go deeper than the news? Explore live, cohort-based AI courses taught by practitioners.
Browse AI courses on Maven