Huh, I want to talk to you about this - I've been working on something similar, seems like our taste is overlapping but a bit different. Would love to merge efforts a bit.
I'll have to think about what other weird things I can write about to get my variance up. I won't stop until I'm number one!
If you want to track different metrics in your writing, you can easily set up a SQL alert with Scry that our system will periodically rerun and email you when there's a change. https://exopriors.com/alerts
Howdy. I've built exopriors.com/scry, a powerful search tool over LessWrong, arXiv, HackerNews, community-archive.org, and more.
You and your agent can now query this rich dataset with the full expressive power of SQL + vector algebra.
Some example usage:
> what is Eliezer's most Eliezer post?
> find the 4 posts over 200 karma that are most distant from each other in every way (not the average of them). we want to create 4 quadrants.
> I need posts with the seriousness and quality of list of lethalities, but that's maybe not AI AND doom pilled (one or the other is okay).
As you can see, this is a very powerful paradigm of search. Structured Query Language is a real OG, embeddings and arbitrary vector composition takes it to the next level, and agents are very good at working with this stuff.
Some cool aspects of this project:
@vector_handlesyntax. This compactness helps agents reason efficiently, and let's us not have to pass around 8kb vectors.Happy to take any feedback!
Update: Using this tool is as simple as, at https://claude.ai/settings/capabilities, adding
api.exopriors.comto the allowed URLs and pasting in the prompt (available at exopriors.com/scry). That will give you full SQL+vector algebra search functionality over arXiv, LessWrong, community-archive.org tweets, etc. MCP connector incoming.