CV

My Journey

Blog

My journey through coding challenges and problem-solving insights.

Aug 8, 2026 · 9 min read

Writing LaTeX Locally with VSCode and TeX Live

Overleaf's new compile-time limits make working with slightly large papers more hassle than worth. This walkthrough of the VSCode + TeX Live setup, including some troubleshooting tips will make switching from overleaf easier

Overleaf VSCode
Aug 1, 2026 · 8 min read

The Tracker, Day to Day

What the append-only tool feels like to use day to day: the new loop, the OpenCode plugin's three hooks, the walkable audit trail, and the sharp edges that still need attention.

AI Coding Agents
Jul 31, 2026 · 11 min read

The Tracker Becomes Append-Only

We had been working around four problems at once with the single-writer assumption. The current tool drops the assumption, the counter, the in-place mutation, and the committed graph in a single architectural shift.

AI Coding Agents
Jul 30, 2026 · 6 min read

Adopting the Tracker: Migration and Daily Life

How a project moved onto the tracker, what daily life with it looked like, and how agents picked it up on their own.

AI Coding Agents
Jul 29, 2026 · 5 min read

The Overhaul: Fixing the Cracks We Found

Dogfooding surfaced five cracks in the tracker. We went through them one at a time: search became ranking, the graph got a single home, and affected files started coming from git.

AI Coding Agents
Jul 28, 2026 · 5 min read

Dogfooding the Tracker: What Using It Revealed

We used the tracker to track its own development. The search silently missed things, rebuild rewrote every file, and the missing tests hid real bugs.

AI Coding Agents