Re: Multi-AI debate — open source, with exact pointers to the orchestration code
==============================
Dear Edy (and James),
One brief addendum to my earlier note: IndiaAGI's debate engine is open source, and the codebase is documented well enough that it may save you real time.
Repository: https://github.com/indiaagi-
A few pointers, in case they help orient you quickly:
- The orchestration logic and all debate prompts live in src/test/test.controller.ts, lines 139–369. That single file is where a query is routed through OpenAI, Google, and Anthropic in sequence, each responding with evidence-backed positions, before xAI's model acts as a final arbiter synthesizing consensus.
- The system prompt (139–193), the continuation prompt for further rounds (224–236), and the consensus/arbiter prompt (335–369) are each isolated and readable on their own.
- There is a working API endpoint, POST /test/sse, that takes a question and a rounds parameter and streams the live debate via Server-Sent Events — useful if you want to run controlled experiments (varying round counts, models, or prompts) without touching the UI at all.
This should let you probe the mechanism directly — fork it, log full round-by-round output, swap models, alter prompts — rather than working only from what the hosted site displays.
My collaborator Kishan (cc'd) built this and can answer any setup questions directly.
With warm regards from Mumbai,
Hemen Parekh
www.IndiaAGI.ai | www.hemenparekh.in
From: Hemen Parekh [mailto:hcp@recruitguru.com]
Sent: 18 July 2026 13:32
To: 'McDermott, James' <james.mcdermott@
Cc: 'Nastase, Edy' <e.nastase1@
Subject: RE: Dear Professors : You Are on the Right Track
Re: Multi-AI debate — thank you, and an open instrument for Edy
Dear James,
Thank you for the reply and the kind clarification — duly noted that Rinn AI is the national research centre, and that your project is a focused technical study of the debate mechanism itself, rather than of the larger self-improvement question. I have corrected my blog accordingly.
For a study of debate mechanics, IndiaAGI.ai may be useful to Edy in a simple, practical way: it is a live, open instrument. There is no registration or login — anyone can pose a question and watch multiple frontier LLMs answer independently, critique one another across rounds, and converge on a consensus, with each model's individual answer shown alongside. Edy is welcome to run any experiments on it, on any questions, as often as useful.
One honest limitation:
The platform does not archive past sessions, so there is no transcript library to hand over.
What does exist, preserved verbatim on my blog, are the outputs of the two runs I described in my earlier email — the self-check question posed plain, and again with a values layer added.
I would be glad to send Edy those links, and to answer any questions about the platform's setup.
No obligations either way — and every good wish for the project.
Warm regards
Hemen Parekh
www.IndiaAGI.ai | www.hemenparekh.in
From: McDermott, James [mailto:james.mcdermott@
Sent: 17 July 2026 17:01
To: Hemen Parekh <hcp@recruitguru.com>; Madden, Michael <michael.madden@
Cc: Hemen Parekh <hcp@recruitguru.com>; Nastase, Edy <e.nastase1@
Subject: Re: Dear Professors : You Are on the Right Track
Dear Hemen,
Thanks for the email and for engaging with the article. To clarify slightly, “Rinn AI” is the name of a new national research centre (https://www.researchireland.
Our goal in this project is not really to ask the AI debaters whether they can go into self-improvement, as you have done. The project will be a more technical one on some details of the debate mechanism itself. It will not attempt a solution to the big challenges, but only a small contribution which we hope will go in the right direction.
James
No comments:
Post a Comment