AI News Roundup: September 2026 — GPT-6 Astra, Claude Fable 5.1, Gemini 3.8, and DeepSeek V4.1-Flash
September 2026 has been one of the densest months for AI releases in recent memory. Within the first 72 hours,
September 2026 has been one of the densest months for AI releases in recent memory. Within the first 72 hours,
Autoregressive decoding is the reason large language models feel slow: every token is generated by a full forward pass, and
If you run a large language model behind a product, you have probably internalized an uncomfortable trade-off. The big frontier
Continue readingLLM Routing and Cascading: Send Every Query to the Cheapest Model That Can Handle It
Serving a 7B model in fp16 takes roughly 14 GB of VRAM. A 70B model takes around 140 GB —
Continue readingLLM Quantization Explained: GPTQ, AWQ, GGUF, and When Each One Wins
Watch a GPU while a large language model generates text and you’ll see something strange: for most of every forward
Continue readingSpeculative Decoding: Getting 2-3x More Out of Every GPU Pass
Every request that hits an LLM server pays the same tax before the first generated token appears: the prompt must
Continue readingvLLM Prefix Caching: The Prefill Optimization You’re Already Running
Ask an LLM for JSON and you will usually get JSON. “Usually” is the word that ruins your week. One
Continue readingConstrained Decoding: How Structured LLM Output Actually Works
The default answer to “make the agent better” is a better model. But a growing pile of evidence says that
Two years into the coding-agent era, a plain Markdown file has quietly become standard infrastructure. AGENTS.md is the place where
Continue readingAGENTS.md: Teaching Coding Agents to Work in Your Repository
Three model releases in ten days have made one thing clear: the frontier story of late 2026 is not bigger