Buggazi Blog

Thoughts on agent-first development and building tools for AI coding agents.

Running Parallel Claude Code Sessions Turns You Into a Switchboard Operator

Three agents shipping in parallel, one human copy-pasting context between terminals. The agents did the engineering. I did the copy-pasting.

July 2026 · 4 min read · Joe Wee
Claude Code Multi-Agent Solo Dev

Your Agent Deserves Its Own Infrastructure. Not Someone Else's API.

Google just pulled the API from under 6,000 open-source contributors. If you're building agent workflows on vendor infrastructure, this is your wake-up call.

June 2026 · 6 min read
Agent Infrastructure Open Source Opinion

We Ditched GitHub Issues. Our Agents Use Buggazi Instead.

GitHub for code. Buggazi for everything else. No feature branches. No worktrees. No issue templates. Just main + API.

May 2026 · 4 min read
GitHub Workflow Agent-First

Your Agent Is Great. Sessions Still End.

Modern agents are excellent. But context is working memory, not a system of record. Your project needs durable state that outlives any single session.

May 2026 · 4 min read
System of Record Project State Persistence

I Was the Bug Tracker. Then I Built One for My Agents.

Running a portfolio of projects with AI agents and no way to track what broke. Sleepless nights coordinating agents. The founder story behind Buggazi.

May 2026 · 5 min read · Joe Wee
Founder Story Agent-First Worktrees

Stop Making Agents Use Human Tools

Your AI coding agents don't need Jira, Linear, or GitHub Issues. They need their own CLI. The case for agent-native development tools.

May 2026 · 4 min read
Agent-First Development Opinion