
Thinking Machines has launched Inkling, a new multimodal large language model available on Hugging Face. Inkling boasts nearly 1 trillion parameters and can handle text, image, and audio inputs simultaneously, making it a versatile tool for multimodal reasoning. The model uses a Mixture-of-Experts architecture, which allows for efficient inference by activating only a portion of its parameters at any given time. This release represents a significant advancement in AI, enabling developers to create more sophisticated applications that can understand and reason across different data types.
Read originalEarlier coverage that leads up to this article, and what followed. Lines connect each piece to the closest one after it, converging here.
© Hugging Face BlogLiquid AI is tackling the latency bottleneck in vision-language models with a specialized speculative decoding drafter. The LFM2.5-VL-DSpark model adds only 280M parameters to the base 3B architecture but delivers up to 3.13x faster on-device decoding and 2.66x speedups on H100 GPUs. By integrating directly with llama.cpp, MLX-VLM, and SGLang from day one, they are making high-performance VLM inference accessible without complex custom infrastructure. This shifts the focus from raw model size to efficient token drafting for edge deployment.
© Hugging Face BlogThis release quietly expands llama.cpp's hardware support to include Qualcomm's Hexagon NPU on Linux arm64, a significant step for local inference on Snapdragon devices. It also updates CUDA builds to version 13.4 and introduces ROCm 10.0 binaries, keeping the project aligned with the latest NVIDIA and AMD driver ecosystems. KleidiAI on Apple Silicon is temporarily disabled in this build, likely due to stability checks rather than a feature rollback. For developers targeting edge AI or diverse GPU stacks, this update ensures broader compatibility without requiring custom compilation.
© Lev SelectorNVIDIA introduced the NVFP4 4-bit format and SoL-Pi technology, which uses 2x fewer tokens for improved efficiency.
The Rundown AI · April 9, 2026 · Background
The Verge AI · May 11, 2026 · Related
TechCrunch AI · May 12, 2026 · Related
The Rundown AI · May 12, 2026 · Related
The AI Daily Brief · May 13, 2026 · Related
Matt Wolfe · May 16, 2026 · Related
Google DeepMind · June 10, 2026 · Background
OpenAI · June 24, 2026 · Background
vLLM Releases · July 27, 2026 · Related
Hugging Face Blog · August 10, 2026 · Related
MIT Technology Review AI · August 10, 2026 · Related
Lev Selector · August 12, 2026 · Related
Hugging Face Blog · September 24, 2026 · Related
Together AI launches Inkling model on day 0
5 developments
NVIDIA is pushing hard to make GPU-accelerated physics the standard for robot learning. This deep dive into MuJoCo Warp (MJWarp) shows how to scale a single SO-101 arm simulation to 2,048 parallel environments on CUDA hardware. The real value isn't faster single-step latency, but massive aggregate throughput for reinforcement learning data collection. By leveraging Warp's kernel compilation and CUDA graph capture, developers can batch thousands of physics steps simultaneously, turning the GPU into a high-throughput experience generator rather than just a fast simulator.