You can see the slop here
Claude Code and Codex can have real-time conversation via Git
51–60 of 95 posts
Re: Claude Code and Codex can have real-time conversation via Git
#52Re: Claude Code and Codex can have real-time conversation via Git
#53Re: Claude Code and Codex can have real-time conversation via Git
#54Claude can directly drive Codex or Codex can drive Claude. Both already produce logs. It's unclear what value this intermediary brings.
If it detects that agent is dumb or has become dumb, it should terminate it and start again.
Re: Claude Code and Codex can have real-time conversation via Git
#55Essentially version controlled A2A.
I'm exploring a bunch of agent protocols right now and experimenting with a similar concept for context syncing over git here: https://github.com/cjroth/csp
Re: Claude Code and Codex can have real-time conversation via Git
#56Won't appending to .jsonl keep creating conflicts?
Re: Claude Code and Codex can have real-time conversation via Git
#57I 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.
Just adding a menu this morning to allow re-attaching and session management.
Re: Claude Code and Codex can have real-time conversation via Git
#58I 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.
Why are you using Jira and not GitHub issues?
So actually, firing off commands with jira-cli to get flows started by multiple agents watching their issues and putting their work in issue threads, is quite a nice interface .. and compatible with the other human-powered projects I'm managing this way, also.
Re: Claude Code and Codex can have real-time conversation via Git
#59I 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
#60I 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.
You might like what I'm working on at DBD: https://deepbluedynamics.com/nemesis Just adding a menu this morning to allow re-attaching and session management.