Skip to content

WorthPosting

  • Home
  • About

Tag: MLOps

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

Building LLM Evaluation Pipelines: Metrics, Frameworks, and CI Integration

Posted on August 4, 2026

Shipping an LLM-powered feature without an evaluation pipeline is like deploying a microservice without health checks — it might work

Continue readingBuilding LLM Evaluation Pipelines: Metrics, Frameworks, and CI Integration

Cat Links AI News

Training-Inference Mismatch: Why Your LLM Reinforcement Learning Is Optimizing the Wrong Policy

Posted on July 12, 2026July 13, 2026

Reinforcement learning has become the defining ingredient of modern LLM post-training. GRPO, PPO, and their variants drive the reasoning capabilities

Continue readingTraining-Inference Mismatch: Why Your LLM Reinforcement Learning Is Optimizing the Wrong Policy

Cat Links Software Engineering

vLLM v0.23.0: Model Runner V2, Multi-Tier KV Offloading, and the Growing Rust Frontend

Posted on June 22, 2026June 23, 2026

The vLLM v0.23.0 release landed last week with 408 commits from 200 contributors, and it packs several changes that directly

Continue readingvLLM v0.23.0: Model Runner V2, Multi-Tier KV Offloading, and the Growing Rust Frontend

Cat Links Uncategorized

Beyond Naive RAG: 4 Advanced Patterns That Actually Work in Production

Posted on May 11, 2026May 12, 2026

The first version of any RAG pipeline usually looks the same: embed a query, search a vector store, stuff the

Continue readingBeyond Naive RAG: 4 Advanced Patterns That Actually Work in Production

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