❌

Normal view

Received β€” 24 August 2026 ⏭ Towards Data Science

Can an LLM Forget the Right Things?

24 August 2026 at 15:00

Most LLM inference runtimes have no idea a physical deadline exists. This one refuses admission rather than miss a 33ms robot control cycle, evicts KV cache by meaning instead of age, and is written entirely in hand-written CUDA β€” no cuBLAS, no libtorch.

The post Can an LLM Forget the Right Things? appeared first on Towards Data Science.

Speculative Decoding on CPUs: Nearly 4x Faster Token Generation with DFlash

24 August 2026 at 13:30

Speculative decoding can turn underused CPU compute into faster token generation, without changing the model's output. In our vLLM tests, DFlash delivered 3.92x the autoregressive throughput with Qwen3.5-9B on Intel Xeon 6 at concurrency 1. We break down where the speedup comes from, explain the acceptance metrics, and show what determines whether speculation pays off.

The post Speculative Decoding on CPUs: Nearly 4x Faster Token Generation with DFlash appeared first on Towards Data Science.

Received β€” 20 August 2026 ⏭ Towards Data Science
Received β€” 19 August 2026 ⏭ Towards Data Science

Kimi K3’s 1M Token Context Window vs. RAG: Cost, Latency and Answer Quality

19 August 2026 at 16:30

A controlled comparison of a top-5 RAG pipeline and a full 127,000 token prompt on the same 12 questions, same system prompt and same model. Graded blind on correctness, completeness and grounding.

The post Kimi K3’s 1M Token Context Window vs. RAG: Cost, Latency and Answer Quality appeared first on Towards Data Science.

Received β€” 18 August 2026 ⏭ Towards Data Science
Received β€” 15 August 2026 ⏭ Towards Data Science
Received β€” 14 August 2026 ⏭ Towards Data Science
Received β€” 13 August 2026 ⏭ Towards Data Science

How to Utilize OKF Efficiently to Enable Knowledge Exchange Among LLMs

13 August 2026 at 16:30

Google's Open Knowledge Format (OKF) is a Markdown+YAML skeleton for sharing knowledge between humans and AI agents. This post reuses that skeleton for a very specific job β€” an agent-to-agent hand-off of pre-tokenized integer arrays between three Qwen2.5-Coder models (7B, 3B, 1.5B) β€” and shows the 28–37% TTFT reduction plus the one full-vocabulary equivalence check that keeps the whole thing safe.

The post How to Utilize OKF Efficiently to Enable Knowledge Exchange Among LLMs appeared first on Towards Data Science.

Received β€” 5 August 2026 ⏭ Towards Data Science
Received β€” 3 August 2026 ⏭ Towards Data Science
❌