Stuff I've been building lately.

(excluding confidential customer projects)

LLM Probe

An interactive instrument to support my upcoming Tokyo Tech Talk, “Journey to the Centre of the LLM,” on September 29, 2026 in Ebisu-- Build+, 6F, MARIX Ebisu Bldg., 4-4-6 Ebisu, Shibuya, Tokyo

probe.tsukuro.dev
Unstuck

Built and deployed entirely in one afternoon, this app solves a meaningful problem in finance, while demonstrating the capabilities of my recent TypeScript port of vollib.

The scenario: Suppose one of your stock investments goes through the roof, and you'd like to cash out before it falls back down. But cashing out now subjects you to a higher capital gains tax, whereas waiting until a future date would give you a lower tax rate.

The options collar (a.k.a. risk reversal) provides a solution to this dilemma. It allows you to protect unrealized gains from market retracement while minimizing tax liability.

Unstuck allows you to interactively simulate the effect of selected option strikes and maturities on your post-tax gains.

unstuck.tsukuro.dev
vollib TypeScript demo

Vollib now available in TypeScript!

vollib.tsukuro.dev
Fast-Vollib

Fast-Vollib carries the Vollib ecosystem into the GPU era.

Oxford researcher Raeid Saqur’s independent implementation brings pricing, implied volatility, and Greeks to NumPy, PyTorch, JAX, and fused CUDA kernels.

I’m grateful that his paper acknowledges my original work. It is wonderful to see the ecosystem continue in such an ambitious new direction.

arxiv.org/abs/2604.27210
vollib

Open-source tools for option pricing and implied volatility.

vollib.org