ai model
Asked on 06/11/2025
1 search
Apple's WWDC sessions have covered various aspects of AI models, particularly focusing on deploying and optimizing them on Apple devices. Here are some key points from the sessions:
-
Core ML Framework: Core ML is a central framework for running AI models on Apple devices. It allows developers to import models developed in frameworks like PyTorch and convert them into the Core ML format. This framework optimizes the execution of models across the CPU, GPU, and neural engine, providing tools for further performance optimization (Platforms State of the Union).
-
Deploying AI Models On-Device: The session "Deploy machine learning and AI models on-device with Core ML" discusses the integration of AI models into apps, highlighting the use of ML tensor for simplifying model integration and the introduction of multifunction models for efficient deployment (Deploy machine learning and AI models on-device with Core ML).
-
Foundation Models Framework: This framework is designed to facilitate the creation of generative AI experiences. It includes guidance on prompt design and safety to ensure robust and safe AI interactions within apps (Explore prompt design & safety for on-device foundation models).
-
MLX for Large Language Models: MLX is a tool for exploring large language models on Apple silicon, offering features like distributed inference and training, learned quantization, and custom training loops (Explore large language models on Apple silicon with MLX).
These sessions provide a comprehensive overview of how developers can leverage Apple's AI and machine learning frameworks to create powerful, on-device AI experiences.

Platforms State of the Union
Discover the newest advancements on Apple platforms.

Deploy machine learning and AI models on-device with Core ML
Learn new ways to optimize speed and memory performance when you convert and run machine learning and AI models through Core ML. We’ll cover new options for model representations, performance insights, execution, and model stitching which can be used together to create compelling and private on-device experiences.

Explore prompt design & safety for on-device foundation models
Design generative AI experiences that leverage the strengths of the Foundation Models framework. We’ll start by showing how to design prompts for the on-device large language model at the core of Apple Intelligence. Then, we’ll introduce key ideas around AI safety, and offer concrete strategies to make your generative AI features safe, reliable, and delightful.