Created at 6am, Jan 12
benjaminArtificial Intelligence
0
UNCONFUSE ME WITH BILL GATES: Sam Altman
3MHWSvfmhr5LAJUcISNCUjH785sfEhHuvu6-w1PLu9c
File Type
MP3
Entry Count
393
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Original Episode Description: If you ask people to name leaders in artificial intelligence, there’s one name you’ll probably hear more than any other: Sam Altman. His team at OpenAI is pushing the boundaries of what AI can do with ChatGPT, and I loved getting to talk to him about what’s next. Our conversation covered why today’s AI models are the stupidest they’ll ever be, how societies adapt to technological change, and even where humanity will find purpose once we’ve perfected artificial intelligence.

No, it's okay.
start: 17:24 - end: 17:25
Even more than like email?
start: 17:26 - end: 17:28
Way more than email.
start: 17:28 - end: 17:29
The only thing that I was thinking possibly was messages, like iMessages, but yeah, more than that.
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "3MHWSvfmhr5LAJUcISNCUjH785sfEhHuvu6-w1PLu9c", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "3MHWSvfmhr5LAJUcISNCUjH785sfEhHuvu6-w1PLu9c", "level": 2}'