Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Can you even "own" a passkey?(cendyne.dev)
    discuss
  2. HN: Attn – An open-source local Gmail client(github.com/stephenw310)
    discuss
  3. SEO Specialist
    discuss
  4. Fixing the Portobello Police Station Clock(pointinthecloud.com)
    discuss
  5. Show HN: OpenGET, an Old School RuneScape Grand Exchange Tracker(dreamstation.systems)
    discuss
  6. Evaluator Optimizer(claude.com)
    discuss
  7. Why are Opus 5.5 and GPT-6 Sol cheaper?(claudecodecamp.com)
    discuss
  8. Ask HN: Anyone working in Intellingent Doc Processing (IDP)? What do you do?
    discuss
  9. GPT-6 Astra has gained the ability to drive a car(drivingbench.com)
    discuss
  10. Jev does not play dice(kantahayashiai.github.io)
    discuss
  11. Parakeet.java: Automatic Speech Recognition in Pure Java(github.com/qxoticai)
    1comments
  12. Step Code: MIT-licensed coding agent CLI built around Step 5 Preview(github.com/stepfun-ai)
    discuss
  13. Space Bunny Alpha(openrouter.ai)
    discuss
  14. The Horowitz Andreessen Academy(a16z.news)
    discuss
  15. Show HN: I Built a GIF Decider with Jev(gifdecider.com)
    discuss
  16. Show HN: A San Francisco cable car ride as a procedural risograph film(cable-car-ride.vercel.app)
    discuss
  17. Agent Cookie Sync for Grok Bot and Muse(reinventing.ai)
    discuss
  18. Show HN: STXT, a human-first XML alternative I created in 2013, is now ready(stxt.dev)
    discuss
  19. A new report from Europe raises serious alarms about orbital collisions(arstechnica.com)
    discuss
  20. Small undersea volcanoes may unleash outsized tsunamis(arstechnica.com)
    discuss
  21. Slow Down and Pace(twitter.com/gossip_goblin)
    discuss
  22. Meta expected to unveil smart glasses without camera as privacy concerns grow(reuters.com)
    discuss
  23. Strands Harness(strandsagents.com)
    discuss
  24. Vulnerability disclosure: Radicle nodes send private repositories in cleartext(maninak.com)
    discuss
  25. Why is Hacker News like that?(drewdevault.com)
    discuss
  26. Show HN: Mapping AI research, from 496k indexed papers(foundinghires.tech)
    discuss
  27. My First Agentic Project: The Blank Page Was the Hardest Part(atomicobject.com)
    discuss
  28. Show HN: RustyTux – Linux kernel LPE exploiting an ESP-in-TCP race(github.com/m0x41nos)
    discuss
  29. Show HN: Vibe-coder ladder round 2 – the AI ran 38 minutes past the deadline(vibeladder.dev)
    discuss
  30. The AI Company stopped chasing its first idea(autonomouscompany.substack.com)
    discuss

Show HN: Ax – Let Claude, Codex and OpenCode talk to each other locally

3 pointsby 54m agouseax.dev
0 comments
Hi HN, I’m RC.

When I worked at ThoughtWorks, we were pretty religious about pair programming: one person driving, another reviewing, both working through the same problem.

Most of us have already paired with an agent in our own coding sessions. Some of us have even tried putting agents in both seats: one implementing, the other reviewing. I really like Claude Code’s cross-session messaging. I wanted that same experience between Claude, Codex, and OpenCode. The existing setups meant installing a new app or plugins that just don't work reliably. I wanted something local that stayed out of the way, let me keep using each tool as usual, but enabled hetergenous messaging.

That became Agent Exchange, or ax. After installing, start two sessions in separate terminals:

  ax claude -n api
  ax codex -n web
Then ask Codex: “Ask api whether the schema is ready.”

The agents address each other by name, and replies come back into their conversations, including across repositories on the same machine under the same OS user. You can also connect existing conversations using each tool’s native resume syntax.

AX supports Claude Code, Codex CLI, Grok Build, OpenCode, and Pi. Underneath, it’s a local Go broker, Unix sockets, and a SQLite mailbox.

There’s no AX cloud relay or telemetry. The messaging runs locally; the coding agents still communicate with their configured AI providers.

We’ve been using it to send AX’s own PRs between Codex and Grok for review. I’d be interested in which agent combinations you use, and what you currently have to relay between them yourself.

A quiet thread, for now.Start the conversation on HN ↗