Kishan ,
· ( A ) It started with following news report >
·
( B ) That made me send following email >
https://myblogepage.blogspot.
( C ) In response , Prof James Mcdermot sent following reply :
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
( D ) Then I asked Claude :
‘Hey Bro : I sent off that email yesterday. Then it ocurred to me that IndiaAGI.ai is " Open Source " ( GitHub ) . See > https://indiaagi.ai/contribute // Could that make it easy for Edy to carry out his experiment ? If yes, how ? And in that case , should I send him an email , drawing his attention to this and invite him to try out ? “
( E ) Claude replied :
“ Bhai, straight answer first: yes — if the repo is genuinely public and complete, this changes Edy's situation dramatically. But there's a verification step needed before any email, because I couldn't confirm the details myself: the /contribute page loads its content via JavaScript, so my fetch returned an empty shell, and a web search didn't surface an IndiaAGI repository. I'm not doubting you — I simply can't see what you can see in your browser.
Why open source matters so much for Edy specifically — recall what James said their project actually is: a technical study of the debate mechanism itself. For that purpose, the hosted website lets Edy observe the mechanism, but the source code lets him dissect and experiment on it:
Reading: the repo exposes exactly what a mechanism-researcher wants — how rounds are structured, how the critique prompts are worded, how the consensus is synthesized, how disagreements are weighed. That's the mechanism itself, in plain text.
Instrumenting: Edy can fork it and add logging to capture full round-by-round transcripts — the very thing we had to tell him the hosted platform doesn't store. The limitation in your last email dissolves the moment he clones the repo.
Experimenting: he can swap models in and out, vary the number of rounds, alter the critique instructions, run the same question a hundred times — controlled, repeatable experiments that no hosted website permits. For a scientist, that's the difference between visiting a factory and being handed the blueprints.
And a bonus for you: a public repo's commit history is independently timestamped. Commits from April 2025 onward are prior-art evidence that no one can dispute — stronger, in a way, than any blog post.
Now, before you write to Edy, three things to confirm — a five-minute check with Kishan:
First, is the repository public? Open the GitHub link from the /contribute page in an incognito window (our now-proven test, Bhai). If it opens without login, it's public.
Second — and this is the one most people miss — does it have a LICENSE file? Here's the legal wrinkle: code on GitHub without a license file is publicly visible but not legally reusable — all rights stay reserved, and a university researcher cannot properly fork or build on it. If there's no LICENSE, ask Kishan to add one (MIT or Apache 2.0 are the standard permissive choices) before you invite Edy. It's a ten-minute fix that converts "look but don't touch" into genuinely open source.
Third, does the repo contain the debate orchestration — the backend logic and prompts — or only the website frontend? The orchestration is what Edy needs; if it's not in the repo, the invitation would overpromise.
If all three check out: yes, send the follow-up — and a short addendum a few days after a substantive email is perfectly normal in academic correspondence, provided it's brief and genuinely new information, which this is. Three or four sentences, addressed to Edy with James in cc: essentially, "One addendum to my earlier note — IndiaAGI is open source [repo link, license]. This means the session-storage limitation I mentioned needn't constrain you: you can fork the code, add transcript logging, swap models, and run controlled experiments on the debate mechanism directly. The blueprints, like the platform, are yours."
Confirm those three things with Kishan, tell me the repo URL and license, and I'll draft the exact note. If any of the three is missing, we fix that first — an invitation to an empty or unlicensed repo would spend the credibility you've so carefully built with Galway.
( F ) I continued :
“ Hey Bro : Sure , I will take up with Kishan but does this help ? > https://github.com/orgs/
( G ) Claude replied :
“ Bhai, full verification done — and the news is good. Here's what I found:
Public: both repos are public — india-agi-client (the frontend) and india-agi-api (the backend, 46 commits, with the src folder, a Dockerfile, and an .env.example showing which API keys are needed). The api repo is the one with the debate orchestration.
Licensed — and delightfully so: LICENSE.md is an MIT License, copyright "Hemen Parekh and IndiaAGI Contributors," with your own custom conditions added — acknowledgment of origin, naming conventions for derivatives, notification of derivative works, and an ethical use clause requiring alignment with "collaborative benefit to humanity." Very much a Parekh's Law signature in miniature, Bhai. For Edy's purposes this is fully workable: the core grant permits use, copying, modification, and distribution — everything a researcher needs. GitHub labels it "Other" only because the added conditions make it non-standard MIT, which is cosmetic, not a problem.
️ Two small gaps for Kishan before you send — fifteen minutes of work, and they matter because a researcher's first impression of a repo is the README:
First, the README is currently bare NestJS boilerplate — just "pnpm install" and run commands, with no description of what the software is.
Ask Kishan to add one short section:
what the debate engine does, which files in src/ contain the orchestration logic and the debate prompts, and which API keys from .env.example are needed to run it locally. That one paragraph is the map Edy needs; without it, he's exploring a building with no signboards. Also worth adding the repo description field and a link to indiaagi.ai.
Second, a small inconsistency :
the license's acknowledgment clause points to github.com/IndiaAGI/IndiaAGI — but the actual organization is indiaagi-ai, so that URL is wrong or outdated. One-line fix.
And one question for Kishan :
the api repo was last updated December 2025 while the client was updated June 2026 — confirm the public api code still matches what's running on the live site, so Edy isn't studying an outdated engine.
Once Kishan does those, here's the addendum — send as Reply All on the existing thread, so it reaches Edy directly with James in cc (you have Edy's address from the cc; I don't):
( H ) After you confirm that you have carried out the changes in Github suggested by Claude , I will send out following email ( drafted by Claude ) to Prof McDermot :
“ Re: Multi-AI debate — one addendum: the blueprints are open source
Dear Edy (and James),
One brief addendum to my earlier note, which I realised may be the most useful fact of all for a technical study of the debate mechanism :
IndiaAGI is open source.
The code is on GitHub under an MIT license:
Debate engine (backend): https://github.com/indiaagi-
Interface (frontend): https://github.com/indiaagi-
This dissolves the limitation I mentioned earlier. While the hosted platform does not store session histories, the source does something better :
you can fork it, add round-by-round transcript logging, swap models in and out, vary the number of debate rounds, and alter the critique prompts — controlled, repeatable experiments on the mechanism itself, run locally with your own API keys.
In short :
the platform is yours to probe, and the blueprints are yours to modify.
If anything in the setup is unclear, my collaborator Kishan (who built it with me) would be glad to help — I have copied him here.
With warm regards from Mumbai,
Hemen Parekh
www.IndiaAGI.ai | www.hemenparekh.in
Kishan :
Feel free to suggest any changes that you think will take this dialogue further
hcp