Created at 3am, Jun 27
HangytongArtificial Intelligence
0
The AI dilemma
hX5EnvLNmRonUZDztrXMDz1Lf_KtZi5Ytpztj6Vz1oo
File Type
PDF
Entry Count
6
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

This article discusses the dilemma the world might face when trying to enable AI

By Cassidy Horton Contributor The middle two chapters deal with data rights and the biases in systems. They strongly overlap. While the authors use good examples throughout the book, the ones here really help the nontechnical people understand why continuing to allow companies to use and abuse our information is not a good thing and why regulations to ensure that proper data sets are used to minimize bias are needed. I do like a suggestion Ive seen before, that people should own their own data, and that includes getting paid for its use. Forbes Daily: Join over 1 million Forbes Daily subscribers and get our best stories, exclusive reporting and essential analysis of the days news in your inbox every weekday. Get the latest news on special offers, product updates and content suggestions from Forbes and its affiliates. Email address
id: d6f571f9affbad29f632b5cb095c9bee - page: 3
Sign Up By signing up, you agree to our Terms of Service, and you acknowledge our Privacy Statement. Forbes is protected by reCAPTCHA, and the Google Privacy Policy and Terms of Service apply. While the rest of the book can be generalized to any technology or business but are focused on AI, the last three chapters are truly more generic. They focus on stakeholder accountability, and explanation of why loosely coupled systems work better, and a discussion of creative friction. These are areas all four power groups should understand much better. While programmers already do at the technical level for loosely coupled systems, its also important for processes and organizational structure. 3/4 6/27/24, 11:50 AM
id: d5ef045d94e0525797bc492f6f8b2ff3 - page: 3
The AI Dilemma: A Review Of Key Issues Facing Management And Society This is a commute book. Its easy to read, clear and concise. It will help any reader who is not already an expert in responsible AI gain a solid understanding of the issue. I heartily recommend it. Follow me on Twitter or LinkedIn. Check out my website. David A. Teich Follow David A. Teich is interested in articial intelligence (AI), machine learning (ML), robotics, and other advances technologies, focused on how they help... Read More Editorial Standards Reprints & Permissions ADVERTISEMENT One Community. Many Voices. Create a free account to share your thoughts. Read our community guidelines here. 4/4
id: 24e7ca19f9262898e2f0083086f49ab5 - page: 4
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": "hX5EnvLNmRonUZDztrXMDz1Lf_KtZi5Ytpztj6Vz1oo", "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": "hX5EnvLNmRonUZDztrXMDz1Lf_KtZi5Ytpztj6Vz1oo", "level": 2}'