Token Use: Coach Mode and a Week of Releases A week after Token Use hit 1.0.0 by cutting features, it's on 1.2.2. Coach mode, a Rust port of Microsoft's AI-Engineering-Coach rules, full-text scrollback, an MCP server, and a 3D graph.
19 Jul 2026 · 11 min read Tools AI Code
A Catch-Up: terminal-svg and Token Use v1 Two projects worth writing about: terminal-svg, a new Rust tool for pixel-perfect terminal screenshots, and Token Use finally reaching v1
12 Jul 2026 · 8 min read Tools AI Code
Playing with Headroom: Compressing the Context Going to My AI Coding Agents I spent a few days running Headroom, a local proxy that promises to cut the tokens your AI coding agent sends to the provider. The savings are real, but they're not where the dashboard first makes you think they are.
13 Jun 2026 · 11 min read AI Tools macOS
codebase-memory-mcp: Giving Claude Code (and Codex) a Map A short look at codebase-memory-mcp, an MCP server that indexes your codebase into a queryable knowledge graph so Claude Code or Codex can answer structural questions without grepping every file.
10 May 2026 · 9 min read AI Code Tools
Counting the Cost of Vibe Coding A local-first dashboard for tracking AI coding tool spend across Claude Code, Codex, Cursor, Copilot, and Gemini CLI - with a TUI, a desktop app, and zero API keys required.
1 May 2026 · 16 min read AI Tools macOS
A Rust CLI I built to stop writing terrible commit messages - aic generates AI-powered commit messages, PR drafts, diff reviews, and repo visualisations from your staged changes.
11 Apr 2026 · 10 min read Tools AI Code
A terminal-based hosts file manager built in Rust that I wrote to stop manually editing /etc/hosts with a text editor and hoping I didn't break anything.
5 Apr 2026 · 6 min read Tools macOS Linux
Creating Custom Skills for Copilot Cowork Copilot Cowork just landed in Microsoft's Frontier preview programme, and one of its most useful features is the ability to extend it with your own custom skills stored in OneDrive. Here's how to create one.
3 Apr 2026 · 7 min read AI Tools