惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Proofpoint News Feed
Martin Fowler
Martin Fowler
The GitHub Blog
The GitHub Blog
B
Blog RSS Feed
U
Unit 42
阮一峰的网络日志
阮一峰的网络日志
量子位
GbyAI
GbyAI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
云风的 BLOG
云风的 BLOG
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
L
LangChain Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园_首页
IT之家
IT之家
V
Visual Studio Blog
Y
Y Combinator Blog
Blog — PlanetScale
Blog — PlanetScale
宝玉的分享
宝玉的分享
Apple Machine Learning Research
Apple Machine Learning Research
I
InfoQ
D
Docker
V
V2EX

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
GitHub - ai-creed/ai-whisper: Terminal-first relay for pa...
vuphanse · 2026-06-24 · via Show HN

ai-whisper pairs two coding agents — mount any two of Claude, Codex, and ezio — into a terminal-native pair that hand work back and forth under a single baton, so one agent implements while the other reviews, and a structured workflow drives the loop to a finished, reviewed deliverable without a human babysitting every round.

Magic moment

Mount each agent in its own terminal. Each mount claims the current shell, launches the real provider CLI, and binds it to the collab:

# terminal 1
whisper collab mount claude
# terminal 2
whisper collab mount codex

Then, from inside either agent's session, kick off a structured workflow against a spec — just ask in plain language:

Run spec-driven-development using docs/spec.md

From there ai-whisper runs the workflow autonomously:

  • Implementer / reviewer assignment — the agent you trigger the workflow from becomes the implementer and the other agent becomes the reviewer; pass --implementer / --reviewer to choose explicitly. (Started outside a mounted session with no flags, it falls back to a default pairing and warns.) The baton passes between them; only one owns the turn at a time.
  • Autonomous execution — the implementer does each step in its real session and hands the result back. An LLM evaluator judges whether the deliverable meets the request.
  • Review loops — when work isn't good enough yet, the reviewer's findings are composed into a follow-up handoff and the implementer iterates. The loop repeats until the work is approved or the round budget is exhausted.
  • Resumability — workflow and chain state is durable. If the broker restarts or you stop for the day, you recover and reconnect rather than starting over.
  • Deliverables — you get committed code plus a review trail (per-step verdicts, round counts), inspectable at any time with whisper collab dashboard.

Visual proof

A real spec-driven-development run: Claude (left) and Codex (middle) work in their own mounted sessions while the dashboard (right) tracks the baton handoffs and per-phase verdicts (~20s). Click the still to watch it play on the project page.

ai-whisper running a spec-driven-development workflow across two mounted agent sessions and the dashboard

Who this is for

ai-whisper is for engineers who already lean on coding agents and want more structure around them:

  • you already use coding agents heavily and want two of them to check each other.
  • you work terminal-first and want the agents to live in real terminal sessions, not a web UI.
  • you want multi-agent review — a second model gating the first model's output.
  • you run long, structured workflows (spec → plan → implement → review) rather than one-off prompts.

It is not for:

  • one-shot "vibe coding" where you just want a quick answer.
  • invisible background automation you never watch.
  • people new to coding agents looking for a guided, hand-holding experience.

Prerequisites

You pair any two of three agents — claude, codex, and ezio. ai-whisper drives the real Claude and Codex CLIs, so install and authenticate whichever of those two you plan to mount first; ezio is protocol-native and ships with ai-whisper, so it needs no separate CLI.

  • Claude Code CLI — the claude command, signed in.
  • Codex CLI — the codex command, signed in.
  • ezio (optional) — bundled with ai-whisper; mount it with whisper collab mount ezio, no separate install.
  • Node.js 22+.
  • An LLM evaluator with credentials — workflows are gated by it and refuse to start without it. See Evaluator configuration.
  • tmux (optional) — only for whisper collab start, which auto-arranges both agents into panes. The mount flow below does not need it.

Platform support: ai-whisper is terminal-native and Unix-oriented — it drives interactive PTY sessions, so it runs on macOS and Linux. It is not supported natively on Windows: whisper collab mount / reconnect require a Unix tty-backed shell and will exit with an error pointing here. On Windows, run ai-whisper inside WSL2 — install Node, your agent CLI, and ai-whisper inside the WSL2 distro and run the commands there, where everything works as-is.

Safety & permissions

ai-whisper launches each agent in full-autonomy mode so the relay can drive it unattended — claude --dangerously-skip-permissions and codex --dangerously-bypass-approvals-and-sandbox. Inside the mounted workspace the agents read, write, and run commands without prompting. Point it at code you're willing to let two agents change autonomously, watch the run on the dashboard, and remember you are the final gatekeeper — review the result before you ship it. The deeper rationale is in Concepts.

Quickstart

Install from npm:

npm install -g ai-whisper

Or from a repo checkout:

Install the bundled agent skills once (they let the agents verify, kick off, and report on workflows). This also installs ai-whisper-code-review, the skill workflow code-review handoffs use to evaluate agent-written code, and ai-whisper-plan-execution, the skill plan-execution handoffs use to structure how the implementer executes an approved plan:

Workflows require an LLM evaluator with credentials — set this up before running one. See Evaluator configuration.

Then mount both agents and run a workflow:

# terminal 1
whisper collab mount claude
# terminal 2
whisper collab mount codex

The first mount creates the collab and starts the broker daemon for the workspace; the second binds the other agent. From either session, start a workflow against a spec or goal file — spec-driven-development for a spec, ralph-loop for an open-ended goal, plus complex-bug-fixing and deliberation (see Workflows). Watch it run with:

  • whisper collab dashboard — live wall of recently-active collabs + per-run inspector. Add --all to show every workflow run (no per-collab masking); combine with --window all for the full run ledger.

Running from a repo checkout instead of a packaged install? Build first (pnpm build) and invoke the CLI as node packages/cli/dist/bin/whisper.js ... wherever these examples say whisper ....

What happens if it fails?

A run that stops short usually escalates — it does not crash. When the evaluator can't resolve a phase (the round budget is spent, an agent reports it's blocked, or confidence stays too low), the loop halts and turn ownership returns to you. That's a designed exit, not a failure: run state is durable, so you read the dashboard, fix the spec or unblock the agent, and whisper workflow resume <id> to pick up where it left off. Escalation is the system asking for a human exactly when it should — seeing it is normal, not a sign something broke.

Core concepts

ai-whisper is not a swarm. The agents never type at once — work moves by a single baton, one owner at a time. Mounted sessions are real agent sessions in your terminal — Claude or Codex CLIs, or ezio — and those sessions are the source of truth. Autonomy is supervised: every handoff, verdict, and round is inspectable, and runs are resumable rather than fire-and-forget. Work is organized as structured workflows — explicit loops and state transitions, not a free-form chat.

Claude, Codex, and ezio are supported today — you mount any two of them; the architecture is provider-agnostic by design, so other coding-agent CLIs can be added behind the same relay.

For the full mental model, read Concepts.

Learn more

  • Workflows — how to use the four workflows well: choosing between spec-driven-development, ralph-loop, complex-bug-fixing, and deliberation, and authoring the spec, goal, bug report, or seed that drives the run.
  • Concepts — the mental model: baton handoff, real mounted sessions, supervised autonomy, workflow-first execution.
  • Relay & handoff flows — the complete handoff state machine, capture-status table, hotkey reference, per-step verdicts, and troubleshooting.
  • Evaluator configuration — required credentials and options for the LLM evaluator that gates workflows.
  • Legacy attach mode — the shelved attach / adopt flows, kept for historical reference.

Workspace commands

pnpm install
pnpm test
pnpm typecheck
pnpm lint
pnpm format

License

Apache License 2.0 — see LICENSE and NOTICE. Contributions are accepted under the Developer Certificate of Origin (sign off with git commit -s).