Research Dispatch
2026.05.29
Why AI Has to Be Instantaneous
Two things keep AI out of most products: it's too slow and too expensive. Taalas — founded by Tenstorrent founder Ljubisa Bajic — casts the model directly into silicon. Their first chip bakes in Llama 3.1 8B and runs 17,000 tokens/sec per user, ~10× the fastest GPUs, 20× cheaper to build, ~10× less power. You can talk to it now at ChatJimmy. Why extreme speed isn't a feature but the thing that makes agents, voice, and cheap reasoning possible — the memory wall it kills, and the catch: one frozen, aggressively-quantized model per chip.
2026.05.30
Three Ways to Arbitrage Zcash (One Isn't Real)
ZEC trades across a dozen venues, three internal shielded pools, and a handful of cross-chain bridges — and people call all three layers arbitrage. One is a myth: between Sprout/Sapling/Orchard there's no price spread, only the turnstile that makes pools auditable. Cross-venue (Binance perps, OKX relisted, Coinbase, Robinhood) is real but slow — gated by deshield-to-deposit, slow finality, and thin books. Cross-chain is the widest, where arbitrage literally is the peg for THORChain/Maya native-swap pools, bounded by bridge latency and a residual metadata leak. The thread running through all three: privacy is friction at every layer.
2026.05.29
Reading Solana — From Data Structure to API Call
Everything on Solana is an account, and every RPC method is just a different lens for reading one. The whole map: six layers of on-chain data — account, transaction, block, token, validator, network — each paired with the exact call that pulls it back, plus where Helius's enhanced parsing and the DAS layer for NFTs bolt on off-chain. Closes with the six rules that explain why the API looks the way it does (and why "this was a swap" is never a raw on-chain field).
2026.05.27
Five Validator Clients, One Pipeline, No Full-FPGA
Agave, Jito-Solana, Frankendancer, Firedancer, Sig. Jump has a working FPGA verify engine doing 1M signatures per second — eight cards scale to 8M. They still didn't ship a full-FPGA validator. Why the tile architecture is FPGA-shaped on purpose, where exactly two of nine tiles are FPGA-friendly, and why protocol velocity, branchy execution, and economics close the door on the rest. Solana is a CPU chain that learned to think like an FPGA.
2026.05.28
The Shred Economy Has a Revenue Line Now
DoubleZero Edge sells the right to read Solana shreds first, in USDC, priced by city. $8,890 this epoch · ~$133k monthly run-rate · ~$1.6M annualised. 400+ validators exposing shreds, ~50% of Solana stake covered. 10% burned, the rest split three ways: fibre contributors take ~50%, validators take ~32.5% (pro-rata to shreds, not stake), client-software teams take ~17.5%. The data was always there. What's new is that someone is finally getting paid for delivering it — and validators have a new income line that doesn't care how much SOL they're staking.
2026.05.27
The Pairing VM Nobody Inherited
The Zcash Foundation once funded an open-source hardware project almost nobody has heard of. Buried inside is something rare: a tiny purpose-built computer that runs advanced zero-knowledge cryptography as if it were assembly code — a real instruction set for one specific curve, that ran on real chips. What it actually is, in plain terms, why it's quietly excellent engineering, and why the whole field walked straight past it instead of building on it.
2026.05.24
DoubleZero, Multicast Fiber
A Solana slot is 400ms. The compute is solved; the bottleneck is the public internet between validators. DoubleZero — mainnet-beta since October 2025 — bets the answer is the same one HFT shops made fifteen years ago: private fiber, plus the thing the public internet structurally cannot do — multicast. A read on the DZD/DZX architecture, why native multicast wins 16+ms per hop on Turbine shred distribution, the XDP+GRE-decap path cavemanloverboy surfaced, and the integration question for Jito.
2026.05.26
Centaur, and the Market It's Landing In
Paradigm and Tempo open-sourced Centaur — a self-hosted runtime for multiplayer, secure AI agents — on May 21. Not another coding agent: the backend that lets a whole team share one. Why Paradigm built it themselves, the PM bets inside each of the five components (Slack-first, durable workflows, K8s sandboxes, iron-proxy secrets gateway, bring-your-own harness), how they're framing the launch, and where it lands against Devin, E2B, kagent and the rest of the agent-infra grid.
2026.05.24
Humidifi, Decoded
Part II of the prop AMM reversal. Part I said humidifi's mints don't live on chain. Part II goes back in to map what does. 3.3% of the 1728-byte account is live, spread across six narrow ranges, including two u16 price ticks and a monotonic e18 counter. The byte map is enough to build a real-time humidifi quote firehose without humidifi's cooperation.
2026.05.23
The Pool That Wasn't a Pool
Ten closed-source prop AMMs do most of the quiet flow on Solana mainnet. Eight had public byte-level pool layouts; two were blank. Aquifier took 90 seconds and a public RPC — no API key. Humidifi turned out to be a price-tick registry, not a pool: the offsets don't exist because the mints aren't stored on chain at all.
2026.05.21
The Darkest Trade — How CEX-DEX Arbitrage Actually Works
$233.8M extracted, 7.2M trades, 19 searchers — three of whom captured 75% of it. Inside the largest single MEV category on Ethereum and the quietest game on Solana: the two-flavor mechanism, the off-chain leg that makes it "dark", the Dune dashboard that finally measures it, and what Solana's 400ms slot changes.
2026.05.20
The Wire — How Solana Actually Moves Bytes
Everything that happens between your getAccountInfo call and the bytes coming back. Slots, shreds, turbine, the leader schedule, RPC nodes, commitment levels, forks, ShredStream — and why every fast product on Solana is selling a way to skip a layer the documentation pretends is invisible.
2026.05.20
The CLI Was Always the Trading Floor
Two CLIs share a prompt and almost nothing else. The dev CLI moves files; the trader CLI moves money. Pyth Hermes is the generator, OKX is the sink, OpenClaw is the slow brain — wired through a 60-line thin CLI that does almost nothing itself.
2026.05.20
The RPC Layer That Cut the Cord
Helius sells developer time. Triton One sells institutional edge. FluxRPC — the 2025 Breakout Infrastructure winner — sells the bet that the RPC node never needed to be a validator at all. Devnet vs mainnet, function cross-comparison, and where each one actually wins.
2026.05.17
The Order Book That Doesn't Break
The matching engine was the easy part. Capital efficiency vs. settlement guarantees, aggregator routing, MEV economics — three separate games deciding whether on-chain order books actually survive production.
2025.03.18
How Robots Learn to Be Robots
Everything that moves will be autonomous. The continuous loop of simulation, training, testing, and real-world deployment — powered by NVIDIA Omniverse and Cosmos. Synthetic data at scale. Robot policies across embodied intelligence architectures.