Blog

Product updates, engineering notes, and thoughts on building tools for AI agent workflows.

Local-First Issue Tracking with Dolt

Local-First Issue Tracking with Dolt

Most issue trackers bolt a CLI onto a cloud service. beads does it backwards: a Git-native CLI backed by Dolt, with Beadbox as the real-time visual layer on top. Here's why that architecture matters for managing AI agent fleets.

Read more
Keyboard-Driven Issue Triage

Keyboard-Driven Issue Triage

Most project management GUIs assume you want to click. Beadbox assumes you live in a terminal and gives you vim-style navigation, instant workspace switching, and a read-optimized interface that keeps your hands on the keyboard.

Read more
Visualizing Dependencies Between AI Agents in Real Time

Visualizing Dependencies Between AI Agents in Real Time

When five autonomous coding agents work one repo, dependency chains become invisible bottlenecks. Here's how to see them before everything stalls.

Read more
Claude Code Multi-Agent Workflow Guide: From 1 to N Agents

Claude Code Multi-Agent Workflow Guide: From 1 to N Agents

A practical guide to running multiple Claude Code agents in parallel: how to split work, avoid conflicts, coordinate through shared state, and keep track of everything.

Read more
Visual Epic Progress Tracking for Developer Teams

Visual Epic Progress Tracking for Developer Teams

Epics become opaque the moment they grow past five children. Here's how Beadbox turns a dozen bd show commands into a single expandable tree with progress bars, status badges, and real-time updates.

Read more
Why Project Management Tools Don't Work for AI Agents

Why Project Management Tools Don't Work for AI Agents

Jira, Linear, and GitHub Issues were built for humans doing standups. Agentic engineering workflows need something fundamentally different.

Read more
I Ship Software with 13 AI Agents. Here's What That Actually Looks Like

I Ship Software with 13 AI Agents. Here's What That Actually Looks Like

Not a demo. Not a benchmark. This is how I ship software every day with 13 specialized Claude Code agents working on one codebase.

Read more
How to Monitor Multiple Claude Code Agents Working in Parallel

How to Monitor Multiple Claude Code Agents Working in Parallel

You spun up six Claude Code agents in tmux. They're all typing. You have no idea what any of them are doing. Here's how to fix that with structured issue tracking and a real-time visual dashboard.

Read more
Triage Blocked Tasks in Parallel Development

Triage Blocked Tasks in Parallel Development

When 10 AI agents work in parallel, dependency deadlocks are silent. No agent raises its hand. Here's how to detect blocked tasks automatically, triage them with CLI-first workflows, and keep your agentic fleet moving.

Read more
Spec-Driven Development with Claude Code

Spec-Driven Development with Claude Code

The developers getting the best results from Claude Code aren't writing better prompts. They're writing specs first.

Read more
Linear Alternatives: Why Local-First Issue Tracking Is Faster Than You Think

Linear Alternatives: Why Local-First Issue Tracking Is Faster Than You Think

Real benchmarks on a 10K-issue dataset, Git-native storage with Dolt, and an honest look at the tradeoffs. A technical comparison for developers who find opinionated workflows restrictive.

Read more
How to Manage Tasks for Claude Code Agents

How to Manage Tasks for Claude Code Agents

Copy-pasting Jira tickets into Claude Code doesn't scale past one agent. Here's how to structure tasks so your agents can actually coordinate.

Read more
When to Use Claude Code Subagents vs Structured Task Breakdown

When to Use Claude Code Subagents vs Structured Task Breakdown

Subagents share a context window; separate agents share nothing. Picking the wrong parallelism model wastes tokens, creates conflicts, and slows you down.

Read more
Managing Claude Code Agent Context Without MCP Sprawl

Managing Claude Code Agent Context Without MCP Sprawl

Every MCP you add to Claude Code eats context window and introduces noise. Here's how bounded tasks replace tool sprawl with focused, high-quality agent output.

Read more
AI Code Review Is Broken. Here's What's Missing.

AI Code Review Is Broken. Here's What's Missing.

Diffs alone can't tell you why an AI agent made the choices it did. The missing layer is an implementation narrative that makes agent output actually reviewable.

Read more
The Spec-First Claude Code Development Workflow

The Spec-First Claude Code Development Workflow

Vibe coding works for prototypes. Spec-first is the methodology that makes AI agents ship production software.

Read more
Hello from Beadbox

Hello from Beadbox

Introducing the Beadbox blog. Follow along as we build the visual dashboard for agent workflows.

Read more
Why We Built Beadbox

Why We Built Beadbox

You can run 10 AI agents in parallel. You just can't see what any of them are doing. That's the problem we're solving.

Read more