ai

30 Jul 2026

Keeping Agents from Grading Their Own Code: sparring

AI coding agents are good at writing code, but they often miss defects in their own work. This post explains how sparring uses a Stop hook based review loop to separate the author from the reviewer and make review a condition for stopping, not a polite request.

17 Jul 2026

Does Token Usage Always Scale with Productivity?

It started with the idea that today’s token price is the cheapest it will ever be. From there came tokenmaxxing — evaluating someone’s work by how many tokens they burn. But does heavy token usage actually mean productivity? We should focus on cost per verified outcome, not cost per token — and think about where tokens are spent efficiently, and how to guide more of them toward the work that really matters.

23 Dec 2025

Building a Go Yahoo Finance Library with Claude Code #7

The seventh post in a series about building a Go version of the Yahoo Finance library based on Python’s yfinance, utilizing Claude Code.

22 Dec 2025

Building a Go Yahoo Finance Library with Claude Code #6

The sixth post in a series about building a Go version of the Yahoo Finance library based on Python’s yfinance, utilizing Claude Code.

21 Dec 2025

Building a Go Yahoo Finance Library with Claude Code #5

The fifth post in a series about building a Go version of the Yahoo Finance library based on Python’s yfinance, utilizing Claude Code.

20 Dec 2025

Building a Go Yahoo Finance Library with Claude Code #4

The fourth post in a series about building a Go version of the Yahoo Finance library based on Python’s yfinance, utilizing Claude Code.

19 Dec 2025

Building a Go Yahoo Finance Library with Claude Code #3

The third post in a series about building a Go version of the Yahoo Finance library based on Python’s yfinance, utilizing Claude Code.

18 Dec 2025

Building a Go Yahoo Finance Library with Claude Code #2

The second post in a series about building a Go version of the Yahoo Finance library based on Python’s yfinance, utilizing Claude Code.

17 Dec 2025

Building a Go Yahoo Finance Library with Claude Code #1

The first post in a series about building a Go version of the Yahoo Finance library based on Python’s yfinance, utilizing Claude Code.

17 Sep 2025

Creating a Vim Cheatsheet VSCode Extension Using Claude Code

Sharing my experience of building a VSCode extension using Claude Code.