Posts
All the articles I've posted.
-
Running coding agents in parallel without babysitting them
How Kanna's multi-window layout and push notifications let you ship while agents work, instead of watching output scroll
-
One streaming interface over Claude's SDK, a PTY, and Codex JSON-RPC
How Kanna funnels three wildly different coding-agent transports through a 22-line TypeScript interface
-
Ymir: scaffold the Claude Code harness before any app code
A Claude Code plugin that lays down rules, lint, CI, and an LLM-maintained wiki — never your application code
-
Hexagonal Go: feature slices that test without a database
Updated:A Go service layout that keeps domain logic transport-agnostic — testable with a mock repo, no database booted.