Engineer & Maker

From bare metal to capital markets.

Hardware design, high-performance C++, and quantitative finance — engineered, not assembled.

7

Projects

9

Public repos

PCB → Cloud

Stack layers

// Featured work

Projects

View all →
SoftwareComplete

Temper

A reinforcement-learning execution agent, graded against Almgren–Chriss closed forms it is never allowed to quietly beat. The agent works a parent order in a simulated market; an independently derived oracle says what optimal is, and every threshold is written down before training starts. In the linearised world it rediscovers the analytic schedule to four decimal places; in the world with the real 0.6-power impact law — where the closed form is derived at a tangent and is genuinely wrong — it captures 99.4 % of the difference against a certified optimum. Given an invented one-step-ahead price signal explaining one part in ten thousand of the next bin's return variance, it captures 93 % of the available advantage while paying 1.05× the optimum's own execution premium — three numbers that are only reported together. The same agent then worked a real order on a live matching engine over a wire, as that venue's third independent client — where the number it reports was computed in closed form before anything was sent. Python, PyTorch, single-file PPO, CPU only.

PythonPyTorchPPOReinforcement LearningOptimal ExecutionAlmgren–ChrissMarket Impact+4