Systems | Development | Analytics | API | Testing

Technology

Snowflake Ventures Invests in Landing AI, Boosting Visual AI in the Data Cloud

As Large Language Models are revolutionizing natural language prompts, Large Vision Models (LVMs) represent another new, exciting frontier for AI. An estimated 90% of the world’s data is unstructured, much of it in the form of visual content such as images and videos. Insights from analyzing this visual data can open up powerful new use cases that significantly boost productivity and efficiency, but enterprises need sophisticated computer vision technologies to achieve this.

Gen AI And LLMs Will Transform The Enterprise

Snowflake's Mona Attariyan, Director of Engineering, leads this conversation with Snowflake's Sunny Bedi, CIO and CDO, and Jennifer Belissent, Principal Data Strategist, about the impact Gen AI and LLMs will have on enterprises. Topics covered range from the impact on employee productivity, the personalization of the customer experience, the opportunities for data monetization. and more.

Gen AI And LLMs Will Change Our Lives Profoundly

How will Gen AI and LLMs impact the nature of people's jobs and worker productivity? "Data Cloud Now" anchor Ryan Green kicked off the Data and AI Predictions 2024 event in January by discussing that topic with Snowflake's CEO Sridhar Ramaswamy and Mona Attariyan, Director of Engineering. The conversation also covers the potential for AI to generate misinformation and the need to establish ethical guardrails for the technology.

iOS Core Data Explained: Storing data using Swift

Core Data enables us to manage the model layer of an Apple application. This layer is a crucial part of our app’s engine room, allowing the pretty bits at the front end to interact with the data and business logic at the back. We love Core Data because it provides a powerful database technology framework, and it’s built on top of the SQLite management system, which requires zero configuration or external storage space.