113 related articles

SiliconLLM builds a CPU-native LLM architecture from scratch, combining selective SSM, ternary (1.58-bit) LUT MLP, and granular MoE, co-designed around the L3 cache bandwidth cliff. Ternary kernels show 4-5x speedup over fp32.

SGLang-Diffusion now officially supports LingBot-World 2.0, delivering leaps in resolution and temporal consistency. With live sessions, chunked streaming, and camera control, world models achieve low-latency controllable interaction.

An in-depth look at INT4 ConvRot W4A4 quantization, covering conversions of Krea2, Qwen-Image, and other diffusion models to help ComfyUI users run large image models on 8GB GPUs.

GPT-5.6 is officially released with core upgrades including programmatic tool calling, autonomous subagent delegation, and higher token information density. A hands-on card game build reveals its Agentic power.

OpenAI released three GPT-5.6 models—Sol, Terra, and Luna—covering everything from flagship reasoning to lightweight speed. A deep dive into their positioning, performance differences, pricing, and industry signals.

An in-depth look at why CPU and GPU utilization is low in RL training, covering vectorized environment parallelism, distributed Actor-Learner architectures, GPU-side simulation (Isaac Gym/Brax), and Ray RLlib practice.

Learn how to split AI reasoning tasks by act and character, run 14 concurrent streams, and cut processing time from 100s to 30s — a reusable schedule-concurrency-aggregate methodology.

Tencent Hunyuan Hy3 launches with a 295B MoE architecture activating just 21B params and 256K context. Hallucination cut from 12.5% to 5.4%, MRCR nearly doubled, with MTP and EAGLE decoding and Day-0 SGLang support.

SGLang's team converted expert knowledge into agent skills, achieving 71.4% throughput gains, TTFT reduced from 456ms to 168ms. A deep dive into agent-assisted kernel optimization methodology.

OpenAI releases GPT-5.6 (SOUL/TERRA/LUNA), with Ultra mode running four agents in parallel; Meta launches Muse Spark 1.1 with million-token context; ChatGPT desktop unifies Chat, Work, and Codex.

DeepSeek's speculative decoding algorithm (DSpark) is now merged into vLLM main branch, natively supporting Qwen3 and Gemma. Tests show ~150× single-user token speed gains and ~40–50% throughput improvement.

Deep dive into DeepSeek-V4: 1.6T-parameter MoE, CSA+HCA hybrid attention, MHC & MUON optimizer. Inference FLOPs drop to 27% of V3.2, redefining open-source LLM SOTA.

DeepSeek and Peking University's DS Spark paper boosts AI inference speed by up to 85% via confidence scheduling and semi-autoregressive speculative decoding — no model or GPU changes.

Model capabilities are converging, making inference cost and scalability the new focus of AI competition. A deep analysis of AI infrastructure's core layers.

An in-depth analysis of reverse-engineering Nvidia CUDA-checkpoint to accelerate GPU cold starts. Covers checkpoint/restore, Serverless GPU prospects, and VRAM snapshot challenges.

Unsloth v0.1.481-beta adds full DeepSeek-V4-Flash support, NVFP4/FP8/imatrix GGUF quantized export, 1.3x faster GRPO, 3-5x faster MoE training, and an OpenAI-compatible API service in Studio.

Hands-on report on DeepSeek's open-source inference acceleration toolkit DSpec: draft model + smart scheduling delivers lossless speedup, hitting acceptance length 6 on GSM8K and reproducing official data.

Block-sparse featurizers remap dense vision model activations into block-sparse representations, making the internal feature spaces of ViT, CNN, and other models readable and interpretable. This article explores their core principles, links to mechanistic interpretability, and applications.

Google confirms the Made by Google hardware event in NYC, unveiling next-gen Pixel phones with new Tensor chips and deep Gemini AI integration. On-device AI gets a major upgrade.

A hands-on guide to building an enterprise-grade AI Agent workflow orchestration app with Electron Forge and LangGraph, covering local LLM deployment (Qwen3-0.6B), node-based visual canvas design, and full Function Calling integration.