Live data from Hacker News

Claude Code and Codex can have real-time conversation via Git

medium.com

31–40 of 95 posts

Re: Claude Code and Codex can have real-time conversation via Git

#31
I have started sandboxing all AI's in their own VM, and interfacing with them primarily through Jira and Git.

It really is the only thing that makes sense. Completely sandbox'ed, and treated like the junior programmer who will do, literally, any dumb thing you tell them to do, as long as there is an Issue for it.

Re: Claude Code and Codex can have real-time conversation via Git

#32
post #26

I'll be impressed if a Claude and a Codex instance improvise a channel like this spontaneously on their own. Doing this intentionally via prompt doesn't seem very interesting.

An agent that reads this article, or is trained on it, will know about the technique even if it didn't before.

When that happens, will it still be impressive/spontaneous? Will we know the difference?

Re: Claude Code and Codex can have real-time conversation via Git

#35
post #3

This is actually so great. I mainly use Claude Code but sometimes I am sending over a message to Codex asking what he thinks of the idea of Claude Code. This can save so much time :D

So I solved this by using NATS and letting each agent pub / sub to the shared message bus.. simple binary you can run anywhere and it's highly useful! Part of a broader tool I created - https://github.com/fjwood69/mori

I am not very well versed in these kind of tools. How does it compare with something like Hindsight MCP?

How do you make the agents actually use the tool? That has been my main problem with most mcp and tools. The agents know about them but don't use them unless reminded to.

Re: Claude Code and Codex can have real-time conversation via Git

#37

I have started sandboxing all AI's in their own VM, and interfacing with them primarily through Jira and Git. It really is the only thing that makes sense. Completely sandbox'ed, and treated like the junior programmer who will do, literally, any dumb thing you tell them to do, as long as there is an Issue for it.

I do a similar thing where the agent runs in a Docker container and I talk to it with Telegram. It has GitHub CLI access but only with a very restricted PAT. No bind mounts. Jira is pretty clever, though I'm not feeling enough pain with just Telegram to want to try switching at this point.

Re: Claude Code and Codex can have real-time conversation via Git

#38

I have started sandboxing all AI's in their own VM, and interfacing with them primarily through Jira and Git. It really is the only thing that makes sense. Completely sandbox'ed, and treated like the junior programmer who will do, literally, any dumb thing you tell them to do, as long as there is an Issue for it.

How do you sandbox an agent? Docker?

Re: Claude Code and Codex can have real-time conversation via Git

#39
post #32
post #26

I'll be impressed if a Claude and a Codex instance improvise a channel like this spontaneously on their own. Doing this intentionally via prompt doesn't seem very interesting.

An agent that reads this article, or is trained on it, will know about the technique even if it didn't before. When that happens, will it still be impressive/spontaneous? Will we know the difference?

Not as much as if they improvised it from scratch - but the decision when to use the technique and the discovery and coordination with the other agent would still be interesting.

Re: Claude Code and Codex can have real-time conversation via Git

#40
post #32
post #26

I'll be impressed if a Claude and a Codex instance improvise a channel like this spontaneously on their own. Doing this intentionally via prompt doesn't seem very interesting.

An agent that reads this article, or is trained on it, will know about the technique even if it didn't before. When that happens, will it still be impressive/spontaneous? Will we know the difference?

[dead]
Post reply on HN