Cost per million tokens and throughput for Llama 3.3 70B on 8x H100 as the batch fills. A single-tenant node (B=1) runs ~25 tok/s at ~$258/M; a filled batch (B=256) runs ~2,800 tok/s at ~$2.30/M — same silicon, 112x cheaper. Pick a batch; read the tax you pay for the GPU you can't fill.
Bittensor's Yuma Consensus scores a miner by the stake-weighted median of validator weights, then clips everything above it. Validators sit on a cumulative-stake axis; the consensus line is read at the κ=50% mark. Push a colluding bloc past 50% and watch the pump go from clipped to unstoppable.
Cumulative net carry of a $10k delta-neutral perpetual funding harvest over real Hyperliquid funding regimes. The line starts below zero by the round-trip fee, then climbs at the annualized funding rate; a flip slider rolls it over. Carry, not alpha — until funding inverts.
The on-chain gas cost of verifying a TEE attestation quote, across three paths: naive Solidity (~4.5M), the EIP-7951 precompile (~3.5M), and a zkVM-compressed proof (flat ~290k). Tap a bar and scale to attestations-per-day — the flat proof is the only path that survives continuous agent attestation.
Decode speed of a frontier MoE model versus interconnect bandwidth. Each layer's expert routing is an all-to-all shuffle bounded by the slowest link. Drag from NVLink down to home broadband: the line crosses the interactive floor at the datacenter edge, then falls to seconds per token.
Train a model on its own output, generation after generation. Each step draws a finite sample of size M and refits — so the tails starve first and the curve collapses toward a spike. Toggle replace vs accumulate: replace drives σ̂ toward zero, accumulate holds it. A copy of a copy of a copy.