Blog

Thoughts, tutorials, and technical essays on AI, science, software, and systems that actually matter.

The Quant Mindset Is Not About Math. It's About How You See Numbers.

The Quant Mindset Is Not About Math. It's About How You See Numbers.

04 Apr 202608 Mins read

Two people can look at the same dataset and walk away with opposite conclusions. The difference is not intelligence. It is how they think about uncertainty, assumptions, and the structure behind the numbers.

Read More
This Algorithm Made All of AI Possible. It Was Born From a Math Feud.

This Algorithm Made All of AI Possible. It Was Born From a Math Feud.

03 Apr 202611 Mins read

A Russian mathematician picked a fight over free will, accidentally invented the most important idea in probability, and 120 years later it powers Google, nuclear physics, and every large language model you've ever used. Here's how Markov chains actually work.

Read More
The Most Important Equation in Neuroscience Has Four Coupled Differential Equations

The Most Important Equation in Neuroscience Has Four Coupled Differential Equations

02 Apr 202609 Mins read

I went down a neuroscience rabbit hole and rebuilt the Hodgkin-Huxley model from scratch. Four differential equations that describe how neurons fire, predicted molecular structures decades before anyone could see them, and won a Nobel Prize. Here's how they work, with interactive simulations.

Read More
The Claude Code Source Map Story Is Funny Until You Think About What It Means

The Claude Code Source Map Story Is Funny Until You Think About What It Means

01 Apr 202608 Mins read

The Claude Code source map story turned into a public dunk fest, but the real lesson is about build hygiene, trust boundaries, and how exposed modern AI tools can get.

Read More
I Predicted Firefox's Math.random(). Don't Use It for OTPs.

I Predicted Firefox's Math.random(). Don't Use It for OTPs.

31 Mar 202605 Mins read

I took three Math.random() outputs from Firefox, recovered the internal PRNG state using Z3, and predicted the next values exactly. This is why OTPs must never use Math.random() — it is not random in any security sense.

Read More
I Contacted the Author of Project Hail Mary About Wrong Fuel Calculations and He Agreed

I Contacted the Author of Project Hail Mary About Wrong Fuel Calculations and He Agreed

29 Mar 202606 Mins read

I recreated the relativistic fuel math from Project Hail Mary, found a stopping problem in the calculations, reached out to Andy Weir directly, and got confirmation of where the numbers went wrong. The ship doesn't stop — and here's the physics that explains why.

Read More
Save Yourself from 'Something Bigger Is Happening'

Save Yourself from 'Something Bigger Is Happening'

14 Feb 202611 Mins read

A rebuttal to AI replacement hype from someone who builds production AI systems at scale — explaining why human judgment, architectural thinking, and oversight matter more than ever, and why trusting AI to replace you is the actual danger.

Read More
Create a Signature Painting Drawing App using Javascript

Create a Signature Painting Drawing App using Javascript

04 Apr 202203 Mins read

A step-by-step JavaScript and Canvas API tutorial for building a signature drawing app that lets users draw on a canvas and export the result as a PNG.

Read More