How every number here was counted

This is the boring page, and it is here on purpose. A site whose subject is b'shem omro - report a teaching in the name of the one who said it - does not get to publish a figure it cannot show the working for. So every number that appears anywhere on jew.tech has a row below: what it counts, how it was counted, and the day the count was run.

Two standing rules govern the list. A figure is a snapshot of a live system on a particular day, so it carries that day. And a figure that has not been re-run does not get rounded up, moved forward, or quietly restated - it either gets measured again or it comes off the page.

The knowledge graph

One Neo4j database holding the classical Jewish canon. Nodes carry several labels at once, so every count below is label-scoped rather than derived from a first-label lookup, which would undercount badly.

WhatHowCountRun
Total nodesMATCH (n) RETURN count(n)157,1432026-08-02
Rabbinic teachingsMATCH (n:VaultTeaching) RETURN count(n)17,1472026-08-02
…carrying a citable referencecount(n.ref) over the same set17,147 (all)2026-08-02
…carrying Hebrew source textcount(n.he) over the same set17,147 (all)2026-08-02
…carrying a vector embedding768-dimension embedding present17,147 (all)2026-08-02
VersesMATCH (n:Verse) RETURN count(n)33,3232026-08-02
Named rabbisMATCH (n:Rabbi) RETURN count(n)13,9352026-08-02
Teaching-to-verse citationsMATCH ()-[r:CITES_VERSE]->() RETURN count(r)15,9102026-08-02

The transmission chain

The chain panel publishes three figures. All three are scoped to rabbi-to-rabbi edges only. The larger raw edge count that runs across every node type is not the same measurement and is not the one quoted.

WhatHowCountRun
Teacher-to-student linksRabbi-to-Rabbi transmission edges2,5042026-08-02
Sages in the chainDistinct rabbis participating in those edges2,1852026-08-02
Largest connected componentComputed over all 2,504 edges1,163 sages (53.2%)2026-08-02

One honest limitation, since it matters more than the counts do: this is an extracted transmission network, not a historically validated one. The extraction contains chronological errors - it will happily assert that Moses taught Abraham - and the correct description of it is "what the sources say about who learned from whom," never "the verified lineage of the Jewish people." The site describes it that way and so should anyone quoting it.

The grounding rule

The rule the Torah & AI panel is built around, and how it is enforced.

WhatHowResultRun
Only cited material is retrievableAnswers are drawn from teaching records that carry a citable reference; uncited material is not indexed for retrievalCited-anchors-only policystanding design decision
Teachings carrying a citable referenceMATCH (n:VaultTeaching) WHERE n.ref IS NOT NULL RETURN count(n)17,147 (100%)2026-08-02
Teachings carrying Hebrew source textMATCH (n:VaultTeaching) WHERE n.he IS NOT NULL RETURN count(n)17,147 (100%)2026-08-02
Every voice checked before servingCitation checking offline, plus a live conversational checkRequired to pass before releaselogged per run

The point that generalizes: a reference is not the same thing as the text it points at. A collection can name a source many times and hold none of its actual words, and nothing in the collection's own statistics will tell you the difference - you have to go and ask for the text. That is why every teaching here is required to carry both a reference and its source words, and why the coverage figures above are reported as percentages rather than totals.

The library and the machines

These are the inventory figures. They belong here rather than in the story, because the size of a collection is not the interesting thing about it.

WhatHowCountRun
Files cataloguedSELECT count(*) FROM catalog.files34,457,6802026-08-02
Distinct worksSELECT count(*) FROM provenance.works43,1742026-08-02
Largest category: Torah & seforimCategory count over the same table12,203 works2026-08-03
Corpus licensingLicense field across all teachingsCC BY-NC 70.4% · CC BY 26.7% · unlabelled 2.9%2026-08-03

The site directory

The directory on the sites panel lists 47 properties: 46 destinations plus this hub. The count is the sum of the four directory groups: 19 Torah and Jewish learning, 16 knowledge and reasoning, 2 personal and hub, 10 engineering and business. It was set by a sweep on 2026-08-06. Every listed domain was rendered in a real browser with JavaScript executed and its text extracted, and an entry was kept only where substantive content appeared. Nine entries came off in that sweep. They are not listed as live anywhere.

What is deliberately not on this page

Anything that would need a client's permission, a contract term, or someone else's name. Anything private. And any figure I have not personally re-run, however good it would look.

Found something wrong? Corrections are the most useful mail I get, and I would rather hear it from you than not hear it. Write to [email protected] and tell me which row.