Notes from building the bug hand-off layer
Practical writing on bug reporting, browser debugging, and AI-agent workflows. No filler posts.
How to write a bug report developers will actually read (template included)
Most bug reports get bounced back with questions, not fixed. A working template, the five details that let a developer reproduce your bug on the first try, and the mistakes that get reports ignored.
ReadWhat is session replay? (It's not a screen recording)
Session replay records the DOM, not pixels — that's why a replay is a few hundred kilobytes, lines up with your console and network logs to the millisecond, and can mask passwords before they're ever stored.
ReadA practical MCP server example: let Claude read bug reports from your disk
A concrete Model Context Protocol example you can run in one command: a local, stdio-only MCP server that gives Claude Code, Cursor, or Windsurf read tools over exported bug reports — with a real transcript of the result.
ReadStop pasting screenshots into Claude — give your AI agent the actual bug
AI coding agents are only as good as their evidence. How to hand Claude Code, Cursor, or Windsurf a complete bug report — replay, console, network, repro steps — through a local MCP server, in two minutes.
Read