A few folks flagged to me that their qqbot invites went to spam.
I'm looking for a more scalable way to get invite emails out. Check your spam, in the meantime.
Found an error in my logs: when calls to an OpenAI API failed, nothing in my code was catching the error.
So I had qqbot write a failing unit test. β
Then I had qqbot fix the code. Test passes. β
I can't get over how much faster I am at writing software this way.
AI infra app I'd pay for: a good embeddings visualizer.
Take a list of (document, embedding) pairs, or query my pinecone instance -> run t-SNE -> make it easy to explore the results of an embedding strategy.
Basically a productized version of this. github.com/openai/openai-β¦