Blog

July 06, 2026·llmmachine-learning

The Math Remembers: How to Catch a Model Lying About Being Original

A city shipped a 'homegrown' AI; subtraction proved most of it was someone else's. The toolkit for catching model fraud, and its honest limits.

June 28, 2026·bloom-filteralgorithms

Bounded Wrongness: A Field Guide to Probabilistic Data Structures

Bloom filters and their descendants trade a bounded, one-sided, tunable error for a space collapse exact structures can't match. The whole family, with the math.

June 23, 2026·open-sourceaudio-ml

The Rest of the Crate: Tempo, Key, and Never Stranding a File

Part 2 of building cratemind: the unglamorous 80%, tempo that lies by an octave, key from 1990s music theory, and a downloader that never quietly loses a track.

June 15, 2026·audio-mllocal-first

Your Music Has No Genre: Reading It Off the Waveform

Spotify deleted the BPM API and underground techno has no genre tag anywhere, so I stopped looking the genre up and started computing it from the audio.

June 09, 2026·coding-agentsllm

Your Coding Agent Has Amnesia: It's the Harness, Not the Model

The same model behaves like a genius on small tasks and a goldfish on big ones. The bottleneck isn't intelligence. It's memory, and memory lives in the harness.

May 19, 2026·deep-learningmamba

Memory as Polynomial Projection: The Mathematics of Long-Context Predictive Modeling

HiPPO's polynomial-projection idea is the through-line from S4 to Mamba-3 to HiSS. And it argues that long-context LLMs and long-context prediction are not the same problem.

May 07, 2026·deep-learningai-architecture

Energy-Based Transformers: The 1982 Architecture Finally Got Compatible Training Tricks

An EBM finally crossed 800M parameters without collapsing. Nobody has independently reproduced the 35% scaling claim. Both halves matter.

April 08, 2026·open-sourceai

The Open Source AI Lie: Weight-Washing, Broken Definitions, and Who Benefits

No major AI model meets the open source definition. Here's who's faking it, who benefits, and why the strongest argument against caring is uncomfortably real.

February 10, 2026·mambaai-architecture

The Post-Transformer Era: State Space Models, Mamba, and What Comes After Attention

A practitioner's guide to Mamba and State Space Models — how selective state spaces achieve linear scaling, when to use SSMs vs Transformers vs hybrids, and production-ready models.