Skip to main content
株式会社オブライト

Articles tagged "OpenCode"

2 articles

Software Development2026-07-11
Mosaic (mosaic.inc) Deep Dive — Run Many Claude Code / Codex / OpenCode Sessions in Parallel From One Desktop, Plus SHARED CONTROL for Multiple People Live-Editing a Single Claude Code Session, With Git-Worktree-Isolated Workspaces That Never Collide — a New Option Alongside Conductor / Superset / Herdr in the Late-2026 Parallel-Agent Ops Stack
**[Mosaic (mosaic.inc)](https://mosaic.inc/) is a desktop tool that runs multiple AI coding agents ([Claude Code](https://claude.com/product/claude-code) / Codex / OpenCode) in parallel from a single UI**, and on top of that offers **"SHARED CONTROL" — a rare feature in 2026 that lets multiple people live-edit a single Claude Code session together**. **The core of SHARED CONTROL**: spin up a session, a teammate joins the same terminal, and **you both see each others cursors, prompts, and output in real time** — genuinely shared control, not screen-share theater. The experience of Google Docs or VS Code Live Share, applied to a Claude Code session. Use cases (see the standing [request in Anthropic issue #60082](https://github.com/anthropics/claude-code/issues/60082)): pair programming, team debugging, onboarding, live review, and division of labor (Ali refactors the auth middleware while Shubham adds the rate-limit test — same session). **Parallel-ops layer**: each agent gets a **Git-worktree-isolated workspace**, and 5-10 agents can develop different branches / features concurrently with zero file collisions or state interference. **Position**: in the rapidly maturing late-2026 parallel-Claude-Code market, Mosaic competes with **[Conductor](https://www.ycombinator.com/companies/conductor) (YC, Mac-native)**, **[Superset](https://superset.sh/) (three ex-YC CTOs, 10+ concurrent)**, **[Herdr](../columns/herdr-terminal-agent-multiplexer-2026-07) (terminal-native, Rust)**, and Product-Hunt entries like [Claudy](https://www.producthunt.com/products/claudy) / [Multi-Claude](https://www.producthunt.com/products/multi-claude) — its distinctive differentiation is **real-time SHARED CONTROL**. Target users: solo developers, startup CTOs, staff engineers, plus **teams that want pair programming and live review with AI agents in the loop**. Combined with [Command Code taste-1 learning](../columns/commandcode-taste-1-personalized-coding-agent-2026-07), [the grill-me skill](../columns/grill-me-agent-skill-2026-07), and [Crit.md HITL review](../columns/crit-md-local-first-agent-review-2026-07), it forms a **"parallel × personalized × thoroughly reviewed × real-time collaborative" late-2026 AI dev stack**.
MosaicClaude CodeParallel Agents
Software Development2026-07-10
[Herdr](https://herdr.dev/) Deep Dive — The "tmux for AI Agents": Run Multiple Coding Agents (Claude Code / OpenCode / Codex, etc.) From One Terminal With Persistent Sessions Over SSH and a Mobile-Friendly UI Used by Engineers at JetBrains / Docker / Vercel / Google / NVIDIA / AWS; Rust Binary, No Electron
**[Herdr](https://herdr.dev/) is a terminal-based AI agent multiplexer** — run multiple AI coding agents ([Claude Code](https://claude.com/product/claude-code) / OpenCode / Codex, etc.) in parallel from **a single terminal**, with sessions **persisted server-side** (like tmux) so you can reattach from any device. **Key features**: (1) **multi-agent orchestration** — run multiple agents in independent panes, (2) **persistent sessions** — agents keep running after terminal detach, reattach from anywhere, (3) **SSH-friendly remote access** — like tmux but agent-aware, (4) **real terminal panes** — clickable layouts and mouse support, (5) **at-a-glance agent state** (blocked / working / done / idle), (6) a **Control API** (CLI + JSON socket) for programmatic session management, (7) a **mobile-friendly UI** for terminal access from phones and tablets. Ships as a **Rust binary** (not Electron) with no external dependencies. Target audience: **engineers at JetBrains / Docker / Vercel / Google / NVIDIA / AWS**. Position: paired with [Crit.md's HITL review substrate](../columns/crit-md-local-first-agent-review-2026-07), Herdr is the **"agent-operations infrastructure"** side of the coin — solving the execution environment rather than the review loop. Part of the broader "day-to-day AI-agent tooling" trend alongside our [Cloudflare-only stack](../columns/cloudflare-only-stack-viral-2026-07) and [Claude Cowork web/mobile](../columns/claude-cowork-web-mobile-launch-2026-07) coverage.
HerdrTerminalAI Agents