Search papers, labs, and topics across Lattice.
Fanar-Sadiq, a multi-agent system, addresses the limitations of LLMs in Islamic QA by routing queries to specialized modules for tasks like scripture lookup, fatwa generation, and financial calculations. The system incorporates retrieval-augmented generation with intent-aware routing and deterministic citation normalization to ensure grounding in canonical texts and jurisprudential nuance. Evaluations on public Islamic QA benchmarks demonstrate the system's effectiveness and efficiency, with significant real-world usage.
Forget generic LLM hallucinations – Fanar-Sadiq delivers grounded Islamic QA with intent-aware routing, deterministic citations, and madhhab-sensitive calculations, already serving nearly 2 million users.
Large language models (LLMs) can answer religious knowledge queries fluently, yet they often hallucinate and misattribute sources, which is especially consequential in Islamic settings where users expect grounding in canonical texts (Qur'an and Hadith) and jurisprudential (fiqh) nuance. Retrieval-augmented generation (RAG) reduces some of these limitations by grounding generation in external evidence. However, a single ``retrieve-then-generate''pipeline is limited to deal with the diversity of Islamic queries.Users may request verbatim scripture, fatwa-style guidance with citations or rule-constrained computations such as zakat and inheritance that require strict arithmetic and legal invariants. In this work, we present a bilingual (Arabic/English) multi-agent Islamic assistant, called Fanar-Sadiq, which is a core component of the Fanar AI platform. Fanar-Sadiq routes Islamic-related queries to specialized modules within an agentic, tool-using architecture. The system supports intent-aware routing, retrieval-grounded fiqh answers with deterministic citation normalization and verification traces, exact verse lookup with quotation validation, and deterministic calculators for Sunni zakat and inheritance with madhhab-sensitive branching. We evaluate the complete end-to-end system on public Islamic QA benchmarks and demonstrate effectiveness and efficiency. Our system is currently publicly and freely accessible through API and a Web application, and has been accessed $\approx$1.9M times in less than a year.