Created at 9am, Mar 26
ilkeArtificial Intelligence
0
a16z - Intelligence in the Age of AI with new CTO of the CIA
GROgPhw10snY6iRdyxvUp9e1eYIVHjc_iWbjh2_UvAM
File Type
MP3
Entry Count
518
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Artificial intelligence has taken the world by storm. But despite the hype around personalized avatars or podcast language translation, artificial intelligence is not only impacting the creative spheres; in fact it’s hard to find an industry that isn’t being touched by this technology – and defense of the country is far from excluded.In this episode, originally recorded in the heart of Washington DC this January during a16z’s American Dynamism Summit, a16z General Partner Martin Casado and a16z enterprise editor. Derrick Harris are joined by the first-ever CTO of the CIA, Nand Mulchandani.In this wide-ranging conversation, they discuss the evolving relationship between analysts and AI, how governments can keep up with this exponential technology, and finally, how it’s impacting both offense and defense.a16z, January 2024

I call this code as law, which is that when you look at the applications that you probably use at the agency and that we use there, we encode all of those rules and regulations inside of it.
And I call this the thresholding problem, to some extent, which is, inside a line of code in our application, there is something that says, if probability of x happens beyond this, then do this versus that.
Right?
start: 26:09 - end: 26:10
Right?
start: 26:10 - end: 26:11
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": "GROgPhw10snY6iRdyxvUp9e1eYIVHjc_iWbjh2_UvAM", "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": "GROgPhw10snY6iRdyxvUp9e1eYIVHjc_iWbjh2_UvAM", "level": 2}'