Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

FleetView – a browser cockpit for running many Claude Code agents at once

FleetView is an open-source tool that provides a browser-based interface for managing multiple Claude Code agent terminals simultaneously, allowing users to monitor and control AI coding sessions at scale in a single dashboard.

Background

- **Claude Code** is an agentic coding tool (by Anthropic) that runs in the terminal, letting an AI directly read, write, and execute code in a project. It's typically used one session at a time. - **FleetView** (by Schopp LLC) is an open-source web dashboard that lets you run many Claude Code agents in parallel, each working in a separate Docker container on a different task. You monitor all their terminal outputs live in a browser. - **Why it matters:** Individual AI coding agents are powerful but sequential; FleetView turns them into a "swarm" that can work simultaneously on different parts of a codebase. This addresses a key bottleneck for teams wanting to scale AI-assisted development beyond one-agent-per-developer. - **Prior context:** Docker-based isolation is a common pattern for running untrusted or parallel AI agents safely (e.g., "agent sandboxing"). FleetView builds on that by providing a pre-built UI and orchestration layer, lowering the barrier to running multi-agent systems.

Related stories

  • Newer Claude models sometimes invent extra keys in tool call arguments, breaking validation in Pi's edit tool. The author suspects post-training for Claude Code's forgiving harness makes alternative schemas fail. This suggests closed RL training can degrade general tool-use reliability.

  • Simon Willison released llm-coding-agent 0.1a0, an experimental coding agent built on his LLM library. The agent provides tools for reading, editing, searching files and executing commands, and ships with a Python API and CLI. It was developed using Claude Code (Fable 5) via TDD with a spec-first approach, and is available as a slop-alpha on PyPI.

  • Truth Social remains an outlet primarily for Trump's own posts, while other administration officials continue using X. The platform functions as a blog-like channel for Trump's messages rather than a genuine social network competitor.