frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Proxy and Reflect

https://piccalil.li/blog/proxy-and-reflect/
1•eustoria•21s ago•0 comments

AMD-AGI/HyperLoom – Agentic system that auto-optimizes LLM workloads on AMD GPUs

https://github.com/AMD-AGI/Hyperloom
1•mindcrime•26s ago•0 comments

Gemini 3.8 text-to-speech says hello

https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-8-text-to-speech/
1•swolpers•39s ago•0 comments

I See Dead Cars: A Mailman's Daily Trip Down Memory Lane

https://www.caranddriver.com/features/a15135647/classic-cars-left-for-dead/
1•samtheDamned•1m ago•0 comments

Paste.sh – Encrypted Pastebin

https://paste.sh/
1•eustoria•1m ago•0 comments

Why Human Informants Still Matter in the Age of AI Surveillance

https://smallwarsjournal.com/2026/08/20/why-human-informants-still-matter-in-the-age-of-ai-survei...
1•DemiGuru•2m ago•0 comments

You Can See Everything – Official Trailer – A24 [video]

https://www.youtube.com/watch?v=HvW_N5p1q44
1•handfuloflight•2m ago•0 comments

Valve's Linux Steam client now runs on an Android phone. No root

https://the412banner.github.io/Gamehub-Components/linux-steam-client/
1•speckx•2m ago•0 comments

Funding MIT Software with Commercial-Use Binaries

https://yaak.app/blog/funding-open-source
1•gschier•3m ago•0 comments

Show HN: Open Code for Jev

https://github.com/backant-io/jevelry
1•phegler•4m ago•0 comments

Radicle: Disclosure of Vulnerability in the Network Protocol

https://radicle.dev/2026/09/23/disclosure-of-vulnerability-in-network-protocol
1•lostmsu•6m ago•0 comments

A week in Beijing and Shanghai with the people building AI in China

https://earnedintuition.substack.com/p/involution-without-export-is-wasted
2•bluepeter•7m ago•0 comments

How to teach a robot to water the table

https://humansignal.com/blog/how-to-teach-a-robot-to-water-the-table/
1•ReDeiPirati•8m ago•0 comments

Amazon opens its seller tools to outside AI agents, starting with Anthropic

https://www.geekwire.com/2026/amazon-opens-its-seller-tools-to-outside-ai-agents-starting-with-an...
1•thm•9m ago•0 comments

Can you even "own" a passkey?

https://cendyne.dev/posts/2026-09-06-can-you-even-own-a-passkey.html
2•surprisetalk•9m ago•0 comments

Show HN: Attn – An open-source local Gmail client

https://github.com/stephenw310/attn
2•stephenw310•10m ago•0 comments

SEO Specialist

1•esraaelhaddad•10m ago•0 comments

Fixing the Portobello Police Station Clock

https://pointinthecloud.com/2026-04-11-211700.html
10•avidly•11m ago•1 comments

Show HN: OpenGET, an Old School RuneScape Grand Exchange Tracker

https://grandexchange.dreamstation.systems/
1•robinpie•11m ago•0 comments

Evaluator Optimizer

https://platform.claude.com/cookbook/patterns-agents-evaluator-optimizer
2•softwaredoug•11m ago•0 comments

Why are Opus 5.5 and GPT-6 Sol cheaper?

https://www.claudecodecamp.com/p/why-new-models-get-cheaper
1•aray07•14m ago•0 comments

Ask HN: Anyone working in Intellingent Doc Processing (IDP)? What do you do?

1•akudha•14m ago•0 comments

GPT-6 Astra has gained the ability to drive a car

https://drivingbench.com/
2•plurby•15m ago•0 comments

Jev does not play dice

https://kantahayashiai.github.io/posts/jev-does-not-play-dice/
1•someguy101010•16m ago•0 comments

Parakeet.java: Automatic Speech Recognition in Pure Java

https://github.com/qxoticai/qxotic/tree/main/jinfer/jinfer-parakeet
1•mukel•17m ago•1 comments

Step Code: MIT-licensed coding agent CLI built around Step 5 Preview

https://github.com/stepfun-ai/Step-Code
1•AnneWodell•17m ago•0 comments

Space Bunny Alpha

https://openrouter.ai/stealth/space-bunny-alpha
1•jfyne•18m ago•0 comments

The Horowitz Andreessen Academy

https://www.a16z.news/p/introducing-the-horowitz-andreessen
2•nycdatasci•18m ago•0 comments

Show HN: I Built a GIF Decider with Jev

https://gifdecider.com/
2•arminn•19m ago•1 comments

Show HN: A San Francisco cable car ride as a procedural risograph film

https://cable-car-ride.vercel.app
1•akadeb•19m ago•0 comments
Open in hackernews

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

https://useax.dev/
3•rcdexta•1h ago
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.