Created at 2pm, Jan 2
omerArtificial Intelligence
5
Debate on AI & Mind - Searle & Boden (1984)
A10wxW6BpB8nZYsLEKtVU7MHQUiyg8MrZG79feR6hh4
File Type
MP3
Entry Count
420
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

John Searle and Margaret Boden discuss a few philosophical issues regarding artificial intelligence and the mind, including Searle's famous Chinese Room thought experiment which is an argument against the possibility that a computer could ever genuinely have a mind in the same sense that human beings have minds.nnThis is from a 1984 program called Voices. The host was Ted Honderich.

And that is, anything else that was capable of causing mental states would have to have powers, specific powers, equivalent to those of the brain.
Now maybe Martians do it by having a lot of green slime in their head.
start: 29:28 - end: 29:31
Or maybe you could do it with silicon chips.
start: 29:31 - end: 29:33
But you know that if the brain does it, then anything else that did it would have to have powers equal to the brain.
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": "A10wxW6BpB8nZYsLEKtVU7MHQUiyg8MrZG79feR6hh4", "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": "A10wxW6BpB8nZYsLEKtVU7MHQUiyg8MrZG79feR6hh4", "level": 2}'