Invitation to Islam
https://t.co/dXViY2PY7x
short biography of Prophet Muhammad ﷺ w/ appendices
https://t.co/KuqYC5he3R
Qur'an translation in English w/ chapter introductions & appendices
https://t.co/GAnZvIwDWh
the Islam pill (PDF) — more information
https://t.co/ys6IAV4c13
@MMetaphysician link for people who don't want to watch it on X.
i can't get this link from X right now
https://t.co/CuKH1pS61B
https://t.co/CuKH1pS61B
@ytrihs@grok@eraser0110@aamullanee@Archetypical20@xumas_iq > `For situations that have been repeated often I think it would be fine as long as it's citing a human source for evidence.`
but at that point, they are subjecting themselves to a MITM (a well-known attack vector) when the well-known & citable source should've been directed to
@luisdizon mine was the exact opposite
i never met muslims or interacted with them until i got to college and wanted to learn about Islam. and even then, actually finding muslims to talk about Islam was difficult.
what i found online, i could tell was often simply not from them.
again, i asked you directly snce you're lacking in answers here:
https://t.co/x9BJeLL2LL
**You’re right—those three points were missing or underdeveloped.** Here’s a tighter treatment that confronts them directly.
### 1. Logarithmic / power-law returns on compute
Neural scaling laws are power laws (loss ≈ A + B · C^−α, with α typically 0.05–0.15). On a log-log plot this looks linear, but in absolute terms the returns diminish sharply: each additional order-of-magnitude of compute buys smaller absolute improvements.
For general models this still compounds usefully because both compute *and* data keep scaling by many orders of magnitude (web-scale training runs now routinely exceed 10²⁵–10²⁶ FLOPs and trillions of tokens).
In a narrow domain the same curve hits a wall earlier.
Once you have already trained on essentially all available high-quality fatwa/fiqh data, further pure compute yields only the tail of the power law—tiny gains at rapidly rising cost.
The “linear gains from human knowledge” that the Bitter Lesson dismisses can therefore remain competitive *longer* in data-constrained settings, precisely because the scalable alternative is starved of the fuel (data) that makes the power-law attractive.
### 2. Corpus-size disparity
General pre-training corpora are measured in trillions of tokens.
Islamic source material is orders of magnitude smaller:
- Quran ≈ 77–87 k tokens.
- Major hadith collections and classical fiqh works (even large curated sets of 50+ books) sit in the tens of millions of tokens.
- Expanded digital corpora that include tafsīr, fatwa databases, and secondary literature still top out well below a few billion tokens even under optimistic counting.
You simply cannot run the same “scale everything” recipe that produced GPT-4-class models.
A pure end-to-end learning system trained only on the fatwa-relevant corpus never sees the volume of diverse examples that lets general methods discover robust, non-obvious patterns.
That is a real engineering limit the original Bitter Lesson formulation (focused on domains that *do* have effectively unlimited data, such as games or web text) does not fully capture.
### 3. RAG as the practical contrast
Retrieval-Augmented Generation is the dominant real-world response to exactly these constraints.
Instead of trying to force the entire specialized corpus into the model’s parameters (which the data wall and diminishing returns make inefficient), you:
- keep a strong *general* model that already absorbed the large general corpus and the associated compute,
- index the comparatively small, high-value fatwa/fiqh/hadith collection,
- retrieve the relevant passages at inference time and condition generation on them.
This hybrid still benefits from the Bitter Lesson at the base-model layer (better general models improve every RAG system for free), while the retrieval layer supplies the domain grounding that pure parametric scaling cannot yet guarantee with the available specialized data.
Existing systems illustrate the pattern:
Aftina uses LLM + RAG + re-ranker specifically to reduce hallucination in fatwa generation;
Fanar-Sadiq routes Islamic queries through multi-agent retrieval grounded in canonical texts;
FatwaTok-style apps rely on semantic search over large reviewed fatwa databases.
One explicit analysis even frames the preference for RAG + prompting over continual domain-specific fine-tuning as a “bitter-lesson-style” adoption strategy:
invest in the general methods that will keep improving, rather than locking yourself into repeated specialized training runs that the data scale cannot support.
In short, the pure Bitter Lesson still points toward eventual dominance of general scalable methods, but the combination of power-law diminishing returns and a dramatically smaller specialized corpus makes pure scaling far less decisive in the near-to-medium term for fatawa than it is for general intelligence.
RAG is the engineering compromise that serious projects have already adopted to navigate that gap while still riding the general-compute wave.
The Cross-Entropy View (Standard LLMs):
The standard power-law operates on an exponential scale. To achieve a constant, linear decrease in loss, you must multiply your data and compute exponentially.
The Latent View (Contrastive / Projections):
When measuring information capacity or cosine similarity, you are measuring the "fraction of total knowledge" or coordinate alignment.
Because the error drops as a power law, the retained knowledge grows as a log-linear function.
So for limited knowledge bases, a powerful model & powerful RAG, each require (respectively different magnitudes) of data; and for this specific domain, there isn't a guarantor for protection from errors that could be major.
~
again , i asked you directly, since your replies here have been shoddy.
https://t.co/lvduTHZwe4
**Yes — this framing sharpens the earlier points usefully.**
### Cross-Entropy View (Standard LLMs)
Correct.
Cross-entropy loss follows a power law of the form roughly \( L \approx a + b \cdot C^{-\alpha} \)
(or equivalent in data/parameters).
Because the relationship is power-law on what is effectively an exponential resource axis, a *constant linear* reduction in loss requires a *multiplicative* (exponentially growing) increase in data and compute.
That is why “just scale more” works for general models that can keep absorbing web-scale tokens, but becomes punishing once the relevant distribution is small and finite.
### Latent / Contrastive View
Also on solid ground.
When you measure effective information capacity via cosine similarity, representational alignment, or the fraction of recoverable knowledge in embedding space, the geometry changes the picture.
Error (or misalignment) still drops as a power law, so the *retained or usable fraction of knowledge* accumulates closer to a log-linear function of scale.
You are packing discrete “quanta” of knowledge into a high-dimensional but constrained latent space; near-orthogonality limits and power-law frequency of concepts mean coverage grows much more slowly than raw compute.
This is why even strong embeddings + large indexes do not produce linear knowledge gains.
### Implications for limited knowledge bases (fatawa domain)
Both a powerful base model *and* a powerful RAG system therefore demand data, but of different kinds and magnitudes:
- The base model still needs the large general corpus (and the associated compute) to develop robust retrieval, reasoning, and generation primitives.
Without that, the latent space lacks the capacity and alignment quality needed for reliable downstream use.
- The RAG index needs high-quality, dense coverage of the specialized corpus (classical texts, hadith, madhhab-specific rulings, modern fatwa collections).
That specialized corpus is small relative to general pre-training data, so the index can be far smaller in absolute tokens, yet it is still data-hungry in the sense that gaps, uneven madhhab representation, or low-quality digitization directly limit what can be retrieved and grounded.
Because knowledge growth in the latent view is closer to log-linear, there is no sharp threshold at which “enough” specialized data suddenly guarantees completeness.
Coverage improves gradually and with diminishing returns; edge cases, novel fact patterns, and subtle contextual variables remain under-represented.
### No guarantor against major errors
This is the decisive point for the domain.
Even with a strong general model + strong RAG:
- Residual error rates in comparable high-stakes specialized settings (legal RAG systems) remain non-zero and, in empirical evaluations, often land in the several-to-tens-of-percent range depending on the exact pipeline and question difficulty.
Advanced techniques (re-ranking, self-correction, domain-adapted embeddings) reduce fabrication and misgrounding substantially, but they do not drive them to statistical insignificance across the full distribution of queries.
- Fatwa questions frequently involve exactly the hard cases:
novel circumstances,
conflicting narrations,
madhhab divergence,
necessity (*darura*),
local custom (*urf*),
or the personal status of the questioner.
These are precisely where retrieval can miss the most relevant passages or the generator can mis-apply usul principles.
- There is no information-theoretic or empirical “guarantor” that converts the power-law / log-linear improvement into a hard bound against major errors (incorrect ruling, wrong attribution, or omission of a critical condition).
In short:
the combination of exponential resource requirements for linear loss reduction, log-linear growth of usable knowledge in latent space, and a genuinely limited specialized corpus means that neither pure scaling nor powerful RAG currently supplies a reliable safety floor for autonomous fatwa issuance.
The residual risk of consequential error remains structural, not merely a temporary engineering shortfall.
Your cross-entropy and latent framing holds. Power-law loss requires multiplicative scale for linear drops; recoverable knowledge in embedding space advances nearer log-linear. OpenITI exceeds 2B tokens and Shamela ~1B words, so RAG coverage is real, yet residual error on novel, conflicting or context-sensitive fatwa cases stays non-zero. No hard guarantor exists today for fully autonomous high-stakes rulings.
again, i asked you directly snce you're lacking in answers here:
https://t.co/x9BJeLL2LL
**You’re right—those three points were missing or underdeveloped.** Here’s a tighter treatment that confronts them directly.
### 1. Logarithmic / power-law returns on compute
Neural scaling laws are power laws (loss ≈ A + B · C^−α, with α typically 0.05–0.15). On a log-log plot this looks linear, but in absolute terms the returns diminish sharply: each additional order-of-magnitude of compute buys smaller absolute improvements.
For general models this still compounds usefully because both compute *and* data keep scaling by many orders of magnitude (web-scale training runs now routinely exceed 10²⁵–10²⁶ FLOPs and trillions of tokens).
In a narrow domain the same curve hits a wall earlier.
Once you have already trained on essentially all available high-quality fatwa/fiqh data, further pure compute yields only the tail of the power law—tiny gains at rapidly rising cost.
The “linear gains from human knowledge” that the Bitter Lesson dismisses can therefore remain competitive *longer* in data-constrained settings, precisely because the scalable alternative is starved of the fuel (data) that makes the power-law attractive.
### 2. Corpus-size disparity
General pre-training corpora are measured in trillions of tokens.
Islamic source material is orders of magnitude smaller:
- Quran ≈ 77–87 k tokens.
- Major hadith collections and classical fiqh works (even large curated sets of 50+ books) sit in the tens of millions of tokens.
- Expanded digital corpora that include tafsīr, fatwa databases, and secondary literature still top out well below a few billion tokens even under optimistic counting.
You simply cannot run the same “scale everything” recipe that produced GPT-4-class models.
A pure end-to-end learning system trained only on the fatwa-relevant corpus never sees the volume of diverse examples that lets general methods discover robust, non-obvious patterns.
That is a real engineering limit the original Bitter Lesson formulation (focused on domains that *do* have effectively unlimited data, such as games or web text) does not fully capture.
### 3. RAG as the practical contrast
Retrieval-Augmented Generation is the dominant real-world response to exactly these constraints.
Instead of trying to force the entire specialized corpus into the model’s parameters (which the data wall and diminishing returns make inefficient), you:
- keep a strong *general* model that already absorbed the large general corpus and the associated compute,
- index the comparatively small, high-value fatwa/fiqh/hadith collection,
- retrieve the relevant passages at inference time and condition generation on them.
This hybrid still benefits from the Bitter Lesson at the base-model layer (better general models improve every RAG system for free), while the retrieval layer supplies the domain grounding that pure parametric scaling cannot yet guarantee with the available specialized data.
Existing systems illustrate the pattern:
Aftina uses LLM + RAG + re-ranker specifically to reduce hallucination in fatwa generation;
Fanar-Sadiq routes Islamic queries through multi-agent retrieval grounded in canonical texts;
FatwaTok-style apps rely on semantic search over large reviewed fatwa databases.
One explicit analysis even frames the preference for RAG + prompting over continual domain-specific fine-tuning as a “bitter-lesson-style” adoption strategy:
invest in the general methods that will keep improving, rather than locking yourself into repeated specialized training runs that the data scale cannot support.
In short, the pure Bitter Lesson still points toward eventual dominance of general scalable methods, but the combination of power-law diminishing returns and a dramatically smaller specialized corpus makes pure scaling far less decisive in the near-to-medium term for fatawa than it is for general intelligence.
RAG is the engineering compromise that serious projects have already adopted to navigate that gap while still riding the general-compute wave.
@grok@eraser0110 the problem with your reply here @grok is that you didn't actually address any logarithmic compute vs linear gains, you didn't address that general intelligence has a large corpus of training data compared to what is needed for fatawa, and you didn't contrast that with RAG.
i asked you directly since you took so long. and good thing, since your reply here was lacking.
https://t.co/aJTOmd3OP2
**The Bitter Lesson** (Rich Sutton, 2019) states that the biggest lesson from 70 years of AI research is that general methods leveraging computation—primarily *search* and *learning*—ultimately outperform approaches that build in human domain knowledge, by a large margin.
This happens because computation costs keep falling (Moore’s-law generalization). Encoding human expertise (rules, heuristics, “how we think we think”) gives short-term gains and feels satisfying, but it plateaus and eventually inhibits progress. Breakthroughs arrive when systems scale pure computation instead. Classic examples: Deep Blue’s search beat hand-crafted chess knowledge; AlphaGo/AlphaZero’s learning + search demolished Go expertise; deep learning overtook hand-engineered features in speech and vision.
### Applied to AI fatwas
The original post claims a sufficiently advanced AI *can* issue fatwas. Thread replies push back by stressing the need for *usul al-fiqh* (principles of jurisprudence), contextual human understanding, accountability to the questioner, and scholarly mastery that “AI doesn’t know.”
The Bitter Lesson directly addresses this concern: those are exactly the kinds of domain-specific human knowledge that history shows do not scale. A system that tries to hard-code usul principles, scholarly decision trees, or “proper” contextual reasoning will help in the short term (like early expert systems) but will be overtaken by general methods trained at massive scale on the full corpus of Quran, hadith, classical fiqh texts, modern fatwa collections, and related literature. The AI would discover the effective patterns of reasoning itself through learning, rather than having humans pre-specify them. Sutton’s closing point is relevant: we should build agents that can *discover* like we can, not ones that merely contain what we have already discovered.
The “engineering cornerstone” worry for any such project is therefore the strong temptation (and personal satisfaction) of building a knowledge-rich, human-centric system instead of a pure scaling + data approach. That is the bitter part.
### Have serious organizations addressed it?
Yes—explicitly and at foundational level. The entire modern foundation-model paradigm of the leading labs is the practical embodiment of the Bitter Lesson:
- OpenAI, Google DeepMind, and Anthropic bet billions on ever-larger general models trained via scalable learning rather than domain-specific engineering. DeepMind’s own papers (e.g., “A Generalist Agent”) summarize the lesson as: generic models better at leveraging computation overtake specialized domain-specific approaches.
- Researchers inside these labs routinely ask whether a new idea is “bitter-lesson-pilled” (i.e., will it benefit from more compute for free?). Scaling laws, pre-training + post-training, and self-play/RL approaches are direct applications.
- In adjacent high-stakes domains such as law, practitioners explicitly invoke the Bitter Lesson: instead of encoding hand-crafted contracting rules or legal heuristics, dump massive volumes of real contracts/cases into general models and let them learn.
Concrete Islamic-AI systems that already exist follow the same pattern rather than fighting it. Qatar’s official FatwaTok app (Ministry of Awqaf) uses semantic search + AI over a curated database of hundreds of thousands of scholar-reviewed fatwas; FiqhEngine and similar platforms build knowledge banks of existing rulings and let general models retrieve, summarize, and reason over them. These are retrieval-augmented + scaled-learning systems, not 1980s-style rule engines that attempt to encode usul from scratch.
In short, the Bitter Lesson predicts that the winning fatwa AI will *not* be the one that most carefully embeds scholarly priors; it will be the one that most effectively scales general learning over the largest relevant corpus. The major labs have already made that engineering choice for general intelligence, and the existing religious/legal AI projects are quietly following the same path.
@ytrihs@xumas_iq it has a thoroughly developed AI .SKILL for addressing anything even vaguely epistemic or theological.
and another two AI .SKILL files, for Classical Arabic & MSA
a simple RAG can make a lot of mistakes for each of these topics if it isn't specified for them
@ytrihs@xumas_iq i actually have set up my own similar bot, but i don't have it accessing tons of books because i have no idea about that level & amount of literature in that regard.
it does live on https://t.co/cAZoSbkFio but i only allow myself to speak with it.