Created at 8pm, Jan 10
Kerim-KayaOther
3
Lex Fridman's Podcast with Guillaume Verdon, founder of effective accelerationism
S6qdhqkDGaU5yANzz9ix883SMPUARqUSUK_pASC5odY
File Type
MP3
Entry Count
635
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Guillaume Verdon (aka Beff Jezos on Twitter) is a physicist, quantum computing researcher, and founder of e/acc (effective accelerationism) movement. Lex Fridman and Guillaume talks about Beff Jezos, E/acc Movement, Physics, Computation & AGI.

And in general, I don't think that we can predict the future with that much granularity because of chaos, right?
If you have a complex system, you have some uncertainty and a couple of variables.
If you let time evolve, you have this concept of a Lyapunov exponent, right?
A bit of fuzz becomes a lot of fuzz.
start: 59:56 - end: 59:58
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": "S6qdhqkDGaU5yANzz9ix883SMPUARqUSUK_pASC5odY", "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": "S6qdhqkDGaU5yANzz9ix883SMPUARqUSUK_pASC5odY", "level": 2}'