Research
HN Tokenmaxxing Leaderboard : for indie devs, because who ever heard of misaligned incentives.
- #2 jesse Jesse Vincent 33.6B
- #4 wesm Wes McKinney 25.0B
- #5 erans 20.7B
- #20 jesserobbins Jesse Robbins 4.8B
Periodically updated when it makes me look good. Stats cherrypicked for vibes. I actually write and evaluate specs and code as needed. At least for now.
Current work
What the Apple Neural Engine and Google's TPU tell us about the next decade of inference
A deep-research report on neural processors. What they are, how they differ from GPUs, and what Apple and Google have built across the Apple Neural Engine (ANE) and the TPU lineage.
How to run vector search on a website in the browser with no server (like I do)
Here's how to do semantic search on your website without a server. Open the search box and the page downloads a small embedding model and a 160 KB vector index; from then on every query is answered locally in the browser, fused with keyword search. What I built, what to install.
Good Fences make Good Agents: sandvault + /sv skill (part 1 of n)
A simple solution to working with agents that cannot be trusted to run 'ls'. Install with brew. Works in seconds. I added a few features.