← All tags

AI 🤖

AI 🤖

All my posts about AI

20 posts

AI posts covering local models, image generation, coding assistants, agents, and the practical places these tools fit into an everyday technical workflow. I am more interested in what survives contact with terminals, editors, blogs, and real projects than in the hype cycle around the next shiny demo.

Token Use: Coach Mode and a Week of Releases

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.

11 min readTools 🧰

A Catch-Up: terminal-svg and Token Use v1

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

8 min readTools 🧰

Playing with Headroom: Compressing the Context Going to My AI Coding Agents

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.

11 min readAI 🤖

codebase-memory-mcp: Giving Claude Code (and Codex) a Map

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.

9 min readAI 🤖

Counting the Cost of Vibe Coding

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.

16 min readAI 🤖

Is my blog Agent-Ready?

Is my blog Agent-Ready?

Running russ.cloud through isitagentready.com and wiring up the checks that actually make sense for a static blog - Link headers, Content Signals, agent-skills discovery, llms.txt, and a tiny Cloudflare Worker to serve markdown on demand.

8 min readAI 🤖

Introducing AI Commit

Introducing AI Commit

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.

10 min readTools 🧰

Creating Custom Skills for Copilot Cowork

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.

7 min readAI 🤖

OpenClaw: Giving Claude a Body (and a Telegram Bot)

OpenClaw: Giving Claude a Body (and a Telegram Bot)

A quick guide to installing OpenClaw, an open-source AI agent framework that gives LLMs persistence, tools, and messaging - turning a chatbot into an actual assistant.

7 min readAI 🤖