Tmux

15 articles about tmux.

Claude Code Parallel Sessions: How to Run Multiple Agents at Once

·8 min read

A practical guide to running Claude Code parallel sessions. Covers git worktrees, tmux setups, context isolation, and avoiding merge conflicts when multiple agents edit the same codebase.

claude-codeparallel-sessionsworktreestmuxai-agentsproductivity

Agent Teams vs Dedicated Concurrency - Orchestration or Tmux Sessions

·2 min read

Should you use agent team orchestration or just run 5-6 sessions in tmux? Decomposition matters more than the coordination method. Here's what works.

agent-teamsconcurrencytmuxorchestrationparallel-agentsclaudecode

Controlling AI Agent Swarms with tmux - the Scrappy Approach That Works

·2 min read

Forget fancy orchestration frameworks. Running AI agent swarms with raw tmux sessions is surprisingly effective for small teams. Here's how to manage

agent-swarmtmuxterminalorchestrationproductivitydevtoolsclaudeai

Orchestrator Implementor Review Loop - Code Review with tmux Claude Code Sessions

·2 min read

How to implement a code review loop using tmux-based Claude Code orchestration with separate orchestrator, implementor, and reviewer sessions.

claude-codetmuxcode-revieworchestrationmulti-agent

How Do You Agent - Running 5-8 Claude Code Agents in tmux

·2 min read

Practical guide to running 5-8 AI coding agents simultaneously on one codebase using tmux - session management, task decomposition, and real-world parallel

parallel-agentsclaude-codetmuxproductivityworkflowai_agents

tmux Beats Multiple IDE Windows for Managing AI Agents

·2 min read

Instead of juggling five VS Code windows, run Claude Code in tmux panes. Here's why terminal-based agent management is faster and more reliable than

tmuxterminalclaude-codevs-codeproductivityworkflow

Using tmux and Cron for Scheduled AI Agent Management

·2 min read

How to give each AI agent its own tmux pane on a cron schedule for reliable, observable agent orchestration on your local machine.

tmuxcronai-agentsorchestrationdevopsautomation

Queue Up a Clear So You Can Queue Up Work - tmux Sessions and Git Worktrees

·2 min read

Running one tmux session per agent with separate git worktrees lets you queue up work without context collision. Clear the workspace before loading the next

tmuxgit-worktreesmulti-agentworkflowparallel-development

Running Claude Code Over SSH on a Mac Mini M4 with tmux

·3 min read

A Mac Mini M4 running 24/7 with tmux sessions handles PR reviews, automation, and agent tasks. SSH in from any thin client to manage everything remotely.

mac-minitmuxsshclaude-coderemote-development

Building a Gateway Daemon for Claude Code Multi-Agent Scheduling

·2 min read

Using tmux sessions with individual agents plus launchd for scheduling. The hardest part of multi-agent orchestration is knowing when to intervene.

claude-codemulti-agentdaemontmuxlaunchdscheduling

The Ideal Hardware Setup for Running Parallel Claude Code Agents

·3 min read

M3 Max MacBook Pro with 64GB RAM running 5 Claude Code agents in parallel via tmux - the hardware and workflow that makes multi-agent development practical.

claude-codehardwaretmuxparallel-agentsm3-maxproductivity

Stop Losing Context When Claude Code Compacts - Run It Inside tmux with Logging

·3 min read

Claude Code clears your terminal scrollback when it compacts context. The fix: run it inside tmux with logging enabled so you never lose conversation history.

claude-codetmuxloggingdeveloper-workflowcontext-management

Tmux for Parallel AI Agents - Layout, Feedback Loops, and Review Workflow

·5 min read

How to use tmux to monitor multiple AI coding agents simultaneously, catch failures fast, and build a terminal review workflow that keeps output clean.

tmuxterminalparallel-agentsdeveloper-toolsworkflowclaudecode

Managing Parallel AI Agents with tmux and Git Worktrees

·5 min read

Step-by-step setup for running multiple AI coding agents in parallel using tmux panes and git worktrees - separate branches, separate directories, zero file conflicts.

tmuxgit-worktreesparallel-agentsdeveloper-toolsworkflow

How to Manage Multiple Claude Code Sessions with tmux

·3 min read

Running multiple AI coding agents at once gets chaotic fast. Here is how tmux keeps your Claude Code sessions organized with named sessions, branch

claude-codetmuxdeveloper-toolsproductivityworkflow

Browse by Topic