Agent-to-agent pair programming
axeldelafosse.com
Agent-to-agent pair programming
1–10 of 78 posts
Re: Agent-to-agent pair programming
#2Re: Agent-to-agent pair programming
#3Even with the same model (--self-review), that makes a huge difference, and immediately highlights how bad the first iterations of an LLM output can be.
Re: Agent-to-agent pair programming
#4Re: Agent-to-agent pair programming
#5Re: Agent-to-agent pair programming
#6I systematically use reviewers agents in Swival: https://swival.dev/pages/reviews.html Even with the same model (--self-review), that makes a huge difference, and immediately highlights how bad the first iterations of an LLM output can be.
Re: Agent-to-agent pair programming
#7Re: Agent-to-agent pair programming
#8Also implemented this as a gh action, works well for sentry to gh to auto triage to fix pr.
Re: Agent-to-agent pair programming
#9The vibes are great. But there’s a need for more science on this multi agent thing.
The good thing is that it establishes a direct connection so it's already much better than having one agent spawn the other and wait for its output, or read/write to a shared .md file -- but it would be cool to make it work for all agent harnesses.
Open to ideas! The repo is open-source.
Re: Agent-to-agent pair programming
#10Multi turn review of code written by cc reviewed by codex works pretty well. Been one of the only ways to be able to deliver larger scoped features without constant bugs. I've seen them do 10-15 rounds of fix and review until complete. Also implemented this as a gh action, works well for sentry to gh to auto triage to fix pr.
Currently I’m authoring with codex and reviewing with opus.