If this approach turns out to be valuable, it's unlikely that it has anything to do with having multiple actual agents, but rather that it's valuable to have 2 configurations (system prompt, model, temp, context pruning, toolset etc.) of inside the same agent being swapped back and forth.
Agent-to-agent pair programming
61–70 of 78 posts
Re: Agent-to-agent pair programming
#62Earlier quoted context omitted.
The plan will always be downstream of intent though. At least in git you can track the evolution of the plan over time and hopefully annotate the rationale for changes in direction.
Fair point. Git helps track how the plan changes, but it doesn’t always capture the original intent behind it.
What are you suggesting instead? To share the prompt in order to capture the intent? Usually I expect the plan to reflect the prompt.
I find it interesting when I create a PR after a quick session: the description really captures the intent instead of focusing on the actual implementation. I think it’s because the context is still intact, and that’s very useful.
Re: Agent-to-agent pair programming
#63I think the A2A space is wide open. Great to see this approach using App Server and Channels. I tried built something similar (at a high level) for a more B2C use case for OpenClaw https://github.com/agentlink-dev/agentlink users. Currently I think the major Agents have not fully owned the "wake the Agent" use case fully. Regardless this is a very cool approach. All the best.
Re: Agent-to-agent pair programming
#64You can also create a skill for reviewing (which calls gemini/codex as a command line tool) and set instructions on how and when to use. Very flexible.
Re: Agent-to-agent pair programming
#65Earlier quoted context omitted.
And expensive, exactly the way a pay per use product would push its customers… “It’s not working well enough!” We tell them. They respond with “Have you tried using it more?”
Haha yeah... Wait until they start jacking up the subscription prices
Sometimes they'll announce the changes, and they'll even try to spin it as improving services or increasing value.
Local AI capabilities are improving at a rapid pace, at some point soon we'll have an RWKV or a 4B LLM that performs at a GPT-5 level, with reasoning and all the bells and whistles, and hopefully that'll shake out most of the deceptive and shady tactics the big platforms are using.
Re: Agent-to-agent pair programming
#66Personally, I have tried pair programming, and it hasn't really felt like something that works, for various reasons - the main one is that I (and my partner) have complex thought processes in my head, that is difficult and cumbersome to articulate, and to an onlooker, it looks like I'm randomly changing code.
Re: Agent-to-agent pair programming
#67Re: Agent-to-agent pair programming
#68I think they're trying to implement every management fad with AI agents and see if improves performance. Personally, I have tried pair programming, and it hasn't really felt like something that works, for various reasons - the main one is that I (and my partner) have complex thought processes in my head, that is difficult and cumbersome to articulate, and to an onlooker, it looks like I'm randomly changing code.
I agree, it isn't for everyone.
Re: Agent-to-agent pair programming
#69Earlier quoted context omitted.
And expensive, exactly the way a pay per use product would push its customers… “It’s not working well enough!” We tell them. They respond with “Have you tried using it more?”
Back in 2024 I read a study saying: "Ask 4 LLMs the same question, if they all give you the same answer there is some 95-99% chance its correct" Soooo... Its not just greed. There is something there.
Re: Agent-to-agent pair programming
#70I think they're trying to implement every management fad with AI agents and see if improves performance. Personally, I have tried pair programming, and it hasn't really felt like something that works, for various reasons - the main one is that I (and my partner) have complex thought processes in my head, that is difficult and cumbersome to articulate, and to an onlooker, it looks like I'm randomly changing code.