176 related articles
CUDA 13.3 Adds Carryless Multiplicatio…
CUDA 13.3 introduces native carryless multiplication support, closing a 15-year GPU gap in AES-GCM, CRC, and cryptographic acceleration. Here's what it means.
Building RL-Powered Autonomous Researc…
How NVIDIA NeMo combines reinforcement learning to train agent skills and build an Autoresearch workflow capable of autonomously running ML experiments end-to-end.

Meituan open-sources LongCat 2.0, a 1.6T-parameter MoE model trained on 50,000+ custom chips without NVIDIA GPUs or Google TPUs, rivaling OpenAI and Google.

ExLlamaV3 v1.0.0 releases with lossless KV cache quantization via kernel fusion, removal of flash-attention-2/xformers, major GEMM/GEMV gains, and broader tensor parallelism support.

A deep dive into ChatGPT Ultra mode's parallel sub-agent architecture, covering concurrency limits, delegation depth, token optimization, and configuration best practices for GPT-5.6.

OpenAI Codex is redefining how AI engineers work: from code completion to autonomous Agents, from single-threaded to parallel Value Maxing. A deep dive into the Codex App architecture, open ecosystem, and Manager of Agents practice.

GPT-5.6 Soul Ultra claims to prove the 50-year-old Cycle Double Cover Conjecture in under an hour using 64 parallel agents. We examine the technical path, missing peer review, and formal verification gaps.

Mesh LLM is an open-source distributed inference framework that splits model layers across multiple devices, creating a virtual super GPU to run 100GB+ LLMs on consumer hardware.
CUDA Kernel Fusion: A Practical Guide …
Learn how CUDA Kernel Fusion merges multiple GPU kernels to reduce global memory traffic and launch overhead, with real-world examples from AI inference and deep learning.
How NVIDIA BioNeMo Breaks Through Co-F…
How NVIDIA BioNeMo Agent Toolkit uses agent-based orchestration to solve MSA preprocessing, pipeline scheduling, and end-to-end bottlenecks in OpenFold3 co-folding workloads for drug discovery.
Best Laptops for AI/ML Students: A Dee…
Lenovo LOQ, HP Omen, or MacBook Air M5? A deep dive comparing GPU performance, RAM, and CUDA compatibility to help AI/ML students find the right laptop.
JAX Host Offloading: A Practical Guide…
Memory capacity is the core bottleneck in LLM training. This guide explores JAX-based host offloading — covering optimizer state offloading, activation strategies, PCIe bandwidth trade-offs, and how it complements activation recomputation.

A deep dive into distributed AI systems engineering: data/model/tensor parallelism for training, KV cache, quantization, elastic scaling for inference, and cloud deployment with Kubernetes, Ray, and DeepSpeed.

A deep dive into Distributed AI Systems: a new book distilling 10 years of AI engineering experience covering distributed training, inference optimization, and production model serving.

OpenAI's GPT-5.6 launches with Sawa, Terra, and Luna sub-models the same day as Musk's Grok 4.5, while Anthropic, Meta, and NVIDIA make their moves. A packed week of flagship AI launches.

From pressing Enter to the first character appearing, what happens inside an LLM? This article breaks down autoregressive generation, KV cache acceleration, and decoding strategies like temperature, Top-k, and Top-p.

A deep dive into the five genuinely tough challenges of production MLOps: fault-tolerant training on Spot instances, cross-team GPU scheduling, data reproducibility, model observability, and inference cost optimization.
Mesh LLM: A Practical Exploration of B…
Mesh LLM leverages the Rust P2P framework iroh to integrate compute from scattered nodes, exploring a viable path for decentralized LLM inference. This article analyzes its architecture, challenges, and prospects.

SlickToken is a GPU fleet and agentic workflow planning tool for AI teams, supporting offline simulation, load testing, and capacity planning—no internet required to protect enterprise data.

When multiple AI coding agents work on the same codebase simultaneously, how do you avoid interface conflicts and coordination chaos? A deep dive into Git worktree isolation, contract-first design, and intent declaration.