Created at 7am, Apr 4
ilkeArtificial Intelligence
0
OpenAI CEO on Artificial Intelligence Changing Society
C36ZCmAKsbQ_2UIz6md5McidUKkvOhmixfJp-IJS3j4
File Type
MP3
Entry Count
127
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Taken from JRE ep. 2044 w/Sam AltmanThe Joe Rogan Experience, October 2023

That's really important.
start: 07:34 - end: 07:36
And what I hope is as those truck driving, long haul truck driving jobs go away, which you know, people have been wrong about predicting how fast that's going to happen, but it's going to happen.
We figure out not just a way to solve the economic problem by like giving people the equivalent of money every month, but that there's a way that, and we've had a lot of ideas about this, there's a way that we like share ownership and decision-making over the future.
I think I say a lot about AGI is that everyone realizes we're going to have to share the benefits of that, but we also have to share like the decision-making over it and access to the system itself.
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": "C36ZCmAKsbQ_2UIz6md5McidUKkvOhmixfJp-IJS3j4", "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": "C36ZCmAKsbQ_2UIz6md5McidUKkvOhmixfJp-IJS3j4", "level": 2}'