The structure
Ifá divination resolves to one of 256 Odu, each reached through a sequence of binary marks. Each Odu carries a corpus of verses, historical precedents, prohibitions, and prescriptions. The diviner does not invent the answer; they resolve an address and read what is stored there, then interpret it against the client's situation.
- 16 principal Odu, combining into 256 addressable states
- Binary encoding through paired marks
- A memorized verse corpus attached to each address
- Interpretation as a trained human layer over deterministic retrieval
Where the analogy holds — and where it breaks
The analogy to retrieval systems is real: deterministic addressing over a fixed corpus, with a skilled layer that contextualizes the result. The analogy breaks on accountability. A babaláwo is answerable to a lineage, an initiation, and a client standing in front of him. A language model is answerable to nothing, and will produce an answer whether or not it has grounds for one.
Treating the comparison as flattery in either direction misses the point. It is a design lesson: constrain generation to a verified corpus, and keep a responsible human in the interpretation seat.
Published work
This argument is developed at length in The Original AI: Ancestral Intelligence — The 256 Odu of Ifá, the Source Code That Predates Artificial Intelligence, alongside 24 titles on Ifá and Òrìṣà practice.
Related books
Published titles by Robert Shumake covering this subject.
Continue reading
- AI bias and training data: why models get Black history wrong
Models answer badly about Black history and African diasporic religion mostly because the underlying sources are missing, undigitized, or outnumbered by secondary commentary — a data-layer problem that prompt engineering cannot repair.
- Retrieval-augmented generation over a 137-book corpus
Retrieval-augmented generation over a book corpus works when chunks preserve argument structure, every chunk carries provenance metadata back to a title and page, and the model is constrained to answer only from retrieved passages or decline.
- AI and cultural archives: machine-assisted historical restoration
AI restores cultural archives by handling what humans cannot do at scale — optical character recognition on degraded print, page-layout reconstruction, and cross-referencing — while human historians remain responsible for verification and interpretation.