Redline: Claude Code Review with a Human in the Loop

Redline lets Claude Code post its review of a diff as comment threads on the lines in VS Code. You answer on the line, submit, and Claude fixes the code and replies in place.

Headless Claude Code as a Building Block: Auditing Agent Instructions

Headless Claude with --json-schema, --agents, and --allowedTools becomes a callable AI subroutine. I used it to build Memory Diagnoser, a tool that audits the instruction files feeding my own agents.

Waking Idle Agents: Event-Based Integrations with Claude Code Plugin Monitors

Plugin monitors are an experimental Claude Code feature: a long-lived process whose stdout becomes task notifications. How I used them in two projects, a kanban board and a message bus.

Security Review in Claude Code - Lessons Learned

A browsable teardown of Claude Code's two security tools, and the six design lessons underneath them.

The Browser Automation Ecosystem for AI Agents: CLIs, Cloud Browsers, and AI-Native QA

A landscape map of browser automation tools for AI coding agents in mid-2026 — Playwright CLI, Vercel's agent-browser, Stagehand, Browserbase, ReportPortal, and where Claude for Chrome fits.

Mapping the AI Context & Memory Ecosystem: context-mode, graphify, cognee, OpenMetadata

A competitive-landscape report of four GitHub repos across agent context engineering, agent memory, and data cataloging — where they overlap, where the gaps are.

tmux-message-bus: Giving Claude Code Instances a Mailbox

A durable message bus that lets independent Claude Code instances in different tmux windows coordinate and hand work to each other.