Mechanistic interpretability was built for softmax transformers. SSMs, diffusion LMs, and sparse MoE each dissolved one of its assumptions. Here's what that actually cost.
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.
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.
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.
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.
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.
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.
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.
VLA models give robots the ability to see, parse language, and execute physical actions through a single architecture. This post covers how they work, what shipped in 2025, and where the limitations are.
A tutorial on building a timezone-aware scheduler with React and the Temporal API, covering why Date fails at serious datetime work and how Temporal's type system prevents those bugs.
What if your AI worked offline, kept your secrets, and actually remembered you, without ever flinching at a spotty network? This post moves past the "API-everywhere" playbook. It lays out theory for a...
Starting a new app, most of us wire up the backend before we even sketch the core screens -- then hope our offline mode just works later. It rarely does.
Installing Flutter on Arch Linux is one of those tasks that sounds straightforward until you actually try it. Here are three paths ranked from grandma-friendly to why am I doing this to myself.