Topic

vLLM

Every THE D[AI]LY BRIEF article on vLLM — enterprise AI analysis, benchmarks, vendor comparisons, and ROI frameworks for technology and business leaders. Updated as new coverage publishes.

KV cache

Random Eviction Matched the Scorers. Protect the Prompt.

Salesforce AI Research and UIUC replaced the scoring pass in KV cache eviction with a uniform random draw, kept the prompt pinned, and matched the strongest published evictor across four models and six reasoning tasks — at 32-43% higher vLLM throughput. Random-plus-prompt-protection is now the baseline any 'intelligent cache compression' claim has to beat.

September 9, 2026 · 13 min read
Optimum

Nvidia Buys the Bridge to Trainium. Go Grep Your Imports.

Nvidia's reported $12.9B deal for Hugging Face puts optimum-neuron, optimum-habana, optimum-intel and optimum-amd — the Transformers bridge for every rival accelerator — inside Nvidia. optimum-tpu was archived read-only in January, and its own README points the exit at vLLM.

August 27, 2026 · 10 min read
agent harness

Wiping the Transcript Was the Worst Retry. Paraphrase.

A new arXiv paper measures the corrective value of a failed tool call in an agent transcript and finds it negative on every small model tested: repeat probability rises from 0.06 to 0.54. Clean-context retry was the worst harness tested; paraphrasing the failure removed 76% of the effect for free.

August 26, 2026 · 13 min read
vLLM

vLLM vs TensorRT-LLM vs SGLang: Default to vLLM

TensorRT-LLM 1.2 removed the TensorRT engine build entirely, invalidating most published advice on this choice. vLLM is the default, SGLang wins prefix-heavy agent traffic, and the properties that actually matter never appear in a benchmark.

August 24, 2026 · 18 min read