cd /news/ai-tools/show-hn-hubo-two-agents-that-impleme… · home topics ai-tools article
[ARTICLE · art-73786] src=github.com ↗ pub= topic=ai-tools verified=true sentiment=· neutral

Show HN: Hubo – two agents that implement and review code until they agree

Hubo, a new open-source coding tool inspired by the wuxia technique of ambidexterity, uses two AI agents—one implementing code and one reviewing it—that spar over every change until they reach agreement, at which point only the reconciled result reaches the user. The tool, created by developer h0ngcha0, aims to eliminate blind spots by keeping the reviewer agent read-only and independent, and it supports multiple hosts including Claude Code, Codex CLI, ChatGPT, GitHub Copilot CLI, and OpenClaw.

read3 min views1 publishedJul 25, 2026
Show HN: Hubo – two agents that implement and review code until they agree
Image: source

双手互搏

Two hands spar over every change. Only real decisions reach you.

Zhou Botong is one of wuxia's great eccentrics: a legendary martial artist with the temperament of a mischievous child. When ordinary practice becomes too ordinary, he invents something delightfully absurd — the Technique of Ambidexterity (双手互搏).

He teaches each hand to act independently. One hand attacks; the other answers. Each uses a different martial art. The same person becomes both opponents, and the sparring continues until neither hand can surprise the other.

It sounds like a party trick. It is actually a discipline: split creation from criticism, give both sides room to think, and let disagreement expose what either side would miss alone.

Hubo puts that little duel inside your coding agent.

The name comes from 互搏 (hùbó): to spar with each other. Not two agents politely taking turns, and not a reviewer saying “looks good” from the doorway. Two hands spar over every change. Only real decisions reach you. They exchange evidence until the code — not either agent's ego — wins.

Without Hubo, an agent implements the feature, runs a test, reviews its own reasoning, and hands the result to you. The author, tester, and reviewer all share the same blind spots.

With Hubo:

your task
   ↓
work agent ── implementation + evidence ──▶ review agent
     ▲                                      │
     └──── fix or reasoned pushback ◀───────┘
                      repeat
                         ↓
              reconciled result — or you

You see the work only after every concrete finding is resolved, unless the remaining question genuinely requires your judgment.

Hubo keeps two persistent roles in the same conversation:

Hand Role
Work agent
Understands the task, changes the code, tests it, and answers every review finding with a fix or evidence-based pushback.
Review agent
Stays independent and read-only, inspects the actual diff and verification evidence, and returns numbered, actionable findings.
Coordinator
Carries messages between them, preserves unresolved findings across rounds, and stops only at a real exit condition.

The loop ends when:

  • the reviewer clears the work and every finding is reconciled; or
  • the agents identify a product, requirement, or technical-direction decision that only you can make.

The reviewer may spawn specialists. The worker may delegate implementation. But at the top level the shape remains the same: one hand makes, one hand tests the making.

Hubo is explicit-only. It does nothing until you invoke it; ordinary coding prompts remain ordinary.

Run these as two separate prompts:

/plugin marketplace add h0ngcha0/hubo
/plugin install hubo@hubo

Then run /reload-plugins

or start a new conversation.

codex plugin marketplace add h0ngcha0/hubo
codex plugin add hubo@hubo

Restart Codex and start a new conversation so the skill is discovered.

copilot plugin marketplace add h0ngcha0/hubo
copilot plugin install hubo@hubo

Start a new Copilot CLI session after installing.

openclaw plugins install hubo --marketplace h0ngcha0/hubo

Restart the OpenClaw gateway after installing.

Install Hubo directly into any supported host:

npx skills add h0ngcha0/hubo --skill hubo -g

Claude Code:/hubo implement the change...

when the short alias is unambiguous, or/hubo:hubo implement the change...

.Codex CLI: invoke$hubo:hubo

, then provide the task.ChatGPT or Codex desktop: type@

, selectHubo, then provide the task.** GitHub Copilot CLI:**/hubo:hubo implement the change...

.OpenClaw:/hubo implement the change...

.

For example:

/hubo implement optimistic updates for the cart

Hubo needs a host that can create and resume two addressable agents and return both agents' results to the coordinator. This repository currently packages adapters for Claude Code, Codex, GitHub Copilot CLI, and OpenClaw.

The workflow preserves pre-existing worktree changes, keeps the reviewer read-only, accepts justified pushback, and favors root-cause fixes over patches that merely silence a symptom.

MIT © 2026 h0ngcha0

── more in #ai-tools 4 stories · sorted by recency
── more on @hubo 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-hubo-two-age…] indexed:0 read:3min 2026-07-25 ·