How to Run 4-8 Parallel Coding Agents with tmux and Markdown Specs
Original: Parallel coding agents with tmux and Markdown specs View original →
Parallel AI Agent Development in Practice
Manuel Schipper has shared a months-long practical experience running parallel coding agents using a lightweight setup: tmux, Markdown files, bash aliases, and six slash commands. The post earned over 100 upvotes on Hacker News and sparked significant discussion about AI-assisted development workflows.
Three Agent Roles
Each tmux window is assigned a specific role:
- Planner: Builds Markdown specs for new features or fixes
- Worker: Implements from a finished spec
- PM: Backlog grooming and idea management
Feature Design Files: The Core Mechanism
The foundation of the system is the Feature Design (FD) file — a structured Markdown document containing: the problem being solved, all solutions considered with pros and cons, the final solution with an implementation plan, files that need updating, and verification steps. Each FD is numbered and tracked through an 8-stage lifecycle from Planned to Complete.
Practical Limits
Beyond 8 concurrent agents, decision quality degrades. The /fd-init slash command bootstraps the full system into any repository. This workflow demonstrates how developers can leverage multiple AI agents in parallel without complex orchestration infrastructure — a valuable model as AI-assisted development becomes mainstream.
Related Articles
Software developer Manuel Schipper shares a practical workflow for running 4-8 parallel AI coding agents simultaneously using tmux, Markdown Feature Design files, and slash commands — no orchestrators required.
HN pushed this past 400 comments because the story was not just nostalgia. It asked what evidence of student thinking should look like when AI can produce the polished draft.
Axios reports the NSA is using Anthropic's Mythos Preview even as Pentagon officials call the company a supply-chain risk. The clash puts AI safety limits, federal cyber demand, and procurement politics in the same room.
Comments (0)
No comments yet. Be the first to comment!