Press Space to continue
Finding signal on Twitter is more difficult than it used to be. We curate the best tweets on topics like AI, startups, and product development every weekday so you can focus on what matters.
Press Space to continue
Press Space to continue
I've been using Jev for all kinds of things. This morning I had a realization I kind of like: Use it to make non-black-box embeddings. Instead of an embedding model spitting out 1,536 numbers that mean nothing, you ask Jev questions about each document. The answers become the vector. An email in Cora: "I got charged twice this month, pls fix asap" [is_customer, urgent, about_billing, needs_reply] [1.0, 0.9, 1.0, 1.0] A newsletter: [0.0, 0.0, 0.0, 0.1] A friend asking about lunch: [0.0, 0.1,…