Technical explorations from our team across Solana, cryptography, and infrastructure.
Claire Fan How custom libcalls and JIT intrinsics deliver 2x faster u128 multiplication on Solana.
Dean Little Unlocking the native performance of x86 without breaking the BPF ISA.
Claire Fan Deep dive into the sBPF linker talk from Breakpoint 2025.
Leonardo Donatacci New DeFi protocols launch faster than applications can integrate them. Beethoven inverts this by making protocols integrate themselves.
Leonardo Donatacci Transfer hooks broke composability by coupling compliance with transfers. Token ACL decouples them by moving enforcement to the access layer.
Leonardo Donatacci Wallets can't show your application-specific state. The companion app pattern lets you own the interface while delegating signing to existing wallets.
Leonardo Donatacci Discovering the C ABI boundary, flat memory layout, and syscall conventions underneath every Solana program.