~1,400 years ago, scholars solved a problem multi-agent AI just re-invented. I rebuilt their method and put it on arXiv.
Author here. This one started as a weird idea and turned into a paper + open-source release, so I'm sharing the story.
Modern agent pipelines have a silent-failure problem. An answer passes through a scraper, an extractor, several models, a synthesizer — and when one link is unreliable, the failure doesn't announce itself. You get a fluent, confident answer that's quietly wrong. Everyone's building to verify the agent — identity, permissions, access. Barely anyone's verifying the claim.
The verification-of-transmitted-knowledge problem was rigorously solved a long time ago. Islamic scholars couldn't trust a statement just because it sounded right, so they built one of history's most demanding systems for it: every claim carries its full chain of transmitters (isnād), every transmitter is graded on integrity and precision (rijāl), the chain is only as strong as its weakest link, independent chains raise confidence, and even a flawless chain doesn't excuse a flawed message.
The rigor belongs to twelve centuries of scholars. The transfer to AI is mine. I call it ISNAD — a claim-level trust layer for multi-agent systems. Everyone verifies the agent; ISNAD verifies the claim.
I also wrote the failures into the paper — what's validated, what isn't yet, in detail. A trust framework that hides its weaknesses is a contradiction in terms.
If it makes you think — agree or disagree — I want to hear it.