// TAG · PROGRAMMING

The lab.

Deep dives, project stories, and engineering notes - anything we build that's worth writing about.

Append-Only Storage and Two-Tier VACUUM: How KAI Handles Deletes Safely
deepdives
· 11 min

Append-Only Storage and Two-Tier VACUUM: How KAI Handles Deletes Safely

Borrowing from PostgreSQL and LSM-tree databases, KAI's document store achieves zero-copy reads, crash-safe deletes, and background physical reclamation.

Read
Training-Free Vector Quantization: Lloyd-Max Codebooks on the Unit Sphere
deepdives
· 10 min

Training-Free Vector Quantization: Lloyd-Max Codebooks on the Unit Sphere

How KAI compresses 6 KB float32 vectors into ~768 bytes - without ever looking at your data - using the geometry of high-dimensional spheres and optimal scalar quantization theory.

Read
Inside the SIMD Search Pipeline: How KAI Scans Millions of Vectors in Milliseconds
deepdives
· 9 min

Inside the SIMD Search Pipeline: How KAI Scans Millions of Vectors in Milliseconds

A deep dive into nibble-split lookup tables, blocked memory layouts, and architecture-specific SIMD kernels - the techniques that make sub-millisecond vector search possible.

Read
Parsing BMP Files on a Microcontroller With Almost No RAM
embedded
· 15 min

Parsing BMP Files on a Microcontroller With Almost No RAM

How to read, decode, and draw Windows BMP images on a tiny microcontroller by streaming pixels straight from an SD card - no framebuffer, no megabytes, just a couple of rows of RAM.

Read
Bridging Async and SIMD: The Tokio + Rayon Architecture of a High-Performance Rust Server
deepdives
· 9 min

Bridging Async and SIMD: The Tokio + Rayon Architecture of a High-Performance Rust Server

Building a vector search server that handles hundreds of concurrent HTTP requests while running SIMD operations at full CPU efficiency.

Read
WebAssembly Is the Plugin System We Always Wanted
deepdives
· 11 min

WebAssembly Is the Plugin System We Always Wanted

WASM finally cracked the oldest problem in software extensibility: running someone else's untrusted code, written in any language, safely and fast. Here's why plugin systems everywhere are quietly being rebuilt on it.

Read
Let's build

Build
better things.

Small team, full stack, real results. If you have an interesting engineering problem, we want in.