Kumalak (四十一石占)

Forty-One Stones, One Horseman — the Steppe's Own Oracle

Overview

Kumalak (құмалақ — in full, қырық бір құмалақ, 'the forty-one') is the divination of the Kazakh and Kyrgyz steppes, practiced for centuries by Turkic peoples from the Caspian to Siberia. Forty-one beans, stones or — in the oldest practice — dried sheep droppings are divided into three piles; four at a time are removed until one to four remain; and the remainders fill a three-by-three grid, three rows deep. The finished grid is read as a horseman of the steppe: the top row his head and eyes, the middle his heart and hands, the bottom his feet and his horse — and, in time, his past, his present and the road ahead. Each cell speaks in one of the four elements by its count: one stone is fire, two are water, three are wind, four are earth. It is a diviner's oracle in the family of the runes or the Tibetan Mo — cast fresh for each question — and askTIAN's engine casts it by the classical procedure exactly, with the tradition's own row-sum facts enforced as mathematical invariants on every single cast.

Origin & history

Kumalak belongs to the shamanic substrate of Central Asian Turkic culture — the world of the baqsy, the Kazakh shaman-healer, for whom the forty-one stones were a bridge to the ancestors. The procedure is a cousin of the great remainder-divinations of the old world: like the yarrow-stalk I-Ching or the Malagasy sikidy, it reads meaning out of what is LEFT when a random heap is measured off in fours. Its arithmetic is tighter than it looks. Split forty-one into three piles and strip fours away, and the head row must sum to five or nine — always, because forty-one leaves one modulo four. Re-split the stripped-away stones for the second and third rows and those rows must sum to four, eight or twelve, because the removed pool is always a multiple of four. These are not conventions; they are theorems of the procedure, and the tradition knew them — practitioners use the row sums to check that a cast was performed correctly, exactly as askTIAN's engine does in code.

Kumalak survived Soviet suppression in the tea-houses and kitchens of Kazakhstan and Kyrgyzstan and is openly practiced again today — a living oracle, not a reconstruction. Its transmission, though, is oral and regional, and the written accounts that reach the West diverge on details. askTIAN's research pass found a telling case: one circulating description places the protective 'Three Stars' figure as single stones across the middle row, another as threes across the top row. The arithmetic itself settles it — a middle row summing to three is impossible under the classical procedure, since heart-row sums are always a multiple of four — so the top-row reading is adopted, and the impossible variant is recorded in the figure's own transmission note rather than silently dropped. Every named figure the engine detects carries such an attribution, because a tradition carried by many mouths deserves to have its versions named, not flattened.

How it works

The engine performs the classical cast with a seeded random generator (pass a seed for a reproducible reading; omit it for a fresh one). Forty-one beans are split into three piles and reduced four-at-a-time to fill the head row; the beans removed — not the remainders — are re-split for the heart row, and again for the feet row, which is the reading of the procedure under which the tradition's row-sum facts hold. The engine then asserts those facts as hard invariants: every cell one to four, head row summing to five or nine, heart and feet rows to four, eight or twelve — a cast that violated them would throw rather than return. Each of the nine cells is returned with its horseman position (eye, head, hand, heart, foot, horse), its temporal row, its element by count and that element's meaning. Named figures are detected — the Saddlebag (a four-one-four head row: the question was carried unclearly), the Comet (a three driving two ones: an excellent omen), the Three Stars, Mother Earth (full earth under every hoof) — each labelled with its line of transmission. A transparent 0–100 emphasis score weighs the heart cell and the figures by a documented heuristic; it is an emphasis, never a probability.

Good for

Use cases

The Daily Cast

One call returns the full grid, rows, figures and score — a complete kumalak reading to render as a 3×3 board with the horseman overlay, elements colour-coded by count.

Question Journal

Store the seed with each question and the cast is reproducible forever — a divination journal where any past reading can be re-rendered exactly, something a physical cast can never offer.

Cross-Oracle Spread

Ask the same question of kumalak.cast, runes.cast and tibetan.mo in one batch — three unrelated traditions, three draw oracles, one composite view for the querent to weigh.

Teaching the Arithmetic

The row sums are checkable by hand: head five or nine, heart and feet four, eight or twelve. An educational app can let students verify every cast against the theorems — the rare oracle whose correctness is provable.

Key terms

Qırıq bir qumalaq (қырық бір құмалақ)
'The forty-one kumalak' — the full name of the practice, after the forty-one beans, stones or dried droppings that are cast.
The Horseman
The 3×3 grid read as a mounted rider: top row the head and eyes (past), middle row the heart and hands (present), bottom row the feet and horse (future).
The Four Elements by Count
Each cell holds one to four stones: one is fire (ot) — action and clarity; two is water (su) — tension and duality; three is wind (jel) — journeys and encounters; four is earth (qum) — weight, wealth or sorrow.
Row-Sum Theorems
Head row sums to 5 or 9; heart and feet rows to 4, 8 or 12 — mathematical consequences of splitting 41 and re-splitting the removed stones. The tradition uses them to validate a cast; the engine asserts them in code.
The Saddlebag
A 4-1-4 head row — the load hangs even on both sides of a single flame: the question was carried unclearly, and tradition asks for the cast to be repeated with a sharper one.
The Comet
A three with two ones across the head row — wind driving two fires: an excellent omen of swift, bright movement on the matter asked.
The Three Stars
Threes across the head row — the protective figure. A variant transmission places it as ones across the middle row, which the procedure's arithmetic makes impossible; the engine records the variant rather than silently dropping it.
Mother Earth
Fours across the feet row — full earth under every hoof: luck, health and steady ground for what comes.

API

The askTIAN Kumalak API performs the classical forty-one-stone cast with the tradition's own validity checks enforced as code: every cell 1–4, head row summing to 5 or 9, heart and feet rows to 4, 8 or 12 — theorems of the procedure, asserted on every cast and locked by 500-seed property tests. The response returns all nine cells with horseman position, element and meaning; the three temporal rows with sums and readings; the named figures with their lines of transmission individually attributed — including the Three Stars conflict that the arithmetic itself adjudicated; and a documented 0–100 emphasis heuristic. Deterministic under a seed for reproducible readings. A 2-TIAN pay-per-call draw oracle in the same family as runes.cast and tibetan.mo. Pure compute, no LLM.

Endpoint: POST /trpc/kumalak.cast — 2 TIAN Points. See the API documentation and Playground.