Skip to content

WorthPosting

  • Home
  • About

Tag: LLM

Cat Links AI News

PagedAttention and the KV Cache: How OS Paging Explains Modern LLM Serving

Posted on September 13, 2026September 14, 2026

When an LLM serves a 2,000-token response to a prompt of 10,000 tokens, it does something that looks absurd from

Continue readingPagedAttention and the KV Cache: How OS Paging Explains Modern LLM Serving

Cat Links AI News

RAG Chunking Strategies in 2026: What the Benchmarks Actually Show

Posted on September 12, 2026

Every RAG system has two halves: a retriever that decides which text the model sees, and a generator that answers

Continue readingRAG Chunking Strategies in 2026: What the Benchmarks Actually Show

Cat Links Software Engineering

LLM Routing and Cascading: Send Every Query to the Cheapest Model That Can Handle It

Posted on September 11, 2026September 12, 2026

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

Cat Links AI News

LLM Quantization Explained: GPTQ, AWQ, GGUF, and When Each One Wins

Posted on September 10, 2026September 11, 2026

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

Cat Links AI News

Speculative Decoding: Getting 2-3x More Out of Every GPU Pass

Posted on September 6, 2026September 7, 2026

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

Cat Links AI News

vLLM Prefix Caching: The Prefill Optimization You’re Already Running

Posted on September 3, 2026

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

Cat Links AI News

Constrained Decoding: How Structured LLM Output Actually Works

Posted on August 30, 2026August 31, 2026

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

Cat Links Software Engineering

Speculative Decoding in vLLM: Draft, Verify, and Cut Latency Without Losing the Distribution

Posted on August 27, 2026August 27, 2026

Large language model inference has an awkward performance profile: the GPU does enormous math, then waits. Every token requires a

Continue readingSpeculative Decoding in vLLM: Draft, Verify, and Cut Latency Without Losing the Distribution

Cat Links Software Engineering

5 Trending GitHub Repos: Quantized Vector Search, Static GPU Binaries, and a Fly With Real Neurons

Posted on August 23, 2026

The commits that caught my attention this week range from a vector database that shrinks a 31 GB corpus into

Continue reading5 Trending GitHub Repos: Quantized Vector Search, Static GPU Binaries, and a Fly With Real Neurons

Cat Links AI News

Harness Scaling: How a State Machine Runtime Pushed Agents to 95.3% on Terminal-Bench

Posted on August 23, 2026

The default answer to “make the agent better” is a better model. But a growing pile of evidence says that

Continue readingHarness Scaling: How a State Machine Runtime Pushed Agents to 95.3% on Terminal-Bench

Posts navigation

Older posts
  • Home
  • About
Copyright © 2026 WorthPosting | Signify by WEN Themes
Scroll Up