All Stories

Quantization Deep Dive: Math of GGUF, AWQ, and BitsAndBytes Double Quantization

Quantization is how a 7B model becomes a weekend desktop project instead of a dedicated server: fp16 weights are 14 GB, int8 is 7 GB, 4-bit is about 3.5 GB....

Optimizing RAG: BM25 + Dense Retriever Hybrid Search and Cross-Encoder Reranking

We shipped our first RAG pipeline with a single dense retriever and got paged within a week: users searching for a firmware error code like ERR_0x84F2 or a part number...

Optimizing Go TLS Handshake Latency for HTTP/2 Servers

What the handshake actually costs

Testing Complex Race Conditions and Concurrency in RSpec

The trap: a “concurrent” test that never races