Created at 1pm, Dec 29
firstbatchTechnology
9
State of AI Report 2023: Navigating the Evolving Landscape
DKe-XM6aN9O92pDjbP61p99Ii2TPsTTTPlK6Hn4PEy8
File Type
PDF
Entry Count
203
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

The State of AI Report 2023 provides an in-depth analysis of the latest trends and advancements in artificial intelligence, highlighting key areas such as research, industry, politics, and safety. Authored by Nathan Benaich and the team at Air Street Capital, this comprehensive report explores the impact of AI technologies like GPT-4, LLaMa models, and advancements in multimodal learning. It examines the intersection of AI with political regulations, industry growth, and potential safety challenges. Additionally, the report includes insights into the future of AI trajectory and its implications across various sectors. This resource is essential for professionals, researchers, and enthusiasts seeking to stay informed about the dynamic field of AI

Introduction | Research | Industry | Politics | Safety | Predictions #stateofai | 70 GPU demand sees NVIDIA print blowout earnings as it enters the $1T market cap club Q2 23 data center revenue was a record $10.32B, up 141% from Q1 23 and up 171% from a year ago. The stock was bearish for 2022 even though annual revenue came in at $27B, a 61.4% increase from 2021. NVIDIA now commands a $1.1T market capitalisation, up from $8.5B (130x) 10 years ago. stateof.ai 2023
id: d6703479be2ca8d655534a2f6612ffd2 - page: 70
Introduction | Research | Industry | Politics | Safety | Predictions #stateofai | 71 Selling faster than Coachella: GPUs snapped up from upstart infra providers CoreWeave, Lambda, and Crusoe Cloud, three selected NVIDIA partners that build and run GPU datacenters, together have tens of thousands of GPUs in their eet. Lambda made 9-gures $ worth of H100s available in its on-demand cloud and sold out in just over an hour. CoreWeave is one of the largest GPU operators in the market with a scale similar to several hyperscalers. The company is fully booked through the end of the year with their build schedule and are signing contracts in Q1 2024. stateof.ai 2023 Introduction | Research | Industry | Politics | Safety | Predictions #stateofai | 72 Private companies are shoring up NVIDIA GPUs and wielding them as a competitive edge stateof.ai 2023
id: 79ed05980b2ccbb79704d02d694a4cf8 - page: 71
Introduction | Research | Industry | Politics | Safety | Predictions #stateofai | 73 Footballers Compute is the new oil in Gulf States? Saudi Arabias King Abdullah University of Science and Technology (Kaust) has allegedly purchased >3,000 H100s to build a supercomputer, Shaheen III, that should be operational by end of 2023. Its LLM-focused researchers are primarily Chinese nationals that cannot access the US because their universities are restricted. Meanwhile, the United Arab Emirates Technology Innovation Institute in Masdar City, which developed the Falcon LLM, is also said to be procuring compute resources from NVIDIA. Finally, Abu Dhabi-based G42 entered into a deal with US-based Cerebras to procure up to $900M worth of the companys Wafer-scale compute systems and build 9 interconnected AI supercomputers. There is likely much spend more to come stateof.ai 2023 Introduction | Research | Industry | Politics | Safety | Predictions
id: be1361bc3692725f0b03ccb1e0079c3a - page: 73
Compute Index: NVIDIA A100 clusters The number of large-scale NVIDIA A100 GPU clusters has grown since last year, particularly at Tesla and Stability, as well as new clusters at Hugging Face. #stateofai | 74 stateof.ai 2023 Introduction | Research | Industry | Politics | Safety | Predictions #stateofai | 75 Compute Index: NVIDIA H100 clusters Its early days, but private and public companies are announcing new H100 infrastructure for large-scale model training. As of writing, Google and Inection are not yet at full scale and we understand others including OpenAI, Anthropic, Meta, Character.ai, Adept, Imbue, and more have signicant capacity. We expect more to come online soon. stateof.ai 2023
id: 8a08cce829c24015c9aff82479f29173 - page: 74
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": "DKe-XM6aN9O92pDjbP61p99Ii2TPsTTTPlK6Hn4PEy8", "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": "DKe-XM6aN9O92pDjbP61p99Ii2TPsTTTPlK6Hn4PEy8", "level": 2}'