Tag: LLM inference

Constrained Decoding for LLMs: Mastering JSON, Regex, and Schema Control 18 May 2026

Constrained Decoding for LLMs: Mastering JSON, Regex, and Schema Control

Learn how constrained decoding guarantees JSON, regex, and schema compliance in LLMs. Explore performance trade-offs, model comparisons, and implementation tools for structured generation.

Susannah Greenwood 0 Comments
How to Reduce LLM Latency: A Guide to Streaming, Batching, and Caching 21 April 2026

How to Reduce LLM Latency: A Guide to Streaming, Batching, and Caching

Learn how to slash LLM response times using streaming, continuous batching, and KV caching. A practical guide to improving TTFT and OTPS for production AI.

Susannah Greenwood 7 Comments
Speculative Decoding for Large Language Models: How Draft and Verifier Models Speed Up AI Responses 3 August 2025

Speculative Decoding for Large Language Models: How Draft and Verifier Models Speed Up AI Responses

Speculative decoding accelerates large language models by pairing a fast draft model with a verifier model, cutting response times by up to 5x without losing quality. Used by AWS, Google, and Meta, it's now standard in enterprise AI.

Susannah Greenwood 7 Comments