4
Balaji Srinivasan on Polytheistic AI
M5ZIIllDYejc1kW3jTs8Neb5mRCuhM8SmRMFi93pDyo
File Type
MP3
Entry Count
481
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Balaji Srinivasan, investor, former CTO at Coinbase and GP at a16z, and writer of The Network State, joins Nathan to discuss polytheistic AI and AI gods, human-AI symbiosis, and how AI will be controlled.

But because of that, they've hyperinflated the cost of medicine.
start: 94:38 - end: 94:43
It's like, how much?
start: 94:43 - end: 94:44
So what you're talking about is, wow, we have infinite free medicine.
start: 94:44 - end: 94:48
Man, doctor billing events are going to get a hit.
start: 94:49 - end: 94:52
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": "M5ZIIllDYejc1kW3jTs8Neb5mRCuhM8SmRMFi93pDyo", "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": "M5ZIIllDYejc1kW3jTs8Neb5mRCuhM8SmRMFi93pDyo", "level": 2}'