I've been using AI to help with my genealogical research, and it's been fantastic. I am loving pushing the family history back and catching mistakes that someone who many others share as a common ancestor have made.
Great use case of AI. Almost 4 years after the sensational release of GPT3.5, the best use case of AI is still being a powerful search engine that can gather information from all corners of the digital world.
This. They still make a lot of mistakes, but their working memory and processing of a massive corpus of data are obviously beyond what any human could ever do. But when they flag something interesting for expert review you can do some really good stuff with it.
Slightly tangential: One way I found of limiting impact from hallucinations was to isolate data from the transformation process. For example, I was making some flashcards for astronomical data and tried to get an LLM to put it all together in Typst, but correcting the hallucinations got to be too much to handle. The solution was to have it write a Typst template and also a Python program which would convert the ephemerides data fields to a Typst file sourcing the template. Worked flawlessly.
Thanks for reminding me to try this new round of models.
I wonder if there are some good tools/apis that can help here.
A lot of information is often login gated
Slightly tangential: One way I found of limiting impact from hallucinations was to isolate data from the transformation process. For example, I was making some flashcards for astronomical data and tried to get an LLM to put it all together in Typst, but correcting the hallucinations got to be too much to handle. The solution was to have it write a Typst template and also a Python program which would convert the ephemerides data fields to a Typst file sourcing the template. Worked flawlessly.