The reading list
Essays, tech notes, and the in-between.
- AI·3 min read
Claude Models Explained: Opus, Sonnet, Haiku for Coding
Opus for architecture, Sonnet for execution, Haiku for the fast repetitive stuff. And prompt caching that makes the pricing math work in your favour.

- AI·3 min read
Token vs Subscription: Which AI Pricing Model Is Right for You
The break-even math is simpler than you think. Light users overpay on tokens. Heavy users overpay on subscriptions. Here's how to figure out which side you're on.

- AI·3 min read
Hermes: Self-Improving Agents on Cheap Infrastructure
A self-improving autonomous agent that runs on a $5 VPS, works with any LLM, and follows open standards. Nous Research's Hermes is what model-agnostic agentic infrastructure looks like.

- AI·3 min read
OpenClaw: A Personal AI with Eyes and Hands
A smart model with eyes and hands at a desk — that's how one user described it. OpenClaw runs locally, connects to your chat apps, and executes real tasks with real system access.

- AI·3 min read
Paperclip: Managing AI Agents Like a Team
One agent helping you code is a power tool. Multiple agents running autonomously is a team. Paperclip is the org chart, the budget, and the audit log for that team.

- AI·3 min read
Automating Release Notes with AI Agents
From git log to structured release notes in Notion and Jira — a real end-to-end automation flow, not a toy example.

- AI·3 min read
Setting Up the Notion MCP Server
Notion's MCP server is the fastest path to an agent that can read your docs and write structured pages. The quirks are worth knowing before your first session.

- AI·3 min read
Setting Up the Jira MCP Server (And When Not To)
Step-by-step Jira MCP setup, what it does well, where it burns tokens unnecessarily, and when a simple jq query on a local cache beats the whole thing.

- AI·3 min read
MCP vs CLI: The Token Cost You're Not Tracking
Every MCP tool call ships your entire tool schema to the model. On a long session that's thousands of tokens before you've done anything. CLI tools don't have that problem.

- AI·3 min read
AI Agents That Work: Give Them Structure, Not Just Prompts
Agents don't fail because they're dumb. They fail because they're given ambiguous context. This is how the four tools in this series eliminate that ambiguity.
