I'd like to perform the typical operation of giving an AI some text to review and asking it to give me feedback, summarize the document, evaluate the content etc.
Except, I want to give it two pieces of text, perhaps two sides of a debate, and I don't want the output to depend on the order of the two inputs.
My naive idea is to do it both ways in two separate contexts, then feed those results to each other with a request for convergent results, and repeat until they converge. However, this seems like it would be rather slow and expensive.
Are there any existing tools that enable this sort of task without extra tooling and iterative attempts at convergence?
[link] [comments]