Archives
All the articles I've archived.
-
The Third Verdict
I built greenlight, a fail-closed prior authorization agent, in seven hours at my first hackathon. This is why the most important output an agent can produce is INSUFFICIENT.
-
What a Data Engineer Misses About Transformers (Until You Build One)
I move data through pipelines for a living. Then I built the transformer stack from scratch, from autograd to attention. Five places my instincts pointed the wrong way, and three bugs that never crashed.
-
Why I'm Spending 8 Weeks Building Toward Verifiable Clinical AI Environments
One clinical extraction environment, built once and reused three ways, as an evaluation suite, an RL reward signal, and a governance instrument. The plan, the constraints, and the rule that everything ships on Fridays.
-
Four Days of RL: One Gradient, Dressed Four Ways
Bellman as a fixed-point computation, watching behavioral cloning fail on schedule, and why REINFORCE is the ancestor of everything in modern post-training. Notes from four days of foundations.
-
Right Diagnosis, Wrong Branch
My first Apache Airflow PR fixed a silent data-loss bug in the Snowflake provider. It was closed without merging. The analysis was correct. Everything around the analysis was not.