Maxxwell by Rindler
Writing

Triage boards vs live agent status streams

2026-09-08

You’re already running multiple coding agents in parallel. The new bottleneck isn’t tokens, it’s your attention. The question is: do you spend that attention.


You’re already running multiple coding agents in parallel. The new bottleneck isn’t tokens, it’s your attention. The question is: do you spend that attention herding them in a generic Monday-style board, or reading a live status stream coming straight from the terminals?

This comparison is about that choice.

What actually competes for your attention budget

Manual triage boards sound harmless: a few columns, some statuses, drag cards, add comments.

In practice, every update you make to a board is time you’re not reading logs or agent output.

A few data points make this concrete:

If you add a manual triage board for your agents, you’re adding another screen that wants a slice of those 40 seconds.

Maxxwell doesn’t remove context switching, but it stops creating a second source of truth. Its live status view reads from the actual sessions: working, idle, waiting on you, blocked, needs sign-in, done, dead, not heard from, plus a “possibly stalled” overlay. You don’t have to remember to drag a card when something changes.

Manual boards: snapshots with built-in lag

Monday-style boards, Jira walls, Notion tables - they all share one property: the board is a snapshot.

monday.com literally defines a status report as “a snapshot at a specific moment.” It’s only accurate until reality moves.

For AI coding agents, reality moves constantly:

On a manual board:

The more often you update it, the more accurate it is - and the more of your day disappears into keeping states “herded” across tools.

Maxxwell: one window, live state per session

Maxxwell takes the opposite stance: it doesn’t ask you to maintain a board; it maintains a live inventory of your agent sessions.

Core behavior:

You get:

For developers already comfortable with tmux panes and multiple terminals, Maxxwell is basically “tmux, plus state, plus a conductor seat” - not another board.

Attention cost: moving cards vs reading logs

Let’s put numbers on the attention tax.

Updating a board is an interruption, even if you caused it.

With a manual triage board:

With Maxxwell:

You still make decisions. You just stop maintaining a second world state by hand.

Update latency: snapshot tools vs live status

Manual boards have update latency that is entirely human:

This latency matters because:

So you already know you need to verify agent work. A stale board can’t help you verify anything.

Maxxwell’s status stream cuts that latency down to whatever your terminal can report:

You still decide whether to compact and how to re-aim a stalled session. Maxxwell does not auto-correct drift or restart stopped work. But you see the problem earlier, without having to curate a board.

Comparison: Monday-style boards, Herd, DIY scripts, Maxxwell

Here’s how common options stack up on attention cost and update latency.

Criteria that matter

For multi-agent coding work, the relevant axes are:

Monday-style boards

Think: Monday.com, Jira boards, Notion Kanban.

This works for classic project tracking with human tasks. It breaks down when each “task” is a live agent session running scripts and editing code.

Herd and similar orchestration dashboards

Tools like Herd market real-time monitoring and multi-agent orchestration. They optimize deeper coordination: workspaces, parallel runs, guardrails.

Strengths:

Trade-offs:

If you want a managed cloud agent platform, these can be good. If you want to keep your own tools and terminals, they’re heavier than a board, and heavier than Maxxwell.

DIY tmux + scripts

A lot of devs solve this with tmux and some shell glue.

Typical pattern:

# simple "monitor" alias
alias lanes='tmux list-windows && tmux list-panes'

Pros:

Cons:

You can script some heuristics, but you’re building your own status layer.

Maxxwell’s live agent status stream

Maxxwell sits between tmux and full-blown platforms:

You get visibility without surrendering control or swapping out your existing agents.

Where Maxxwell’s conductor seat replaces the board

The orchestrator seat is a single agent session, started from a brief, that you talk to instead of juggling a dozen terminals.

Mechanics:

Instead of changing cards:

Critically, Maxxwell does not auto-correct drift, auto-compact context, or restart stopped work on its own schedule. It surfaces problems and drafts controls; you stay the one who sends commands.

When you should still use a board

Manual triage boards are not obsolete. They’re just the wrong tool for live agent orchestration.

Keep using a Monday-style board when:

Use Maxxwell’s live status view when:

If you’re only ever running a single agent at a time, Maxxwell is probably extra. The coordination cost isn’t high enough yet.

FAQ: Herd vs herded in real workflows

How do I track AI agent progress without a board?

With Maxxwell, progress is visible as live session state plus the conductor’s return report.

You see:

You don’t need a card to say “doing X” because the worker’s own log and status already say it.

Can Maxxwell replace Herd or Monday in my team workflow?

It replaces them specifically for herding coding agents.

You might still keep Monday/Jira for sprint tracking and non-code work.

For agent orchestration:

What about teams that need approvals and compliance?

GitHub’s Agentic Workflows and platforms like Herd put strong emphasis on sandboxing, budgets, and compliance.

Maxxwell takes a simpler stance:

If you need formal approvals and audit trails, combine Maxxwell with your existing git workflows and review tools.

How does Maxxwell handle context pressure and long sessions?

Maxxwell shows live context-pressure readouts with tiered warnings.

When the context is getting tight:

It does not auto-compact or recycle context on its own. You decide when to intervene.

Does Maxxwell kill sessions when I quit the app?

No.

Sessions outlive the app:

You can reattach later and pick up where you left off.


If you’ve hit the “I have eight sessions open and I am the slowest part of this” point, the real question isn’t which agent to use. It’s whether you want to herd them in a board, or read them from a live status stream.

Maxxwell exists to make that second option practical.