In the latest Family History AI Show episode, Mark Thompson said “these (AI) tools are no longer bad at math.”
Here’s a consistency check. Each AI was prompted exactly with. “In a family tree where each person has two siblings how many siblings, first, second and third cousins of the same generation does each person have?”
Gemini and Claude returned that each person has 2 siblings, 12 first cousins, 72 second cousins, and 432 third cousins.
ChatGPT initially counted only one side of the family when calculating first cousins. Asked to check its calculation it apologized and gave the same answer as the other two.
Gemini provided a formula. For any degree of cousin n where each person has s siblings family size k = s + 1 children:
Count of nth cousins = 2^n * s * k^n.

