Epstein emails graph relationship extraction and visualizer

Posted by madmax_br5@reddit | LocalLLaMA | View on Reddit | 5 comments

I built this visualizer with the help of claude code: https://github.com/maxandrews/Epstein-doc-explorer

There is a hosted version linked in the repo, I can't paste it here because reddit inexplicably banned the link sitewide (see my post history for details if you're interested).

It uses the claude agents framework (so you can use your MAX plan inference budget if you have one) to extract relationships triple, tags, and other metadata from the documents, then clusters tags with qwen instruct embeddings, dedupes actor names into an alias table, and serves it all in a nice UI. If you don't have a max plan, you can fork and refactor to use any other capable LLM.

Analysis Pipeline Features

Visualization Features